You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
PlanDefinition action is not executed if it specifies an applicability condition represented as a CQL expression defined in a Library resource. Even if the CQL expression evaluates to true (tested independently using fhirOperator.evaluateLibrary(...)), the action is not performed.
Component
Workflow library
Expected behavior
If the CQL expression evaluates to true, then the PlanDefinition action needs to be executed.
Would you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered:
Describe the bug
PlanDefinition
action
is not executed if it specifies an applicability condition represented as a CQL expression defined in a Library resource. Even if the CQL expression evaluates to true (tested independently usingfhirOperator.evaluateLibrary(...)
), the action is not performed.Component
Workflow library
Expected behavior
If the CQL expression evaluates to true, then the PlanDefinition
action
needs to be executed.Would you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered: