FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.covid19library
Resource TypeObservation
IdObservation-TravelHistoryExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative

Resource "TravelHistoryExample"

Profile: Travel History

status: final

code: History of travel (LOINC#8691-8)

effective: 2021-09-21

component

code: Date travel started (LOINC#82752-7)

value: 2020-03-21

component

code: Country of travel [Location] (LOINC#94651-7)

value: Australia (unknown#AUS)

component

code: City of travel [Location] (LOINC#94653-3)

value: Melbourne

component

code: Date of departure from travel destination (LOINC#91560-3)

value: 2020-04-01


Source1

{
  "resourceType": "Observation",
  "id": "TravelHistoryExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/covid19library/StructureDefinition/travel-history"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8691-8",
        "display": "History of travel"
      }
    ]
  },
  "effectiveDateTime": "2021-09-21",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "82752-7",
            "display": "Date travel started"
          }
        ]
      },
      "valueDateTime": "2020-03-21"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "94651-7",
            "display": "Country of travel [Location]"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:iso:std:iso:3166",
            "code": "AUS"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "94653-3",
            "display": "City of travel [Location]"
          }
        ]
      },
      "valueString": "Melbourne"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "91560-3",
            "display": "Date of departure from travel destination"
          }
        ]
      },
      "valueDateTime": "2020-04-01"
    }
  ]
}