Kenya Core FHIR Implementation Guide (IG)
0.1.0 - ci-build

Kenya Core FHIR Implementation Guide (IG), published by IntelliSOFT Consulting. 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-core-FHIR-IG/ and changes regularly. See the Directory of published versions

: Encounter Status Code System - XML Representation

Active as of 2026-01-27

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="encounter-status-cs"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem encounter-status-cs</b></p><a name="encounter-status-cs"> </a><a name="hcencounter-status-cs"> </a><p>This case-insensitive code system <code>http://example.org/CodeSystem/encounter-status-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">IN-PROGRESS<a name="encounter-status-cs-IN-PROGRESS"> </a></td><td>In Progress</td><td>The encounter is currently in progress.</td></tr><tr><td style="white-space:nowrap">FINISHED<a name="encounter-status-cs-FINISHED"> </a></td><td>Finished</td><td>The encounter has been finished.</td></tr></table></div>
  </text>
  <url value="http://example.org/CodeSystem/encounter-status-cs"/>
  <version value="0.1.0"/>
  <name value="EncounterStatusCS"/>
  <title value="Encounter Status Code System"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2026-01-27T07:25:10+00:00"/>
  <publisher value="IntelliSOFT Consulting"/>
  <contact>
    <name value="IntelliSOFT Consulting"/>
    <telecom>
      <system value="url"/>
      <value value="https://.com/fhir/example-publisher"/>
    </telecom>
  </contact>
  <description
               value="A code system that defines the status of an encounter."/>
  <caseSensitive value="false"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="IN-PROGRESS"/>
    <display value="In Progress"/>
    <definition value="The encounter is currently in progress."/>
  </concept>
  <concept>
    <code value="FINISHED"/>
    <display value="Finished"/>
    <definition value="The encounter has been finished."/>
  </concept>
</CodeSystem>