In order to allow the three physicians to review the orders in parallel, how would you configure the process?

A health plan application includes a process for surgical procedure requests. Currently, there is an evaluation subprocess in which a physician reviews the diagnosis and enters the recommended procedure and its urgency. The request then advances to a medical director who analyzes the feedback and approves the appropriate procedure. The health care organization has created a new requirement, which states that three physicians can perform the evaluation independently. Only two evaluations are necessary to advance the case to the medical director.

In order to allow the three physicians to review the orders in parallel, how would you configure the process?
A . Add a Split Join shape, add a list of physicians, and call the surgical procedure request
process.

B . Add a Split For Each shape, add a list of physicians, and call the evaluation process.
C . Add a Split Join shape, add a list of physicians, and call the evaluation process.
D . Add a cascading approvals shape that is called by the evaluation subprocess.

Answer: A

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments