TriggerDefinition

TriggerDefinition

draftComplex Type8 elementsv4.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.

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/StructureDefinition/TriggerDefinition
ID
TriggerDefinition
Type
Base Definition
Derivation
specialization
Publisher
HL7 FHIR Standard
Version
4.0.1
PathCard.TypeDescription
TriggerDefinition
0..*
Defines an expected trigger for a module
id
0..1
string
Unique id for inter-element referencing
extension
0..*
Additional content defined by implementations
type
1..1
code
named-event | periodic | data-changed | data-added | data-modified | data-removed | data-accessed | data-access-endedrequired: trigger-type
name
0..1
string
Name or URI that identifies the event
timing[x]
0..1
Timing of the event
data
0..*
Triggering data of the event (multiple = 'and')
condition
0..1
Whether the event triggers (boolean expression)