PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-setp@0.9.0-alpha1.0.29
    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]
package_version: 0.9.0-alpha1.0.29
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]