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: Action step for mindfulness program - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "pcoMindfulnessSupportProgram",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest pcoMindfulnessSupportProgram</b></p><a name=\"pcoMindfulnessSupportProgram\"> </a><a name=\"hcpcoMindfulnessSupportProgram\"> </a><a name=\"pcoMindfulnessSupportProgram-en-US\"> </a><p><b>ServiceRequest Pertains To 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><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1259023009}\">Mindfulness Based Stress Reduction program (regime/therapy)</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>occurrence</b>: Once</p><p><b>authoredOn</b>: 2024-08-11</p><p><b>requester</b>: <a href=\"Practitioner-pcoPractitionerAnderson.html\">Practitioner John Anderson, MD</a></p><p><b>note</b>: Trial of mindfulness coaching to support anxiety management</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal",
      "valueReference" : {
        🔗 "reference" : "Goal/pcoGoalAnxietyExample"
      }
    }
  ],
  "status" : "active",
  "intent" : "plan",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1259023009",
        "display" : "Mindfulness Based Stress Reduction program (regime/therapy)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/pcoPatientLopez"
  },
  "occurrenceTiming" : {
    "repeat" : {
      "boundsPeriod" : {
        "start" : "2024-08-11",
        "end" : "2024-10-31"
      },
      "frequency" : 1,
      "periodUnit" : "wk"
    }
  },
  "authoredOn" : "2024-08-11",
  "requester" : {
    🔗 "reference" : "Practitioner/pcoPractitionerAnderson"
  },
  "note" : [
    {
      "text" : "Trial of mindfulness coaching to support anxiety management"
    }
  ]
}