{
  "resourceType" : "CodeSystem",
  "id" : "claim-subtype-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem claim-subtype-cs</b></p><a name=\"claim-subtype-cs\"> </a><a name=\"hcclaim-subtype-cs\"> </a><p>This case-sensitive code system <code>https://fhir.dha.go.ke/eclaims/CodeSystem/claim-subtype-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\">day-case<a name=\"claim-subtype-cs-day-case\"> </a></td><td>Day Case</td></tr><tr><td style=\"white-space:nowrap\">rehabilitation<a name=\"claim-subtype-cs-rehabilitation\"> </a></td><td>Rehabilitation</td></tr><tr><td style=\"white-space:nowrap\">inpatient<a name=\"claim-subtype-cs-inpatient\"> </a></td><td>Inpatient</td></tr><tr><td style=\"white-space:nowrap\">outpatient<a name=\"claim-subtype-cs-outpatient\"> </a></td><td>Outpatient</td></tr><tr><td style=\"white-space:nowrap\">emergency<a name=\"claim-subtype-cs-emergency\"> </a></td><td>Emergency</td></tr></table></div>"
  },
  "url" : "https://fhir.dha.go.ke/eclaims/CodeSystem/claim-subtype-cs",
  "version" : "0.1.0",
  "name" : "ClaimSubTypeCS",
  "title" : "Claim Subtype Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-05-19T11:26:54+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" : "Kenya-specific codes for the subtype of claim (MOH-Kenya OCL: CLAIM-SUBTYPE).",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "KE",
      "display" : "Kenya"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [{
    "code" : "day-case",
    "display" : "Day Case"
  },
  {
    "code" : "rehabilitation",
    "display" : "Rehabilitation"
  },
  {
    "code" : "inpatient",
    "display" : "Inpatient"
  },
  {
    "code" : "outpatient",
    "display" : "Outpatient"
  },
  {
    "code" : "emergency",
    "display" : "Emergency"
  }]
}