Person-Centered Outcomes Test Data
0.1.0 - ci-build United States of America flag

Person-Centered Outcomes Test Data - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Test 03 Care Plan for GAS goal - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "test03CarePlan",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/pco/StructureDefinition/pco-care-plan"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan test03CarePlan</b></p><a name=\"test03CarePlan\"> </a><a name=\"hctest03CarePlan\"> </a><a name=\"test03CarePlan-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/careplan-category assess-plan}\">Assessment and Plan of Treatment</span></p><p><b>subject</b>: <a href=\"Patient-test03Patient.html\">Camila Lopez  Female, DoB: 1955-07-16 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1db5\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>period</b>: 2024-04-03 --&gt; 2024-10-31</p><p><b>goal</b>: <a href=\"Goal-test03GoalWithGAS.html\">Goal: lifecycleStatus = active; achievementStatus = In Progress; category = Physical Function; description = ; start[x] = 2024-04-03</a></p><h3>Activities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"ServiceRequest-test03WalkOutsideActionStep.html\">ServiceRequest </a></td></tr></table></div>"
  },
  "status" : "active",
  "intent" : "plan",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/core/CodeSystem/careplan-category",
          "code" : "assess-plan"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/test03Patient"
  },
  "period" : {
    "start" : "2024-04-03",
    "end" : "2024-10-31"
  },
  "goal" : [
    {
      🔗 "reference" : "Goal/test03GoalWithGAS"
    }
  ],
  "activity" : [
    {
      "reference" : {
        🔗 "reference" : "ServiceRequest/test03WalkOutsideActionStep"
      }
    }
  ]
}