FHIR IG analytics| Package | aehrc.syndication |
| Resource Type | ValueSet |
| Id | ValueSet-bundle-interpretation.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/FHIR/fhir-syndication-ig/ValueSet-bundle-interpretation.html |
| URL | https://ontoserver.csiro.au/syndication/ValueSet/bundle-interpretation |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-06-29T05:00:28+00:00 |
| Name | BundleInterpretationVS |
| Title | FHIR Bundle Interpretation |
| Realm | uv |
| Description | 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. |
No resources found
| CodeSystem | ||
| hl7.fhir.uv.xver-r4.r4b#0.1.0 | bundle-type | BundleType |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet bundle-interpretation
http://hl7.org/fhir/bundle-type version 📦4.0.1| Code | Display | Definition |
| batch | Batch | The bundle is a set of actions - intended to be processed by a server as a group of independent actions. |
| collection | Collection | 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. |
{
"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"
}
]
}
]
}
}