FHIR IG analytics| Package | alticelabs.fhir.smartal.glintt |
| Resource Type | Observation |
| Id | Observation-ObservationFrailtyExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "ObservationFrailtyExample",
"meta": {
"profile": [
"http://alticelabs.com/fhir/StructureDefinition/SmartAL-Observation-Frailty"
]
},
"status": "final",
"identifier": [
{
"system": "http://alticelabs.com/fhir/identifiers/observation",
"value": "frailty-obs-uuid-1"
}
],
"code": {
"coding": [
{
"system": "http://alticelabs.com/fhir/loinc-custom",
"code": "3000-G",
"display": "Frailty Physical Assessment"
}
]
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "83173-5",
"display": "Grip strength Hand - left Dynamometer"
}
]
},
"valueQuantity": {
"system": "http://unitsofmeasure.org",
"code": "kg",
"value": 25,
"unit": "kg"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "83174-3",
"display": "Grip strength Hand - right Dynamometer"
}
]
},
"valueQuantity": {
"system": "http://unitsofmeasure.org",
"code": "kg",
"value": 28,
"unit": "kg"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "83144-6",
"display": "4-Meter Walk Gait Speed Test [NIH Toolbox]"
}
]
},
"valueQuantity": {
"system": "http://unitsofmeasure.org",
"code": "s",
"value": 4.5,
"unit": "s"
}
}
],
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"subject": {
"reference": "Patient/f47ac10b-58cc-4372-a567-0e02b2c3d479"
},
"effectiveDateTime": "2026-03-03T10:00:00+00:00"
}