This page is part of the PACIO Functional Status Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Observation",
"id" : "BSJ-Prior-Level-Of-Function-1",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/pacio-fs/StructureDefinition/pacio-plf"
]
},
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Patient is a community ambulator, able to attend desired activites and able to care for herself independently</div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/pacio-fs/StructureDefinition/assistance-required",
"valueCodeableConcept" : {
"text" : "Independent"
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/event-location",
"valueReference" : {
"reference" : "Location/provider-org-loc-01"
}
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "10158-4",
"display" : "History of Functional status Narrative"
}
]
},
"subject" : {
"reference" : "Patient/patientBSJ1"
},
"effectivePeriod" : {
"start" : "2019-07-01",
"end" : "2020-11-30"
},
"performer" : [
{
"reference" : "Practitioner/Practitioner-JohnSmith"
},
{
"reference" : "PractitionerRole/provider-role-pcp"
},
{
"reference" : "Organization/provider-org-01",
"display" : "Organization"
}
],
"dataAbsentReason" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"code" : "not-applicable"
}
]
}
}