FHIR IG analytics| Package | hl7.fhir.uv.ibcm |
| Resource Type | Observation |
| Id | Observation-uc3-bodyheight-firstMOHvisit.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation uc3-bodyheight-firstMOHvisit
status: Final
category: Vital Signs
code: Body height
subject: MS Female, DoB: 1991-02-01 ( ms)
encounter: Encounter: status = completed; class = ambulatory
effective: 2023-12-19
performer: Practitioner Dr. Hart
value: 147 cm (Details: UCUM codecm = 'cm')
{
"resourceType": "Observation",
"id": "uc3-bodyheight-firstMOHvisit",
"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"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8302-2",
"display": "Body height"
}
]
},
"subject": {
"reference": "Patient/uc3-mother"
},
"encounter": {
"reference": "Encounter/uc3-encounter-firstMOHvisit"
},
"effectiveDateTime": "2023-12-19",
"performer": [
{
"reference": "Practitioner/uc3-practitioner"
}
],
"valueQuantity": {
"value": 147,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}