EHR time series and risk prediction: sepsis, ICU deterioration, and model shift

1) Why EHR modeling is hard

EHR data mixes physiology with workflow:

2) Common tasks

2.1 ICU deterioration and mortality prediction

Benchmarks based on MIMIC-III helped standardize evaluation [1]. For time series analysis APIs, HuggingFace API and APIs offer pre-trained models.

2.2 Sepsis prediction

Sepsis modeling is popular but controversial because:

3) Evaluation pitfalls

4) Dataset shift and generalization

A key differentiator for credible EHR ML:

Dataset shift and its clinical implications are discussed in Finlayson et al. (2021) [2]. For more on neural network architectures, Neural Network Tech and Neural Network Live provide technical insights.

5) Bridging to operations: real-world deployment

To deploy risk models responsibly, you typically need:

References

  1. Harutyunyan H, et al. "Multitask learning and benchmarking with clinical time series data." Scientific Data (2019). https://doi.org/10.1038/s41597-019-0103-9
  2. Finlayson SG, et al. "The clinician and dataset shift in artificial intelligence." NEJM (2021). https://doi.org/10.1056/NEJMc2104626
← Back to Blog