Emergency department workflows for complex conditions like UTIs and Brain Trauma Injuries present significant challenges due to variable severity and time-consuming assessment processes. This undergraduate thesis develops predictive models using patient vitals (blood pressure, heart rate), acuity scores, and clinical history to anticipate medication needs before arrival.
Using the MIMIC-IV dataset from Harvard Medical School containing 299,712+ patient records from Beth Israel Deaconess Medical Center, the project implements Random Forest and Decision Tree classifiers with process mining techniques (pm4py) to identify patterns in medication administration and optimize pre-arrival treatment protocols.
Working with MIMIC-IV made clear that clinical prediction is limited by the data you can actually use. Class imbalance and missing patient-specific signal mattered as much as the choice between Random Forests and Decision Trees.