This page is part of the Vital Records Mortality and Morbidity Reporting FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R3. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

BundleType

CodeSystem 'BundleType'

Canonical URLhttp://www.hl7.org/fhir/bundle-type
Version4.0.0
Published byHL7 (FHIR Project)
StatusActive (since 2018-12-27T22:37:54+11:00)
ExperimentalFalse

Indicates the purpose of a bundle - how it is intended to be used.

Contact Information

Website: http://www.hl7.org/fhir
Email: fhir@lists.www.hl7.org

This code system http://www.hl7.org/fhir/bundle-type defines the following codes:

CodeDisplayDefinition
documentDocumentThe bundle is a document. The first resource is a Composition.
messageMessageThe bundle is a message. The first resource is a MessageHeader.
transactionTransactionThe bundle is a transaction - intended to be processed by a server as an atomic commit.
transaction-responseTransaction ResponseThe bundle is a transaction response. Because the response is a transaction response, the transaction has succeeded, and all responses are error free.
batchBatchThe bundle is a set of actions - intended to be processed by a server as a group of independent actions.
batch-responseBatch ResponseThe bundle is a batch response. Note that as a batch, some responses may indicate failure and others success.
historyHistory ListThe bundle is a list of resources from a history interaction on a server.
searchsetSearch ResultsThe bundle is a list of resources returned as a result of a search/query interaction, operation, or message.
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.