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 PCO Anxiety Goal - JSON Representation

Raw json | Download


{
  "resourceType" : "CarePlan",
  "id" : "pcoAnxietyCarePlanExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan pcoAnxietyCarePlanExample</b></p><a name=\"pcoAnxietyCarePlanExample\"> </a><a name=\"hcpcoAnxietyCarePlanExample\"> </a><a name=\"pcoAnxietyCarePlanExample-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/va-whole-health mind}\">Power of the Mind</span>, <span title=\"Codes:{http://mtnlotus.com/uv/pco/CodeSystem/ncqa-goal-domains emotional-and-mental-health}\">Emotional And Mental Health</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-pcoPatientLopez.html\">Camila Lopez  Female, DoB: 1959-07-16 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1ge3\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>period</b>: 2024-08-11 --&gt; 2025-01-31</p><p><b>goal</b>: <a href=\"Goal-pcoGoalAnxietyExample.html\">Goal: lifecycleStatus = active; achievementStatus = In Progress; category = Power of the Mind; description = ; start[x] = 2024-08-11</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://mtnlotus.com/uv/pco/CodeSystem/va-whole-health",
          "code" : "mind",
          "display" : "Power of the Mind"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://mtnlotus.com/uv/pco/CodeSystem/ncqa-goal-domains",
          "code" : "emotional-and-mental-health",
          "display" : "Emotional And Mental Health"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/core/CodeSystem/careplan-category",
          "code" : "assess-plan"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/pcoPatientLopez"
  },
  "period" : {
    "start" : "2024-08-11",
    "end" : "2025-01-31"
  },
  "goal" : [
    {
      🔗 "reference" : "Goal/pcoGoalAnxietyExample"
    }
  ],
  "activity" : [
    {
      "reference" : {
        🔗 "reference" : "ServiceRequest/pcoMindfulnessSupportProgram"
      }
    }
  ]
}