HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm CI Build

This page is part of the electronic Case Reporting (eCR) (v1.0.0: STU 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

XML Format: Observation-observation-travel-history-eve-everywoman-1999

Raw xml


<Observation xmlns="http://hl7.org/fhir">
  <id value="observation-travel-history-eve-everywoman-1999"/>
  <meta>
    <versionId value="11"/>
    <lastUpdated value="2019-10-05T03:15:42.000-04:00"/>
    <profile
             value="http://hl7.org/fhir/us/ecr/StructureDefinition/travel-history-observation"/>
  </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">observation-travel-history-eve-everywoman-1999</div>
          </td>
        </tr>
        <tr>
          <td style="font-weight: bold">meta:
          </td>
          <td>
            <ul style="list-style:none; padding-left:0; margin:0 0;">
              <li>
                <div title="versionId">7</div>
              </li>
              <li>
                <div title="lastUpdated">2019-10-03T03:30:37.000-04:00</div>
              </li>
              <li>
                <div title="profile">http://hl7.org/fhir/us/ecr/StructureDefinition/travel-history-observation</div>
              </li>
            </ul>
          </td>
        </tr>
        <tr>
          <td style="font-weight: bold">status:
          </td>
          <td>
            <div title="status">final</div>
          </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">Travel History</div>
              </li>
              <li>
                <ul style="list-style:none; padding-left:0; margin:0 0;">
                  <li>
                    <div title="display">Travel</div>  (
                    <div title="code">420008001</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">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">effectivePeriod:
          </td>
          <td>
            <ul style="list-style:none; padding-left:0; margin:0 0;">
              <li>
                <div title="start">1999</div>
              </li>
              <li>
                <div title="end">2007</div>
              </li>
            </ul>
          </td>
        </tr>
        <tr>
          <td style="font-weight: bold">component:
          </td>
          <td>
            <table>
              <tr>
                <td style="font-weight: bold">code:
                </td>
                <td>
                  <ul style="list-style:none; padding-left:0; margin:0 0;">
                    <li>
                      <div title="display">Location</div>  (
                      <div title="code">LOC</div> )
                      
                    </li>
                    <li>
                      <div title="system">
                        <a href="http://terminology.hl7.org/CodeSystem/v3-ParticipationType">http://terminology.hl7.org/CodeSystem/v3-ParticipationType</a>
                      </div>
                    </li>
                  </ul>
                </td>
              </tr>
              <tr>
                <td style="font-weight: bold">valueCodeableConcept:
                </td>
                <td>
                  <div title="text">Spent 8 years in the UK during the BSE outbreak</div>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </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/patient-ecr-eve-everywoman"/>
    <display value="Eve Everywoman"/>
  </subject>
  <effectivePeriod>
    <start value="1999"/>
    <end value="2007"/>
  </effectivePeriod>
  <component>
    <code>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="LOC"/>
        <display value="Location"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <text value="Spent 8 years in the UK during the BSE outbreak"/>
    </valueCodeableConcept>
  </component>
</Observation>