Kenya Core FHIR Implementation Guide
1.0.0 - release Kenya flag

Kenya Core FHIR Implementation Guide, published by Kenya Social Health Authority (SHA). 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

: Kenya License Status - JSON Representation

Active as of 2026-05-06

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "KenyaLicenseStatus",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem KenyaLicenseStatus</b></p><a name=\"KenyaLicenseStatus\"> </a><a name=\"hcKenyaLicenseStatus\"> </a><p>This case-insensitive code system <code>https://fhir.sha.go.ke/fhir/CodeSystem/KenyaLicenseStatus</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\">active<a name=\"KenyaLicenseStatus-active\"> </a></td><td>Active</td><td>Active</td></tr><tr><td style=\"white-space:nowrap\">inactive<a name=\"KenyaLicenseStatus-inactive\"> </a></td><td>Inactive</td><td>Inactive</td></tr></table></div>"
  },
  "url" : "https://fhir.sha.go.ke/fhir/CodeSystem/KenyaLicenseStatus",
  "version" : "1.0.0",
  "name" : "KenyaLicenseStatus",
  "title" : "Kenya License Status",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-05-06T17:06:38+00:00",
  "publisher" : "Kenya Social Health Authority (SHA)",
  "contact" : [
    {
      "name" : "Kenya Social Health Authority (SHA)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sha.go.ke"
        },
        {
          "system" : "email",
          "value" : "fhir@sha.go.ke"
        }
      ]
    }
  ],
  "description" : "Kenya License Status Code Systems",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "active",
      "display" : "Active",
      "definition" : "Active"
    },
    {
      "code" : "inactive",
      "display" : "Inactive",
      "definition" : "Inactive"
    }
  ]
}