Kenya eClaims FHIR IG
0.1.0 - ci-build Kenya flag

Kenya eClaims FHIR IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: EpisodeOfcare - Example Kenya HIE EpisodeOfCare - XML Representation

Raw xml | Download


<EpisodeOfCare xmlns="http://hl7.org/fhir">
  <id value="example-kenyahie-episodeofcare"/>
  <meta>
    <profile
             value="https://example.com/fhir/StructureDefinition/eclaims-episodeofcare"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: EpisodeOfCare example-kenyahie-episodeofcare</b></p><a name="example-kenyahie-episodeofcare"> </a><a name="hcexample-kenyahie-episodeofcare"> </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-eclaims-episodeofcare.html">EpisodeOfCare Profile</a></p></div><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>Planned</td><td>2024-06-01 --&gt; 2024-06-15</td></tr></table><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/episodeofcare-type hacc}">Home and Community Care</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/example-condition">Condition/example-condition</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/example-patient">Patient/example-patient</a></p><p><b>managingOrganization</b>: <a href="Organization/example-organization">Organization/example-organization</a></p><p><b>period</b>: 2024-06-15 --&gt; 2024-07-15</p><p><b>referralRequest</b>: <a href="ServiceRequest/example-referral">ServiceRequest/example-referral</a></p><p><b>careManager</b>: <a href="Practitioner/example-practitioner">Practitioner/example-practitioner</a></p><p><b>team</b>: <a href="CareTeam/example-careteam">CareTeam/example-careteam</a></p></div>
  </text>
  <status value="active"/>
  <statusHistory>
    <status value="planned"/>
    <period>
      <start value="2024-06-01"/>
      <end value="2024-06-15"/>
    </period>
  </statusHistory>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/episodeofcare-type"/>
      <code value="hacc"/>
      <display value="Home and Community Care"/>
    </coding>
  </type>
  <diagnosis>
    <condition>
      <reference value="Condition/example-condition"/>
    </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/example-patient"/>
  </patient>
  <managingOrganization>
    <reference value="Organization/example-organization"/>
  </managingOrganization>
  <period>
    <start value="2024-06-15"/>
    <end value="2024-07-15"/>
  </period>
  <referralRequest>
    <reference value="ServiceRequest/example-referral"/>
  </referralRequest>
  <careManager>
    <reference value="Practitioner/example-practitioner"/>
  </careManager>
  <team>
    <reference value="CareTeam/example-careteam"/>
  </team>
</EpisodeOfCare>