Kenya-ePrescription-IG
0.1.0 - ci-build

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

: Example Encounter - ePrescription - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="enc-12345"/>
  <meta>
    <profile
             value="http://example.org/StructureDefinition/kenya-eprescription-encounter"/>
    <profile
             value="http://example.org/fhir/StructureDefinition/kenya-eprescription-encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter enc-12345</b></p><a name="enc-12345"> </a><a name="hcenc-12345"> </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">Profiles: <a href="StructureDefinition-kenya-eprescription-encounter.html">Encounter - ePrescription</a>, <code>http://example.org/fhir/StructureDefinition/kenya-eprescription-encounter</code></p></div><p><b>identifier</b>: <code>http://example.org/encounters</code>/ENC-2025-0001</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/7.0.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB">ActCode: AMB</a> (Ambulatory)</p><p><b>serviceType</b>: <span title="Codes:{http://snomed.info/sct 408443003}">General medical service</span></p><p><b>priority</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActPriority R}">Routine</span></p><p><b>subject</b>: <code>ExampleKenyaEPrescriptionPatient</code></p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Individual</b></td></tr><tr><td style="display: none">*</td><td><code>ExampleKenyaEPrescriptionPractitioner</code></td></tr></table><p><b>period</b>: 2025-01-11 09:10:00+0300 --&gt; 2025-01-11 09:25:00+0300</p><h3>Hospitalizations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Origin</b></td><td><b>AdmitSource</b></td><td><b>ReAdmission</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style="display: none">*</td><td><code>ExampleKenyaEPrescriptionOrganization</code></td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/admit-source emd}">Emergency department</span></td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0092 R}">Re-admission</span></td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/discharge-disposition home}">Discharged to home</span></td></tr></table><p><b>serviceProvider</b>: <code>ExampleKenyaEPrescriptionOrganization</code></p></div>
  </text>
  <identifier>
    <system value="http://example.org/encounters"/>
    <value value="ENC-2025-0001"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="Ambulatory"/>
  </class>
  <serviceType>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="408443003"/>
      <display value="General medical service"/>
    </coding>
  </serviceType>
  <priority>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActPriority"/>
      <code value="R"/>
      <display value="Routine"/>
    </coding>
  </priority>
  <subject>
    <reference value="ExampleKenyaEPrescriptionPatient"/>
  </subject>
  <participant>
    <individual>
      <reference value="ExampleKenyaEPrescriptionPractitioner"/>
    </individual>
  </participant>
  <period>
    <start value="2025-01-11T09:10:00+03:00"/>
    <end value="2025-01-11T09:25:00+03:00"/>
  </period>
  <hospitalization>
    <origin>
      <reference value="ExampleKenyaEPrescriptionOrganization"/>
    </origin>
    <admitSource>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/admit-source"/>
        <code value="emd"/>
        <display value="Emergency department"/>
      </coding>
    </admitSource>
    <reAdmission>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0092"/>
        <code value="R"/>
        <display value="Re-admission"/>
      </coding>
    </reAdmission>
    <dischargeDisposition>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/discharge-disposition"/>
        <code value="home"/>
        <display value="Discharged to home"/>
      </coding>
    </dischargeDisposition>
  </hospitalization>
  <serviceProvider>
    <reference value="ExampleKenyaEPrescriptionOrganization"/>
  </serviceProvider>
</Encounter>