0.1.0 - ci-build

KISUMUHIEFHIRIG, published by intellisoftkenya. 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/Kisumu-County-HIE-FHIR-IG/ and changes regularly. See the Directory of published versions

: Encounter Service Type - JSON Representation

Draft as of 2025-09-02

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "encounter-servicetype-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem encounter-servicetype-cs</b></p><a name=\"encounter-servicetype-cs\"> </a><a name=\"hcencounter-servicetype-cs\"> </a><p>This case-sensitive code system <code>http://fhir.kisumuhealth.co.ke/CodeSystem/encounter-servicetype-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\">1<a name=\"encounter-servicetype-cs-1\"> </a></td><td>Registration Encounter</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"encounter-servicetype-cs-2\"> </a></td><td>Maternal Encounter</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"encounter-servicetype-cs-3\"> </a></td><td>ANC Encounter</td></tr></table></div>"
  },
  "url" : "http://fhir.kisumuhealth.co.ke/CodeSystem/encounter-servicetype-cs",
  "version" : "0.1.0",
  "name" : "EncounterServiceTypeCS",
  "title" : "Encounter Service Type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-09-02T07:40:08+00:00",
  "publisher" : "intellisoftkenya",
  "contact" : [
    {
      "name" : "intellisoftkenya",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.intellisoftkenya.com/"
        }
      ]
    }
  ],
  "description" : "Code System for service types for a given encounter",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "1",
      "display" : "Registration Encounter"
    },
    {
      "code" : "2",
      "display" : "Maternal Encounter"
    },
    {
      "code" : "3",
      "display" : "ANC Encounter"
    }
  ]
}