TriggerDefinitionUpdateInput
No description
input TriggerDefinitionUpdateInput {
type: String
name: String
timingTiming: TimingUpdateInput
timingReference: ReferenceUpdateInput
timingDate: Date
timingDateTime: Date
data: [DataRequirementUpdateInput!]
condition: FhirExpressionUpdateInput
extension: [FhirExtensionUpdateInput!]
id: String
}
Fields
TriggerDefinitionUpdateInput.type ● String scalar
The type of triggering event.
TriggerDefinitionUpdateInput.name ● String scalar
A formal name for the event. This may be an absolute URI that identifies the event formally (e.g. from a trigger registry), or a simple relative URI that identifies the event in a local context.
TriggerDefinitionUpdateInput.timingTiming ● TimingUpdateInput input
The timing of the event (if this is a periodic trigger). (choose any one of timing*, but only one)
TriggerDefinitionUpdateInput.timingReference ● ReferenceUpdateInput input
The timing of the event (if this is a periodic trigger). (choose any one of timing*, but only one)
TriggerDefinitionUpdateInput.timingDate ● Date scalar
The timing of the event (if this is a periodic trigger). (choose any one of timing*, but only one)
TriggerDefinitionUpdateInput.timingDateTime ● Date scalar
The timing of the event (if this is a periodic trigger). (choose any one of timing*, but only one)
TriggerDefinitionUpdateInput.data ● [DataRequirementUpdateInput!] list input
The triggering data of the event (if this is a data trigger). If more than one data is requirement is specified, then all the data requirements must be true.
TriggerDefinitionUpdateInput.condition ● FhirExpressionUpdateInput input
A boolean-valued expression that is evaluated in the context of the container of the trigger definition and returns whether or not the trigger fires.
TriggerDefinitionUpdateInput.extension ● [FhirExtensionUpdateInput!] list input
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
TriggerDefinitionUpdateInput.id ● String scalar
null
Member Of
ElementDefinitionExampleUpdateInput input ● ElementDefinitionUpdateInput input ● EventDefinitionUpdateInput input ● FhirExtensionUpdateInput input ● PlanDefinitionActionUpdateInput input ● StructureMapSourceUpdateInput input ● TaskInputUpdateInput input ● TaskOutputUpdateInput input