FHIR IG analytics| Package | ke.fhir.eclaims |
| Resource Type | Observation |
| Id | Observation-ECLM-OBS-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ECLM-OBS-001
status: Final
code: Hemoglobin [Mass/volume] in Blood
subject: John Mwangi Kamau (official) Male, DoB: 1985-06-15 ( National ID: 12345678 (use: official, ))
effective: 2025-11-02 09:00:00+0300
performer: Practitioner Dr. James Ochieng (official)
value: 13.5 g/dL (Details: UCUM codeg/dL = 'g/dL')
{
"resourceType": "Observation",
"id": "ECLM-OBS-001",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "718-7",
"display": "Hemoglobin [Mass/volume] in Blood"
}
]
},
"subject": {
"reference": "Patient/ECLM-PT-001"
},
"effectiveDateTime": "2025-11-02T09:00:00+03:00",
"performer": [
{
"reference": "Practitioner/ECLM-PRA-001"
}
],
"valueQuantity": {
"value": 13.5,
"unit": "g/dL",
"system": "http://unitsofmeasure.org",
"code": "g/dL"
}
}