description: This Observation profile represents transportation details such as the type of transport (plane, train, ship, etc.) along with any associated information (e.g. name of cruise ship, flight number, airport, seat number, cabin number, etc.). package_name: hl7.fhir.us.ecr derivation: constraint name: USPublicHealthTransportationDetails type: Observation elements: category: short: Transportation pattern: type: CodeableConcept value: coding: - {code: TRNS, system: 'http://terminology.hl7.org/CodeSystem/v3-ActClass'} index: 0 code: short: Transportation details pattern: type: CodeableConcept value: coding: - {code: '424483007', system: 'http://snomed.info/sct'} index: 1 effective: short: Date or period of transportation mustSupport: true choices: [effectiveDateTime, effectivePeriod] index: 3 effectiveDateTime: {type: dateTime, short: Date or period of transportation, mustSupport: true, choiceOf: effective, index: 4} effectivePeriod: {type: Period, short: Date or period of transportation, mustSupport: true, choiceOf: effective, index: 5} value: short: Type of transport vehicle choices: [valueCodeableConcept] index: 7 valueCodeableConcept: {type: CodeableConcept, short: Type of transport vehicle, choiceOf: value, index: 8} component: short: Information about the mode of transportation (ship name, flight number, seat number, etc.) index: 9 elements: code: {short: Type of transportation information, index: 10} value: choices: [] index: 12 required: [value] package_version: 1.1.0 class: profile kind: resource url: http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-transportation-details base: http://hl7.org/fhir/StructureDefinition/Observation version: 1.1.0 required: [value, valueCodeableConcept, category, code]