Da Vinci - Documentation Templates and Rules
2.1.0 - STU 2.1 United States of America flag

Da Vinci - Documentation Templates and Rules, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-dtr/ and changes regularly. See the Directory of published versions

: ServiceRequestExample - XML Representation

Page standards status: Informative

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="ServiceRequestExample"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-servicerequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest ServiceRequestExample</b></p><a name="ServiceRequestExample"> </a><a name="hcServiceRequestExample"> </a><a name="ServiceRequestExample-en-US"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Original Order</p><p><b>code</b>: <span title="Codes:{http://loinc.org 24338-6}">Gas panel - Blood</span></p><p><b>subject</b>: <a href="Patient-examplepatient.html">Anonymous Patient Male, DoB: 1996-12-23</a></p><p><b>occurrence</b>: 2019-05-08 09:33:27+0700</p><p><b>authoredOn</b>: 2019-09-18 07:53:21+0700</p><p><b>requester</b>: <a href="Practitioner-PractitionerExample.html">Practitioner Jane Doe </a></p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 4565000}">Decreased oxygen affinity</span></p></div>
  </text>
  <status value="active"/>
  <intent value="original-order"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="24338-6"/>
    </coding>
    <text value="Gas panel - Blood"/>
  </code>
  <subject>🔗 
    <reference value="Patient/examplepatient"/>
  </subject>
  <occurrenceDateTime value="2019-05-08T09:33:27+07:00"/>
  <authoredOn value="2019-09-18T07:53:21+07:00"/>
  <requester>🔗 
    <reference value="Practitioner/PractitionerExample"/>
  </requester>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="4565000"/>
    </coding>
    <text value="Decreased oxygen affinity"/>
  </reasonCode>
</ServiceRequest>