Hello,
Patient track PCI 2, Activity 12 prompts patients to travel to "EHS_WaitingArea". However, they do not. They go to "WaitingRoomArea" and stop all progress.
Patient track PCI 3, Activity 12 prompts patients to travel to "WaitingRoomArea2". They eventually go to the correct area, but not before visiting "WaitingRoomArea" first.
The difference seems to be in the Flowchart logic.
PCI2: Registration --> EHS_WaitingArea
PCI3: Registration --> WaitingRoomArea --> WaitingRoomArea2
My questions are:
1) Why do patients seemingly need the first WaitingRoomArea as an intermediate area instead of travelling directly to the area I specified?
Thanks!