FHIR IG analytics| Package | ch.fhir.ig.ch-rad-order |
| Resource Type | Observation |
| Id | Observation-BodyHeight.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation BodyHeight
Profile: CH RAD-Order Body Height Observation
status: Final
category: Vital Signs
code: Body height
subject: Susanna Ufferer (official) Female, DoB: 1945-03-14
effective: 2019-04-01 10:10:00+0000
value: 176 cm (Details: UCUM codecm = 'cm')
{
"resourceType": "Observation",
"id": "BodyHeight",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-rad-order/StructureDefinition/ch-rad-order-bodyheight-observation"
]
},
"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",
"display": "Body height"
}
]
},
"subject": {
"reference": "Patient/PatSUfferer"
},
"effectiveDateTime": "2019-04-01T10:10:00.000+00:00",
"valueQuantity": {
"value": 176,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}