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-15

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><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">LEVEL-1<a name=\"FacilityLevelCS-LEVEL-1\"> </a></td><td>LEVEL 1</td><td>Level 1 facility</td></tr><tr><td style=\"white-space:nowrap\">LEVEL-2<a name=\"FacilityLevelCS-LEVEL-2\"> </a></td><td>LEVEL 2</td><td>Level 2 facility</td></tr><tr><td style=\"white-space:nowrap\">LEVEL-3<a name=\"FacilityLevelCS-LEVEL-3\"> </a></td><td>LEVEL 3</td><td>Level 3 facility</td></tr><tr><td style=\"white-space:nowrap\">LEVEL-4<a name=\"FacilityLevelCS-LEVEL-4\"> </a></td><td>LEVEL 4</td><td>Level 4 facility</td></tr><tr><td style=\"white-space:nowrap\">LEVEL-5<a name=\"FacilityLevelCS-LEVEL-5\"> </a></td><td>LEVEL 5</td><td>Level 5 facility</td></tr><tr><td style=\"white-space:nowrap\">LEVEL-6<a name=\"FacilityLevelCS-LEVEL-6\"> </a></td><td>LEVEL 6</td><td>Level 6 facility</td></tr></table></div>"
  },
  "url" : "http://example.org/CodeSystem/FacilityLevelCS",
  "version" : "0.1.0",
  "name" : "FacilityLevelCS",
  "title" : "Facility Level",
  "status" : "active",
  "date" : "2025-12-15T15:05:18+00:00",
  "publisher" : "IntelliSOFT Consulting",
  "contact" : [
    {
      "name" : "IntelliSOFT Consulting",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://.com/fhir/example-publisher"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "LEVEL-1",
      "display" : "LEVEL 1",
      "definition" : "Level 1 facility"
    },
    {
      "code" : "LEVEL-2",
      "display" : "LEVEL 2",
      "definition" : "Level 2 facility"
    },
    {
      "code" : "LEVEL-3",
      "display" : "LEVEL 3",
      "definition" : "Level 3 facility"
    },
    {
      "code" : "LEVEL-4",
      "display" : "LEVEL 4",
      "definition" : "Level 4 facility"
    },
    {
      "code" : "LEVEL-5",
      "display" : "LEVEL 5",
      "definition" : "Level 5 facility"
    },
    {
      "code" : "LEVEL-6",
      "display" : "LEVEL 6",
      "definition" : "Level 6 facility"
    }
  ]
}