FHIR IG analytics| Package | csiro.fhir.au.gpccmp |
| Resource Type | Observation |
| Id | Observation-body-height-foreman-caterina.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation body-height-foreman-caterina
Profiles: AU Core Body Height, GP CCMP Body Height
status: Final
category: Vital Signs
code: Height
effective: 2025-11-25
value: 165 cm (Details: UCUM codecm = 'cm')
{
"resourceType": "Observation",
"id": "body-height-foreman-caterina",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-bodyheight",
"https://gpccmp.csiro.au/ig/StructureDefinition/GPCCMPBodyHeight"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8302-2"
},
{
"system": "http://snomed.info/sct",
"code": "50373000"
}
],
"text": "Height"
},
"subject": {
"reference": "Patient/foreman-caterina"
},
"effectiveDateTime": "2025-11-25",
"valueQuantity": {
"value": 165,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}