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 Caller Relationship - JSON Representation

Active as of 2026-07-20

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "em-caller-relationship",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem em-caller-relationship</b></p><a name=\"em-caller-relationship\"> </a><a name=\"hcem-caller-relationship\"> </a><p>This case-sensitive code system <code>https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-caller-relationship</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\">self<a name=\"em-caller-relationship-self\"> </a></td><td>Self</td></tr><tr><td style=\"white-space:nowrap\">parent<a name=\"em-caller-relationship-parent\"> </a></td><td>Parent</td></tr><tr><td style=\"white-space:nowrap\">spouse<a name=\"em-caller-relationship-spouse\"> </a></td><td>Spouse</td></tr><tr><td style=\"white-space:nowrap\">sibling<a name=\"em-caller-relationship-sibling\"> </a></td><td>Sibling</td></tr><tr><td style=\"white-space:nowrap\">relative<a name=\"em-caller-relationship-relative\"> </a></td><td>Other relative</td></tr><tr><td style=\"white-space:nowrap\">caregiver<a name=\"em-caller-relationship-caregiver\"> </a></td><td>Caregiver</td></tr><tr><td style=\"white-space:nowrap\">bystander<a name=\"em-caller-relationship-bystander\"> </a></td><td>Bystander</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"em-caller-relationship-other\"> </a></td><td>Other</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"em-caller-relationship-unknown\"> </a></td><td>Unknown</td></tr></table></div>"
  },
  "url" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-caller-relationship",
  "version" : "0.1.0",
  "name" : "EMCallerRelationshipCS",
  "title" : "Emergency Caller Relationship",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-07-20T11:03:05+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" : "Relationship of an emergency caller to the patient.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 9,
  "concept" : [
    {
      "code" : "self",
      "display" : "Self"
    },
    {
      "code" : "parent",
      "display" : "Parent"
    },
    {
      "code" : "spouse",
      "display" : "Spouse"
    },
    {
      "code" : "sibling",
      "display" : "Sibling"
    },
    {
      "code" : "relative",
      "display" : "Other relative"
    },
    {
      "code" : "caregiver",
      "display" : "Caregiver"
    },
    {
      "code" : "bystander",
      "display" : "Bystander"
    },
    {
      "code" : "other",
      "display" : "Other"
    },
    {
      "code" : "unknown",
      "display" : "Unknown"
    }
  ]
}