CDC FHIR® Implementation Guide: Anonymized Electronic Initial Case Reporting (eICR)
1.0.0 - ci-build United States of America flag

CDC FHIR® Implementation Guide: Anonymized Electronic Initial Case Reporting (eICR), published by APHL. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/lantanagroup/FHIR-us-eicr-anonymized/ and changes regularly. See the Directory of published versions

: eICR ServiceRequest Example - XML Representation

Raw xml | Download



<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="servicerequest-zika-anon"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest"/>
  </meta>
  <text>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
      <valueCode value="masked"/>
    </extension>
    <status value="empty"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>MASKED</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-anon"/>
  </subject>
  <performer>🔗 
    <reference value="Organization/organization-acme-laboratory"/>
  </performer>
</ServiceRequest>