FHIR IG analytics| Package | zm-core |
| Resource Type | Observation |
| Id | Observation-ExampleZMCoreObservationHemoglobin.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExampleZMCoreObservationHemoglobin
Profile: ZM-Core Observation Profile
status: Final
category: Laboratory
code: Hemoglobin [Mass/volume] in Blood
subject: John Mwale Male, DoB: 1985-05-15 ( http://hapi.moh.gov.zm/fhir/sid/nrc#123456/12/1)
effective: 2026-08-08 09:30:00+0200
performer: Practitioner Mary Chipo Phiri (official)
value: 13.2 g/dL (Details: UCUM codeg/dL = 'g/dL')
{
"resourceType": "Observation",
"id": "ExampleZMCoreObservationHemoglobin",
"meta": {
"profile": [
"http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "718-7",
"display": "Hemoglobin [Mass/volume] in Blood"
}
]
},
"subject": {
"reference": "Patient/ExampleZMCorePatient"
},
"effectiveDateTime": "2026-08-08T09:30:00+02:00",
"performer": [
{
"reference": "Practitioner/ExampleZMCorePractitioner"
}
],
"valueQuantity": {
"value": 13.2,
"unit": "g/dL",
"system": "http://unitsofmeasure.org",
"code": "g/dL"
}
}