FHIR IG analytics| Package | hl7.fhir.us.illTraveler |
| Resource Type | Observation |
| Id | Observation-MultipleLegFlightExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "MultipleLegFlightExample"
Profile: FlightItinerary
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
status: preliminary
category: transportation (ActClass#TRNS)
code: Transportation details (observable entity) (SNOMED CT#424483007)
value: Airliner (SNOMED CT#261325004)
{
"resourceType": "Observation",
"id": "MultipleLegFlightExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/reportofilltraveler/StructureDefinition/FlightItinerary"
]
},
"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": "http://hl7.org/fhir/us/reportofilltraveler/StructureDefinition/flight-details"
}
],
"status": "preliminary",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActClass",
"code": "TRNS"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "424483007"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "261325004",
"display": "Airliner"
}
]
}
}