sebastianGehrmann / phenotyping

This repository contains data and code for the paper"Comparing deep learning and concept extraction based methods for patient phenotyping".
21 stars 15 forks source link

chart.time is incorrect #1

Closed acc4012 closed 5 years ago

acc4012 commented 5 years ago

Hello, I cannot generate the data because chart.time is either 999999 or identical to admission id. Could you please check?

sebastianGehrmann commented 5 years ago

This problem stems from porting annotations from MIMIC II to MIMIC III, and are not all fixable. The 999 values are for notes in which chart time was not available. We have a tutorial for matching at https://ektar.github.io/2016/mimic-iii-note-matching.html Additionally, if you request our full data on Physionet, you will be able to match on entire notes (which we found to be the most reliable matching).

acc4012 commented 5 years ago

Many thanks! I will check them out.