This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4
FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code SystemBundleType
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:CodeSystem; fhir:Resource.id [ fhir:value "bundle-type"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2022-05-28T13:47:40.239+11:00" ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"; fhir:index 0 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ]; fhir:Extension.value [ fhir:value "fhir" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ]; fhir:Extension.value [ fhir:value "normative" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version" ]; fhir:Extension.value [ fhir:value "4.0.0" ] ], [ fhir:index 3; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ]; fhir:Extension.value [ fhir:value "5" ] ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/bundle-type"]; fhir:CodeSystem.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.621" ] ]; fhir:CodeSystem.version [ fhir:value "4.3.0"]; fhir:CodeSystem.name [ fhir:value "BundleType"]; fhir:CodeSystem.title [ fhir:value "BundleType"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.experimental [ fhir:value "false"]; fhir:CodeSystem.date [ fhir:value "2021-01-17T07:06:13+11:00"]; fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ] ] ]; fhir:CodeSystem.description [ fhir:value "Indicates the purpose of a bundle - how it is intended to be used."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"]; fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/bundle-type"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.code [ fhir:value "document" ]; fhir:CodeSystem.display [ fhir:value "Document" ]; fhir:CodeSystem.definition [ fhir:value "The bundle is a document. The first resource is a Composition." ] ], [ fhir:index 1; fhir:CodeSystem.code [ fhir:value "message" ]; fhir:CodeSystem.display [ fhir:value "Message" ]; fhir:CodeSystem.definition [ fhir:value "The bundle is a message. The first resource is a MessageHeader." ] ], [ fhir:index 2; fhir:CodeSystem.code [ fhir:value "transaction" ]; fhir:CodeSystem.display [ fhir:value "Transaction" ]; fhir:CodeSystem.definition [ fhir:value "The bundle is a transaction - intended to be processed by a server as an atomic commit." ] ], [ fhir:index 3; fhir:CodeSystem.code [ fhir:value "transaction-response" ]; fhir:CodeSystem.display [ fhir:value "Transaction Response" ]; fhir:CodeSystem.definition [ fhir:value "The bundle is a transaction response. Because the response is a transaction response, the transaction has succeeded, and all responses are error free." ] ], [ fhir:index 4; fhir:CodeSystem.code [ fhir:value "batch" ]; fhir:CodeSystem.display [ fhir:value "Batch" ]; fhir:CodeSystem.definition [ fhir:value "The bundle is a set of actions - intended to be processed by a server as a group of independent actions." ] ], [ fhir:index 5; fhir:CodeSystem.code [ fhir:value "batch-response" ]; fhir:CodeSystem.display [ fhir:value "Batch Response" ]; fhir:CodeSystem.definition [ fhir:value "The bundle is a batch response. Note that as a batch, some responses may indicate failure and others success." ] ], [ fhir:index 6; fhir:CodeSystem.code [ fhir:value "history" ]; fhir:CodeSystem.display [ fhir:value "History List" ]; fhir:CodeSystem.definition [ fhir:value "The bundle is a list of resources from a history interaction on a server." ] ], [ fhir:index 7; fhir:CodeSystem.code [ fhir:value "searchset" ]; fhir:CodeSystem.display [ fhir:value "Search Results" ]; fhir:CodeSystem.definition [ fhir:value "The bundle is a list of resources returned as a result of a search/query interaction, operation, or message." ] ], [ fhir:index 8; fhir:CodeSystem.code [ fhir:value "collection" ]; fhir:CodeSystem.display [ fhir:value "Collection" ]; fhir:CodeSystem.definition [ fhir:value "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." ] ] . # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.