FHIR IG analytics| Package | ke.fhir.core |
| Resource Type | Observation |
| Id | Observation-example-observation-amina-hgb.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation example-observation-amina-hgb
Profile: Kenya Core Observation Profile
status: Final
category: Laboratory
code: Hemoglobin [Mass/volume] in Blood
effective: 2026-08-03 09:40:00+0300
performer: Practitioner Dr. Sarah Njoroge
value: 10.2 g/dL (Details: UCUM codeg/dL = 'g/dL')
{
"resourceType": "Observation",
"id": "example-observation-amina-hgb",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-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/CR2026080100001-1"
},
"encounter": {
"reference": "Encounter/example-encounter-amina-outpatient"
},
"effectiveDateTime": "2026-08-03T09:40:00+03:00",
"performer": [
{
"reference": "Practitioner/example-practitioner-njoroge"
}
],
"valueQuantity": {
"value": 10.2,
"unit": "g/dL",
"system": "http://unitsofmeasure.org",
"code": "g/dL"
}
}