description: A publishable bundle is a Bundle resource that represents a collection of FHIR\nresources that can be published as a cohesive unit. \n\nThe bundle must be of type 'transaction' and must contain an ImplementationGuide\nresource as the first entry. This ensures that the bundle represents a complete,\npublishable package with proper metadata and resource organization defined by\nthe implementation guide.\n\nThis profile supports the distribution and management of knowledge artifacts as\natomic units, enabling consistent publication and deployment of related clinical\ndecision support resources, quality measures, and other healthcare knowledge\ncontent. package_name: hl7.fhir.uv.crmi derivation: constraint name: CRMIPublishableBundle type: Bundle elements: type: pattern: {type: code, value: transaction} type: code index: 0 entry: elements: request: short: Transaction request for each bundle entry index: 1 elements: method: pattern: {type: code, value: POST} type: code index: 2 required: [request] package_version: 2.0.0-ballot class: profile kind: resource url: http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-publishable-bundle base: http://hl7.org/fhir/StructureDefinition/Bundle version: 2.0.0-ballot