SGHI FHIR Profile Implementation Guide
0.1.0 - ci-build

SGHI FHIR Profile Implementation Guide, published by Kathurima Kimathi. 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/savannahghi/sil_fhir_profile_ig/ and changes regularly. See the Directory of published versions

: SGHI Organization Identifier Types - JSON Representation

Draft as of 2026-01-14

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "organization-identifier-types",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet organization-identifier-types</b></p><a name=\"organization-identifier-types\"> </a><a name=\"hcorganization-identifier-types\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-SGHIOrganisationIdentifierCodeSystem.html\"><code>https://fhir.slade360.co.ke/fhir/CodeSystem/SGHIOrganisationIdentifierCodeSystem</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-SGHIOrganisationIdentifierCodeSystem.html#SGHIOrganisationIdentifierCodeSystem-mfl-code\">mfl-code</a></td><td>Master Facility List Code</td><td>Official identifier assigned by the Kenya Master Facility List (MFL) for healthcare facilities and organizations within Kenya's health system</td></tr><tr><td><a href=\"CodeSystem-SGHIOrganisationIdentifierCodeSystem.html#SGHIOrganisationIdentifierCodeSystem-sha-slade-code\">sha-slade-code</a></td><td>SHA Slade Code</td><td>Unique identifier assigned by the Social Health Authority (SHA) in collaboration with Slade 360 platform for healthcare provider identification and claims processing</td></tr><tr><td><a href=\"CodeSystem-SGHIOrganisationIdentifierCodeSystem.html#SGHIOrganisationIdentifierCodeSystem-fid-code\">fid-code</a></td><td>Facility ID Code</td><td>Generic facility identification code used for internal healthcare facility tracking and administrative purposes</td></tr><tr><td><a href=\"CodeSystem-SGHIOrganisationIdentifierCodeSystem.html#SGHIOrganisationIdentifierCodeSystem-fr-code\">fr-code</a></td><td>Facility Registry Code</td><td>Identifier assigned by the national or regional Facility Registry system for official healthcare facility registration and cataloging</td></tr><tr><td><a href=\"CodeSystem-SGHIOrganisationIdentifierCodeSystem.html#SGHIOrganisationIdentifierCodeSystem-kmpdc-registration-number\">kmpdc-registration-number</a></td><td>KMPDC Registration Number</td><td>Registration number issued by the Kenya Medical Practitioners and Dentists Council (KMPDC) for licensed medical practitioners and dentists</td></tr><tr><td><a href=\"CodeSystem-SGHIOrganisationIdentifierCodeSystem.html#SGHIOrganisationIdentifierCodeSystem-slade-code\">slade-code</a></td><td>Slade360 Code</td><td>Unique identifier assigned by the Slade 360 healthcare information platform for healthcare organizations and providers within their network</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.slade360.co.ke/fhir/ValueSet/organization-identifier-types",
  "version" : "0.1.0",
  "name" : "SGHIOrganizationIdentifierTypes",
  "title" : "SGHI Organization Identifier Types",
  "status" : "draft",
  "date" : "2026-01-14T14:34:02+00:00",
  "publisher" : "Kathurima Kimathi",
  "contact" : [
    {
      "name" : "Kathurima Kimathi",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.linkedin.com/in/kathurima-kimathi/"
        },
        {
          "system" : "email",
          "value" : "kathurimakimathi415@gmail.com"
        }
      ]
    },
    {
      "name" : "Oscar John",
      "telecom" : [
        {
          "system" : "email",
          "value" : "oscarjohnotieno@gmail.com",
          "use" : "work"
        }
      ]
    },
    {
      "name" : "Kennedy Omondi",
      "telecom" : [
        {
          "system" : "email",
          "value" : "kennankole@gmail.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Identifier types used to identify an organization across in SIL's systems",
  "compose" : {
    "include" : [
      {
        "system" : "https://fhir.slade360.co.ke/fhir/CodeSystem/SGHIOrganisationIdentifierCodeSystem",
        "concept" : [
          {
            "code" : "mfl-code",
            "display" : "Master Facility List Code"
          },
          {
            "code" : "sha-slade-code",
            "display" : "SHA Slade Code"
          },
          {
            "code" : "fid-code",
            "display" : "Facility ID Code"
          },
          {
            "code" : "fr-code",
            "display" : "Facility Registry Code"
          },
          {
            "code" : "kmpdc-registration-number",
            "display" : "KMPDC Registration Number"
          },
          {
            "code" : "slade-code",
            "display" : "Slade360 Code"
          }
        ]
      }
    ]
  }
}