FHIR IG analytics| Package | ke.fhir.patient-summary |
| Resource Type | Encounter |
| Id | Encounter-EncounterKPS.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter EncounterKPS
Profile: Encounter Profile - KPS
status: Finished
class: ActCode: AMB (ambulatory)
period: 2026-05-20 08:00:00+0300 --> 2026-05-20 08:30:00+0300
| Location |
| Location Nairobi Referral Clinic |
{
"resourceType": "Encounter",
"id": "EncounterKPS",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/patient-summary/StructureDefinition/ke-kps-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
},
"subject": {
"reference": "Patient/PatientKPS"
},
"period": {
"start": "2026-05-20T08:00:00+03:00",
"end": "2026-05-20T08:30:00+03:00"
},
"location": [
{
"location": {
"reference": "Location/LocationKPS"
}
}
]
}