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

: Travel History Observation Example: observation-travel-history-anonymized-201801 - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="observation-travel-history-201801-anon"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-travel-history"/>
  </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>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="420008001"/>
      <display value="Travel"/>
    </coding>
    <text value="Travel History"/>
  </code>
  <subject>🔗 
    <reference value="Patient/patient-anon"/>
  </subject>
  <effectivePeriod>
    <start value="2018-01-15"/>
    <end value="2018-01-30"/>
  </effectivePeriod>
  <component>
    <code>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="LOC"/>
        <display value="Location"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="urn:oid:1.0.3166.1"/>
        <code value="VUT"/>
        <display value="Vanuatu"/>
      </coding>
    </valueCodeableConcept>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="280147009"/>
        <display value="Type of activity (attribute)"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="702348006"/>
        <display value="Active duty military (occupation)"/>
      </coding>
    </valueCodeableConcept>
  </component>
</Observation>