CDC DGMH Report of Ill Traveler
0.1.0 - ci-build

CDC DGMH Report of Ill Traveler, published by HL7 Public Health Working Group. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ReportIIITraveler-ig/ and changes regularly. See the Directory of published versions

: SingleLegFlightExample - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SingleLegFlightExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/reportofilltraveler/StructureDefinition/FlightItinerary"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/reportofilltraveler/StructureDefinition/FlightItinerary>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"SingleLegFlightExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;SingleLegFlightExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-FlightItinerary.html\">FlightItinerary</a></p></div><blockquote><p><b>Flight Details</b></p><blockquote><p><b>url</b></p><code>departureAirport</code></blockquote><p><b>value</b>: Washington DC <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#DCA)</span></p><blockquote><p><b>url</b></p><code>arrivalAirport</code></blockquote><p><b>value</b>: Los Angeles <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#LAX)</span></p><blockquote><p><b>url</b></p><code>flightNumber</code></blockquote><p><b>value</b>: DL364</p><blockquote><p><b>url</b></p><code>seatNumber</code></blockquote><p><b>value</b>: 17B</p><blockquote><p><b>url</b></p><code>flightDuration</code></blockquote><p><b>value</b>: 5</p><blockquote><p><b>url</b></p><code>airline</code></blockquote><p><b>value</b>: United</p></blockquote><p><b>status</b>: preliminary</p><p><b>category</b>: transportation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ActClass.html\">ActClass</a>#TRNS)</span></p><p><b>code</b>: Transportation details (observable entity) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#424483007)</span></p><p><b>value</b>: Airliner <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#261325004)</span></p></div>"
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "departureAirport"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:code [ fhir:v "DCA" ] ;
fhir:display [ fhir:v "Washington DC" ]         ] )       ]     ] [
fhir:url [ fhir:v "arrivalAirport"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:code [ fhir:v "LAX" ] ;
fhir:display [ fhir:v "Los Angeles" ]         ] )       ]     ] [
fhir:url [ fhir:v "flightNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "DL364" ]     ] [
fhir:url [ fhir:v "seatNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "17B" ]     ] [
fhir:url [ fhir:v "flightDuration"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5"^^xsd:integer ]     ] [
fhir:url [ fhir:v "airline"^^xsd:anyURI ] ;
fhir:value [ fhir:v "United" ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/reportofilltraveler/StructureDefinition/flight-details"^^xsd:anyURI ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActClass"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TRNS" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:424483007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "424483007" ]     ] )
  ] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:261325004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "261325004" ] ;
fhir:display [ fhir:v "Airliner" ]     ] )
  ] . #