CYLGNov 22, 2020

Modeling patient flow in the emergency department using machine learning and simulation

arXiv:2012.01192v11 citations
Originality Incremental advance
AI Analysis

This work aims to alleviate crowding and improve patient flow in emergency departments for healthcare providers and patients, representing an incremental improvement in operational efficiency.

This paper tackles the problem of patient flow in emergency departments (EDs) by combining machine learning and simulation. It uses a decision tree model, trained with 75% accuracy on historical data, to predict patient admission and detour them out of the ED. This approach, combined with additional ED resources, resulted in a 9.39% reduction in length of stay (LOS) and an 8.18% reduction in door-to-doctor time (DTDT).

Recently, the combination of machine learning (ML) and simulation is gaining a lot of attention. This paper presents a novel application of ML within the simulation to improve patient flow within an emergency department (ED). An ML model used within a real ED simulation model to quantify the effect of detouring a patient out of the ED on the length of stay (LOS) and door-to-doctor time (DTDT) as a response to the prediction of patient admission to the hospital from the ED. The ML model trained using a set of six features including the patient age, arrival day, arrival hour of the day, and the triage level. The prediction model used a decision tree (DT) model, which is trained using historical data achieves a 75% accuracy. The set of rules extracted from the DT are coded within the simulation model. Given a certain probability of free inpatient beds, the predicted admitted patient is then pulled out from the ED to inpatient units to alleviate the crowding within the ED. The used policy combined with adding specific ED resources achieve 9.39% and 8.18% reduction in LOS and DTDT, respectively.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes