FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageke.fhir.emergency
Resource TypeCodeSystem
IdCodeSystem-em-arrival-mode.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-Emergency-FHIR-IG/CodeSystem-em-arrival-mode.html
URLhttps://fhir.dha.go.ke/ig/emergency/CodeSystem/em-arrival-mode
Version0.1.0
Statusactive
Date2026-08-07T11:54:11+00:00
NameEMArrivalModeCS
TitleEmergency Department Arrival Mode
DescriptionHow the patient arrived at the emergency department.
Contentcomplete

Resources that use this resource

ValueSet
ke.fhir.emergency#currentem-arrival-modeEmergency Department Arrival Mode Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem em-arrival-mode

This case-sensitive code system https://fhir.dha.go.ke/ig/emergency/CodeSystem/em-arrival-mode defines the following codes:

CodeDisplay
ambulance Ambulance
car-truck-private Car/truck - private
car-truck-taxi Car/truck - taxi
motorized-2-3-wheeler-private Motorized 2/3-wheeler - private
motorized-2-3-wheeler-taxi Motorized 2/3-wheeler - taxi
public-transport Public transport
walk Walk-in
other Other

Source1

{
  "resourceType": "CodeSystem",
  "id": "em-arrival-mode",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.dha.go.ke/ig/emergency/CodeSystem/em-arrival-mode",
  "version": "0.1.0",
  "name": "EMArrivalModeCS",
  "title": "Emergency Department Arrival Mode",
  "status": "active",
  "experimental": false,
  "date": "2026-08-07T11:54:11+00:00",
  "publisher": "Digital Health Agency (DHA), Kenya",
  "contact": [
    {
      "name": "Digital Health Agency (DHA), Kenya",
      "telecom": [
        {
          "system": "url",
          "value": "https://dha.go.ke"
        },
        {
          "system": "email",
          "value": "info@dha.go.ke"
        }
      ]
    },
    {
      "name": "Digital Health Agency Kenya – FHIR Team",
      "telecom": [
        {
          "system": "email",
          "value": "info@dha.go.ke",
          "use": "work"
        },
        {
          "system": "url",
          "value": "https://dha.go.ke",
          "use": "work"
        }
      ]
    }
  ],
  "description": "How the patient arrived at the emergency department.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "KE",
          "display": "Kenya"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 8,
  "concept": [
    {
      "code": "ambulance",
      "display": "Ambulance"
    },
    {
      "code": "car-truck-private",
      "display": "Car/truck - private"
    },
    {
      "code": "car-truck-taxi",
      "display": "Car/truck - taxi"
    },
    {
      "code": "motorized-2-3-wheeler-private",
      "display": "Motorized 2/3-wheeler - private"
    },
    {
      "code": "motorized-2-3-wheeler-taxi",
      "display": "Motorized 2/3-wheeler - taxi"
    },
    {
      "code": "public-transport",
      "display": "Public transport"
    },
    {
      "code": "walk",
      "display": "Walk-in"
    },
    {
      "code": "other",
      "display": "Other"
    }
  ]
}