Kenya eClaims Implementation Guide
0.1.0 - ci-build Kenya flag

Kenya eClaims Implementation Guide, published by Digital Health Agency (DHA), 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 - TTL Representation

Active as of 2026-08-07

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/eclaims-provider-qualification-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "eclaims-provider-qualification-cs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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://fhir.dha.go.ke/ig/eclaims/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>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://fhir.dha.go.ke/ig/eclaims/CodeSystem/eclaims-provider-qualification-cs"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "ProviderQualificationCS"] ;
  fhir:CodeSystem.title [ fhir:value "Provider Qualification Code System"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-07T13:06:49+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "Digital Health Agency (DHA), Kenya"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Digital Health Agency (DHA), Kenya" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://dha.go.ke" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "interoperability@dha.go.ke" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.name [ fhir:value "eClaims Technical Working Group" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "interoperability@dha.go.ke" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://dha.go.ke" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Qualification and credential codes for healthcare providers in Kenya eClaims. Codes align with HL7 v2 Table 0360 to ensure interoperability."] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "KE" ] ;
       fhir:Coding.display [ fhir:value "Kenya" ]
     ]
  ] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "11"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "MD" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Doctor of Medicine" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "MBChB" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Bachelor of Medicine and Bachelor of Surgery (MBChB)" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "MBBS" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Bachelor of Medicine and Bachelor of Surgery (MBBS)" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "DO" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Doctor of Osteopathy" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "NP" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Nurse Practitioner" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "RN" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Registered Nurse" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "PharmD" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Doctor of Pharmacy" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "BPharm" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Bachelor of Pharmacy" ]
  ], [
     fhir:index 8 ;
     fhir:CodeSystem.concept.code [ fhir:value "PA" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Physician Assistant" ]
  ], [
     fhir:index 9 ;
     fhir:CodeSystem.concept.code [ fhir:value "ClinO" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Clinical Officer" ]
  ], [
     fhir:index 10 ;
     fhir:CodeSystem.concept.code [ fhir:value "CO" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Community Health Officer" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/eclaims-provider-qualification-cs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/eclaims-provider-qualification-cs.ttl> .