{
  "resourceType": "Observation",
  "id": "eicr-travel-history-eve-everywoman-201801",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2018-09-29T20:45:08.719+00:00",
    "profile": [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-travel-history"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<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>"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "420008001",
        "display": "Travel"
      }
    ],
    "text": "Travel History"
  },
  "subject": {
    "reference": "Patient/ecr-patient-eve-everywoman",
    "display": "Eve Everywoman"
  },
  "effectivePeriod": {
    "start": "2018-01-15",
    "end": "2018-01-30"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v3/ParticipationType",
            "code": "LOC",
            "display": "Location"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:oid:1.0.3166.1",
            "code": "FJI",
            "display": "Fiji"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v3/ParticipationType",
            "code": "LOC",
            "display": "Location"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:oid:1.0.3166.1",
            "code": "VUT",
            "display": "Vanuatu"
          }
        ]
      }
    }
  ]
}