Kenya ePrescription FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

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

: EpisodeOfCare – James Otieno Oncology Management - XML Representation

Raw xml | Download


<EpisodeOfCare xmlns="http://hl7.org/fhir">
  <id value="example-episodeofcare-otieno-oncology"/>
  <meta>
    <profile
             value="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-episode-of-care"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>EpisodeOfCare EOC-2025-ONCO-00099 – Oncology Management</b></p><p>Active oncology episode for James Otieno at KNH from 10 June 2025. Managed by Dr. Sarah Njoroge. Diagnosis: lung cancer.</p></div>
  </text>
  <identifier>
    <system
            value="https://ilm-hie.dha.go.ke/fhir/NamingSystem/episode-identifier"/>
    <value value="EOC-2025-ONCO-00099"/>
  </identifier>
  <status value="active"/>
  <type>
    <coding>
      <system
              value="https://nshr-uat.sha.go.ke/fhir/CodeSystem/ke-episode-of-care-type-cs"/>
      <code value="oncology"/>
      <display value="Oncology Management"/>
    </coding>
  </type>
  <diagnosis>
    <condition>🔗 
      <reference value="Condition/example-condition-otieno-lungcancer"/>
    </condition>
  </diagnosis>
  <patient>🔗 
    <reference value="Patient/example-patient-otieno"/>
  </patient>
  <managingOrganization>🔗 
    <reference value="Organization/example-organization-knh"/>
  </managingOrganization>
  <period>
    <start value="2025-06-10"/>
  </period>
  <careManager>🔗 
    <reference value="Practitioner/example-practitioner-njoroge"/>
  </careManager>
</EpisodeOfCare>