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

FHIR IG analytics

Packagehl7.fhir.us.illTraveler
Resource TypeComposition
IdComposition-ReportOfIllTravelerSimpleExample.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: Composition

Resource Composition "ReportOfIllTravelerSimpleExample"

Profile: ReportOfIllTravelerSimple

Flight Details

url

departureAirport

value: Washington DC ([not stated]#DCA)

url

arrivalAirport

value: Los Angeles ([not stated]#LAX)

url

flightNumber

value: DL364

url

seatNumber

value: 17B

url

flightDuration

value: 5

url

airline

value: United

Name of Disease: Tuberculosis ([not stated]#TB)

status: final

type: Public health Case report ([not stated]#55751-2)

date: 2023-12-03 19:43:30+0000

author: Organization/StateExample "Virginia Health Department"

title: Simple Report of Ill Traveler


Source1

{
  "resourceType": "Composition",
  "id": "ReportOfIllTravelerSimpleExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/reportofilltraveler/StructureDefinition/ReportOfIllTravelerSimple"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "departureAirport",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "DCA",
                "display": "Washington DC"
              }
            ]
          }
        },
        {
          "url": "arrivalAirport",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "LAX",
                "display": "Los Angeles"
              }
            ]
          }
        },
        {
          "url": "flightNumber",
          "valueString": "DL364"
        },
        {
          "url": "seatNumber",
          "valueString": "17B"
        },
        {
          "url": "flightDuration",
          "valueInteger": 5
        },
        {
          "url": "airline",
          "valueString": "United"
        }
      ],
      "url": "http://hl7.org/fhir/us/reportofilltraveler/StructureDefinition/flight-details"
    },
    {
      "url": "http://hl7.org/fhir/us/reportofilltraveler/StructureDefinition/disease-name",
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "TB",
            "display": "Tuberculosis"
          }
        ]
      }
    }
  ],
  "status": "final",
  "type": {
    "coding": [
      {
        "code": "55751-2",
        "display": "Public health Case report"
      }
    ]
  },
  "subject": {
    "reference": "Patient/travelerExample"
  },
  "date": "2023-12-03T19:43:30.000Z",
  "author": [
    {
      "reference": "Organization/StateExample"
    }
  ],
  "title": "Simple Report of Ill Traveler"
}