FHIR IG analytics| Package | hl7.fhir.us.sdoh-clinicalcare |
| Resource Type | Observation |
| Id | Observation-SDOHCC-VitalSignsHeightExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation SDOHCC-VitalSignsHeightExample
Language: en
status: Final
category: Vital Signs
code: Body height
subject: BABY ABBAS Male, DoB: 2023-06-15 ( Medical Record Number: 65313516351 (use: usual, ))
effective: 2025-05-21
performer: Practitioner Dr Jan Water
value: 85 cm (Details: UCUM codecm = 'cm')
{
"resourceType": "Observation",
"id": "SDOHCC-VitalSignsHeightExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-height|7.0.0"
]
},
"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"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8302-2",
"display": "Body height"
}
]
},
"subject": {
"reference": "Patient/SDOHCC-PatientBabyAbbas"
},
"effectiveDateTime": "2025-05-21",
"performer": [
{
"reference": "Practitioner/SDOHCC-PractitionerDrJanWaterExample"
}
],
"valueQuantity": {
"value": 85,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}