OHDSI / Vocabulary-v5.0

Build process for the OHDSI Standardized Vocabularies. Currently not available as independent release.
The Unlicense
206 stars 73 forks source link

concept_ancestor has non-standard concepts #975

Open dimshitc opened 3 months ago

dimshitc commented 3 months ago

this query returns 243 rows

select * from v20240229_omop.concept_ancestor a where exists (select from v20240229_omop.concept c where c.standard_concept is null and (c.concept_id = a.ancestor_concept_id or c.concept_id = a.descendant_concept_id)) limit 1000

Alexdavv commented 3 months ago

Hi @dimshitc,

Great catch! We didn't see the elephant in the room at least from 2021. More likely from the 2020 ATC release, or from the first RxNorm release after that, to be precise. The problem is RxNorm/RxNorm Extension are living their own lives with a great list of changes, while we've been trying to make ATC more stable to reduce its maintenance burden. Here is the result. But we already know that ATC and the entire drug Domain needs to be overhauled. We're actively seeking the resources for that.

In the meantime:

dimshitc commented 3 months ago

yeah, it's a very minor problem from the user perspective. I believe it originates from ATC postprocessing.