PackagesCanonicalsLogsProblems
    Packages
    telus.dw.emr.extract-1-1-21@1.1.21
    https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwBundle
description: '**CHR:** A Bundle is not entered directly in CHR; it is a transport container that groups multiple FHIR resources together for exchange (e.g., combining Patient, Encounter, and Medication resources into a single payload).'
package_name: telus.dw.emr.extract-1-1-21
derivation: constraint
name: DwBundle
type: Bundle
elements:
  id: {mustSupport: true, index: 0}
  meta:
    elements:
      lastUpdated: {index: 1}
      source: {index: 2}
    required: [lastUpdated, source]
  identifier: {mustSupport: true, index: 3}
  type: {mustSupport: true, index: 4}
  timestamp: {mustSupport: true, index: 5}
  entry:
    mustSupport: true
    index: 6
    elements:
      id: {index: 7}
      resource: {mustSupport: true, index: 8}
      request:
        elements:
          method: {mustSupport: false, index: 9}
          url: {mustSupport: false, index: 10}
    required: [resource, id]
package_version: 1.1.21
class: profile
kind: resource
url: https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwBundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 2.0.0
required: [entry, id, identifier]