FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Observation |
| Id | Observation-bodyheight-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation bodyheight-1
Profile: AU Core Body Height
status: Final
category: Vital Signs
code: height
subject: Li Wang Male, DoB: 1975-05-03 ( Medical Record Number: 22421441)
effective: 2016-07-02
value: 175 cm (Details: UCUM codecm = 'cm')
{
"resourceType": "Observation",
"id": "bodyheight-1",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-bodyheight"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
],
"text": "Vital Signs"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8302-2",
"display": "Body height"
},
{
"system": "http://snomed.info/sct",
"code": "50373000"
}
],
"text": "height"
},
"subject": {
"reference": "Patient/wang-li"
},
"effectiveDateTime": "2016-07-02",
"valueQuantity": {
"value": 175,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}