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

ACES should support "or" constraints over windows, not just "and" constraints. #167

Open
mmcdermott opened this issue Feb 21, 2025 · 2 comments
Labels
Enhancement New feature or request Expand Extraction Scope For extracting cohorts with more complex logic, independent from predicate complexity priority:low Things that are not on an immediate roadmap, but may be addressed in time or by contributors

Comments

@mmcdermott
Copy link
Collaborator

E.g., in a window, the patient should have either an instance of taking medication A or medication B (which could occur at separate times.

This could likely be solved in a hacky manner via #43, but dedicated support would be preferred.

@mmcdermott mmcdermott added Enhancement New feature or request Expand Extraction Scope For extracting cohorts with more complex logic, independent from predicate complexity priority:high Things that are high priority, but do not warrant an immediate hotfix labels Feb 21, 2025
@mmcdermott
Copy link
Collaborator Author

This actually should have lower priority for now because you can use the predicate language to handle this -- though there are likely situations where that won't work. E.g., have a predicate of med_A_or_B then impose a constraint on that predicate, rather than a constraint on the individual med_A and med_B predicates over the window.

@mmcdermott mmcdermott added priority:low Things that are not on an immediate roadmap, but may be addressed in time or by contributors and removed priority:high Things that are high priority, but do not warrant an immediate hotfix labels Feb 21, 2025
@mmcdermott
Copy link
Collaborator Author

This may overlap with #54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Expand Extraction Scope For extracting cohorts with more complex logic, independent from predicate complexity priority:low Things that are not on an immediate roadmap, but may be addressed in time or by contributors
Projects
None yet
Development

No branches or pull requests

1 participant