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

ATC wrong concept classes #17

Open
Alexdavv opened this issue Jun 30, 2021 · 0 comments
Open

ATC wrong concept classes #17

Alexdavv opened this issue Jun 30, 2021 · 0 comments

Comments

@Alexdavv
Copy link
Member

ATC vocabulary has the following concept classes: 'ATC 1st', 'ATC 2nd', 'ATC 3rd', 'ATC 4th', 'ATC 5th'.

Query "D08 Find drug classes for a drug or ingredient" has the following code:
AND c1.concept_class_id IN ('ATC','VA Class','Mechanism of Action','Chemical Structure','ETC','Physiologic Effect')

It should be replaced with:
AND c1.concept_class_id IN ('ATC 1st', 'ATC 2nd', 'ATC 3rd', 'ATC 4th', 'ATC 5th','VA Class','Mechanism of Action','Chemical Structure','ETC','Physiologic Effect').

Some other queries might be also affected by the issue.

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

No branches or pull requests

1 participant