PackagesCanonicalsLogsProblems
    Packages
    rs/ca.on.oh@seris-0.9.0-alpha1.0.1
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-profile-Bundle
description: Constraints on Bundle resource ensuring that message is defined.
package_name: rs/ca.on.oh
derivation: constraint
name: Bundle
type: Bundle
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
      security:
        mustSupport: true
        index: 2
        elements:
          system:
            pattern: {type: uri, value: 'http://terminology.hl7.org/CodeSystem/v3-ActReason'}
            mustSupport: true
            type: uri
            index: 3
          code:
            pattern: {type: code, value: HTEST}
            mustSupport: true
            type: code
            index: 4
    required: [profile]
  identifier:
    mustSupport: true
    index: 5
    elements:
      system: {mustSupport: true, index: 6}
      value: {mustSupport: true, index: 7}
    required: [system, value]
  type:
    pattern: {type: code, value: message}
    mustSupport: true
    type: code
    index: 8
  timestamp: {mustSupport: true, index: 9}
  entry:
    mustSupport: true
    index: 10
    elements:
      fullUrl: {mustSupport: true, index: 11}
      resource: {mustSupport: true, index: 12}
    required: [fullUrl, resource]
package_version: seris-0.9.0-alpha1.0.1
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-profile-Bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0
required: [entry, identifier, meta, timestamp]