PACIO Personal Functioning and Engagement Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-pfe/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Goal",
"id" : "PFEIG-Goal-StandingGoal",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-goal"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal PFEIG-Goal-StandingGoal</b></p><a name=\"PFEIG-Goal-StandingGoal\"> </a><a name=\"hcPFEIG-Goal-StandingGoal\"> </a><a name=\"PFEIG-Goal-StandingGoal-en-US\"> </a><p><b>lifecycleStatus</b>: Active</p><p><b>achievementStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/goal-achievement in-progress}\">In Progress</span></p><p><b>description</b>: <span title=\"Codes:{http://snomed.info/sct 282971008}\">Able to stand (finding)</span></p><p><b>subject</b>: <a href=\"Patient-PFEIG-patientBSJ1.html\">Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)</a></p><p><b>start</b>: 2024-01-18</p><p><b>expressedBy</b>: <a href=\"Practitioner-PFEIG-Practitioner-JenCadbury.html\">Practitioner Jen Cadbury</a></p><p><b>addresses</b>: </p><ul><li><a href=\"Observation-PFEIG-FSC-Hospital-Admission-Mobility-1-Ob-Question-7.html\">Observation Sit to stand - functional ability during 3 day assessment period [CMS Assessment]</a></li><li><a href=\"Observation-PFEIG-FSC-Hospital-Admission-Mobility-1-Ob-Question-5.html\">Observation Lying to sitting on side of bed - functional ability during 3 day assessment period [CMS Assessment]</a></li></ul><p><b>note</b>: Betsy demonstrates good rehab potential to progress to completing functional transfers without assistance. She will complete functional transfers including bed mobility and sit to stand transfers from various heights to improve safety and independence in the home. (By Practitioner/PFEIG-Practitioner-JenCadbury @2024-01-18)</p></div>"
},
"lifecycleStatus" : "active",
"achievementStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/goal-achievement",
"code" : "in-progress",
"display" : "In Progress"
}
],
"text" : "In Progress"
},
"description" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "282971008",
"display" : "Able to stand (finding)"
}
],
"text" : "Able to stand (finding)"
},
"subject" : {
🔗 "reference" : "Patient/PFEIG-patientBSJ1"
},
"startDate" : "2024-01-18",
"expressedBy" : {
🔗 "reference" : "Practitioner/PFEIG-Practitioner-JenCadbury"
},
"addresses" : [
{
🔗 "reference" : "Observation/PFEIG-FSC-Hospital-Admission-Mobility-1-Ob-Question-7"
},
{
🔗 "reference" : "Observation/PFEIG-FSC-Hospital-Admission-Mobility-1-Ob-Question-5"
}
],
"note" : [
{
"authorReference" : {
🔗 "reference" : "Practitioner/PFEIG-Practitioner-JenCadbury"
},
"time" : "2024-01-18",
"text" : "Betsy demonstrates good rehab potential to progress to completing functional transfers without assistance. She will complete functional transfers including bed mobility and sit to stand transfers from various heights to improve safety and independence in the home."
}
]
}