Kenya Core Implementation Guide
1.0.0 - release Kenya flag

Kenya Core Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 1.0.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-core-FHIR-IG/ and changes regularly. See the Directory of published versions

: Referral Source Code System - JSON Representation

Active as of 2026-08-11

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "referral-source-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem referral-source-cs</b></p><a name=\"referral-source-cs\"> </a><a name=\"hcreferral-source-cs\"> </a><p>This case-insensitive code system <code>https://fhir.dha.go.ke/ig/core/CodeSystem/referral-source-cs</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\">community<a name=\"referral-source-cs-community\"> </a></td><td>Community</td></tr><tr><td style=\"white-space:nowrap\">health-provider<a name=\"referral-source-cs-health-provider\"> </a></td><td>Health Provider</td></tr><tr><td style=\"white-space:nowrap\">self-referral<a name=\"referral-source-cs-self-referral\"> </a></td><td>Self</td></tr></table></div>"
  },
  "url" : "https://fhir.dha.go.ke/ig/core/CodeSystem/referral-source-cs",
  "version" : "1.0.0",
  "name" : "ReferralSourceCS",
  "title" : "Referral Source Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-08-11T15:05:37+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" : "fhir@dha.go.ke"
        }
      ]
    }
  ],
  "description" : "Codes for the source from which a client was referred (community, health provider, or self-referral).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "community",
      "display" : "Community"
    },
    {
      "code" : "health-provider",
      "display" : "Health Provider"
    },
    {
      "code" : "self-referral",
      "display" : "Self"
    }
  ]
}