PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci@alerts-0.2.0
    http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/notifications-messageheader
description: The Da Vinci Notifications MessageHeader Profile sets minimum expectations for the FHIR [MessageHeader] resource to record the necessary context for Da Vinci notification messaging using FHIR resources.  It reference(s) the focus of the use case event or request as well as other information related to the action are typically transmitted in a [Bundle] resource in which the MessageHeader resource instance is the first resource in the Bundle.
package_name: hl7.fhir.us.davinci
derivation: constraint
name: NotificationsMessageHeader
type: MessageHeader
elements:
  eventCoding:
    type: Coding
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/davinci-alerts/ValueSet/notification-event'}
    mustSupport: true
    index: 0
  destination:
    mustSupport: true
    index: 1
    elements:
      endpoint: {mustSupport: true, index: 2}
    required: [endpoint]
  sender:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole']
    index: 3
  author:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole']
    index: 4
  source: {mustSupport: true, index: 5}
  responsible:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole']
    index: 6
  response: {mustSupport: false, index: 7}
  focus:
    min: 1
    index: 8
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    type: Reference
    mustSupport: true
    array: true
    elements:
      reference: {mustSupport: true, index: 9}
    required: [reference]
package_version: alerts-0.2.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/notifications-messageheader
base: http://hl7.org/fhir/StructureDefinition/MessageHeader
version: 0.2.0
required: [eventCoding, focus]