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