Kenya Emergency FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

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

: Emergency Responder Unit Type - TTL Representation

Active as of 2026-07-20

Raw ttl | Download


@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-responder-unit-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "em-responder-unit-type"] ;
  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-responder-unit-type</b></p><a name=\"em-responder-unit-type\"> </a><a name=\"hcem-responder-unit-type\"> </a><p>This case-sensitive code system <code>http://hie.go.ke/fhir/CodeSystem/em-responder-unit-type</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\">ambulance<a name=\"em-responder-unit-type-ambulance\"> </a></td><td>Ambulance</td><td>A road vehicle equipped to provide emergency medical transport.</td></tr><tr><td style=\"white-space:nowrap\">advanced-life-support<a name=\"em-responder-unit-type-advanced-life-support\"> </a></td><td>Advanced life-support ambulance</td><td>An ambulance equipped and staffed to provide advanced life support.</td></tr><tr><td style=\"white-space:nowrap\">basic-life-support<a name=\"em-responder-unit-type-basic-life-support\"> </a></td><td>Basic life-support ambulance</td><td>An ambulance equipped and staffed to provide basic life support.</td></tr><tr><td style=\"white-space:nowrap\">patient-transport<a name=\"em-responder-unit-type-patient-transport\"> </a></td><td>Patient transport vehicle</td><td>A vehicle intended primarily for non-emergency patient transport.</td></tr><tr><td style=\"white-space:nowrap\">rapid-response<a name=\"em-responder-unit-type-rapid-response\"> </a></td><td>Rapid-response vehicle</td><td>A response vehicle carrying emergency personnel and equipment but not normally transporting patients.</td></tr><tr><td style=\"white-space:nowrap\">motorcycle<a name=\"em-responder-unit-type-motorcycle\"> </a></td><td>Emergency-response motorcycle</td><td>A motorcycle used to rapidly transport an emergency responder.</td></tr><tr><td style=\"white-space:nowrap\">air-ambulance<a name=\"em-responder-unit-type-air-ambulance\"> </a></td><td>Air ambulance</td><td>A fixed-wing or rotary-wing aircraft used for emergency medical transport.</td></tr><tr><td style=\"white-space:nowrap\">boat-ambulance<a name=\"em-responder-unit-type-boat-ambulance\"> </a></td><td>Boat ambulance</td><td>A watercraft used for emergency medical response and transport.</td></tr><tr><td style=\"white-space:nowrap\">command-unit<a name=\"em-responder-unit-type-command-unit\"> </a></td><td>Command unit</td><td>A vehicle or mobile facility used to coordinate an emergency response.</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"em-responder-unit-type-other\"> </a></td><td>Other responder unit</td><td>Another type of emergency-response unit.</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://hie.go.ke/fhir/CodeSystem/em-responder-unit-type"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "EMResponderUnitTypeCS"] ;
  fhir:CodeSystem.title [ fhir:value "Emergency Responder Unit Type"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  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 "Types of vehicles and mobile units used during emergency response."] ;
  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 "10"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "ambulance" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Ambulance" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "A road vehicle equipped to provide emergency medical transport." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "advanced-life-support" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Advanced life-support ambulance" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "An ambulance equipped and staffed to provide advanced life support." ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "basic-life-support" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Basic life-support ambulance" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "An ambulance equipped and staffed to provide basic life support." ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "patient-transport" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Patient transport vehicle" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "A vehicle intended primarily for non-emergency patient transport." ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "rapid-response" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Rapid-response vehicle" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "A response vehicle carrying emergency personnel and equipment but not normally transporting patients." ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "motorcycle" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Emergency-response motorcycle" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "A motorcycle used to rapidly transport an emergency responder." ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "air-ambulance" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Air ambulance" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "A fixed-wing or rotary-wing aircraft used for emergency medical transport." ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "boat-ambulance" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Boat ambulance" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "A watercraft used for emergency medical response and transport." ]
  ], [
     fhir:index 8 ;
     fhir:CodeSystem.concept.code [ fhir:value "command-unit" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Command unit" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "A vehicle or mobile facility used to coordinate an emergency response." ]
  ], [
     fhir:index 9 ;
     fhir:CodeSystem.concept.code [ fhir:value "other" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Other responder unit" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Another type of emergency-response unit." ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/em-responder-unit-type.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/em-responder-unit-type.ttl> .