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

Fix cu pepto error #199

Merged
merged 2 commits into from
Aug 11, 2022
Merged

Fix cu pepto error #199

merged 2 commits into from
Aug 11, 2022

Conversation

bryantaustin13
Copy link
Contributor

Fixed logic in OpioidCDSCommon.cql to address non-opioid drugs:
where (
(
not(Rx.medication is Reference)
and Rx.medication in "Opioid analgesics with ambulatory misuse potential"
)
or Med.code in "Opioid analgesics with ambulatory misuse potential"
)
and Rx.category in "Community"

@Capt-Mac Capt-Mac self-requested a review August 11, 2022 20:39
@Capt-Mac Capt-Mac merged commit 72377ed into master Aug 11, 2022
@Capt-Mac Capt-Mac deleted the fix_CU_pepto_error branch August 11, 2022 20:52
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

Successfully merging this pull request may close these issues.

2 participants