FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageaehrc.syndication
Resource TypeValueSet
IdValueSet-bundle-interpretation.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/FHIR/fhir-syndication-ig/ValueSet-bundle-interpretation.html
URLhttps://ontoserver.csiro.au/syndication/ValueSet/bundle-interpretation
Version0.1.0
Statusdraft
Date2026-06-29T05:00:28+00:00
NameBundleInterpretationVS
TitleFHIR Bundle Interpretation
Realmuv
DescriptionPermitted 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.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0bundle-typeBundleType

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet bundle-interpretation

  • Include these codes as defined in http://hl7.org/fhir/bundle-type version 📦4.0.1
    CodeDisplayDefinition
    batchBatchThe bundle is a set of actions - intended to be processed by a server as a group of independent actions.
    collectionCollectionThe 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.

Source1

{
  "resourceType": "ValueSet",
  "id": "bundle-interpretation",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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-06-29T05:00:28+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"
          }
        ]
      }
    ]
  }
}