PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-alerts@1.1.0-preview
    http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/notifications-bundle
description: The Da Vinci Notifications Bundle Profile constrains the FHIR [Bundle](http://hl7.org/fhir/R4/bundle.html) resource to the Da Vinci notification messaging framework.
package_name: hl7.fhir.us.davinci-alerts
derivation: constraint
name: NotificationsBundle
type: Bundle
elements:
  id: {mustSupport: true, index: 0}
  type:
    type: code
    pattern: {type: Code, value: message}
    mustSupport: true
    index: 1
  timestamp: {mustSupport: true, index: 2}
  total: {mustSupport: false, index: 3}
  entry:
    mustSupport: true
    array: true
    min: 2
    index: 4
    elements:
      search: {mustSupport: false, index: 5}
      request: {mustSupport: false, index: 6}
      response: {mustSupport: false, index: 7}
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: type}
      min: 2
      slices:
        messageheader:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 8
            elements:
              resource: {type: MessageHeader, mustSupport: true, index: 9}
            required: [resource]
package_version: 1.1.0-preview
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/notifications-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.1.0-preview
required: [id, timestamp]