FHIR IG analytics| Package | hl7.fhir.us.pacio-toc |
| Resource Type | Observation |
| Id | Observation-BSJ2-ADL-Mobility.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation BSJ2-ADL-Mobility
Profile: US Core Simple Observation Profile version: 8.0.1
Event Location: Location Motown Home Health Facility
status: Final
category: Functional Status
code: Need help getting out of bed, showered, or dressed
effective: 2024-05-16 14:30:00-0400
performer: PractitionerRole Occupational Therapist
value: Yes
{
"resourceType": "Observation",
"id": "BSJ2-ADL-Mobility",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation|8.0.1"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/event-location",
"valueReference": {
"reference": "Location/org-Loc-HomeHealth-Motown"
}
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
"code": "functional-status",
"display": "Functional Status"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "100315-1",
"display": "Need help getting out of bed, showered, or dressed"
}
]
},
"subject": {
"reference": "Patient/Example-Smith-Johnson-Patient2"
},
"effectiveDateTime": "2024-05-16T14:30:00-04:00",
"performer": [
{
"reference": "PractitionerRole/Role-OT-JenCadbury"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA33-6",
"display": "Yes"
}
]
}
}