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

Open
mghassem opened this Issue Jun 3, 2016 · 0 comments

Comments

Projects
None yet
1 participant
Contributor

mghassem commented Jun 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:

  • 1235/6841 diagnoses codes don't have UMLS ICD9-SNOMEDCT mappings
  • 1364/2016 procedure codes don't have UMLS ICD9-SNOMEDCT mappings

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment