SIL HIE Implementation Guide
0.1.0 - sil-hie-active

SIL HIE Implementation Guide, published by Kathurima Kimathi. 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/savannahghi/hie-fhir-ig-profile/ and changes regularly. See the Directory of published versions

: Example Kenya EpisodeOfCare - XML Representation

Raw xml | Download


<EpisodeOfCare xmlns="http://hl7.org/fhir">
  <id value="ExampleKenyaEpisodeOfCare"/>
  <meta>
    <profile
             value="https://nshr.dha.go.ke/fhir/StructureDefinition/hie-episodeofcare"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: EpisodeOfCare ExampleKenyaEpisodeOfCare</b></p><a name="ExampleKenyaEpisodeOfCare"> </a><a name="hcExampleKenyaEpisodeOfCare"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-hie-episodeofcare.html">HIE EpisodeOfCare</a></p></div><p><b>identifier</b>: PLAC/EOC-987654321 (use: official, )</p><p><b>status</b>: Active</p><h3>StatusHistories</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td style="display: none">*</td><td>Active</td><td>2025-01-10 09:00:00+0300 --&gt; (ongoing)</td></tr></table><p><b>type</b>: <span title="Codes:{http://example.org/fhir/ValueSet/HIEEpisodeOfCareServiceTypesVs outpatient}">Outpatient</span></p><h3>Diagnoses</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Condition</b></td><td><b>Role</b></td><td><b>Rank</b></td></tr><tr><td style="display: none">*</td><td><a href="Condition/cond-001">Condition/cond-001</a></td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role AD}">Admission diagnosis</span></td><td>1</td></tr></table><p><b>patient</b>: <a href="Patient/pat-001">Patient/pat-001</a></p><p><b>managingOrganization</b>: <a href="Organization/health-facility-001">Organization/health-facility-001</a></p><p><b>period</b>: 2025-01-10 09:00:00+0300 --&gt; (ongoing)</p><p><b>referralRequest</b>: <a href="ServiceRequest/servreq-1001">ServiceRequest/servreq-1001</a></p><p><b>careManager</b>: <code>HIEPractitioner/prac-001</code></p><p><b>account</b>: <a href="Account/acc-001">Account/acc-001</a></p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <code value="PLAC"/>
      </coding>
    </type>
    <system value="http://khie.health.go.ke/identifiers/episodeofcare"/>
    <value value="EOC-987654321"/>
  </identifier>
  <status value="active"/>
  <statusHistory>
    <status value="active"/>
    <period>
      <start value="2025-01-10T09:00:00+03:00"/>
    </period>
  </statusHistory>
  <type>
    <coding>
      <system
              value="http://example.org/fhir/ValueSet/HIEEpisodeOfCareServiceTypesVs"/>
      <code value="outpatient"/>
      <display value="Outpatient"/>
    </coding>
  </type>
  <diagnosis>
    <condition>
      <reference value="Condition/cond-001"/>
    </condition>
    <role>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/diagnosis-role"/>
        <code value="AD"/>
        <display value="Admission diagnosis"/>
      </coding>
    </role>
    <rank value="1"/>
  </diagnosis>
  <patient>
    <reference value="Patient/pat-001"/>
  </patient>
  <managingOrganization>
    <reference value="Organization/health-facility-001"/>
  </managingOrganization>
  <period>
    <start value="2025-01-10T09:00:00+03:00"/>
  </period>
  <referralRequest>
    <reference value="ServiceRequest/servreq-1001"/>
  </referralRequest>
  <careManager>
    <reference value="HIEPractitioner/prac-001"/>
  </careManager>
  <account>
    <reference value="Account/acc-001"/>
  </account>
</EpisodeOfCare>