Kenya Patient Summary FHIR Implementation Guide, published by Digital Health Agency of 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-Patient-Summary-FHIR-IG/ and changes regularly. See the Directory of published versions
| Active as of 2026-05-31 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ambulance-case-status"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>http://localhost:8085/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>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://localhost:8085/fhir/CodeSystem/ambulance-case-status"^^xsd:anyURI ;
fhir:l <http://localhost:8085/fhir/CodeSystem/ambulance-case-status>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "AmbulanceCaseStatusCS"] ; #
fhir:title [ fhir:v "Ambulance Case Status"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2026-05-31T11:35:58+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Digital Health Agency of Kenya"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Digital Health Agency of Kenya" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.dha.go.ke" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "interoperability@dha.go.ke" ] ] )
] [
fhir:name [ fhir:v "Digital Health Agency of Kenya – Interoperability Team" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "interoperability@dha.go.ke" ] ;
fhir:use [ fhir:v "work" ] ] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.dha.go.ke" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Defines the lifecycle statuses of an ambulance case."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "KE" ] ;
fhir:display [ fhir:v "Kenya" ] ] )
] ) ; #
fhir:copyright [ fhir:v "Copyright © 2024+ Digital Health Agency of Kenya. This content is licensed under Creative Commons Zero v1.0 Universal (CC0 1.0). No rights reserved.\n"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "11"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "RECEIVED" ] ;
fhir:display [ fhir:v "Received" ] ;
fhir:definition [ fhir:v "The ambulance case has been received." ]
] [
fhir:code [ fhir:v "DISPATCHED" ] ;
fhir:display [ fhir:v "Dispatched" ] ;
fhir:definition [ fhir:v "An ambulance has been dispatched." ]
] [
fhir:code [ fhir:v "ACCEPTED" ] ;
fhir:display [ fhir:v "Accepted" ] ;
fhir:definition [ fhir:v "The ambulance case has been accepted." ]
] [
fhir:code [ fhir:v "REJECTED" ] ;
fhir:display [ fhir:v "Rejected" ] ;
fhir:definition [ fhir:v "The ambulance case has been rejected." ]
] [
fhir:code [ fhir:v "LEAVING-SCENE" ] ;
fhir:display [ fhir:v "Leaving Scene" ] ;
fhir:definition [ fhir:v "The ambulance is leaving the scene." ]
] [
fhir:code [ fhir:v "IN-TRANSIT" ] ;
fhir:display [ fhir:v "In Transit" ] ;
fhir:definition [ fhir:v "The ambulance is transporting the patient." ]
] [
fhir:code [ fhir:v "ARRIVAL" ] ;
fhir:display [ fhir:v "Arrival" ] ;
fhir:definition [ fhir:v "The ambulance has arrived at the destination." ]
] [
fhir:code [ fhir:v "ON-HOLD" ] ;
fhir:display [ fhir:v "On Hold" ] ;
fhir:definition [ fhir:v "The ambulance case is temporarily on hold." ]
] [
fhir:code [ fhir:v "FACILITY-ARRIVAL" ] ;
fhir:display [ fhir:v "Facility Arrival" ] ;
fhir:definition [ fhir:v "The ambulance has arrived at the healthcare facility." ]
] [
fhir:code [ fhir:v "RESOLVED" ] ;
fhir:display [ fhir:v "Resolved" ] ;
fhir:definition [ fhir:v "The ambulance case has been resolved." ]
] [
fhir:code [ fhir:v "CLOSED" ] ;
fhir:display [ fhir:v "Closed" ] ;
fhir:definition [ fhir:v "The ambulance case has been closed." ]
] ) . #
IG © 2024+ Digital Health Agency of Kenya. Package fhir.kenyaPSIG#0.1.0 based on FHIR 4.0.1. Generated 2026-05-31
Links: Table of Contents |
QA Report