HL7 FHIR Malaysia Core (MY Core) Implementation Guide
2.0.0 - ci-build

HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-servicerequest-referral - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="example-servicerequest-referral"/>
  <meta>
    <source value="Postman"/>
    <profile
             value="http://fhir.hie.moh.gov.my/StructureDefinition/ServiceRequest-my-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest example-servicerequest-referral</b></p><a name="example-servicerequest-referral"> </a><a name="hcexample-servicerequest-referral"> </a><a name="example-servicerequest-referral-en-US"> </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">Information Source: Postman</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ServiceRequest-my-core.html">ServiceRequest (MY Core)</a></p></div><p><b>identifier</b>: <code>http://fhir.hie.moh.gov.my/sid/service-request-id</code>/REF-21</p><p><b>status</b>: Active</p><p><b>intent</b>: Directive</p><p><b>category</b>: <span title="Codes:{http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core 3457005}">Patient referral</span></p><p><b>priority</b>: Routine</p><p><b>subject</b>: <a href="Patient/ROS-21">Patient/ROS-21</a></p><p><b>encounter</b>: <a href="Encounter/ROS-ENC-21">Encounter/ROS-ENC-21</a></p><p><b>authoredOn</b>: 2022-11-24 17:05:31+0800</p><p><b>requester</b>: <a href="Organization/11-05060009">SAIFULDAULAH BIN MOHD HAFIZ NGOO</a></p><p><b>performerType</b>: <span title="Codes:{http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core affiliate}">Affiliate</span></p><p><b>performer</b>: </p><ul><li><a href="HealthcareService/8b48bb07-d59a-4ebd-8930-548a8114e257">Primary Oral Health Care</a></li><li><a href="Organization/11-05040012">HOSPITAL PORT DICKSON</a></li><li>Dr Hawa</li></ul><p><b>reasonCode</b>: <span title="Codes:">&lt;p&gt;Referral Reason goes here&lt;/p&gt;</span></p><p><b>note</b>: &lt;p&gt;Entry Note goes here&lt;/p&gt;</p></div>
  </text>
  <identifier>
    <system value="http://fhir.hie.moh.gov.my/sid/service-request-id"/>
    <value value="REF-21"/>
  </identifier>
  <status value="active"/>
  <intent value="directive"/>
  <category>
    <coding>
      <system
              value="http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core"/>
      <code value="3457005"/>
      <display value="Patient referral"/>
    </coding>
  </category>
  <priority value="routine"/>
  <subject>
    <reference value="Patient/ROS-21"/>
  </subject>
  <encounter>
    <reference value="Encounter/ROS-ENC-21"/>
  </encounter>
  <authoredOn value="2022-11-24T17:05:31+08:00"/>
  <requester>
    <reference value="Organization/11-05060009"/>
    <display value="SAIFULDAULAH BIN MOHD HAFIZ NGOO"/>
  </requester>
  <performerType>
    <coding>
      <system
              value="http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core"/>
      <code value="affiliate"/>
      <display value="Affiliate"/>
    </coding>
  </performerType>
  <performer>
    <reference
               value="HealthcareService/8b48bb07-d59a-4ebd-8930-548a8114e257"/>
    <type value="HealthcareService"/>
    <display value="Primary Oral Health Care"/>
  </performer>
  <performer>
    <reference value="Organization/11-05040012"/>
    <type value="Organization"/>
    <display value="HOSPITAL PORT DICKSON"/>
  </performer>
  <performer>
    <type value="PractitionerRole"/>
    <display value="Dr Hawa"/>
  </performer>
  <reasonCode>
    <text value="&lt;p&gt;Referral Reason goes here&lt;/p&gt;"/>
  </reasonCode>
  <note>
    <text value="&lt;p&gt;Entry Note goes here&lt;/p&gt;"/>
  </note>
</ServiceRequest>