PackagesCanonicalsLogsProblems
    Packages
    rs/ca.on.ehr.r4@1.0.0-snapshot8
    http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-bundle-transaction
description: null
package_name: rs/ca.on.ehr.r4
derivation: constraint
name: BundleTransactionEHR
type: Bundle
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      system: {mustSupport: true, index: 1}
      value: {mustSupport: true, index: 2}
    required: [system, value]
  type:
    pattern: {type: code, value: transaction}
    mustSupport: true
    type: code
    index: 3
  timestamp: {mustSupport: true, index: 4}
  entry:
    mustSupport: true
    index: 5
    elements:
      fullUrl: {mustSupport: true, index: 6}
      resource: {mustSupport: true, index: 7}
      request:
        mustSupport: true
        index: 8
        elements:
          method:
            pattern: {type: code, value: POST}
            mustSupport: true
            type: code
            index: 9
          url: {mustSupport: true, index: 10}
    required: [fullUrl, request, resource]
package_version: 1.0.0-snapshot8
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-bundle-transaction
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0
required: [entry, identifier, timestamp]