@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 -------------------------------------------------------------------

<http://hl7.org.nz/fhir/ig/bsa/ValueSet/pathway-substate> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "pathway-substate"] ;
  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 pathway-substate</b></p><a name=\"pathway-substate\"> </a><a name=\"hcpathway-substate\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-pathway-substate.html\"><code>http://hl7.org.nz/fhir/ig/bsa/CodeSystem/pathway-substate</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?1.1.0</span></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://hl7.org.nz/fhir/ig/bsa/ValueSet/pathway-substate"] ;
  fhir:ValueSet.version [ fhir:value "1.1.0"] ;
  fhir:ValueSet.name [ fhir:value "PathwaySubStateValueSet"] ;
  fhir:ValueSet.title [ fhir:value "Pathway Sub-State Value Set"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2025-11-14"^^xsd:date] ;
  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 "email" ] ;
       fhir:ContactPoint.value [ fhir:value "mailto:integration@health.govt.nz" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Valid codes representing the current sub-state of a participant within the screening pathway."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org.nz/fhir/ig/bsa/CodeSystem/pathway-substate" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org.nz/fhir/ig/bsa/ValueSet/pathway-substate.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

