Skip to main content

A flexible simulation platform to quantify and manage emergency department crowding

Abstract

Background

Hospital-based Emergency Departments are struggling to provide timely care to a steadily increasing number of unscheduled ED visits. Dwindling compensation and rising ED closures dictate that meeting this challenge demands greater operational efficiency.

Methods

Using techniques from operations research theory, as well as a novel event-driven algorithm for processing priority queues, we developed a flexible simulation platform for hospital-based EDs. We tuned the parameters of the system to mimic U.S. nationally average and average academic hospital-based ED performance metrics and are able to assess a variety of patient flow outcomes including patient door-to-event times, propensity to leave without being seen, ED occupancy level, and dynamic staffing and resource use.

Results

The causes of ED crowding are variable and require site-specific solutions. For example, in a nationally average ED environment, provider availability is a surprising, but persistent bottleneck in patient flow. As a result, resources expended in reducing boarding times may not have the expected impact on patient throughput. On the other hand, reallocating resources into alternate care pathways can dramatically expedite care for lower acuity patients without delaying care for higher acuity patients. In an average academic ED environment, bed availability is the primary bottleneck in patient flow. Consequently, adjustments to provider scheduling have a limited effect on the timeliness of care delivery, while shorter boarding times significantly reduce crowding. An online version of the simulation platform is available at http://spark.rstudio.com/klopiano/EDsimulation/.

Conclusion

In building this robust simulation framework, we have created a novel decision-support tool that ED and hospital managers can use to quantify the impact of proposed changes to patient flow prior to implementation.

Peer Review reports

Background

Introduction

Hospital-based Emergency Departments are struggling to provide timely care to a steadily increasing number of unscheduled ED visits [1]. Dwindling compensation [2] and rising ED closures [3] dictate that meeting this challenge demands greater operational efficiency. However, when compared to other areas within the healthcare system, EDs present a unique environment of competing priorities, limited resources, and a wide variety of patients demanding care.

Understanding the complexity of such environments requires more than experience and intuition alone. There is a growing consensus that effective management of care delivery in hospital-based EDs requires the support of mathematical and computational modeling. Indeed, the primary recommendation of the Institute of Medicine’s 2006 report, Hospital-Based Emergency Care: At the Breaking Point was the development of engineering and operations research tools for the purposes of improving ED efficiency and increasing patient flow.

In recent years, there have been many efforts in this direction [4]. Mathematical and computational models have been used to forecast ED crowding on a scale of hours [5], quantify factors contributing to patients leaving without being seen (LWBS) [69], assess patient streaming mechanisms [1015], optimize staff and resource allocation [1621], conduct financial analyses [2224], and study the impact of reducing boarding times [18, 23]. However, because it is risky to implement management overhauls, a gap remains between ED models and current management practice [25].

Importance

ED management face a variety of options when deciding how to improve efficiency, and seemingly straight-forward operational innovations can be rendered ineffective by counterintuitive patient flow dynamics [18, 23, 26]. The utility of patient flow simulations lies not in simplifying this complexity, but in capturing it. A detailed model of ED throughput can accurately quantify predictions for management interventions that are formulated by experience and intuition.

Goals of this investigation

The first goal of this investigation was to develop a widely-configurable discrete-event simulation framework that allows for quantification of long-term patient flow outcomes. The second goal was to validate the ability of the model to accurately simulate two distinct ED environments – one resembling a nationally average ED and one resembling an average academic ED, both in the United States. The third goal was to simulate and analyze the addition of beds and staff, the implementation of alternate care pathways, and reductions in boarding times in each of these environments.

Methods

Patient flow model

To construct a map of patient flow through an ED (Figure 1), we conducted in depth interviews with providers regarding work processes and operational characteristics of an example ED. We assume the following patient flow structure: Upon arrival to the ED, patients are streamed according to their Emergency Severity Index (ESI) score [27]. The most acute patients are immediately classified as ESI-1 and are taken directly to a trauma/resuscitation bed in the Main Treatment Area (MTA) of the ED where their treatment preempts that of lower acuity patients currently being treated. A fraction of ESI-2 patients also bypass triage and go directly to an MTA bed. All other patients receive an ESI score between 2 and 5 in triage and move to the waiting room until a bed becomes available. Patients in the waiting room are selected for bed assignment based on acuity and time of arrival. In some of our experimental scenarios, there is a separate Fast Track (FT) area available for use by ESI-4 and ESI-5 patients. Patients who stay too long in the waiting room (i.e. who do not receive a bed before their tolerance for waiting) leave without being seen.

Figure 1
figure 1

Patient flow map. Patient paths are directed based on acuity and resource needs. If an ED does not utilize a Fast Track, all patients are assigned a bed in the Main Treatment Area.

Patients who do not leave are assigned to an MTA or FT bed, and are briefly assessed by a nurse. A history is taken and a physical exam is then performed by a physician; the physician might subsequently order labs or radiological testing, perform procedures, or disposition the patient. Patients who have labs or images ordered occupy a bed and receive intermittent nursing attention until the results are ready and a physician returns to review them; the physician can then order more tests, perform procedures, or disposition the patient. In the FT, physician assistants (PAs) perform the duties of physicians. In both treatment areas, patients who are dispositioned to discharge exit the ED after a short delay to receive discharge instructions; patients dispositioned to admit remain in their assigned bed and receive care until a hospital bed is available – a process known as boarding.

Simulation details

The simulation platform code is written in R and utilizes stochastic, event-driven programming to model patient flow through a user-configured ED environment.

In our model, acuity – as measured by ESI – is the primary determinant of patient complexity, streaming, and prioritization. As such, parameters governing patient arrival rates, nurse-to-patient ratios, tolerance before LWBS, treatment steps, admit rates, and boarding delays are modulated to reflect this acuity-dependence.

ED dynamics are intrinsically variable and so any model ED must embrace randomness as a core feature. Unfortunately, most of the data available for event durations only include measures of central tendency. To account for natural variation in event durations, we used independent Gamma-distributed random variables. This was motivated by the fact that Gamma random variables are completely characterized by their mean and variance, and represent the waiting time between multiple Poisson-distributed events.

The most notable exception to the Gamma distribution framework is in patient arrival times, which are random and fluctuate depending on the time of day. We model patient arrivals by a non-homogeneous (time-dependent) Poisson process [28] – a stochastic process uniquely defined by its time-dependent arrival intensity. To create this intensity function, we used a step function generated from hourly ED arrival rate data [29] (Figure 2). These arrival rates were adjusted to account for the contribution from each acuity level – that is, a separate function was generated for each acuity’s arrivals. We note that arrival intensity functions for each acuity can be adjusted to fit data from any emergency department.

Figure 2
figure 2

A day in the life of an ED. Generated arrival functions (top), and 30-day simulated location of patients (middle) and idle resources (bottom) for nationally average and average academic ED settings. The nationally average setting is limited by providers, while beds are the primary bottleneck in the average academic setting.

Data resources

Publicly available data [2931] provided many key parameters governing patient arrivals and complexities, boarding delays, and recommended staffing levels for the nationally average setting. With permission from the Academy of Academic Administrators in Emergency Medicine (AAAEM), we used data from a 2012 benchmark survey [32] to estimate these parameters for the average academic setting. ED providers estimated finer parameters such as lab and imaging turnaround times and patient-physician interaction lengths for both settings. Table 1 outlines the key input parameters for each ED environment and the output values used to validate the accuracy of each model. We stress that the data compared to the simulation outputs in the bottom of Table 1 was not used to construct either model – rather, this data was used only to validate the accuracy of each model.In comparing nationally average statistics to data collected from academic hospitals, it is immediately clear that academic environments on average experience higher patient arrival rates. Moreover, the mix of patients tends to be more acute in academic settings (see top two panels of Figure 2). Because of this – and the fact that they are typically associated with large hospitals – academic EDs have higher admit rates and longer boarding times relative to the national average. To accommodate this, academic EDs tend to have more beds and higher staffing levels.

Table 1 Input parameters and output validation for the nationally average and average academic environments

Since all data used in this experiment was publicly available, approval by an ethics committee was not required.

Limitations

Our model makes no assumptions regarding factors contributing to triage or registration delays. Instead, simulated patients are assigned a length of time drawn from a Gamma distribution to complete triage and registration. Because our model assumes short door-to-triage times, we assume any error is negligible; it is also computationally efficient to assume this distribution is state- and time-invariant.

While a patient’s decision to leave without being seen is influenced by many factors [33], our model also assumes that each patient’s decision to LWBS depends only on waiting time. To that end, each simulated patient arrives with a tolerance for waiting that is drawn from an acuity-dependent Gamma distribution. If a patient does not receive a bed before their tolerance for waiting, they exit the ED and are marked as LWBS.

Topology and layout are important factors that affect ED throughput. Our model accounts for this by incorporating the time it takes for a provider to move from room to room. This is modeled using time- and provider-dependent exponential random variables.

A more significant limitation is that our model assumes that physicians are not assigned to specific patients. Rather, when patients demand a physician, any available physician can provide care. In the academic environment, physician-providers typically work in teams of faculty paired with residents. For the purposes of this simulation, we assume that a single physician in the academic setting adequately represents a physician-resident team. We note that the simulated patients per doctor per hour statistic (Table 1) is a consistent value in both settings [32, 34]. The development of an efficient algorithm to assign physicians to specific patients will improve ED simulations and deserves further study.

Nursing attention in an ED is a much more varied and continuous process than patient interactions with a physician. Rather than model patients’ demand for nursing care as multiple discrete intervals, simulated patients occupy a fraction of a nurse (corresponding to nurse-to-patient ratios) at all times while in an ED bed. Our model for management assumes that a patient cannot be placed in a bed without sufficient nursing staffing. Therefore, in our model, a nursing shortage will manifest itself as a lack of usable beds.

Boarding times in a real hospital setting are dependent on many factors outside of the ED, such as hospital capacity, transport efficiency, and discharge schedules. Our model does not simulate these directly. Rather, when a simulated patient is dispositioned to admit, a Gamma distribution is generated and a boarding time drawn from this distribution is assigned to the patient. The model allows for acuity- and time-dependent distributions, but due to a lack of concrete data, the simulations we report here used a boarding time distribution that was acuity- and time-invariant.

Results

As is to be expected with a simulation of this magnitude, there are a very large number of parameters. In particular, we focused on two parameter regimes: one dictated by a lack of providers, the other by a lack of beds. Interestingly, equipping the system with nationally average statistics led to provider-limited dynamics, while using average academic hospital statistics led to bed-limiteddynamics.

The results flow from three phases of analysis: validation, explication, and experimentation. In validation, we compare traditional metrics of ED throughput to simulated output statistics to ensure the model is sufficiently accurate. The simulation also produces numerous statistics which are difficult to track in a real ED setting, but prove useful in understanding ED process of care. In explication, we use minute-by-minute tracking of resource utilization, patient locations, and acuity-specific door-to-event statistics to identify causes of delays in ED throughput. Finally, we conducted a series of rigorous numerical experiments to test the effectiveness of introducing additional resources, implementing alternate care pathways, and reducing boarding delays in both the nationally average and average academic ED settings.

Validation: the model provides consistent and faithful outputs

We constructed and tuned the model to match nationally average data. After appropriately updating data-driven parameters such as patient arrivals, patient complexities and ED resource levels, we modified the mean lab turnaround time from 30 minutes to 45 minutes and the mean imaging turnaround time from 75 minutes to 90 minutes based on ED provider estimates. The result closely approximated average throughput metrics from the academic hospital survey (Table 1).

We report our results for each environment in terms of the outcome of 30-day simulations. The output statistics we used for validation are LWBS rate, door-to-doctor, door-to-disposition, door-to-exit, patients per doctor per hour, and patients per bed per year. The standard deviations reported in the Outputs section of Table 1 reflect variation in the monthly average statistics. We stress that whereas the statistics from the upper half of Table 1 are directly input to the model as parameters, the reported Output benchmarks are outcomes of the simulation.

To check for consistency with other existing models, we compared our results to those reported by Khare et al. [18], who published a model using parameters characterizing acuity-dependent arrivals, LWBS tolerance, treatment lengths, and admit rates. Accounting for ED beds, physicians, and boarding times, they concluded that reducing boarding times by 25% decreased mean length of stay by 22 minutes, while five additional beds increased mean length of stay by seven minutes. Using their input parameters, we were able to simulate an ED with a similar mean length of stay and LWBS rate, and then replicate their results: our model predicted that reducing boarding times by 25% reduced mean length of stay by 23.4 minutes, while five additional beds (and sufficient nursing coverage) had no effect on mean length of stay.

Explication: identifying site-specific causes of crowding

Our model produces a novel breakdown of well-known statistical benchmarks in terms of patient acuity. In Figure 3, we display key door-to-event times in both the nationally average and the average academic environments. The colors indicate patient acuity and the radii of the circles is proportional to the absolute number of simulated patients treated in that acuity group. Figure 3 reaffirms that the timeliness of care delivery is highly acuity-dependent [35]. Whereas ESI-1 and ESI-2 patients are treated efficiently, lower acuity patients often experience tremendous delays. For example, ESI-3 patients in the academic ED have an average length of stay over 6 hours (Figure 3, right panel, rightmost green circle). This is due to two properties of typical ESI-3 patients: low prioritization, which accounts for lengthy door-to-bed times, and widely-ranging complexities, which contribute to long doctor-to-exit times.In order to understand the causes of ED crowding, we examine Figure 2. In the bottom two panels, we see the simulated mean idle resources as a function of time of day. While there are essentially zero idle physicians from noon to midnight in the nationally average ED, beds are the limiting resource in the academic setting. The impact can be seen in the middle two panels. Note the sharp increase of patients in the waiting room in the academic setting every evening. This stems from a combination of a high influx of patient arrivals – particularly high-complexity ESI-2 and ESI-3 patients (see top two panels of Figure 2) – combined with a rise in the number of boarded patients. This dynamic makes plain why adding beds (or reducing boarding delays) can have a significant impact in an average academic environment, but little to no effect in a nationally average environment.

Figure 3
figure 3

Simulated door-to-event times. The radius of each dot corresponds to the number of patients in that demographic and the sizes are comparable across plots. The timeliness of care delivery is largely affected by patient acuity.

Numerical experiments

Improvement from resource addition is site-specific

Identifying the primary causes of crowding in an ED is a critical step in knowing how to increase throughput. Importantly, our model shows that extensive – but poorly-targeted – resource additions can have a negligible impact on patient flow. In Figure 4, we display simulated mean door-to-event times that result from a few resourcing remedies.

Figure 4
figure 4

Effect of additional resources on patient flow. Simulated mean door-to-event times with additional resources for each ED environment. In both settings, a suite of resources is no more effective than a single, well-targeted resource.

The response is different in the two settings. The addition of one full-time physician significantly reduced mean length of stay in the provider-limited national setting, but had little effect in the bed-limited academic setting. Conversely, additional beds and nurses significantly affected the mean length of stay in the academic setting, but not the national setting.We also observe that when an ED is primarily bottlenecked by a single resource, adding a combination of resources provides no more improvement than a highly targeted remedy. This is manifested in the left panel of Figure 4, where the door-to-event times that result from adding one doctor, eight beds, and two nurses is nearly identical to the result from adding one doctor alone. Furthermore, we note that the model can identify the point of diminishing returns. For example, we found that adding one doctor in the national setting reduces mean length of stay by one hour, but adding a second doctor does not further reduce mean length of stay (not depicted).

Fast track mechanisms can help all patients in provider-limited settings

Due to prioritization, low-acuity (ESI-4 and ESI-5) patients can often wait hours for what will be quick treatment and discharge from the ED. To expedite care for these patients, many EDs have implemented a Fast Track (FT) mechanism – a separate bay staffed with midlevel providers equipped to treat low-acuity patients. Often times to save on capital costs, beds and staff are repurposed from the MTA, leaving fewer resources available for MTA patients. Our model can quantify this tradeoff.

We measured the effect of various FT mechanisms on length of stay and LWBS. The number of beds repurposed for each FT were chosen so that the relative sizes were roughly equivalent between the national and academic settings. For example, a 4-Bed FT in the 32-bed national setting utilizes 12.5% of total bed capacity, and a 6-Bed FT in the 47-bed academic setting utilizes 12.8% of total bed capacity. In accordance with the ESI Implementation Handbook [27], ESI-4 and ESI-5 patients were eligible to use the fast track, and these patients were assigned to either the MTA or FT based on bed availability. Patients could not switch treatment areas once assigned, and providers only treated patients in the area to which the providers were assigned (other configurations are possible).The model demonstrates that there are settings where resources can be diverted to the FT without compromising care for higher acuity patients in the MTA. For example, in the provider-limited national setting, the 8-Bed FT most efficiently achieves this goal (left panel of Figure 5). Because low-acuity patients were rapidly treated in the FT, they tended not to occupy MTA beds, where their treatment was significantly delayed due to prioritization. This freed more beds for ESI-3 patients, reducing their mean length of stay. High-acuity (ESI-1 and ESI-2) patients were not affected.Observe that diverting too many resources to the FT adversely affects ESI-3 patients’ mean length of stay. In fact, there exist settings where any diversion of resources to the FT compromises care for patients in the MTA. In our model, ESI-3 patients in the academic setting experience an increased mean length of stay for all FT mechanisms (right panel of Figure 5).

Figure 5
figure 5

Effect of fast track mechanisms on patient flow. Simulated effect of Fast Track mechanisms in the nationally average and average academic environments. Bold values are the standard settings for each environment. FT mechanisms in the bed-limited academic setting are a clear tradeoff between low-acuity and ESI-3 throughput.

Reducing boarding times can help all patients in bed-limited settings

Patients dispositioned to admit are boarded in the ED if a hospital bed is not available. These patients decrease ED capacity by effectively blocking a bed and occupying staff. We examined the effect of varying boarding times on throughput in both ED settings.

Figure 6 shows the sensitivity of the mean length of stay for admits, discharges, and overall LWBS rate to mean boarding time in each setting. As expected, we see that the mean boarding time directly affects the mean length of stay for admits in both settings. However, in the national setting, the mean length of stay for discharges and the overall LWBS rate is not largely affected by changing boarding times. This is because discharges and LWBS patients (who tend to be low-acuity) are affected by the number of blocked beds, which is a function of both boarding times and admit rate. The national setting is not primarily bed-limited and has a relatively low admit rate of 12.8%. Thus, systematically reducing boarding times unblocks a small number of beds in a setting where beds are not scarce to begin with.

Figure 6
figure 6

Effect of reducing boarding times on patient flow. Simulated effect of boarding times on length of stay and LWBS in the nationally average and average academic ED settings. The dotted vertical line marks the standard mean boarding time for each setting. The bed-limited academic setting has a higher admit rate and shows greater sensitivity to boarding times.

In the academic setting, on the other hand, we observe a well-known phenomenon [22, 23, 26, 36] that longer boarding times increase ED crowding. The right panel of Figure 6 quantifies how much the mean length of stay for discharges and overall LWBS rate decrease as boarding times are reduced. This is because the academic setting has a relatively high admit rate of 25.8% and is bed-limited. Thus, lowering boarding times unblocks a significant number of beds in an environment where crowding is primarily caused by bed availability. This suggests that in this setting, systematically reducing boarding times can be effective in improving ED throughput.

The dynamics of hospital capacity throughout the day largely determine ED boarding times. This phenomenon may be affected by the timing of hospital discharges and can be quantified by this model. Due to a lack of available data, we do not present this here.

Discussion

Emergency Department crowding is a complex problem affecting more than 130 million patient visits per year in the U.S. [36]. Although emergency departments play a vital role in providing unscheduled access to healthcare, financial strain and limited resources challenge hospitals to provide timely and effective care. Computer simulation of ED patient flow can capture the inherent complexity of this system and elucidate its underlying dynamics. With this goal in mind, we have developed a flexible model of ED patient flow. In the span of minutes (on a personal laptop), we can accurately simulate ED throughput across a wide variety of settings. The model generates a minute-by-minute census of patients in the ED (Figure 2, bottom panels), and calculates traditional throughput metrics broken down by both acuity (Figure 3) and disposition (Figure 6).

As expected, when the model is equipped with realistic parameters, we see pervasive ED crowding. In the current world of scarce resources and little margin for error, it is essential to rigorously identify the specific causes of crowding, so that targeted management interventions can have maximal effect. Our model can predict and quantify how a particular ED will respond to a given “what if” scenario.With our ability to generate non-traditional patient flow statistics, such as a minute-by-minute account of idle resources (Figure 2, middle panels), we can weight the various factors that cause crowding on a site-to-site basis. One of the recurring observations in our investigation is that each simulated environment has its own dominant resource bottleneck. Further highlighting the importance of quantified predictions, we found that adding a suite of resources is no more effective than adding a single, well-targeted resource (Figure 4).

To demonstrate this phenomenon, we constructed and then investigated two qualitatively distinct ED environments: one created from statistics averaged over all U.S. emergency departments, and another from statistics averaged over a cohort of U.S. academic emergency departments (Figure 1). We found that a shortage of providers dictated crowding in the nationally average setting, but a shortage of beds was the primary cause of delays in the average academic environment (Figure 2). As a result, solutions that aim to increase bed capacity – such as systematically reducing boarding times – are effective in the average academic environment, but limited in the nationally average setting (Figure 6). Fast Track mechanisms had the converse effect (Figure 5).

In this way, simulation of EDs does more than confirm management intuitions. Having a comprehensive view of patient flow can help construct a system-wide understanding of what given management interventions actually accomplish. For example, the observation that the response to management interventions is highly sensitive to local resource limitations is perhaps undervalued in some data-driven assessments of ED performance. A 2008 report from the American College of Emergency Physicians (ACEP) concluded that, “the clearest cause of crowding [in the ED] is the boarding of admitted patients”, and warned that separate fast track mechanisms, “will create silos and obstacles to patient flow” [37]. However, a 2011 survey report from the National Association of Public Hospitals (NAPH) lists the implementation or expansion of a fast track mechanism as a “high performance strategy” to improve ED throughput [38]. Moreover, the NAPH recommends expanding ED bed space – a strategy Khare et al., whose simulation parameters produced a provider-limited setting, found to be ineffective [18]. We note that the NAPH survey sampled from its membership, which features a large number of community and safety-net hospitals that resemble our nationally average ED. It is then consistent that they would find fast track mechanisms to be useful. On the other hand, it is not clear which hospitals contributed to the conclusions from ACEP. If the sample is skewed toward large hospitals with a more acute patient mix, it would help explain these contradicting recommendations.

Conclusion

We have constructed, and made publicly available at http://spark.rstudio.com/klopiano/EDsimulation/, an efficient model of ED patient flow which captures the complexities of ED process of care. With the flexibility of numerous input parameters, our model can accurately simulate a wide variety of environments. We investigated two qualitatively distinct ED environments and found that similar changes to process of care – such as adding resources, implementing fast track mechanisms, or systematically reducing boarding times – had very different effects on patient flow. Accurately predicting the effects of these changes is often difficult, which suggests the usefulness of more granular simulations in understanding ED dynamics. Moreover, our model’s ability to accurately quantify these dynamics provides a means to identify specific bottlenecks and test the effects of proposed operational changes. This can allow ED and hospital managers to formulate cost-effective, hospital-specific solutions to ED crowding.

References

  1. Pitts SR, Pines JM, Handrigan MT, Kellermann AL:National trends in emergency department occupancy, 2001 to 2008, effect of inpatient admissions versus emergency department practice intensity. Ann Emerg Med. 2012, 60 (6): 679-6863. 10.1016/j.annemergmed.2012.05.014. doi:10.1016/j.annemergmed.2012.05.014,

    Article  PubMed  Google Scholar 

  2. Morganti KG, Bauhoff S, Blanchard J, Abir M, Iyer N, Smith A, Vesely JV, Okeke EN, Kellermann AL:The evolving role of emergency departments in the United States. Technical report, Rand Corporation. 2013, [http://www.rand.org/pubs/research\_reports/RR280/],

  3. Hsia RY, Kellermann A, Shen Y:Factors associated with closures of emergency departments in the United States. J Am Med Assoc. 2011, 305 (19): 1978-1985.

    Article  CAS  Google Scholar 

  4. Hoot NR, Aronsky D:Systematic review of emergency department crowding: causes, effects, and solutions. Ann Emerg Med. 2008, 52 (2): 126-36. 10.1016/j.annemergmed.2008.03.014. doi:10.1016/j.annemergmed.2008.03.014,

    Article  PubMed  Google Scholar 

  5. Hoot NR, LeBlanc LJ, Jones I, Levin SR, Zhou C, Gadd CS, Aronsky D:Forecasting emergency department crowding: a discrete event simulation. Ann Emerg Med. 2008, 52 (2): 116-25. 10.1016/j.annemergmed.2007.12.011. doi:10.1016/j.annemergmed.2007.12.011,

    Article  PubMed  Google Scholar 

  6. Asaro PV, Lewis LM, Boxerman SB:Emergency department overcrowding: analysis of the factors of renege rate. Acad Emerg Med. 2007, 14 (2): 157-62. 10.1111/j.1553-2712.2007.tb01760.x. doi:10.1197/j.aem.2006.08.011,

    Article  PubMed  Google Scholar 

  7. Ding R, McCarthy ML, Desmond JS, Lee JS, Aronsky D, Zeger SL:Characterizing waiting room time, treatment time, and boarding time in the emergency department using quantile regression. Acad Emerg Med. 2010, 17 (8): 813-23. 10.1111/j.1553-2712.2010.00812.x. doi:10.1111/j.1553-2712.2010.00812.x,

    Article  PubMed  Google Scholar 

  8. Hsia RY, Asch SM, Weiss RE, Zingmond D, Liang L-J, Han W, McCreath H, Sun BC:Hospital determinants of emergency department left without being seen rates. Ann Emerg Med. 2011, 58 (1): 24-32. 10.1016/j.annemergmed.2011.01.009. doi:10.1016/j.annemergmed.2011.01.009.Hospital,

    Article  PubMed  PubMed Central  Google Scholar 

  9. Monzon J, Friedman SM, Clarke C, Arenovich T:Patients who leave the emergency department without being seen by a physician: a control-matched study. Can J Emerg Med. 2005, 7 (2): 107-13.

    Google Scholar 

  10. Cochran JK, Roche KT:A multi-class queuing network analysis methodology for improving hospital emergency department performance. Comput Oper Res. 2009, 36 (5): 1497-1512. 10.1016/j.cor.2008.02.004. doi:10.1016/j.cor.2008.02.004,

    Article  Google Scholar 

  11. Connelly LG, Bair AE:Discrete event simulation of emergency department activity: a platform for system-level operations research. Acad Emerg Med. 2004, 11 (11): 1177-85. 10.1111/j.1553-2712.2004.tb00702.x. doi:10.1197/j.aem.2004.08.021,

    Article  PubMed  Google Scholar 

  12. Jacobson EU, Argon NT, Ziya S:Priority assignment in emergency response. Oper Res. 2012, 60 (4): 813-832. 10.1287/opre.1120.1075. doi:10.1287/opre.1120.1075,

    Article  Google Scholar 

  13. Rowe BH, Guo X, Villa-Roel C, Schull M, Holroyd B, Bullard M, Vandermeer B, Ospina M, Innes G:The role of triage liaison physicians on mitigating overcrowding in emergency departments: a systematic review. Acad Emerg Med. 2011, 18 (2): 111-20. 10.1111/j.1553-2712.2010.00984.x. doi:10.1111/j.1553-2712.2010.00984.x,

    Article  PubMed  Google Scholar 

  14. Saghafian S, Hopp WJ, Van Oyen MP, Desmond JS, Kronick SL:Patient streaming as a mechanism for improving responsiveness in emergency departments. Oper Res. 2012, 60 (5): 1080-1097. 10.1287/opre.1120.1096. doi:10.1287/opre.1120.1096,

    Article  Google Scholar 

  15. Wiler JL, Gentle C, Halfpenny JM, Heins A, Mehrotra A, Mikhail MG, Fite D:Optimizing emergency department front-end operations. Ann Emerg Med. 2010, 55 (2): 142-1601. 10.1016/j.annemergmed.2009.05.021. doi:10.1016/j.annemergmed.2009.05.021,

    Article  PubMed  Google Scholar 

  16. Sengupta S:A better approach to modeling emergency care service. Proceedings of the 2011 Winter Simulation Conference. Edited by: AZ, Fu M. Phoenix, Jain S, Creasey RR, Himmelspach J, White KP. 2011, IEEE, 1202-1210.

    Chapter  Google Scholar 

  17. Green LV, Soares J, Giglio JF, Green RA:Using queueing theory to increase the effectiveness of emergency department provider staffing. Acad Emerg Med. 2006, 13 (1): 61-8. 10.1111/j.1553-2712.2006.tb00985.x. doi:10.1197/j.aem.2005.07.034,

    Article  PubMed  Google Scholar 

  18. Khare RK, Powell ES, Reinhardt G, Lucenti M:Adding more beds to the emergency department or reducing admitted patient boarding times: which has a more significant influence on emergency department congestion?. Ann Emerg Med. 2009, 53 (5): 575-85. 10.1016/j.annemergmed.2008.07.009. doi:10.1016/j.annemergmed.2008.07.009,

    Article  PubMed  Google Scholar 

  19. Ladany SP, Turban E:A simulation of emergency rooms. Comput Oper Res. 1978, 5 (2): 89-100. 10.1016/0305-0548(78)90001-1. doi:10.1016/0305-0548(78)90001-1,

    Article  Google Scholar 

  20. Laskowski M, McLeod RD, Friesen MR, Podaima BW, Alfa AS:Models of emergency departments for reducing patient waiting times. PloS One. 2009, 4 (7): 6127-10.1371/journal.pone.0006127. doi:10.1371/journal.pone.0006127,

    Article  Google Scholar 

  21. Yankovic N, Green LV:Identifying good nursing levels: a queuing approach. Oper Res. 2011, 59 (4): 942-955. 10.1287/opre.1110.0943. doi:10.1287/opre.1110.0943,

    Article  Google Scholar 

  22. Handel DA, Hilton JA, Ward MJ, Rabin E, Zwemer FL, Pines JM:Emergency department throughput, crowding, and financial outcomes for hospitals. Acad Emerg Med. 2010, 17 (8): 840-7. 10.1111/j.1553-2712.2010.00814.x. doi:10.1111/j.1553-2712.2010.00814.x,

    Article  PubMed  Google Scholar 

  23. Pines JM, Batt RJ, Hilton JA, Terwiesch C:The financial consequences of lost demand and reducing boarding in hospital emergency departments. Ann Emerg Med. 2011, 58 (4): 331-40. 10.1016/j.annemergmed.2011.03.004. doi:10.1016/j.annemergmed.2011.03.004,

    Article  PubMed  Google Scholar 

  24. Roberts R, Frutos P, Ciavarella G, Gussow L, Mensah E, Kampe L, Straus H, Joseph G, Rydman R:Distribution of variable vs fixed costs of hospital care. J Am Med Assoc. 1999, 281 (7): 644-9. 10.1001/jama.281.7.644.

    Article  CAS  Google Scholar 

  25. van Lent WA, Vanberkel P, van Harten WH:A review on the relation between simulation and improvement in hospitals. BMC Med Inf Decis Making. 2012, 12 (1): 18-10.1186/1472-6947-12-18. doi:10.1186/1472-6947-12-18,

    Article  Google Scholar 

  26. McCarthy ML, Zeger SL, Ding R, Levin SR, Desmond JS, Lee J, Aronsky D:Crowding delays treatment and lengthens emergency department length of stay, even among high-acuity patients. Ann Emerg Med. 2009, 54 (4): 492-5034. 10.1016/j.annemergmed.2009.03.006. doi:10.1016/j.annemergmed.2009.03.006,

    Article  PubMed  Google Scholar 

  27. Gilboy N, Tanabe P, Travers D, Rosenau A:Emergency Severity Index (ESI): A Triage Tool for Emergency Department Care, Version 4. Implementation Handbook 2012 Edition. Agency for Healthcare Research and Quality. Publication No. 12-0014, Rockville, MD. November 2011,

  28. Asmussen S, Glynn P: Stochastic simulation: algorithms and analysis. 2007, New York, NY: Springer Science+Business, Media

    Google Scholar 

  29. Niska X Bhuiya:National hospital ambulatory medical survey 2007 emergency department summary. National Healthcare Statistics Report. 2010. Data available from [http://www.cdc.gov]. Obtained on June 7, 2013,

  30. Centers for Medicare & Medicaid Services:Hospital process of care measures. Centers for Medicare & Medicaid Services. Data available at [https://data.medicare.gov]. Obtained on June 4, 2013,

  31. American College of Emergency Physicians:Emergency department planning and resource guidelines. ACEP Policy Statement. Dallas, TX. 2007,

  32. Academy of Administrators in Acad Emerg Med (AAAEM):AAAEM 2012 b enchmark survey. Academy of Administrators in Acad Emerg Med. Obtained on April 23, 2013,

  33. Shaikh S, Jerrard D, Witting M, Winters M, Brodeur M:How long are patients willing to wait in the emergency department before leaving without being seen?. West J Emerg Med. 2012, 13 (6): 463-7. 10.5811/westjem.2012.3.6895. doi:10.5811/westjem.2012.3.6895,

    Article  PubMed  PubMed Central  Google Scholar 

  34. Mayer T:Are you staffing your ED appropriately and efficiently?. Boston Convention & Exhibition Center. October 2009,

  35. Tanabe P, Gimbel R, Yarnold PR, Adams JG:The emergency severity index (version 3) 5-level triage system scores predict ED resource consumption. J Emerg Nurs. 2004, 30 (1): 22-29. 10.1016/j.jen.2003.11.004. doi:10.1016/j.jen.2003.11.004,

    Article  PubMed  Google Scholar 

  36. Hing E, Bhuiya F: Wait time for treatment in hospital emergency departments 2009. NCHS Data Brief. no 102. 2012, Hyattsville, MD: National Center for Health Statistics

    Google Scholar 

  37. Viciello P, Schneider SM, Asplin B, Blum FC:Emergency department crowding: High-impact solutions. ACEP Task Force Report on Boarding. American College of Emergency Physicians. April 2008,

  38. National Public Health and Hospital Institute:Strategies to improve ED overcrowding: data from the national public health and hospital institute ED throughput study. NPHHI Data Brief. April 2011,

Pre-publication history

Download references

Acknowledgements

KKL was supported by National Science Foundation Grant Number DMS 1127914. SAM was supported by Simons Foundation Grant Number 245653.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Joshua E Hurwitz.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

JK and JAT conceived the study. JEH, JL, and SAM designed and wrote the preliminary simulation code. JEH wrote the final simulation code. JEH and JL researched publicly available data, and estimated input parameters. JEH, JL, and SAM designed and analyzed preliminary numerical experiments. JEH performed the final numerical experiments. SAM, JK, and JAT provided expert advice on study design and oversaw the project. JEH, SAM, and JAT drafted the manuscript, and all authors contributed to its revision. JEH and KKL adapted the simulation code to the online platform. JEH takes responsibility for the paper as a whole. All authors read and approved the final manuscript.

Authors’ original submitted files for images

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly credited. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Hurwitz, J.E., Lee, J.A., Lopiano, K.K. et al. A flexible simulation platform to quantify and manage emergency department crowding. BMC Med Inform Decis Mak 14, 50 (2014). https://doi.org/10.1186/1472-6947-14-50

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1472-6947-14-50

Keywords