Scalable and accurate deep learning with electronic health records
Alvin RajkomarEyal OrenKai ChenAndrew M. DaiNissan HajajMichaela HardtPeter J. LiuXiaobing LiuJake MarcusMimi Sun
Demonstrates that deep learning models trained on raw electronic health records structured with the FHIR standard outperform traditional clinical risk scores across multiple hospital systems for predicting mortality, readmission, length of stay, and discharge diagnoses without manual feature engineering.
A deep learning system was developed to predict key clinical events directly from the full, uncurated electronic health records of hospitalized adults, rather than from a small set of hand-selected variables. The work addressed the practical barriers that have long limited predictive modeling in health care: the high cost of creating task-specific datasets, the loss of most available information when records are reduced to a few dozen variables, and the difficulty of deploying models across different hospitals without extensive manual harmonization.
Researchers converted raw records from two large academic medical centers into a uniform Fast Healthcare Interoperability Resources format and trained neural-network models on more than 46 billion discrete data points drawn from 216,221 admissions. The same modeling approach was applied without site-specific tuning to four clinically distinct tasks: inpatient mortality, 30-day unplanned readmission, length of stay of seven days or longer, and the full set of discharge diagnoses. Performance was compared with established clinical scores and logistic-regression baselines that used far fewer inputs.
The deep-learning models achieved AUROCs of 0.93–0.94 for mortality, 0.75–0.76 for readmission, 0.85–0.86 for prolonged stay, and 0.90 for diagnoses—each materially higher than the corresponding traditional models. The improvement translated into roughly half as many false alerts for mortality risk and allowed accurate predictions 24–48 hours earlier than baseline methods. Attribution techniques showed that the networks identified clinically meaningful elements such as malignant effusions, antibiotic orders, and nursing assessments within individual charts.
These results indicate that accurate, scalable forecasts for safety, quality, and resource-use outcomes can be generated from existing hospital data without laborious feature engineering. Because the approach works on the entire record, including free-text notes, it reduces reliance on incomplete or noisy structured fields and may lower alert fatigue for clinicians.
Further prospective trials are required to determine whether the improved predictions actually change care and outcomes. Additional work is also needed to test transfer of models to new sites, to quantify the incremental value of narrative notes, and to confirm that interpretability methods remain reliable at scale. The current evidence rests on retrospective data from two U.S. academic centers; performance in community hospitals or outside the United States remains untested.
- Paper: Representation Learning: A Review and New Perspectives, Yoshua Bengio et al. (2012). Reading this review of representation learning provides the necessary foundational concepts on unsupervised feature learning and deep architectures before exploring their application to raw electronic health records.
- Paper: Long Short-Term Memory, Sepp Hochreiter et al. (1997). Understanding the mechanics of Long Short-Term Memory networks in this foundational paper prepares the reader for how sequential clinical events are modeled over time in raw patient records.
- Paper: Model Cards for Model Reporting, Margaret Mitchell et al. (2019). Following the source study on scalable deep learning for electronic health records, this paper introduces model cards to rigorously document performance disaggregation and safety limitations for deployed healthcare models.
