-
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
Make useStoredCompartmentParam the default #2111
Milestone
Comments
lmsurpre
added a commit
that referenced
this issue
Mar 18, 2021
and add it to our default fhir-server-config.json Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
lmsurpre
added a commit
that referenced
this issue
Mar 18, 2021
and add it to our default fhir-server-config.json Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
lmsurpre
added a commit
that referenced
this issue
Mar 18, 2021
and add it to our default fhir-server-config.json Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
lmsurpre
added a commit
that referenced
this issue
Mar 19, 2021
and add it to our default fhir-server-config.json Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
lmsurpre
added a commit
that referenced
this issue
Mar 19, 2021
and add it to our default fhir-server-config.json Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
lmsurpre
added a commit
that referenced
this issue
Mar 19, 2021
and add it to our default fhir-server-config.json Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
I've tested compartment searches with GroupExport, Patient Export, regular rest calls with false, default, true. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
I’d like to make useStoredCompartmentParam default to true. We added this in 4.5.1 and left it behind a flag since, if you’re migrating from before 4.5.1, it requires a reindex to work. Now that we're on 4.6.x, its time to make this the default.
Describe the solution you'd like
Flip the default from false to true, and add "useStoredCompartmentParam": true to our default config
Describe alternatives you've considered
Additional context
Now that we're using inclusionCriteria queries from bulk data (patient/group export) and fhir-smart (policy enforcement interceptor), this can have even more benefit.
The text was updated successfully, but these errors were encountered: