Kenya Emergency FHIR Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Kenya-Emmergency-FHIR-IG/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Encounter/em-incident-encounter-example> a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "em-incident-encounter-example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-incident-encounter" ;
fhir:index 0 ;
fhir:link <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-incident-encounter>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter em-incident-encounter-example</b></p><a name=\"em-incident-encounter-example\"> </a><a name=\"hcem-incident-encounter-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-em-incident-encounter.html\">Encounter - Emergency Medical Incident</a></p></div><blockquote><p><b>Emergency Incident Caller</b></p><ul><li>individual: <a href=\"Patient/pat-0712345678\">Patient/pat-0712345678</a></li><li>relationship: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-caller-relationship self}\">Self</span></li><li>isPatient: true</li></ul></blockquote><p><b>identifier</b>: <code>http://hie.go.ke/fhir/identifier/dispatch-id</code>/DISP-20260629120000-9981, <code>http://hie.go.ke/fhir/identifier/incident-id</code>/INC-20260629120000-0712345678-abc123</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"CodeSystem-em-encounter-class.html#em-encounter-class-FLD\">Emergency Encounter Class: FLD</a> (Emergency medical services field response)</p><p><b>type</b>: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-incident-type road-traffic}\">Road traffic incident</span></p><p><b>priority</b>: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-dispatch-priority P1}\">Priority 1 – Immediate</span></p><p><b>subject</b>: <a href=\"Patient/pat-0712345678\">Patient/pat-0712345678</a></p><p><b>episodeOfCare</b>: <a href=\"EpisodeOfCare/em-episode-of-care-example-valid\">EpisodeOfCare/em-episode-of-care-example-valid</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-participant-role dispatcher}\">Dispatcher</span></td><td><a href=\"Practitioner-em-practitioner-example.html\">Practitioner Sarah Njoroge </a></td></tr></table><p><b>period</b>: 2026-06-29 12:00:00+0300 --> 2026-06-29 12:40:00+0300</p><p><b>reasonCode</b>: <span title=\"Codes:\">Road traffic collision, driver trapped</span></p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Destination</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-em-destination-facility-example.html\">Location Kenyatta National Hospital Emergency Centre</a></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-em-scene-location-example.html\">Location Mbagathi Road Pickup Point</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-org-nairobi-ems-dispatch.html\">Organization Nairobi County Emergency Medical Services</a></p></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "individual" ] ;
fhir:Extension.valueReference [
fhir:link <http://hl7.org/fhir/Patient/pat-0712345678> ;
fhir:Reference.reference [ fhir:value "Patient/pat-0712345678" ]
]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "relationship" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-caller-relationship" ] ;
fhir:Coding.code [ fhir:value "self" ] ;
fhir:Coding.display [ fhir:value "Self" ]
]
]
], [
fhir:index 2 ;
fhir:Extension.url [ fhir:value "isPatient" ] ;
fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ]
] ;
fhir:Extension.url [ fhir:value "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-incident-caller" ]
] ;
fhir:Encounter.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "http://hie.go.ke/fhir/identifier/dispatch-id" ] ;
fhir:Identifier.value [ fhir:value "DISP-20260629120000-9981" ]
], [
fhir:index 1 ;
fhir:Identifier.system [ fhir:value "http://hie.go.ke/fhir/identifier/incident-id" ] ;
fhir:Identifier.value [ fhir:value "INC-20260629120000-0712345678-abc123" ]
] ;
fhir:Encounter.status [ fhir:value "finished"] ;
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-encounter-class" ] ;
fhir:Coding.code [ fhir:value "FLD" ] ;
fhir:Coding.display [ fhir:value "Emergency medical services field response" ]
] ;
fhir:Encounter.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-incident-type" ] ;
fhir:Coding.code [ fhir:value "road-traffic" ] ;
fhir:Coding.display [ fhir:value "Road traffic incident" ]
]
] ;
fhir:Encounter.priority [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-dispatch-priority" ] ;
fhir:Coding.code [ fhir:value "P1" ] ;
fhir:Coding.display [ fhir:value "Priority 1 – Immediate" ]
]
] ;
fhir:Encounter.subject [
fhir:link <http://hl7.org/fhir/Patient/pat-0712345678> ;
fhir:Reference.reference [ fhir:value "Patient/pat-0712345678" ]
] ;
fhir:Encounter.episodeOfCare [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/EpisodeOfCare/em-episode-of-care-example-valid> ;
fhir:Reference.reference [ fhir:value "EpisodeOfCare/em-episode-of-care-example-valid" ]
] ;
fhir:Encounter.participant [
fhir:index 0 ;
fhir:Encounter.participant.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-participant-role" ] ;
fhir:Coding.code [ fhir:value "dispatcher" ]
]
] ;
fhir:Encounter.participant.individual [
fhir:link <http://hl7.org/fhir/Practitioner/em-practitioner-example> ;
fhir:Reference.reference [ fhir:value "Practitioner/em-practitioner-example" ]
]
] ;
fhir:Encounter.period [
fhir:Period.start [ fhir:value "2026-06-29T12:00:00+03:00"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2026-06-29T12:40:00+03:00"^^xsd:dateTime ]
] ;
fhir:Encounter.reasonCode [
fhir:index 0 ;
fhir:CodeableConcept.text [ fhir:value "Road traffic collision, driver trapped" ]
] ;
fhir:Encounter.hospitalization [
fhir:Encounter.hospitalization.destination [
fhir:link <http://hl7.org/fhir/Location/em-destination-facility-example> ;
fhir:Reference.reference [ fhir:value "Location/em-destination-facility-example" ]
]
] ;
fhir:Encounter.location [
fhir:index 0 ;
fhir:Encounter.location.location [
fhir:link <http://hl7.org/fhir/Location/em-scene-location-example> ;
fhir:Reference.reference [ fhir:value "Location/em-scene-location-example" ]
]
] ;
fhir:Encounter.serviceProvider [
fhir:link <http://hl7.org/fhir/Organization/org-nairobi-ems-dispatch> ;
fhir:Reference.reference [ fhir:value "Organization/org-nairobi-ems-dispatch" ]
] .
<http://hl7.org/fhir/Patient/pat-0712345678> a fhir:Patient .
<http://hl7.org/fhir/EpisodeOfCare/em-episode-of-care-example-valid> a fhir:EpisodeOfCare .
<http://hl7.org/fhir/Practitioner/em-practitioner-example> a fhir:Practitioner .
<http://hl7.org/fhir/Location/em-destination-facility-example> a fhir:Location .
<http://hl7.org/fhir/Location/em-scene-location-example> a fhir:Location .
<http://hl7.org/fhir/Organization/org-nairobi-ems-dispatch> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Encounter/em-incident-encounter-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Encounter/em-incident-encounter-example.ttl> .
IG © 2026+ Digital Health Agency (DHA), Kenya. Package fhir.kenyaEmergencyIG#0.1.0 based on FHIR 4.0.1. Generated 2026-07-20
Links: Table of Contents |
QA Report