HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.2 - STU 2 United States of America flag

This page is part of the electronic Case Reporting (eCR) (v2.1.2: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: eICR ServiceRequest Example - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="servicerequest-eicr-zika"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest servicerequest-eicr-zika</b></p><a name="servicerequest-eicr-zika"> </a><a name="hcservicerequest-eicr-zika"> </a><a name="servicerequest-eicr-zika-en-US"> </a><p><b>identifier</b>: <code>http://lab.smarthealthit.org</code>/061ef612-344f-4e7b-81a8-1059ae7bbe11</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://snomed.info/sct 103693007}">Diagnostics Procedure</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 80825-3}">Zika RT-PCR</span></p><p><b>subject</b>: <a href="Patient-patient-ecr-eve-everywoman.html">Eve Everywoman</a></p><p><b>performer</b>: <a href="Organization-organization-ecr-acme-laboratory.html">Acme Labs</a></p></div>
  </text>
  <identifier>
    <system value="http://lab.smarthealthit.org"/>
    <value value="061ef612-344f-4e7b-81a8-1059ae7bbe11"/>
  </identifier>
  <status value="completed"/>
  <intent value="order"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="103693007"/>
      <display value="Diagnostic procedure (procedure)"/>
    </coding>
    <text value="Diagnostics Procedure"/>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="80825-3"/>
      <display
               value="Zika virus envelope E gene [Presence] in Serum by NAA with probe detection"/>
    </coding>
    <text value="Zika RT-PCR"/>
  </code>
  <subject>🔗 
    <reference value="Patient/patient-ecr-eve-everywoman"/>
    <display value="Eve Everywoman"/>
  </subject>
  <performer>🔗 
    <reference value="Organization/organization-ecr-acme-laboratory"/>
    <display value="Acme Labs"/>
  </performer>
</ServiceRequest>