@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/uv/oo-incubator/CodeSystem/transport-code> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "transport-code"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem transport-code</b></p><a name=\"transport-code\"> </a><a name=\"hctransport-code\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/transport-code</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">SpecimenTransport<a name=\"transport-code-SpecimenTransport\"> </a></td><td>Specimen Transport</td><td>Event documenting the transport of a specimen</td></tr><tr><td style=\"white-space:nowrap\">PatientMove<a name=\"transport-code-PatientMove\"> </a></td><td>Move of Patient</td><td>Event documenting the transport of a patient</td></tr><tr><td style=\"white-space:nowrap\">InventoryTransport<a name=\"transport-code-InventoryTransport\"> </a></td><td>Inventory Transport</td><td>Event documenting the transport of physical items from an inventory list</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "oo"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "informative" ;
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom>
         ] ;
         fhir:value [
           a fhir:Canonical ;
           fhir:v "http://hl7.org/fhir/uv/oo-incubator/ImplementationGuide/hl7.fhir.uv.oo-incubator"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/uv/oo-incubator/ImplementationGuide/hl7.fhir.uv.oo-incubator>
         ]
       ] )
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/transport-code"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/transport-code>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "TransportCode"] ; # 
  fhir:title [ fhir:v "Transport Code"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-04-09T19:16:20+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Orders and Observations"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Orders and Observations Workgroup" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/orders" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "oo@lists.HL7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Example codes for transport events demonstrating different types of transport activities"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/uv/oo-incubator/ValueSet/transport-code"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/uv/oo-incubator/ValueSet/transport-code>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "SpecimenTransport" ] ;
     fhir:display [ fhir:v "Specimen Transport" ] ;
     fhir:definition [ fhir:v "Event documenting the transport of a specimen" ]
  ] [
     fhir:code [ fhir:v "PatientMove" ] ;
     fhir:display [ fhir:v "Move of Patient" ] ;
     fhir:definition [ fhir:v "Event documenting the transport of a patient" ]
  ] [
     fhir:code [ fhir:v "InventoryTransport" ] ;
     fhir:display [ fhir:v "Inventory Transport" ] ;
     fhir:definition [ fhir:v "Event documenting the transport of physical items from an inventory list" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

