PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-setp@0.9.0-alpha1.0.14
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Bundle
description: Constraints on Bundle resource ensuring that message is defined.
package_name: ca.on.oh-setp
derivation: constraint
name: Bundle
type: Bundle
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  type:
    pattern: {type: Code, value: message}
    mustSupport: true
    index: 2
  timestamp: {mustSupport: true, index: 3}
  entry:
    mustSupport: true
    index: 4
    elements:
      fullUrl: {mustSupport: true, index: 5}
      resource: {mustSupport: true, index: 6}
    required: [resource, fullUrl]
    slicing:
      rules: open
      description: Slice different resources included in the bundle
      discriminator:
      - {path: resource, type: type}
      min: 1
      slices:
        Header:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 7
            elements:
              resource: {type: MessageHeader, index: 8}
package_version: 0.9.0-alpha1.0.14
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0
required: [entry, timestamp, meta]