FHIR IG analytics| Package | lt.hl7.fhir.vitalsigns |
| Resource Type | Observation |
| Id | Observation-observation-body-height-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Observation observation-body-height-example
Language: en
Profile: Body Height
status: Final
category: Vital Signs, Body height
code: Body height
subject: John Doe(official) Male, DoB Unknown ( http://hospital.org/patient-id#10005 (use: usual, ))
effective: 2025-10-27 09:15:00+0300
value: 176 cm (Details: UCUM codecm = 'cm')
note:
Height measured without shoes during routine examination.
method: Measured using a stadiometer
device: Device: status = active; type = Stadiometer (physical object)
Lithuanian
Generated Narrative: Observation observation-body-height-example
Language: en
Profile: Body Height
status: Final
category: Vital Signs, Body height
code: Body height
subject: John Doe(official) Male, DoB Unknown ( http://hospital.org/patient-id#10005 (use: usual, ))
effective: 2025-10-27 09:15:00+0300
value: 176 cm (Details: UCUM codecm = 'cm')
note:
Height measured without shoes during routine examination.
method: Measured using a stadiometer
device: Device: status = active; type = Stadiometer (physical object)
{
"resourceType": "Observation",
"id": "observation-body-height-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/vitalsigns/StructureDefinition/body-height"
]
},
"language": "en",
"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"
}
]
},
{
"coding": [
{
"system": "http://loinc.org",
"code": "8302-2",
"display": "Body height"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8302-2",
"display": "Body height"
}
]
},
"subject": {
"reference": "Patient/patient-example"
},
"effectiveDateTime": "2025-10-27T09:15:00+03:00",
"valueQuantity": {
"value": 176,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
},
"note": [
{
"text": "Height measured without shoes during routine examination."
}
],
"method": {
"text": "Measured using a stadiometer"
},
"device": {
"reference": "Device/device-body-height-example"
}
}