Bundle Type
activeContentcompleteURL
http://hl7.org/fhir/bundle-typeCopied!
Version5.0.0Copied!
Date2021-01-05T10:01:24+11:00PublisherHL7 (FHIR Project)DescriptionIndicates the purpose of a bundle - how it is intended to be used.
Concepts
Select a concept to view details
This code system
http://hl7.org/fhir/bundle-type defines the following codes:
{
"description" : "Indicates the purpose of a bundle - how it is intended to be used.",
"date" : "2021-01-05T10:01:24+11:00",
"meta" : {
"lastUpdated" : "2023-03-26T15:21:02.749+11:00",
"profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ]
},
"publisher" : "HL7 (FHIR Project)",
"jurisdiction" : [ {
"coding" : [ {
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
} ]
} ],
"content" : "complete",
"property" : null,
"name" : "BundleType",
"experimental" : false,
"resourceType" : "CodeSystem",
"title" : "Bundle Type",
"extension" : [ {
"valueCode" : "fhir",
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"
}, {
"valueCode" : "normative",
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"
}, {
"valueCode" : "4.0.0",
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version"
}, {
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 5
}, {
"extension" : [ {
"valueString" : "concept",
"url" : "path"
}, {
"url" : "count",
"valueInteger" : 10
} ],
"url" : "http://health-samurai.io/extensions/excised-data"
}, {
"url" : "http://health-samurai.io/extensions/source",
"valueCode" : "db"
} ],
"status" : "active",
"id" : "9cde877c-b26c-4169-928a-f22de35a8108",
"valueSet" : "http://hl7.org/fhir/ValueSet/bundle-type",
"url" : "http://hl7.org/fhir/bundle-type",
"identifier" : [ {
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.4.621"
}, {
"system" : "urn:ietf:rfc:3986",
"use" : "old",
"value" : "urn:oid:2.16.840.1.113883.4.642.1.613"
}, {
"system" : "urn:ietf:rfc:3986",
"use" : "old",
"value" : "urn:oid:2.16.840.1.113883.4.642.2.327"
} ],
"caseSensitive" : true,
"version" : "5.0.0",
"contact" : [ {
"telecom" : [ {
"system" : "url",
"value" : "http://hl7.org/fhir"
}, {
"system" : "email",
"value" : "fhir@lists.hl7.org"
} ]
} ],
"text" : {
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/bundle-type</code> defines the following codes:\n </p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">document\n <a name=\"bundle-type-document\"> </a>\n </td>\n <td>Document</td>\n <td>The bundle is a document. The first resource is a Composition.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">message\n <a name=\"bundle-type-message\"> </a>\n </td>\n <td>Message</td>\n <td>The bundle is a message. The first resource is a MessageHeader.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">transaction\n <a name=\"bundle-type-transaction\"> </a>\n </td>\n <td>Transaction</td>\n <td>The bundle is a transaction - intended to be processed by a server as an atomic commit.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">transaction-response\n <a name=\"bundle-type-transaction-response\"> </a>\n </td>\n <td>Transaction Response</td>\n <td>The bundle is a transaction response. Because the response is a transaction response, the transaction has succeeded, and all responses are error free.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">batch\n <a name=\"bundle-type-batch\"> </a>\n </td>\n <td>Batch</td>\n <td>The bundle is a set of actions - intended to be processed by a server as a group of independent actions.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">batch-response\n <a name=\"bundle-type-batch-response\"> </a>\n </td>\n <td>Batch Response</td>\n <td>The bundle is a batch response. Note that as a batch, some responses may indicate failure and others success.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">history\n <a name=\"bundle-type-history\"> </a>\n </td>\n <td>History List</td>\n <td>The bundle is a list of resources from a history interaction on a server.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">searchset\n <a name=\"bundle-type-searchset\"> </a>\n </td>\n <td>Search Results</td>\n <td>The bundle is a list of resources returned as a result of a search/query interaction, operation, or message.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">collection\n <a name=\"bundle-type-collection\"> </a>\n </td>\n <td>Collection</td>\n <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>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">subscription-notification\n <a name=\"bundle-type-subscription-notification\"> </a>\n </td>\n <td>Subscription Notification</td>\n <td>The bundle has been generated by a Subscription to communicate information to a client.</td>\n </tr>\n </table>\n </div>",
"status" : "generated"
}
}| Title | Version | Status | Publisher | Date | Concepts | Content |
|---|---|---|---|---|---|---|
| BundleType | 4.0.1 | - | HL7 (FHIR Project) | - | 9 | complete |
| BundleType | 4.3.0 | - | HL7 (FHIR Project) | - | 9 | complete |
| BundleType | 4.0.1 | - | HL7 (FHIR Project) | - | 9 | complete |