Missing social history makes automated medical coding challenging
还没有人认领这个 Issue。
- 主要语言
- Jupyter Notebook
- 星标
- 3.4k
- 派生
- 1.7k
- PR 合并指标
- 30 天内没有已合并 PR
描述
Prerequisites
- [ x] Put an X between the brackets on this line if you have done all of the following:
- Checked the online documentation: https://mimic.mit.edu/
- Checked that your issue isn't already addressed: https://github.com/MIT-LCP/mimic-code/issues?utf8=%E2%9C%93&q=
Description
Automated medical coding (also called medical code prediction) is a growing machine learning task that aims to predict medical codes given a discharge summary. MIMIC-IV has become a popular dataset to train and evaluate such models. However, there is an issue. Since your de-identification algorithm removed the social history section, certain annotated medical codes are impossible to predict. For instance, the medical codes representing whether the patient smokes (e.g., F17.210 and Z87.891) are often annotated in MIMIC-IV without being mentioned in the discharge summary. This is because of the missing social history.
The consequences of the missing section are that the models are trained on labels that are impossible to predict and are evaluated unfairly every time the necessary information would have been in the social history. Consequently, MIMIC-IV is a noisier dataset for automated medical coding than MIMIC-III (MIMIC-III contains the social history).
Is there a way to de-identify the discharge summaries without removing the social histories?
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先查阅 MIMIC-IV 的在线文档,以及 issue 中关于缺失社会史和受影响代码的示例。确定出院总结是否能够在满足去标识化要求的同时保留社会史;要认定完成,需要一种有文档记录且经过验证的方法,而不是对仓库进行小幅修改。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- machine-learning
- 领域
- data, machine-learning
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 20/100