Patient arrival patterns

Patient arrival patterns

jgbb
Not applicable
9 Views
3 Replies
Message 1 of 4

Patient arrival patterns

jgbb
Not applicable

[ FlexSim 22.2.0 ]

In the Source Arrivals, what expression do I need to put in the Quantity column to simulate our emergency department's typical arrival patterns. For example, I know that in our ED on average 2.2 patients arrive between 07:00-08:00. Patients are whole people so I really just need the simulation to select 2 or 3 patients to arrive randomly spaced during that hour.

0 Likes
Accepted solutions (1)
10 Views
3 Replies
Replies (3)
Message 2 of 4

moehlmann_fe
Observer
Observer
Accepted solution

You could use a base of 2 and add 1 in 20 percent of the cases.

2 + bernoulli(20, 1, 0, getstream(activity))

With larger numbers you might want a bigger variance though, so using a distribution with the correct mean value and rounding the value might be better.

0 Likes
Message 3 of 4

jgbb
Not applicable
Hi, I have a follow up question to this. I know the ED arrival patterns as stated above, but now I need to add that 30% of the patients arrive via EMS and not walk in. In my simulation I have two arrival sources so how would I adjust the expression for the EMS entrance to only be 30% while the other 70% come through the walk in entrance?
0 Likes
Message 4 of 4

moehlmann_fe
Observer
Observer

Just use a single source and split the tokens 70/30 in a Decide activity.

1736753171343.png

0 Likes