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

Draft as of 2026-05-09

Raw json | Download

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