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 Type Code System - XML Representation

Active as of 2026-01-27

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="encounter-type-cs"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem encounter-type-cs</b></p><a name="encounter-type-cs"> </a><a name="hcencounter-type-cs"> </a><p>This case-insensitive code system <code>http://example.org/CodeSystem/encounter-type-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">EMERGENCY-VISIT<a name="encounter-type-cs-EMERGENCY-VISIT"> </a></td><td>Emergency Visit</td><td>The encounter is an emergency visit.</td></tr><tr><td style="white-space:nowrap">OUTPATIENT-VISIT<a name="encounter-type-cs-OUTPATIENT-VISIT"> </a></td><td>Outpatient Visit</td><td>The encounter is an outpatient visit.</td></tr><tr><td style="white-space:nowrap">REFERRAL-VISIT<a name="encounter-type-cs-REFERRAL-VISIT"> </a></td><td>Referral Visit</td><td>The encounter is a referral visit.</td></tr><tr><td style="white-space:nowrap">FOLLOW-UP-VISIT<a name="encounter-type-cs-FOLLOW-UP-VISIT"> </a></td><td>Follow-up Visit</td><td>The encounter is a follow-up visit.</td></tr><tr><td style="white-space:nowrap">INPATIENT-VISIT<a name="encounter-type-cs-INPATIENT-VISIT"> </a></td><td>Inpatient Visit</td><td>The encounter is an inpatient visit.</td></tr><tr><td style="white-space:nowrap">CONSULTATION<a name="encounter-type-cs-CONSULTATION"> </a></td><td>Consultation</td><td>The encounter is a consultation.</td></tr></table></div>
  </text>
  <url value="http://example.org/CodeSystem/encounter-type-cs"/>
  <version value="0.1.0"/>
  <name value="EncounterTypeCS"/>
  <title value="Encounter Type 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 types of encounters."/>
  <caseSensitive value="false"/>
  <content value="complete"/>
  <count value="6"/>
  <concept>
    <code value="EMERGENCY-VISIT"/>
    <display value="Emergency Visit"/>
    <definition value="The encounter is an emergency visit."/>
  </concept>
  <concept>
    <code value="OUTPATIENT-VISIT"/>
    <display value="Outpatient Visit"/>
    <definition value="The encounter is an outpatient visit."/>
  </concept>
  <concept>
    <code value="REFERRAL-VISIT"/>
    <display value="Referral Visit"/>
    <definition value="The encounter is a referral visit."/>
  </concept>
  <concept>
    <code value="FOLLOW-UP-VISIT"/>
    <display value="Follow-up Visit"/>
    <definition value="The encounter is a follow-up visit."/>
  </concept>
  <concept>
    <code value="INPATIENT-VISIT"/>
    <display value="Inpatient Visit"/>
    <definition value="The encounter is an inpatient visit."/>
  </concept>
  <concept>
    <code value="CONSULTATION"/>
    <display value="Consultation"/>
    <definition value="The encounter is a consultation."/>
  </concept>
</CodeSystem>