FHIR IG analytics| Package | ke.fhir.patient-summary |
| Resource Type | Observation |
| Id | Observation-ObservationKPS.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ObservationKPS
Profile: Observation Profile - KPS
status: Final
category: Laboratory
code: Hemoglobin result
effective: 2026-05-20 08:15:00+0300
performer: Practitioner Anne Njoroge
value: 13.2 g/dL
{
"resourceType": "Observation",
"id": "ObservationKPS",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/patient-summary/StructureDefinition/ke-kps-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "https://fhir.dha.go.ke/ig/patient-summary/CodeSystem/observation-category-cs",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"text": "Hemoglobin result"
},
"subject": {
"reference": "Patient/PatientKPS"
},
"effectiveDateTime": "2026-05-20T08:15:00+03:00",
"performer": [
{
"reference": "Practitioner/PractitionerKPS"
}
],
"valueString": "13.2 g/dL"
}