PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.patient-summary@0.11.0
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-bundle
description: null
package_name: ca.on.oh.patient-summary
derivation: constraint
name: BundlePSON
type: Bundle
elements:
  id: {index: 0}
  meta:
    mustSupport: true
    index: 1
    elements:
      lastUpdated: {mustSupport: true, index: 2}
      profile: {mustSupport: true, index: 3}
    required: [lastUpdated, profile]
  identifier: {mustSupport: true, index: 4}
  type:
    pattern: {type: Code, value: document}
    mustSupport: true
    index: 5
  timestamp: {mustSupport: true, index: 6}
  entry:
    short: Entry resource in the patient summary bundle
    mustSupport: true
    index: 7
    elements:
      fullUrl: {mustSupport: true, index: 8}
      search: {index: 9}
      request: {index: 10}
      response: {index: 11}
    required: [fullUrl]
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: profile}
      min: 1
      slices:
        composition:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 12
            elements:
              resource: {type: Composition, mustSupport: true, index: 13}
            required: [resource]
package_version: 0.11.0
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 0.10.0
required: [entry, timestamp, identifier, meta]