-
Notifications
You must be signed in to change notification settings - Fork 157
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
investigate #1351 functionality with compartment searches #1707
Comments
This one is about "how do we catch overly broad queries BEFORE executing them". |
When a tenant has configured search parameters or search parameter combinations using the
Possible options to address issue #1
Possible options to address issue #2
|
After discussion with the team, issues will be addressed as follows: Issue 1: For the short-term, we will go with option 1 to address this - work as-is and document potential conflicts between compartment search and configured search parameters (issue #1780). For the longer term, issue #1777 has been opened to implement option 3 (When generating the compartment search tokens, assume the inclusion criteria search parameters are always valid). Issue 2: For the short-term, we will go with option 1 to address this - work as-is. For the longer term, issue #1778 has been opened to implement a derivation of option 3 (Add new versions of the searchParameters and searchParameterCombinations properties in the fhir-server-config that are compartment-specific). |
Issue #1351 was implemented to provide a means to constrain search options.
Need to confirm behavior with compartment searches.
The text was updated successfully, but these errors were encountered: