Kenya Patient Summary FHIR Implementation Guide
0.1.0 - ci-build KE

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

: Reason for Referral ValueSet - JSON Representation

Active as of 2026-05-11

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "kps-referral-reason-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet kps-referral-reason-vs</b></p><a name=\"kps-referral-reason-vs\"> </a><a name=\"hckps-referral-reason-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-kpsg-referral-codes.html\"><code>https://shr.tiberbuapps.com/fhir/CodeSystem/kpsg-referral-codes</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-kpsg-referral-codes.html#kpsg-referral-codes-emergency-referral\">emergency-referral</a></td><td>Emergency Referral</td><td>The client requires urgent emergency care</td></tr><tr><td><a href=\"CodeSystem-kpsg-referral-codes.html#kpsg-referral-codes-adverse-drug-reaction\">adverse-drug-reaction</a></td><td>Management of Adverse Drug Reactions</td><td>Referral due to adverse drug reaction requiring specialist management</td></tr><tr><td><a href=\"CodeSystem-kpsg-referral-codes.html#kpsg-referral-codes-medication-unavailable\">medication-unavailable</a></td><td>Medication Not Available</td><td>Medication required by the client is not available at this facility</td></tr><tr><td><a href=\"CodeSystem-kpsg-referral-codes.html#kpsg-referral-codes-client-wish\">client-wish</a></td><td>Client's Wish</td><td>The client has expressed a preference to be seen at another facility</td></tr><tr><td><a href=\"CodeSystem-kpsg-referral-codes.html#kpsg-referral-codes-other-general-services\">other-general-services</a></td><td>Referral for Other General Services</td><td>Referral to access general services not available at the current facility</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.dha.go.ke/kps/ValueSet/kps-referral-reason-vs",
  "version" : "0.1.0",
  "name" : "ReferralReasonVS",
  "title" : "Reason for Referral ValueSet",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-05-11T04:59:51+00:00",
  "publisher" : "Digital Health Agency of Kenya",
  "contact" : [
    {
      "name" : "Digital Health Agency of Kenya",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.dha.go.ke"
        },
        {
          "system" : "email",
          "value" : "interoperability@dha.go.ke"
        }
      ]
    },
    {
      "name" : "Digital Health Agency of Kenya – Interoperability Team",
      "telecom" : [
        {
          "system" : "email",
          "value" : "interoperability@dha.go.ke",
          "use" : "work"
        },
        {
          "system" : "url",
          "value" : "https://www.dha.go.ke",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Coded reasons for referring a client to another facility or care level (KPS.G.DE.7).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "copyright" : "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",
  "compose" : {
    "include" : [
      {
        "system" : "https://shr.tiberbuapps.com/fhir/CodeSystem/kpsg-referral-codes",
        "concept" : [
          {
            "code" : "emergency-referral",
            "display" : "Emergency Referral"
          },
          {
            "code" : "adverse-drug-reaction",
            "display" : "Management of Adverse Drug Reactions"
          },
          {
            "code" : "medication-unavailable",
            "display" : "Medication Not Available"
          },
          {
            "code" : "client-wish",
            "display" : "Client's Wish"
          },
          {
            "code" : "other-general-services",
            "display" : "Referral for Other General Services"
          }
        ]
      }
    ]
  }
}