electronic Case Reporting (eCR) Implementation Guide: STU2 Ballot

This page is part of the electronic Case Reporting (eCR) (v0.2.0: STU 1 Ballot 2) based on FHIR R3. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

XML Format: Observation-eicr-travel-history-eve-everywoman-201801

Raw xml


<Observation xmlns="http://hl7.org/fhir">
  <id value="eicr-travel-history-eve-everywoman-201801"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-travel-history"/>
  </meta>
  <language value="en-US"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <table>
        <thead>
          <tr>
            <th>Id</th>
            <th>Travel History: Date(s)</th>
            <th>Location</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td>eicr-travel-history-eve-everywoman-201801</td>
            <td>JAN 15, 2018 to JAN 30, 2018</td>
            <td>Fiji and Vanuatu</td>
          </tr>
        </tbody>
      </table>
    </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/ecr-patient-eve-everywoman"/>
    <display value="Eve Everywoman"/>
  </subject>
  <effectivePeriod>
    <start value="2018-01-15"/>
    <end value="2018-01-30"/>
  </effectivePeriod>
<!--  Both Fiji and Vanuatu were visited in the above time period  -->
<!--  Fiji  -->
  <component>
    <code>
      <coding>
        <system value="http://hl7.org/fhir/v3/ParticipationType"/>
        <code value="LOC"/>
        <display value="Location"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="urn:oid:1.0.3166.1"/>
        <code value="FJI"/>
        <display value="Fiji"/>
      </coding>
    </valueCodeableConcept>
  </component>
<!--  Vanuatu  -->
  <component>
    <code>
      <coding>
        <system value="http://hl7.org/fhir/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>
</Observation>