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 - XML Representation

Draft as of 2026-05-09

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="bundle-interpretation"/>
  <text>
    <status value="extensions"/>
    <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 &#x1F4E6;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>
  </text>
  <url
       value="https://ontoserver.csiro.au/syndication/ValueSet/bundle-interpretation"/>
  <version value="0.1.0"/>
  <name value="BundleInterpretationVS"/>
  <title value="FHIR Bundle Interpretation"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2026-05-09T20:23:33+00:00"/>
  <publisher value="Australian e-Health Research Centre"/>
  <contact>
    <name value="Australian e-Health Research Centre"/>
    <telecom>
      <system value="url"/>
      <value value="https://aehrc.csiro.au"/>
    </telecom>
  </contact>
  <contact>
    <name value="Michael Lawley"/>
    <telecom>
      <system value="email"/>
      <value value="michael.lawley@csiro.au"/>
    </telecom>
  </contact>
  <description
               value="Permitted values for the `ncts:bundleInterpretation` element on an
entry whose artefact is a FHIR Bundle. Hints at the publisher's
view of the Bundle's contents. The consumer is not obliged to
follow the hint."/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/bundle-type"/>
      <concept>
        <code value="batch"/>
        <display value="Batch"/>
      </concept>
      <concept>
        <code value="collection"/>
        <display value="Collection"/>
      </concept>
    </include>
  </compose>
</ValueSet>