PackagesCanonicalsLogsProblems
    Packages
    vzvz.fhir.aof@2.0.0-beta.3
    http://vzvz.nl/fhir/StructureDefinition/aorta-subscriptionNotification-bundle
description: A notification bundle is a collection of a notification (SubscriptionStatus) and \nthe resource instance that triggered the notification.\nSince the resource instance that triggered the notification is always an AORTA DataReference resource,\nwhich contains no medical information, there is no privacy issue when the resource is included in\nthe notification.
package_name: vzvz.fhir.aof
derivation: constraint
name: NLVZVZAortaSubscriptionNotificationBundle
type: Bundle
elements:
  type:
    pattern: {type: Code, value: collection}
    index: 0
  entry:
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: type}
      min: 1
      slices:
        subscriptionStatus:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 2
            elements:
              resource: {type: Parameters, index: 3}
        dataReference:
          match: {}
          schema:
            mustSupport: true
            index: 4
            elements:
              resource: {type: List, index: 5}
        auditevent:
          match: {}
          schema:
            mustSupport: true
            index: 6
            elements:
              resource: {type: AuditEvent, index: 7}
package_version: 2.0.0-beta.3
class: profile
kind: resource
url: http://vzvz.nl/fhir/StructureDefinition/aorta-subscriptionNotification-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 2.0.0-beta.3
required: [entry]