AutoMap: Automatic Medical Code Mapping for Clinical Prediction Model Deployment

Abstract

Given a deep learning model trained on data from a source hospital, how to deploy the model to a target hospital automatically? How to accommodate heterogeneous medical coding systems across different hospitals? Standard approaches rely on existing medical code mapping tools, which have several practical limitations. To tackle this problem, we propose AutoMap to automatically map the medical codes across different EHR systems in a coarse-to-fine manner: (1) Ontology-level Alignment: We leverage the ontology structure to learn a coarse alignment between the source and target medical coding systems; (2) Code-level Refinement: We refine the alignment at a fine-grained code level for the downstream tasks using a teacher-student framework. We evaluate AutoMap using several deep learning models with two real-world EHR datasets: eICU and MIMIC-III. Results show that AutoMap achieves relative improvements up to 3.9% (AUC-ROC) and 8.7% (AUC-PR) for mortality prediction, and up to 4.7% (AUC-ROC) and 3.7% (F1) for length-of-stay estimation. Further, we show that AutoMap can provide accurate mapping across coding systems. Lastly, we demonstrate that AutoMap can adapt to two challenging scenarios: (1) mapping between completely different coding systems and (2) between completely different hospitals.

Cite

Text

Wu et al. "AutoMap: Automatic Medical Code Mapping for Clinical Prediction Model Deployment." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2022. doi:10.1007/978-3-031-26390-3_29

Markdown

[Wu et al. "AutoMap: Automatic Medical Code Mapping for Clinical Prediction Model Deployment." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2022.](https://mlanthology.org/ecmlpkdd/2022/wu2022ecmlpkdd-automap/) doi:10.1007/978-3-031-26390-3_29

BibTeX

@inproceedings{wu2022ecmlpkdd-automap,
  title     = {{AutoMap: Automatic Medical Code Mapping for Clinical Prediction Model Deployment}},
  author    = {Wu, Zhenbang and Xiao, Cao and Glass, Lucas M. and Liebovitz, David M. and Sun, Jimeng},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2022},
  pages     = {505-520},
  doi       = {10.1007/978-3-031-26390-3_29},
  url       = {https://mlanthology.org/ecmlpkdd/2022/wu2022ecmlpkdd-automap/}
}