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
| Active as of 2026-07-20 |
@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/ambulance-case-status> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ambulance-case-status"] ;
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 ambulance-case-status</b></p><a name=\"ambulance-case-status\"> </a><a name=\"hcambulance-case-status\"> </a><p>This code system <code>https://nshr-uat.sha.go.ke/fhir/CodeSystem/ambulance-case-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">RECEIVED<a name=\"ambulance-case-status-RECEIVED\"> </a></td><td>Received</td><td>The ambulance case has been received.</td></tr><tr><td style=\"white-space:nowrap\">DISPATCHED<a name=\"ambulance-case-status-DISPATCHED\"> </a></td><td>Dispatched</td><td>An ambulance has been dispatched.</td></tr><tr><td style=\"white-space:nowrap\">ACCEPTED<a name=\"ambulance-case-status-ACCEPTED\"> </a></td><td>Accepted</td><td>The ambulance case has been accepted.</td></tr><tr><td style=\"white-space:nowrap\">REJECTED<a name=\"ambulance-case-status-REJECTED\"> </a></td><td>Rejected</td><td>The ambulance case has been rejected.</td></tr><tr><td style=\"white-space:nowrap\">LEAVING-SCENE<a name=\"ambulance-case-status-LEAVING-SCENE\"> </a></td><td>Leaving Scene</td><td>The ambulance is leaving the scene.</td></tr><tr><td style=\"white-space:nowrap\">IN-TRANSIT<a name=\"ambulance-case-status-IN-TRANSIT\"> </a></td><td>In Transit</td><td>The ambulance is transporting the patient.</td></tr><tr><td style=\"white-space:nowrap\">ARRIVAL<a name=\"ambulance-case-status-ARRIVAL\"> </a></td><td>Arrival</td><td>The ambulance has arrived at the destination.</td></tr><tr><td style=\"white-space:nowrap\">ON-HOLD<a name=\"ambulance-case-status-ON-HOLD\"> </a></td><td>On Hold</td><td>The ambulance case is temporarily on hold.</td></tr><tr><td style=\"white-space:nowrap\">FACILITY-ARRIVAL<a name=\"ambulance-case-status-FACILITY-ARRIVAL\"> </a></td><td>Facility Arrival</td><td>The ambulance has arrived at the healthcare facility.</td></tr><tr><td style=\"white-space:nowrap\">RESOLVED<a name=\"ambulance-case-status-RESOLVED\"> </a></td><td>Resolved</td><td>The ambulance case has been resolved.</td></tr><tr><td style=\"white-space:nowrap\">CLOSED<a name=\"ambulance-case-status-CLOSED\"> </a></td><td>Closed</td><td>The ambulance case has been closed.</td></tr></table></div>"
] ;
fhir:CodeSystem.url [ fhir:value "https://nshr-uat.sha.go.ke/fhir/CodeSystem/ambulance-case-status"] ;
fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
fhir:CodeSystem.name [ fhir:value "AmbulanceCaseStatusCS"] ;
fhir:CodeSystem.title [ fhir:value "Ambulance Case Status"] ;
fhir:CodeSystem.status [ fhir:value "active"] ;
fhir:CodeSystem.date [ fhir:value "2026-07-20T11:03:05+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 "Defines the lifecycle statuses of an ambulance case."] ;
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.content [ fhir:value "complete"] ;
fhir:CodeSystem.count [ fhir:value "11"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "RECEIVED" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Received" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "The ambulance case has been received." ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "DISPATCHED" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Dispatched" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "An ambulance has been dispatched." ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "ACCEPTED" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Accepted" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "The ambulance case has been accepted." ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.code [ fhir:value "REJECTED" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Rejected" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "The ambulance case has been rejected." ]
], [
fhir:index 4 ;
fhir:CodeSystem.concept.code [ fhir:value "LEAVING-SCENE" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Leaving Scene" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "The ambulance is leaving the scene." ]
], [
fhir:index 5 ;
fhir:CodeSystem.concept.code [ fhir:value "IN-TRANSIT" ] ;
fhir:CodeSystem.concept.display [ fhir:value "In Transit" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "The ambulance is transporting the patient." ]
], [
fhir:index 6 ;
fhir:CodeSystem.concept.code [ fhir:value "ARRIVAL" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Arrival" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "The ambulance has arrived at the destination." ]
], [
fhir:index 7 ;
fhir:CodeSystem.concept.code [ fhir:value "ON-HOLD" ] ;
fhir:CodeSystem.concept.display [ fhir:value "On Hold" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "The ambulance case is temporarily on hold." ]
], [
fhir:index 8 ;
fhir:CodeSystem.concept.code [ fhir:value "FACILITY-ARRIVAL" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Facility Arrival" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "The ambulance has arrived at the healthcare facility." ]
], [
fhir:index 9 ;
fhir:CodeSystem.concept.code [ fhir:value "RESOLVED" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Resolved" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "The ambulance case has been resolved." ]
], [
fhir:index 10 ;
fhir:CodeSystem.concept.code [ fhir:value "CLOSED" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Closed" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "The ambulance case has been closed." ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/ambulance-case-status.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/ambulance-case-status.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