FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | Observation |
| Id | Observation-betsysmith-johnson01-observation-bodyheight-04.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation betsysmith-johnson01-observation-bodyheight-04
Profile: US Core Body Height Profile
status: Final
category: Vital Signs
code: Body height
effective: 2025-08-15 14:45:00-0500
performer: PractitionerRole Registered Nurse
value: 170 cm (Details: UCUM codecm = 'cm')
{
"resourceType": "Observation",
"id": "betsysmith-johnson01-observation-bodyheight-04",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-height"
]
},
"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/patient-betsysmith-johnson01"
},
"effectiveDateTime": "2025-08-15T14:45:00-05:00",
"performer": [
{
"reference": "PractitionerRole/PractitionerRole-RN-RichardRisto"
}
],
"valueQuantity": {
"value": 170,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}