FHIR Implementation Guide for NDHM CI Build v2.0
banner

NDHM (R4), Published and maintained by NRCeS for NHA.
This version is based on the NDHM Health Data Interchange Specifications 1.0 and updated periodically.

XML Format: ServiceRequest-example-01

Download Raw xml


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="example-01"/>
  <meta>
    <profile
             value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/ServiceRequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Narrative with Details</b></p><p><b>id</b>: 1</p><p><b>status</b>: active</p><p><b>intent</b>: original-order</p><p><b>subject</b>: <a>ABC</a></p><p><b>occurrence</b>: 08/07/2020 9:33:00 AM</p><p><b>requester</b>: <a>Dr. PQR</a></p></div>
  </text>
  <status value="active"/>
  <intent value="original-order"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="16254007"/>
      <display value="Lipid Panel"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/1"/>
  </subject>
  <occurrenceDateTime value="2020-07-08T09:33:27+07:00"/>
  <requester>
    <reference value="Practitioner/2"/>
    <display value="Dr. PQR"/>
  </requester>
</ServiceRequest>