FHIR IG analytics| Package | hl7.fhir.us.health-care-surveys-reporting.r4b |
| Resource Type | Observation |
| Id | Observation-observation-height-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-height-example
status: Final
category: Vital Signs
code: Body height
subject: Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))
effective: 2025-01-02 09:30:00+0000
performer: Practitioner Joseph P Nichols (official)
value: 170 cm (Details: UCUM codecm = 'cm')
{
"resourceType": "Observation",
"id": "observation-height-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-height|6.1.0"
]
},
"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/patient-ledner"
},
"encounter": {
"reference": "Encounter/encounter-ambulatory"
},
"effectiveDateTime": "2025-01-02T09:30:00Z",
"performer": [
{
"reference": "Practitioner/practitioner-1"
}
],
"valueQuantity": {
"value": 170,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}