question

Santi avatar image
0 Likes"
Santi asked Santi commented

MD charting activity interruptable

When a doctor is charting a patient that she just examined, often her next patient is already at the waiting room waiting to be roomed. However, the assigned medical assistant (MA) will not interrupt the doctor's charting activity to notify her that her next patient is ready.

NOTE: My problem is actually a bit messier than this, because the way my process flow is setup, both the exam table and the medical assistant are assigned to the doctor first. So the patient won't be roomed until the doctor is available. But I will ask this question in a separate post.

I need help to allow the medical assistant to interrupt the doctor while she's charting. Could someone please help me?

In the attached model, you can see this behavior happen at 8:30 am of the simulation. Here's a brief description of what you'll see hapenning:

Patient 1 is trying to re-acquire medical assistant MA1. However, MA1 is owned by Patient 5, and is standing idle at exam table 9, waiting for MD1 to finish Charting, to notify him that Patient 5 is ready for his exam. Ironically, MD1 is busy charting P-1.

GROUP POD - Scenario 00_13.fsm

FlexSim 23.2.3
interruption
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Santi commented

If the MD can't be acquired with the 'normal' priority, you can acquire them with a higher priority (as long as they are currently preemptable).

1707297285864.png

Make sure that other processes the MD might be active in at the time are set to "Re-Acquire Same Resource" in the On Preempt trigger. Otherwise a different MD might be acquired to finish the task (unless that is a valid option).

The preempted task will be paused until the MD is available again.

1707297398810.png

group-pod-scenario-00-13-fm.fsm


· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Santi avatar image Santi commented ·
Many thanks Felix
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.