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

Kenya Emergency FHIR 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-Emmergency-FHIR-IG/ and changes regularly. See the Directory of published versions

: Diagnosis Type Code System - TTL Representation

Active as of 2026-07-20

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/diagnosis-type-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "diagnosis-type-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 diagnosis-type-cs</b></p><a name=\"diagnosis-type-cs\"> </a><a name=\"hcdiagnosis-type-cs\"> </a><p>This case-sensitive code system <code>https://nshr-uat.sha.go.ke/fhir/CodeSystem/diagnosis-type-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\">admitting<a name=\"diagnosis-type-cs-admitting\"> </a></td><td>Admitting Diagnosis</td></tr><tr><td style=\"white-space:nowrap\">clinical<a name=\"diagnosis-type-cs-clinical\"> </a></td><td>Clinical Diagnosis</td></tr><tr><td style=\"white-space:nowrap\">differential<a name=\"diagnosis-type-cs-differential\"> </a></td><td>Differential Diagnosis</td></tr><tr><td style=\"white-space:nowrap\">discharge<a name=\"diagnosis-type-cs-discharge\"> </a></td><td>Discharge Diagnosis</td></tr><tr><td style=\"white-space:nowrap\">laboratory<a name=\"diagnosis-type-cs-laboratory\"> </a></td><td>Laboratory Diagnosis</td></tr><tr><td style=\"white-space:nowrap\">nursing<a name=\"diagnosis-type-cs-nursing\"> </a></td><td>Nursing Diagnosis</td></tr><tr><td style=\"white-space:nowrap\">prenatal<a name=\"diagnosis-type-cs-prenatal\"> </a></td><td>Prenatal Diagnosis</td></tr><tr><td style=\"white-space:nowrap\">principal<a name=\"diagnosis-type-cs-principal\"> </a></td><td>Principal Diagnosis</td></tr><tr><td style=\"white-space:nowrap\">radiology<a name=\"diagnosis-type-cs-radiology\"> </a></td><td>Radiology Diagnosis</td></tr><tr><td style=\"white-space:nowrap\">remote<a name=\"diagnosis-type-cs-remote\"> </a></td><td>Remote Diagnosis</td></tr><tr><td style=\"white-space:nowrap\">retrospective<a name=\"diagnosis-type-cs-retrospective\"> </a></td><td>Retrospective Diagnosis</td></tr><tr><td style=\"white-space:nowrap\">self<a name=\"diagnosis-type-cs-self\"> </a></td><td>Self Diagnosis</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://nshr-uat.sha.go.ke/fhir/CodeSystem/diagnosis-type-cs"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "DiagnosisTypeCS"] ;
  fhir:CodeSystem.title [ fhir:value "Diagnosis Type Code System"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-07-20T11:03:05+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 "info@dha.go.ke" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.name [ fhir:value "Digital Health Agency Kenya – FHIR Team" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "info@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 "Codes for diagnosis type. Codes align with FHIR ex-diagnosistype."] ;
  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 "12"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "admitting" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Admitting Diagnosis" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "clinical" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Clinical Diagnosis" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "differential" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Differential Diagnosis" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "discharge" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Discharge Diagnosis" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "laboratory" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Laboratory Diagnosis" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "nursing" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Nursing Diagnosis" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "prenatal" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Prenatal Diagnosis" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "principal" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Principal Diagnosis" ]
  ], [
     fhir:index 8 ;
     fhir:CodeSystem.concept.code [ fhir:value "radiology" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Radiology Diagnosis" ]
  ], [
     fhir:index 9 ;
     fhir:CodeSystem.concept.code [ fhir:value "remote" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Remote Diagnosis" ]
  ], [
     fhir:index 10 ;
     fhir:CodeSystem.concept.code [ fhir:value "retrospective" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Retrospective Diagnosis" ]
  ], [
     fhir:index 11 ;
     fhir:CodeSystem.concept.code [ fhir:value "self" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Self Diagnosis" ]
  ] .

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

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