Closed adwasser closed 1 year ago
I think I get your point, @adwasser , but here we are in a typical situation where there is no perfect mapping match and we still want to get as much information out of a source term as we can get. A procedure can include an implicit condition (as this procedure would only be performed if that condition is there). We do not find a perfect match for the Bladder tumor resection, either more specific ones like "Transurethral resection of neoplasm of bladder" or just less specific ones like the Resection of lesion of bladder (which might at least be a bit better than the even more unspecific "Bladder Excision" that we map to today). But we would lose the information that there was a bladder neoplasm involved and hence, at least by creating a maps to many for an additional condition, this information is preserved. It would be preferable to always find a perfect target concept, but sometimes, especially in the procedure and condition domain, when source concepts are a bit complex and combine multiple axes that we do not always find a pre-coordinated target for, we split it up. But maybe @MikitaSalavei - our MedDRA expert has to share additional thoughts here. Cheers ~ mik
It seems to me like Resection of lesion of bladder is the right level of specificity, and that links to Lesion (as a SNOMED morph abnormality) as well as Bladder as procedure site. I suppose that the underlying question is, where does the responsibility lie for inferring that any patient who had a bladder tumor resection procedure should have a bladder neoplasm condition? Regardless, thanks for the additional context @mik-ohdsi !
inferring that any patient who had a bladder tumor resection procedure
Very good point. Generally, we expect the data to have a bladder cancer record if such a procedure occurs. And usually that works well: They need the diagnosis to justify (and get paid for) the procedure. But there may be situations where this is not the case, and the poor analyst has to figure it out. There is no way the vocabulary can create all possible logical links between all concepts. SNOMED is putting a lot of effort doing that, but that's inside one vocabulary, and even that is not very satisfying.
Sorry, there is no good answer.
Hey @MSalavei , should we actually replace that "Bladder Excision" with the slightly more accurate Resection of lesion of bladder. What do you think? Not every "Bladder Tumor Resection" is a Cystectomy, is it?
Of course, @mik-ohdsi. We replaced "Bladder Excision" with more accurate concept "Resection of lesion of bladder". The new version of mapping will appear on next MedDRA refresh.
Great, thank you!
Describe the problem in content A clear and concise description of what you found and how it is affecting your processes, ETL or analysis.
I needed a query to find all standard and non-standard cancer conditions in my implementation of the CDM. By collecting descendant terms of 438112 (SNOMED, Neoplastic disease) and mapping these terms to both standard and non-standard concepts, I found a resulting concepts which were not in the Condition domain. Of these, Bladder tumor resection stood out as being semantically incorrect. The others were various invalid Observation concepts that at least were mapped to proper conditions.
The root issue seems to be that bladder tumor resection is mapped to Neoplasm of bladder:
https://athena.ohdsi.org/search-terms/terms/37587401
How to find it Help us reproducing the problem and researching the issue. Links to Athena concepts can be helpful.
See the above link. Also, below is the query used to find the questionable concepts.
Expected adjustments A clear and concise description of what you expect the Vocabulary Team to change. If you have collected information in a spreadsheet, please share it with us.
I think removing that relationship,
37587401 'Maps to' 200680
makes sense.Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.