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

Kenya ePrescription FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Condition Category CodeSystem - JSON Representation

Active as of 2026-04-24

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "condition-category-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem condition-category-cs</b></p><a name=\"condition-category-cs\"> </a><a name=\"hccondition-category-cs\"> </a><p>This case-sensitive code system <code>https://ilm-hie.dha.go.ke/fhir/CodeSystem/condition-category-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><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">problem-list-item<a name=\"condition-category-cs-problem-list-item\"> </a></td><td>Problem List Item</td><td>A condition recorded on the patient's problem list.</td></tr><tr><td style=\"white-space:nowrap\">encounter-diagnosis<a name=\"condition-category-cs-encounter-diagnosis\"> </a></td><td>Encounter Diagnosis</td><td>A diagnosis made during an encounter.</td></tr><tr><td style=\"white-space:nowrap\">health-concern<a name=\"condition-category-cs-health-concern\"> </a></td><td>Health Concern</td><td>A health concern noted for the patient.</td></tr></table></div>"
  },
  "url" : "https://ilm-hie.dha.go.ke/fhir/CodeSystem/condition-category-cs",
  "version" : "0.1.0",
  "name" : "ConditionCategoryCS",
  "title" : "Condition Category CodeSystem",
  "status" : "active",
  "date" : "2026-04-24T09:57:31+00:00",
  "publisher" : "DHA, Kenya",
  "contact" : [
    {
      "name" : "DHA, Kenya",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://dha.go.ke/"
        },
        {
          "system" : "email",
          "value" : "helpdesk@dha.go.ke"
        }
      ]
    },
    {
      "name" : "Digital Health Agency, Kenya",
      "telecom" : [
        {
          "system" : "email",
          "value" : "helpdesk@dha.go.ke",
          "use" : "work"
        },
        {
          "system" : "url",
          "value" : "https://www.dha.go.ke/"
        }
      ]
    }
  ],
  "description" : "Category codes for Condition resources. Based on FHIR standard condition-category codes (OCL collection was empty).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "copyright" : "Copyright 2025+ Digital Health Agency, Kenya. This content is licensed under Creative Commons Attribution 4.0 International (CC-BY-4.0). Terminology content from the Kenya Pharmacy and Poisons Board (PPB) via Open Concept Lab (OCL) is subject to separate terms.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "problem-list-item",
      "display" : "Problem List Item",
      "definition" : "A condition recorded on the patient's problem list."
    },
    {
      "code" : "encounter-diagnosis",
      "display" : "Encounter Diagnosis",
      "definition" : "A diagnosis made during an encounter."
    },
    {
      "code" : "health-concern",
      "display" : "Health Concern",
      "definition" : "A health concern noted for the patient."
    }
  ]
}