FHIR Chat · FHIR Workflow · implementers

Stream: implementers

Topic: FHIR Workflow


view this post on Zulip Joel Francis (Oct 29 2019 at 14:20):

Analyzing the FHIR workflow resources, the PlanDefinition.action has a trigger which is the equivalent of an "if condition" that needs to be satisfied. How does one go about fulfilling the "then"? Is the PlanDefinition.relatedAction appropriate for this? If so, how does one tie it to another event that is meant to occur?

Thanks,

Joel and @Alex Goel

view this post on Zulip Lloyd McKenzie (Oct 29 2019 at 14:39):

@Bryn Rhodes

view this post on Zulip Bryn Rhodes (Oct 29 2019 at 14:40):

The PlanDefinition trigger element is more about the "event" part of an "event-condition-action" rule. There is a "condition" element that models the "if condition", and the "action" element overall is describing the activity. That may be just a simple text description of what is to be done, or it may be a more structured representation using the definition element to refer to an ActivityDefinition.

view this post on Zulip Alex Goel (Oct 29 2019 at 15:32):

Thanks!


Last updated: Apr 12 2022 at 19:14 UTC