PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci@alerts-0.2.0
    http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/admit-notification-messageheader
description: The Da Vinci Admit Notification MessageHeader Profile builds on  the [Da Vinci Notifications MessageHeader Profile] and sets minimum expectations for the FHIR [MessageHeader] resource to record the necessary context for Da Vinci admit notification messaging scenario.  The event code is \"notification-admit\" and the focus of the event is the [US Core Encounter Profile].
package_name: hl7.fhir.us.davinci
derivation: constraint
name: AdmitNotificationMessageHeader
type: MessageHeader
elements:
  eventCoding:
    type: Coding
    mustSupport: true
    pattern:
      type: Coding
      value: {code: notification-admit, system: 'http://hl7.org/fhir/us/davinci-alerts/CodeSystem/notification-event', display: Notification admit}
    index: 0
  focus:
    mustSupport: true
    array: true
    min: 1
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: profile}
      min: 1
      slices:
        admit-notification:
          match: {}
          schema:
            type: Reference
            mustSupport: true
            refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter']
            array: true
            min: 1
            _required: true
            index: 2
          min: 1
package_version: alerts-0.2.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/admit-notification-messageheader
base: http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/notifications-messageheader
version: 0.2.0
required: [eventCoding, focus]