Search papers, labs, and topics across Lattice.
This paper introduces ICD-Deepresearch, a novel workflow that integrates structured EHR foundation models with language foundation models to forecast future ICD codes based on longitudinal patient records. By leveraging SparseEHR for candidate generation and employing a dual-path selection process, the system achieves improved precision and recall metrics compared to existing methods. The results demonstrate that ICD-Deepresearch not only outperforms standalone systems but also provides higher physician-rated usefulness for retrieved documents, indicating its practical relevance in clinical settings.
ICD-Deepresearch outperforms traditional methods, achieving a 51% usefulness rating from physicians, highlighting its potential to enhance clinical decision-making.
Next-encounter ICD forecasting predicts which standardized diagnosis codes will be documented at a future visit from the longitudinal record available beforehand. The task is prospective and multi-label: the target note does not yet exist, and several codes may be correct. Structured EHR foundation models capture recurrence and temporal progression, whereas language foundation models generate flexible diagnostic hypotheses. We introduce ICD-Deepresearch, a DeepResearch workflow that composes these predictive foundation models with medical search and ICD dictionaries. Because no source reveals the future code set, research evaluates candidate transitions by linking patient evidence, external clinical relations, and exact code semantics under a fixed top-K budget. Candidate Generation uses SparseEHR to produce an EHR Prior that initializes two bounded Research Expansion rounds; an independent GPT-5 Direct Forecast supplies complementary candidates. Final Selection validates, deduplicates, and jointly ranks both paths, after which a separate module writes rationales without changing predictions. Finally ICD-Deepresearch achieves patient-averaged precision/recall of 24.60/35.09% on MIMIC-III and 25.14/48.32% on MIMIC-IV. Physicians rate 51% and 68% of its retrieved documents useful, compared with 22% and 39% for standalone GPT-5 web search and 32% and 41% for Medical Deep Research. ICD-Deepresearch therefore improves over the registered local comparators while retrieving evidence with higher physician-rated usefulness than the standalone research systems