While 80% of Americans prefer to spend their final days in their home, only 20% actually do. More than 60% of deaths in the US happen in an accute care hospital, most of the patients receiving aggressive care in their final days. We build a program using Deep Learning to identify hospitalized patients with a high risk of death in the next 3-12 months by only inspecting their Electronic Health Record data. Such patients are automatically brought to the attention of the Palliative Care team with notifications. This helps the Palliative Care team to be engaged early enough to ensure patients have their Goals of Care recorded, and provide their services while it is still meaningful.
Read our paperWe train the model on the historic data from the Stanford Hospital EHR data base, which contains data of over 2 million patients. The model is trained to predict probability of patient mortality in the next 3-12months. Training uses patient's EHR data from the past 12 months, specifically the diagnostic codes, procedure codes, medication codes, and encounter details. All this data is converted into a feature vector for 13,654 dimensions. The trained model achieves an AUROC score of 0.93 and an Average Precision score of 0.69 on cross validation.
Having interpretable predictions is crucial to build confidence in the users of a Machine Learning system to take actions based on the model's predictions. Our program generates a report, using careful ablation techniques, highlighting the most crucial factors in the patient's EHR data that contributed towards making a high probability decision.
Read our paperavati@cs.stanford.edu