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

For CDMv5, make vocabulary warnings associated with DOMAIN #40

Closed
pbr6cornell opened this issue Jan 13, 2015 · 2 comments
Closed

For CDMv5, make vocabulary warnings associated with DOMAIN #40

pbr6cornell opened this issue Jan 13, 2015 · 2 comments

Comments

@pbr6cornell
Copy link
Contributor

currently ACHILLES HEEL warnings are looking for specific vocabularies. Instead, for CDMv5, they should check to see if a record has concept from a valid domain.

@wistephens
Copy link

for a specific example, my run against CDM v5 is dying on a query that contains:

from
(
select concept_id, concept_name
from public.concept
where vocabulary_id = 1
) snomed

@pbr6cornell
Copy link
Contributor Author

nevermind, i did this myself...how embarassing. it's correctly in there, just need to make sure you've running the v5 instance of it.

TomWhite-MedStar added a commit to TomWhite-MedStar/Achilles that referenced this issue Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants