FHIR IG analytics| Package | hl7.fhir.us.illTraveler |
| Resource Type | Composition |
| Id | Composition-ReportOfIllTravelerSimpleExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Composition
Resource Composition "ReportOfIllTravelerSimpleExample"
Profile: ReportOfIllTravelerSimple
Flight Details
url
departureAirportvalue: Washington DC ([not stated]#DCA)
url
arrivalAirportvalue: Los Angeles ([not stated]#LAX)
url
flightNumbervalue: DL364
url
seatNumbervalue: 17B
url
flightDurationvalue: 5
url
airlinevalue: 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
{
"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"
}