Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong names in ICD10PCS concepts - classifications of drug usage #1051

Open
dimshitc opened this issue Sep 16, 2024 · 1 comment
Open

Wrong names in ICD10PCS concepts - classifications of drug usage #1051

dimshitc opened this issue Sep 16, 2024 · 1 comment
Labels

Comments

@dimshitc
Copy link
Contributor

select * from concept c where c.vocabulary_id ='ICD10PCS' and standard_concept ='S' and concept_name like '%Drug administration%'

here are the classifications of drug administrations:
for example,
https://www.icd10data.com/ICD10PCS/Codes/X/W/0/4

maybe we need to make these concepts non-standard and make a jump in a hierarchy, since they don't mean anything,
image

look, "XW0438 Lurbinectedin" is the parent of "Lurbinectedin administration" as well "Treosulfan administration".
So we can do this to fix the duplicates, nicely addressed in the report
Low priority as for me

@TinyRickC137
Copy link
Contributor

Are you sure?
In the February 2024 release we noticed this issue and changed the names.
For example, XW0438 in Athena: https://athena.ohdsi.org/search-terms/terms/36802988
has a name New Technology @ Anatomical Regions @ Introduction @ Central Vein @ Percutaneous @ Drug administration

We removed drugs from the name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants