Terminology Syndication Feed Implementation Guide
0.1.0 - ci-build International flag

Terminology Syndication Feed Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: FHIR Bundle Interpretation - TTL Representation

Draft as of 2026-05-09

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bundle-interpretation"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://ontoserver.csiro.au/syndication/ValueSet/bundle-interpretation"^^xsd:anyURI ;
fhir:l <https://ontoserver.csiro.au/syndication/ValueSet/bundle-interpretation>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "BundleInterpretationVS"] ; # 
  fhir:title [ fhir:v "FHIR Bundle Interpretation"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-09T20:23:33+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Australian e-Health Research Centre"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Australian e-Health Research Centre" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://aehrc.csiro.au" ]     ] )
  ] [
fhir:name [ fhir:v "Michael Lawley" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "michael.lawley@csiro.au" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "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:compose [
    ( fhir:include [
fhir:system [
fhir:v "http://hl7.org/fhir/bundle-type"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/bundle-type>       ] ;
      ( fhir:concept [
fhir:code [ fhir:v "batch" ] ;
fhir:display [ fhir:v "Batch" ]       ] [
fhir:code [ fhir:v "collection" ] ;
fhir:display [ fhir:v "Collection" ]       ] )     ] )
  ] . #