Kenya Core FHIR Implementation Guide (IG)
0.1.0 - ci-build

Kenya Core FHIR Implementation Guide (IG), published by IntelliSOFT Consulting. 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-core-FHIR-IG/ and changes regularly. See the Directory of published versions

: Facility Level - JSON Representation

Active as of 2025-12-17

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "FacilityLevelCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem FacilityLevelCS</b></p><a name=\"FacilityLevelCS\"> </a><a name=\"hcFacilityLevelCS\"> </a><p>This  code system <code>http://example.org/CodeSystem/FacilityLevelCS</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\">LEVEL-2<a name=\"FacilityLevelCS-LEVEL-2\"> </a></td><td>Level 2</td></tr><tr><td style=\"white-space:nowrap\">LEVEL-3A<a name=\"FacilityLevelCS-LEVEL-3A\"> </a></td><td>Level 3A</td></tr><tr><td style=\"white-space:nowrap\">LEVEL-3B<a name=\"FacilityLevelCS-LEVEL-3B\"> </a></td><td>Level 3B</td></tr><tr><td style=\"white-space:nowrap\">LEVEL-4<a name=\"FacilityLevelCS-LEVEL-4\"> </a></td><td>Level 4</td></tr><tr><td style=\"white-space:nowrap\">LEVEL-5<a name=\"FacilityLevelCS-LEVEL-5\"> </a></td><td>Level 5</td></tr><tr><td style=\"white-space:nowrap\">LEVEL-6A<a name=\"FacilityLevelCS-LEVEL-6A\"> </a></td><td>Level 6A</td></tr><tr><td style=\"white-space:nowrap\">LEVEL-6B<a name=\"FacilityLevelCS-LEVEL-6B\"> </a></td><td>Level 6B</td></tr></table></div>"
  },
  "url" : "http://example.org/CodeSystem/FacilityLevelCS",
  "version" : "0.1.0",
  "name" : "FacilityLevelCS",
  "title" : "Facility Level",
  "status" : "active",
  "date" : "2025-12-17T09:57:49+00:00",
  "publisher" : "IntelliSOFT Consulting",
  "contact" : [
    {
      "name" : "IntelliSOFT Consulting",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://.com/fhir/example-publisher"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "LEVEL-2",
      "display" : "Level 2"
    },
    {
      "code" : "LEVEL-3A",
      "display" : "Level 3A"
    },
    {
      "code" : "LEVEL-3B",
      "display" : "Level 3B"
    },
    {
      "code" : "LEVEL-4",
      "display" : "Level 4"
    },
    {
      "code" : "LEVEL-5",
      "display" : "Level 5"
    },
    {
      "code" : "LEVEL-6A",
      "display" : "Level 6A"
    },
    {
      "code" : "LEVEL-6B",
      "display" : "Level 6B"
    }
  ]
}