FHIR IG analytics| Package | hl7.fhir.cz.hdr |
| Resource Type | Observation |
| Id | Observation-observation-story-birth-length.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-story-birth-length
Profile: Observation: Birth Length (CZ)
status: Final
code: Birth height measured
subject: Jan Dvorak (official) Male, DoB: 2026-03-03 ( https://ncez.mzcr.cz/fhir/sid/rid#9003007788)
value: 50 cm (Details: UCUM codecm = 'cm')
{
"resourceType": "Observation",
"id": "observation-story-birth-length",
"meta": {
"profile": [
"https://hl7.cz/fhir/hdr/StructureDefinition/cz-observation-birth-length"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "89269-5",
"display": "Birth height measured"
}
]
},
"subject": {
"reference": "Patient/patient-story-newborn"
},
"valueQuantity": {
"value": 50,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}