Person-Centered Outcomes
0.2.0 - ci-build
Person-Centered Outcomes, published by Mountain Lotus WellBeing LLC. This guide is not an authorized publication; it is the continuous build for version 0.2.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
{
"resourceType" : "ServiceRequest",
"id" : "pcoPhysicalTherapyReferral",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest pcoPhysicalTherapyReferral</b></p><a name=\"pcoPhysicalTherapyReferral\"> </a><a name=\"hcpcoPhysicalTherapyReferral\"> </a><a name=\"pcoPhysicalTherapyReferral-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:{http://snomed.info/sct 91251008}\">Physical therapy procedure (regime/therapy)</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>: Once</p><p><b>authoredOn</b>: 2024-02-22</p><p><b>requester</b>: <a href=\"Practitioner-pcoPractitionerAnderson.html\">Practitioner John Anderson, MD</a></p><p><b>note</b>: Trial of physical therapy focused on strengthening</p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal",
"valueReference" : {
🔗 "reference" : "Goal/pcoGoalWalkDogExample"
}
}
],
"status" : "active",
"intent" : "plan",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "91251008",
"display" : "Physical therapy procedure (regime/therapy)"
}
]
},
"subject" : {
🔗 "reference" : "Patient/pcoPatientJones"
},
"occurrenceTiming" : {
"repeat" : {
"boundsPeriod" : {
"start" : "2024-03-01",
"end" : "2024-04-30"
},
"frequency" : 1,
"periodUnit" : "wk"
}
},
"authoredOn" : "2024-02-22",
"requester" : {
🔗 "reference" : "Practitioner/pcoPractitionerAnderson"
},
"note" : [
{
"text" : "Trial of physical therapy focused on strengthening"
}
]
}