Medical Code Prediction

15 papers with code • 7 benchmarks • 7 datasets

Context: Prediction of medical codes from clinical notes is both a practical and essential need for every healthcare delivery organization within current medical systems. Automating annotation will save significant time and excessive effort by human coders today. A new milestone will mark a meaningful step toward fully Autonomous Medical Coding in machines reaching parity with human coders' performance in medical code prediction.

Question: What exactly is the medical code prediction problem?

Answer: Clinical notes contain much information about what precisely happened during the patient's entire stay. And those clinical notes (e.g., discharge summary) is typically long, loosely structured, consists of medical domain language, and sometimes riddled with spelling errors. So, it's a highly multi-label classification problem, and the forthcoming ICD-11 standard will add more complexity to the problem! The medical code prediction problem is to annotate this clinical note with multiple codes subset from nearly 70K total codes (in the current ICD-10 system, for example).

Libraries

Use these libraries to find Medical Code Prediction models and implementations

Most implemented papers

Code Synonyms Do Matter: Multiple Synonyms Matching Network for Automatic ICD Coding

ganjinzero/icd-msmn ACL 2022

Automatic ICD coding is defined as assigning disease codes to electronic medical records (EMRs).

HiCu: Leveraging Hierarchy for Curriculum Learning in Automated ICD Coding

wren93/hicu-icd 3 Aug 2022

One of the challenges in curriculum learning is the design of curricula -- i. e., in the sequential design of tasks that gradually increase in difficulty.

Knowledge Injected Prompt Based Fine-tuning for Multi-label Few-shot ICD Coding

whaleloops/KEPT 7 Oct 2022

Automatic International Classification of Diseases (ICD) coding aims to assign multiple ICD codes to a medical note with average length of 3, 000+ tokens.

Automated Medical Coding on MIMIC-III and MIMIC-IV: A Critical Review and Replicability Study

joakimedin/medical-coding-reproducibility 21 Apr 2023

Medical coding is the task of assigning medical codes to clinical free-text documentation.