Person-Centered Outcomes (PCO) Implementation Guide
1.0.0-ballot - STU 1 Ballot United States of America flag

This page is part of the Person-Centered Outcomes (PCO) Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Care Plan for person-centered goal - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "pcoSocialConnectionsCarePlanExample",
  "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 pcoSocialConnectionsCarePlanExample</b></p><a name=\"pcoSocialConnectionsCarePlanExample\"> </a><a name=\"hcpcoSocialConnectionsCarePlanExample\"> </a><a name=\"pcoSocialConnectionsCarePlanExample-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pco-care-plan.html\">Person-Centered Care Plan</a></p></div><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-pcoPatientJones.html\">Dorothy Jones  Female, DoB: 1975-05-25 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1db5\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>period</b>: 2025-02-15 --&gt; 2025-09-30</p><p><b>goal</b>: <a href=\"Goal-pcoGoalSocialConnectionsWithGAS.html\">Goal: extension = ,,,,; lifecycleStatus = active; achievementStatus = In Progress; category = What Matters,Social Functioning; description = ; start[x] = 2025-02-15</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-pcoMindfulnessSupportProgram.html\">ServiceRequest Mindfulness Based Stress Reduction program (regime/therapy)</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/pcoPatientJones"
  },
  "period" : {
    "start" : "2025-02-15",
    "end" : "2025-09-30"
  },
  "goal" : [
    {
      🔗 "reference" : "Goal/pcoGoalSocialConnectionsWithGAS"
    }
  ],
  "activity" : [
    {
      "reference" : {
        🔗 "reference" : "ServiceRequest/pcoMindfulnessSupportProgram"
      }
    }
  ]
}