Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
MIMIC ICD9 to SNOMED #95
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mghassem commentedJun 3, 2016
For mapping ICD9 codes to SNOMEDCT ids there is the approach outlined in https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/HospitalQualityInits/Downloads/HospitalAppendix_F.pdf which is also in the MIMIC documentation: https://mimic.physionet.org/mimictables/diagnoses_icd/.
However, the UMLS ICD9-SNOMED mapping does not have mapping for all the ICD9 codes (mappings for only ~9.5k codes but there are ~13k ICD9 codes). Looking at the actual codes that are used in the MIMIC III data:
Examples of codes that don’t have the mapping: V44.51, V13.69, V31.00, E814.0, E006.9, E869.4, 795.52, 795.51, 203.12, E943.3, 764.99
Is there some other system people use for alternative mapping?