FHIR IG analytics| Package | hl7.fhir.us.core.r4 |
| Resource Type | Observation |
| Id | Observation-dxa-hip-l-z-score-bmd.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation dxa-hip-l-z-score-bmd
status: Final
category: Imaging
code: DXA Hip-L Z-score BMD
subject: Amy Shaw
encounter: Bone Scan
effective: 2021-11-10 19:14:41-0800
performer: Dr Ronald Bone
value: -0.19 Z-Score (Details: UCUM code1 = '1')
{
"resourceType": "Observation",
"id": "dxa-hip-l-z-score-bmd",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-clinical-result|8.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "imaging",
"display": "Imaging"
}
],
"text": "Imaging"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "80938-4",
"display": "DXA Hip-L Z-score BMD"
}
],
"text": "DXA Hip-L Z-score BMD"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"encounter": {
"display": "Bone Scan"
},
"effectiveDateTime": "2021-11-10T19:14:41.088720-08:00",
"performer": [
{
"reference": "Practitioner/practitioner-1",
"display": "Dr Ronald Bone"
}
],
"valueQuantity": {
"value": -0.19,
"unit": "Z-Score",
"system": "http://unitsofmeasure.org",
"code": "1"
}
}