FHIR IG analytics| Package | hl7.fhir.us.quality-core |
| Resource Type | Observation |
| Id | Observation-example-frailty.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation example-frailty
Profile: US Quality Core Simple Observation
status: Final
category: exam
code: Mobility device or aid is regularly used
effective: 2026-07-15 10:30:00-0400 --> 2026-07-15 10:45:00-0400
issued: 2026-07-15 11:00:00-0400
performer: Example Practitioner
value: Uses a wheelchair regularly
{
"resourceType": "Observation",
"id": "example-frailty",
"meta": {
"profile": [
"http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-simple-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam",
"display": "exam"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "99354-3",
"display": "Mobility device or aid is regularly used"
}
]
},
"subject": {
"reference": "Patient/example-2"
},
"effectivePeriod": {
"start": "2026-07-15T10:30:00-04:00",
"end": "2026-07-15T10:45:00-04:00"
},
"issued": "2026-07-15T11:00:00-04:00",
"performer": [
{
"reference": "Practitioner/example",
"display": "Example Practitioner"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "105503008",
"display": "Dependence on wheelchair (finding)"
}
],
"text": "Uses a wheelchair regularly"
}
}