http://hl7.org/fhir/StructureDefinition/TriggerDefinition|4.0.1

Base StructureDefinition for TriggerDefinition Type: A description of a triggering event. Triggering events can be named events, data events, or periodic, as determined by the type element.
description: 'Base StructureDefinition for TriggerDefinition Type: A description of a triggering event. Triggering events can be named events, data events, or periodic, as determined by the type element.'
derivation: specialization
name: TriggerDefinition
type: TriggerDefinition
elements:
  type:
    short: named-event | periodic | data-changed | data-added | data-modified | data-removed | data-accessed | data-access-ended
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/trigger-type|4.0.1'}
    isSummary: true
    index: 0
  name: {short: Name or URI that identifies the event, isSummary: true, index: 1}
  timing:
    short: Timing of the event
    choices: []
    isSummary: true
    index: 3
  data: {short: Triggering data of the event (multiple = 'and'), array: true, isSummary: true, index: 4}
  condition: {short: Whether the event triggers (boolean expression), isSummary: true, index: 5}
class: complex-type
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/TriggerDefinition
base: http://hl7.org/fhir/StructureDefinition/Element
version: 4.0.1
required: [type]