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 ServiceRequest - Procedure/Imaging - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="srvreq-procedure-001"/>
  <meta>
    <profile
             value="http://example.org/StructureDefinition/kenya-eprescription-serviceRequestProcedure"/>
    <profile
             value="http://example.org/fhir/StructureDefinition/kenya-eprescription-serviceRequestProcedure"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest srvreq-procedure-001</b></p><a name="srvreq-procedure-001"> </a><a name="hcsrvreq-procedure-001"> </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-serviceRequestProcedure.html">Service Request - Procedure/Imaging</a>, <code>http://example.org/fhir/StructureDefinition/kenya-eprescription-serviceRequestProcedure</code></p></div><p><b>identifier</b>: <code>http://moh.health.go.ke/servicerequest-ids</code>/PROC-REQ-2025-0001</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/service-category imaging}">Imaging</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 36626-8}">CT Chest</span></p><p><b>subject</b>: <code>Example-KenyaEPrescriptionPatient</code></p><p><b>encounter</b>: <code>Example-KenyaEPrescriptionEncounter</code></p><p><b>occurrence</b>: 2025-02-12 10:30:00+0300</p><p><b>authoredOn</b>: 2025-02-10 09:00:00+0300</p><p><b>requester</b>: <code>Example-KenyaEPrescriptionPractitioner</code></p><p><b>performer</b>: <code>Example-KenyaEPrescriptionOrganization</code></p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 267036007}">Chest pain</span></p><p><b>specimen</b>: <code>Example-Specimen</code></p><p><b>bodySite</b>: <span title="Codes:{http://snomed.info/sct 51185008}">Thoracic region</span></p><p><b>note</b>: </p><blockquote><div><p>Urgent request due to worsening symptoms.</p>
</div></blockquote><p><b>patientInstruction</b>: Please avoid eating 4 hours before the scan.</p></div>
  </text>
  <identifier>
    <system value="http://moh.health.go.ke/servicerequest-ids"/>
    <value value="PROC-REQ-2025-0001"/>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-category"/>
      <code value="imaging"/>
      <display value="Imaging"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="36626-8"/>
      <display value="CT Chest"/>
    </coding>
  </code>
  <subject>
    <reference value="Example-KenyaEPrescriptionPatient"/>
  </subject>
  <encounter>
    <reference value="Example-KenyaEPrescriptionEncounter"/>
  </encounter>
  <occurrenceDateTime value="2025-02-12T10:30:00+03:00"/>
  <authoredOn value="2025-02-10T09:00:00+03:00"/>
  <requester>
    <reference value="Example-KenyaEPrescriptionPractitioner"/>
  </requester>
  <performer>
    <reference value="Example-KenyaEPrescriptionOrganization"/>
  </performer>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="267036007"/>
      <display value="Chest pain"/>
    </coding>
  </reasonCode>
  <specimen>
    <reference value="Example-Specimen"/>
  </specimen>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="51185008"/>
      <display value="Thoracic region"/>
    </coding>
  </bodySite>
  <note>
    <text value="Urgent request due to worsening symptoms."/>
  </note>
  <patientInstruction value="Please avoid eating 4 hours before the scan."/>
</ServiceRequest>