Kenya eClaims FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

Kenya eClaims FHIR Implementation Guide, published by Digital Health Agency of Kenya. 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-eClaims-FHIR-IG/ and changes regularly. See the Directory of published versions

: Provider Qualification Code System - JSON Representation

Active as of 2026-06-03

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "eclaims-provider-qualification-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem eclaims-provider-qualification-cs</b></p><a name=\"eclaims-provider-qualification-cs\"> </a><a name=\"hceclaims-provider-qualification-cs\"> </a><p>This case-sensitive code system <code>https://nshr-uat.sha.go.ke/fhir/CodeSystem/eclaims-provider-qualification-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\">MD<a name=\"eclaims-provider-qualification-cs-MD\"> </a></td><td>Doctor of Medicine</td></tr><tr><td style=\"white-space:nowrap\">MBChB<a name=\"eclaims-provider-qualification-cs-MBChB\"> </a></td><td>Bachelor of Medicine and Bachelor of Surgery (MBChB)</td></tr><tr><td style=\"white-space:nowrap\">MBBS<a name=\"eclaims-provider-qualification-cs-MBBS\"> </a></td><td>Bachelor of Medicine and Bachelor of Surgery (MBBS)</td></tr><tr><td style=\"white-space:nowrap\">DO<a name=\"eclaims-provider-qualification-cs-DO\"> </a></td><td>Doctor of Osteopathy</td></tr><tr><td style=\"white-space:nowrap\">NP<a name=\"eclaims-provider-qualification-cs-NP\"> </a></td><td>Nurse Practitioner</td></tr><tr><td style=\"white-space:nowrap\">RN<a name=\"eclaims-provider-qualification-cs-RN\"> </a></td><td>Registered Nurse</td></tr><tr><td style=\"white-space:nowrap\">PharmD<a name=\"eclaims-provider-qualification-cs-PharmD\"> </a></td><td>Doctor of Pharmacy</td></tr><tr><td style=\"white-space:nowrap\">BPharm<a name=\"eclaims-provider-qualification-cs-BPharm\"> </a></td><td>Bachelor of Pharmacy</td></tr><tr><td style=\"white-space:nowrap\">PA<a name=\"eclaims-provider-qualification-cs-PA\"> </a></td><td>Physician Assistant</td></tr><tr><td style=\"white-space:nowrap\">ClinO<a name=\"eclaims-provider-qualification-cs-ClinO\"> </a></td><td>Clinical Officer</td></tr><tr><td style=\"white-space:nowrap\">CO<a name=\"eclaims-provider-qualification-cs-CO\"> </a></td><td>Community Health Officer</td></tr></table></div>"
  },
  "url" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/eclaims-provider-qualification-cs",
  "version" : "0.1.0",
  "name" : "ProviderQualificationCS",
  "title" : "Provider Qualification Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-06-03T08:33:37+00:00",
  "publisher" : "Digital Health Agency of Kenya",
  "contact" : [
    {
      "name" : "Digital Health Agency of Kenya",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://dha.go.ke"
        },
        {
          "system" : "email",
          "value" : "interoperability@dha.go.ke"
        }
      ]
    },
    {
      "name" : "eClaims Technical Working Group",
      "telecom" : [
        {
          "system" : "email",
          "value" : "interoperability@dha.go.ke",
          "use" : "work"
        },
        {
          "system" : "url",
          "value" : "https://dha.go.ke",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Qualification and credential codes for healthcare providers in Kenya eClaims. Codes align with HL7 v2 Table 0360 to ensure interoperability.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 11,
  "concept" : [
    {
      "code" : "MD",
      "display" : "Doctor of Medicine"
    },
    {
      "code" : "MBChB",
      "display" : "Bachelor of Medicine and Bachelor of Surgery (MBChB)"
    },
    {
      "code" : "MBBS",
      "display" : "Bachelor of Medicine and Bachelor of Surgery (MBBS)"
    },
    {
      "code" : "DO",
      "display" : "Doctor of Osteopathy"
    },
    {
      "code" : "NP",
      "display" : "Nurse Practitioner"
    },
    {
      "code" : "RN",
      "display" : "Registered Nurse"
    },
    {
      "code" : "PharmD",
      "display" : "Doctor of Pharmacy"
    },
    {
      "code" : "BPharm",
      "display" : "Bachelor of Pharmacy"
    },
    {
      "code" : "PA",
      "display" : "Physician Assistant"
    },
    {
      "code" : "ClinO",
      "display" : "Clinical Officer"
    },
    {
      "code" : "CO",
      "display" : "Community Health Officer"
    }
  ]
}