OHDSI Home | Forums | Wiki | Github

Potential mapping errors in the concept_relationship table

There are some mapping errors in the concept_relationship table where some concept codes have incorrect mappings and some other concept codes are missing a mapping.

For example, the source_code “I50.40” with source_code_description “Unspecified combined systolic (congestive) and diastolic (congestive) heart failure” should not be mapped to standard concept 44782718 since there are only two concept codes “428.41” and “I50.41” under that concept (concept_code=“153931000119109”) on UMLS Terminology Services. So, the “map_to” relationship in the concept_relationship table for code “I50.40” with concept_id_1=45533457 and concept_id_2=44782718 seem to be incorrect.

Base on data on the UMLS Terminology Services, the source codes “I50.33” and “428.33” should be both mapped to the standard concept_id 40481043 (concept_code=“443844007”). I think there is a missing “map_to” relationship in the concept_relationship table for code “I50.33” with concept_id_1=45562355 and concept_id_2=40481043.

Thanks for reporting this.

Actually we make an extended version of mappings compare to UMLS data.
Sometimes UMLS lacks mappings, sometimes it gives us multiple mappings that is also wrong.
UMLS doesn’t give us any mapping for I50.40, so we build our own based on a clinical meaning of the term.
And we map
I50.40 Unspecified combined systolic (congestive) and diastolic (congestive) heart failure “Maps to” 42343007 Congestive heart failure
I50.40 Unspecified combined systolic (congestive) and diastolic (congestive) heart failure “Maps to” 153931000119109 Acute combined systolic and diastolic heart failure
it to both concepts because it’s a “Congestive heart failure” AND also a “Acute combined systolic and diastolic heart failure”

In the second example with “I50.33” you are right, and in the next refresh of ICD10CM it will be changed.

Thanks for the clarification.

t