@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://standards.digital.health.nz/fhir/air/ValueSet/air-route-code-legacy> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "air-route-code-legacy"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet air-route-code-legacy</b></p><a name=\"air-route-code-legacy\"> </a><a name=\"hcair-route-code-legacy\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-air-terms-code.html\"><code>https://standards.digital.health.nz/ns/air-terms-code</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?2.7.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b><a href=\"ValueSet-air-route-code.html\">Concept Map -- Route of Administration HL7v2 &lt; -- &gt;AIR SNOMED</a></b></td></tr><tr><td><a href=\"CodeSystem-air-terms-code.html#air-terms-code-PO\">PO</a></td><td>Oral</td><td><span title=\"EQUIVALENT\">~</span><a href=\"http://snomed.info/id/26643006\">26643006</a></td></tr><tr><td><a href=\"CodeSystem-air-terms-code.html#air-terms-code-IM\">IM</a></td><td>Intramuscular</td><td><span title=\"EQUIVALENT\">~</span><a href=\"http://snomed.info/id/78421000\">78421000</a></td></tr><tr><td><a href=\"CodeSystem-air-terms-code.html#air-terms-code-SC\">SC</a></td><td>Subcutaneous</td><td><span title=\"EQUIVALENT\">~</span><a href=\"http://snomed.info/id/34206005\">34206005</a></td></tr><tr><td><a href=\"CodeSystem-air-terms-code.html#air-terms-code-ID\">ID</a></td><td>Intradermal</td><td><span title=\"EQUIVALENT\">~</span><a href=\"http://snomed.info/id/372464004\">372464004</a></td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://nzhts.digital.health.nz/fhir/ValueSet/air-route-code-legacy"] ;
  fhir:ValueSet.version [ fhir:value "2.7.0"] ;
  fhir:ValueSet.name [ fhir:value "AIRRouteCodeLegacy"] ;
  fhir:ValueSet.title [ fhir:value "AIR Route Code (Legacy HL7v2)"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-07-20T21:32:10+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "Te Whatu Ora"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Te Whatu Ora" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://tewhatuora.govt.nz" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "A value set to hold the legacy HL7v2 codes for route of admin."] ;
  fhir:ValueSet.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "US" ] ;
       fhir:Coding.display [ fhir:value "New Zealand" ]
     ]
  ] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://standards.digital.health.nz/ns/air-terms-code" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "PO" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Oral" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "IM" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Intramuscular" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "SC" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Subcutaneous" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "ID" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Intradermal" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://standards.digital.health.nz/fhir/air/ValueSet/air-route-code-legacy.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

