@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://ontoserver.csiro.au/syndication/ValueSet/bundle-interpretation> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "bundle-interpretation"] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet bundle-interpretation</b></p><a name=\"bundle-interpretation\"> </a><a name=\"hcbundle-interpretation\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-bundle-type.html\"><code>http://hl7.org/fhir/bundle-type</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version ?4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-bundle-type.html#bundle-type-batch\">batch</a></td><td>Batch</td><td>The bundle is a set of actions - intended to be processed by a server as a group of independent actions.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-bundle-type.html#bundle-type-collection\">collection</a></td><td>Collection</td><td>The bundle is a set of resources collected into a single package for ease of distribution that imposes no processing obligations or behavioral rules beyond persistence.</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://ontoserver.csiro.au/syndication/ValueSet/bundle-interpretation"] ;
  fhir:ValueSet.version [ fhir:value "0.1.0"] ;
  fhir:ValueSet.name [ fhir:value "BundleInterpretationVS"] ;
  fhir:ValueSet.title [ fhir:value "FHIR Bundle Interpretation"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-06-29T05:00:28+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "Australian e-Health Research Centre"] ;
  fhir:ValueSet.contact [
     fhir:index -1 ;
     fhir:ContactDetail.name [ fhir:value "Australian e-Health Research Centre" ] ;
     fhir:ContactDetail.telecom [
       fhir:index -1 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://aehrc.csiro.au" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:ContactDetail.name [ fhir:value "Michael Lawley" ] ;
     fhir:ContactDetail.telecom [
       fhir:index -1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "michael.lawley@csiro.au" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Permitted values for the `⟨ncts:bundleInterpretation⟩` element on an\nentry whose artefact is a FHIR Bundle. Hints at the publisher's\nview of the Bundle's contents. The consumer is not obliged to\nfollow the hint."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index -1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/bundle-type" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "batch" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Batch" ]
       ], [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "collection" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Collection" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://ontoserver.csiro.au/syndication/ValueSet/bundle-interpretation.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

