PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.erec@1.0.0-dft-ballot
    https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Bundle
description: 'The bundle resource is used to package a collection of resources into a single instance. This resource would be used for referral in the following contexts: \r\n- Sending a set of resources as part of a message exchange\r\n- Grouping a self-contained set of resources to act as an exchangeable and persistable collection with clinical integrity - e.g. a clinical document'
package_name: ca.infoway.io.erec
derivation: constraint
name: Bundle
type: Bundle
elements:
  meta: {index: 0}
  identifier: {mustSupport: true, index: 1}
  type: {mustSupport: true, index: 2}
  timestamp: {mustSupport: true, index: 3}
  entry:
    mustSupport: true
    array: true
    min: 2
    index: 4
    elements:
      link:
        elements:
          relation: {mustSupport: true, index: 5}
      fullUrl: {mustSupport: true, index: 6}
      resource: {index: 7}
      response:
        mustSupport: true
        index: 8
        elements:
          status: {mustSupport: true, index: 9}
          location: {mustSupport: true, index: 10}
          etag: {mustSupport: true, index: 11}
          lastModified: {mustSupport: true, index: 12}
          outcome: {mustSupport: true, index: 13}
    required: [resource, fullUrl]
package_version: 1.0.0-dft-ballot
class: profile
kind: resource
url: https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 0.1.0
required: [timestamp]