Kenya Core FHIR Implementation Guide
1.0.0 - release Kenya flag

Kenya Core FHIR Implementation Guide, published by Kenya Social Health Authority (SHA). This guide is not an authorized publication; it is the continuous build for version 1.0.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

: Condition Category Code System - XML Representation

Active as of 2026-05-06

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ConditionCategoryCS"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem ConditionCategoryCS</b></p><a name="ConditionCategoryCS"> </a><a name="hcConditionCategoryCS"> </a><p>This case-insensitive code system <code>https://fhir.sha.go.ke/fhir/CodeSystem/ConditionCategoryCS</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">PROBLEM-LIST-ITEM<a name="ConditionCategoryCS-PROBLEM-LIST-ITEM"> </a></td><td>Problem List Item</td><td>Problem List Item</td></tr><tr><td style="white-space:nowrap">ENCOUNTER-DIAGNOSIS<a name="ConditionCategoryCS-ENCOUNTER-DIAGNOSIS"> </a></td><td>Encounter Diagnosis</td><td>Encounter Diagnosis</td></tr><tr><td style="white-space:nowrap">HEALTH-CONCERN<a name="ConditionCategoryCS-HEALTH-CONCERN"> </a></td><td>Health Concern</td><td>Health Concern</td></tr></table></div>
  </text>
  <url value="https://fhir.sha.go.ke/fhir/CodeSystem/ConditionCategoryCS"/>
  <version value="1.0.0"/>
  <name value="ConditionCategoryCS"/>
  <title value="Condition Category Code System"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2026-05-06T17:06:38+00:00"/>
  <publisher value="Kenya Social Health Authority (SHA)"/>
  <contact>
    <name value="Kenya Social Health Authority (SHA)"/>
    <telecom>
      <system value="url"/>
      <value value="https://sha.go.ke"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@sha.go.ke"/>
    </telecom>
  </contact>
  <description value="A code system that defines categories for conditions."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="KE"/>
      <display value="Kenya"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="false"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="PROBLEM-LIST-ITEM"/>
    <display value="Problem List Item"/>
    <definition value="Problem List Item"/>
  </concept>
  <concept>
    <code value="ENCOUNTER-DIAGNOSIS"/>
    <display value="Encounter Diagnosis"/>
    <definition value="Encounter Diagnosis"/>
  </concept>
  <concept>
    <code value="HEALTH-CONCERN"/>
    <display value="Health Concern"/>
    <definition value="Health Concern"/>
  </concept>
</CodeSystem>