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: Personal action step - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "pcoWalkOutsideActionStep",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest pcoWalkOutsideActionStep</b></p><a name=\"pcoWalkOutsideActionStep\"> </a><a name=\"hcpcoWalkOutsideActionStep\"> </a><a name=\"pcoWalkOutsideActionStep-en-US\"> </a><p><b>ServiceRequest Pertains To 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><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>code</b>: <span title=\"Codes:\">Walk outside without my dog</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>occurrence</b>: 2</p><p><b>authoredOn</b>: 2024-02-22</p><p><b>requester</b>: <a href=\"Practitioner-pcoPractitionerGonzalez.html\">Practitioner Maria Gonzalez, NBC-HWC</a></p><p><b>performer</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>patientInstruction</b>: Start with a short walk to the corner of your block to gain confidence in your walking.</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal",
      "valueReference" : {
        🔗 "reference" : "Goal/pcoGoalWalkDogExample"
      }
    }
  ],
  "status" : "active",
  "intent" : "plan",
  "code" : {
    "text" : "Walk outside without my dog"
  },
  "subject" : {
    🔗 "reference" : "Patient/pcoPatientJones"
  },
  "occurrenceTiming" : {
    "repeat" : {
      "boundsPeriod" : {
        "start" : "2024-02-22",
        "end" : "2024-03-07"
      },
      "frequency" : 2,
      "periodUnit" : "wk"
    }
  },
  "authoredOn" : "2024-02-22",
  "requester" : {
    🔗 "reference" : "Practitioner/pcoPractitionerGonzalez"
  },
  "performer" : [
    {
      🔗 "reference" : "Patient/pcoPatientJones"
    }
  ],
  "patientInstruction" : "Start with a short walk to the corner of your block to gain confidence in your walking."
}