Person-Centered Outcomes
0.1.0 - ci-build International flag

Person-Centered Outcomes, published by Mountain Lotus WellBeing LLC. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mtnlotus/pco-ig/ and changes regularly. See the Directory of published versions

: Care Plan for person-centered goal - JSON Representation

Raw json | Download


{
  "resourceType" : "CarePlan",
  "id" : "pcoPhyicalFunctionCarePlanExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan pcoPhyicalFunctionCarePlanExample</b></p><a name=\"pcoPhyicalFunctionCarePlanExample\"> </a><a name=\"hcpcoPhyicalFunctionCarePlanExample\"> </a><a name=\"pcoPhyicalFunctionCarePlanExample-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://mtnlotus.com/uv/pco/CodeSystem/ncqa-goal-domains physical-function}\">Physical Function</span>, <span title=\"Codes:{http://mtnlotus.com/uv/pco/CodeSystem/ncqa-goal-domains independence}\">Independence</span>, <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: 1947-11-25 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1db5\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>period</b>: 2024-02-22 --&gt; 2024-09-30</p><p><b>goal</b>: <a href=\"Goal-pcoGoalWalkDogExample.html\">Goal: extension = ,,,,; lifecycleStatus = active; achievementStatus = In Progress; category = Physical Function; description = ; start[x] = 2024-04-03</a></p><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-pcoWalkOutsideActionStep.html\">ServiceRequest </a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-pcoPhysicalTherapyReferral.html\">ServiceRequest Physical therapy procedure (regime/therapy)</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"MedicationRequest-pcoAntiInflammatoryMedication.html\">MedicationRequest: status = active; intent = order; medication[x] = Aleve Arthritis Pain 1 % Topical Gel</a></p></blockquote></div>"
  },
  "status" : "active",
  "intent" : "plan",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://mtnlotus.com/uv/pco/CodeSystem/ncqa-goal-domains",
          "code" : "physical-function",
          "display" : "Physical Function"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://mtnlotus.com/uv/pco/CodeSystem/ncqa-goal-domains",
          "code" : "independence",
          "display" : "Independence"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/core/CodeSystem/careplan-category",
          "code" : "assess-plan"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/pcoPatientJones"
  },
  "period" : {
    "start" : "2024-02-22",
    "end" : "2024-09-30"
  },
  "goal" : [
    {
      🔗 "reference" : "Goal/pcoGoalWalkDogExample"
    }
  ],
  "activity" : [
    {
      "reference" : {
        🔗 "reference" : "ServiceRequest/pcoWalkOutsideActionStep"
      }
    },
    {
      "reference" : {
        🔗 "reference" : "ServiceRequest/pcoPhysicalTherapyReferral"
      }
    },
    {
      "reference" : {
        🔗 "reference" : "MedicationRequest/pcoAntiInflammatoryMedication"
      }
    }
  ]
}