Da Vinci - Documentation Templates and Rules
2.1.0-preview - STU 2 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-preview 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><b>Generated Narrative: ServiceRequest</b><a name="ServiceRequestExample"> </a><a name="hcServiceRequestExample"> </a></p><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">Resource ServiceRequest &quot;ServiceRequestExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="https://build.fhir.org/ig/HL7/davinci-crd/StructureDefinition-profile-servicerequest.html">CRD Service Request</a></p></div><p><b>status</b>: draft</p><p><b>intent</b>: original-order</p><p><b>code</b>: Gas panel - Blood <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#24338-6)</span></p><p><b>subject</b>: <a href="Patient-examplepatient.html">Patient/examplepatient</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/PractitionerExample</a> &quot; DOE&quot;</p><p><b>reasonCode</b>: Decreased oxygen affinity <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#4565000)</span></p></div>
  </text>
  <status value="draft"/>
  <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>