Kenya Emergency Care 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-Emergency-FHIR-IG/ and changes regularly. See the Directory of published versions
| Active as of 2026-08-07 |
@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/CodeSystem/em-arrival-mode> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "em-arrival-mode"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem em-arrival-mode</b></p><a name=\"em-arrival-mode\"> </a><a name=\"hcem-arrival-mode\"> </a><p>This case-sensitive code system <code>https://fhir.dha.go.ke/ig/emergency/CodeSystem/em-arrival-mode</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">ambulance<a name=\"em-arrival-mode-ambulance\"> </a></td><td>Ambulance</td></tr><tr><td style=\"white-space:nowrap\">car-truck-private<a name=\"em-arrival-mode-car-truck-private\"> </a></td><td>Car/truck - private</td></tr><tr><td style=\"white-space:nowrap\">car-truck-taxi<a name=\"em-arrival-mode-car-truck-taxi\"> </a></td><td>Car/truck - taxi</td></tr><tr><td style=\"white-space:nowrap\">motorized-2-3-wheeler-private<a name=\"em-arrival-mode-motorized-2-3-wheeler-private\"> </a></td><td>Motorized 2/3-wheeler - private</td></tr><tr><td style=\"white-space:nowrap\">motorized-2-3-wheeler-taxi<a name=\"em-arrival-mode-motorized-2-3-wheeler-taxi\"> </a></td><td>Motorized 2/3-wheeler - taxi</td></tr><tr><td style=\"white-space:nowrap\">public-transport<a name=\"em-arrival-mode-public-transport\"> </a></td><td>Public transport</td></tr><tr><td style=\"white-space:nowrap\">walk<a name=\"em-arrival-mode-walk\"> </a></td><td>Walk-in</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"em-arrival-mode-other\"> </a></td><td>Other</td></tr></table></div>"
] ;
fhir:CodeSystem.url [ fhir:value "https://fhir.dha.go.ke/ig/emergency/CodeSystem/em-arrival-mode"] ;
fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
fhir:CodeSystem.name [ fhir:value "EMArrivalModeCS"] ;
fhir:CodeSystem.title [ fhir:value "Emergency Department Arrival Mode"] ;
fhir:CodeSystem.status [ fhir:value "active"] ;
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.date [ fhir:value "2026-08-07T11:54:11+00:00"^^xsd:dateTime] ;
fhir:CodeSystem.publisher [ fhir:value "Digital Health Agency (DHA), Kenya"] ;
fhir:CodeSystem.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "Digital Health Agency (DHA), Kenya" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://dha.go.ke" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "info@dha.go.ke" ]
]
], [
fhir:index 1 ;
fhir:ContactDetail.name [ fhir:value "Digital Health Agency Kenya – FHIR Team" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "info@dha.go.ke" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://dha.go.ke" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
]
] ;
fhir:CodeSystem.description [ fhir:value "How the patient arrived at the emergency department."] ;
fhir:CodeSystem.jurisdiction [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
fhir:Coding.code [ fhir:value "KE" ] ;
fhir:Coding.display [ fhir:value "Kenya" ]
]
] ;
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.count [ fhir:value "8"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "ambulance" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Ambulance" ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "car-truck-private" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Car/truck - private" ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "car-truck-taxi" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Car/truck - taxi" ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.code [ fhir:value "motorized-2-3-wheeler-private" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Motorized 2/3-wheeler - private" ]
], [
fhir:index 4 ;
fhir:CodeSystem.concept.code [ fhir:value "motorized-2-3-wheeler-taxi" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Motorized 2/3-wheeler - taxi" ]
], [
fhir:index 5 ;
fhir:CodeSystem.concept.code [ fhir:value "public-transport" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Public transport" ]
], [
fhir:index 6 ;
fhir:CodeSystem.concept.code [ fhir:value "walk" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Walk-in" ]
], [
fhir:index 7 ;
fhir:CodeSystem.concept.code [ fhir:value "other" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Other" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/em-arrival-mode.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/em-arrival-mode.ttl> .
IG © 2026+ Digital Health Agency (DHA), Kenya. Package ke.fhir.emergency#0.1.0 based on FHIR 4.0.1. Generated 2026-08-07
Links: Table of Contents |
QA Report