Workflow Engine Rules Flashcards

1
Q

Workflow Engine Rule (LOR)

A

“WE Rules” are rules that run every time a user opens a patient’s workspace so that they can be altered in real time to fit that user’s workflow needs.

Ex: These rules can evaluate a patient’s age and/or sex to determine which navigator should appear when a user opens up a chart.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Condition (if statement)

A

Statements that evaluate different kinds of data about patients, users, and workstations.
This determines which properties of the encounter the Workflow Engine should evaluate.

Ex: “if Patient Encounter Type = Ambulatory”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Property

A

Data that can be evaluated in the condition of a WE rule.

Ex: Patient Encounter Type, Patient Age, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Directive (then statement)

A

The resulting statement from the condition, that tells the Workflow Engine what to do if the details of the encounter match the associated condition.

Ex: “….then show adult navigator”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly