HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
1.1.0 - STU 2 Ballot

This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. 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>
    <versionId value="3"/>
    <lastUpdated value="2020-10-28T06:46:34.514+00:00"/>
    <source value="#lzKwElTskVesNuZC"/>
    <profile
             value="http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <table xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
                <tr>
                    <td style="font-weight: bold">id</td>
                    <td>
                        <div title="id">servicerequest-eicr-zika</div>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">meta</td>
                    <td>
                        <table>
                            <tr>
                                <td style="font-weight: bold">versionId</td>
                                <td>
                                    <div title="versionId">9</div>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">lastUpdated</td>
                                <td>
                                    <div title="lastUpdated">2019-10-23T13:56:36.000-04:00</div>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">profile</td>
                                <td>
                                    <div title="profile">http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest</div>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">status</td>
                    <td>
                        <div title="status">completed</div>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">intent</td>
                    <td>
                        <div title="intent">order</div>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">category</td>
                    <td>
                        <ul style="list-style:none; padding-left:0; margin:0 0;">
                            <li>
                                <div title="text">Diagnostics Procedure</div>
                            </li>
                            <li>
                                <ul style="list-style:none; padding-left:0; margin:0 0;">
                                    <li>
                                        <div title="display">Diagnostic procedure (procedure)</div>  (
                                        
                                        <div title="code">103693007</div> )
          
                                    
                                    </li>
                                    <li>
                                        <div title="system">
                                            <a href="http://snomed.info/sct">http://snomed.info/sct</a>
                                        </div>
                                    </li>
                                </ul>
                            </li>
                        </ul>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">code</td>
                    <td>
                        <ul style="list-style:none; padding-left:0; margin:0 0;">
                            <li>
                                <div title="text">Zika RT-PCR</div>
                            </li>
                            <li>
                                <ul style="list-style:none; padding-left:0; margin:0 0;">
                                    <li>
                                        <div title="display">Zika virus envelope E gene [Presence] in Serum by NAA with probe detection</div>  (
                                        
                                        <div title="code">80825-3</div> )
          
                                    
                                    </li>
                                    <li>
                                        <div title="system">
                                            <a href="http://loinc.org">http://loinc.org</a>
                                        </div>
                                    </li>
                                </ul>
                            </li>
                        </ul>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">subject</td>
                    <td>
                        <ul style="list-style:none; padding-left:0; margin:0 0;">
                            <li/>
                            <li>
                                <a href="Patient-patient-ecr-eve-everywoman.html">Eve Everywoman</a>
                            </li>
                        </ul>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">performer</td>
                    <td>
                        <ul style="list-style:none; padding-left:0; margin:0 0;">
                            <li/>
                            <li>
                                <a href="Organization-organization-ecr-acme-laboratory.html">Acme Labs</a>
                            </li>
                        </ul>
                    </td>
                </tr>
            </table>
        </div>
  </text>
  <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>