-
Notifications
You must be signed in to change notification settings - Fork 160
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
conflicting search parameters messages should note the full URL of the conflict code #1885
Labels
Milestone
Comments
tbieste
added a commit
that referenced
this issue
May 3, 2021
Signed-off-by: Troy Biesterfeld <tbieste@us.ibm.com>
prb112
added a commit
that referenced
this issue
May 7, 2021
Issue #1885 - Include search parameter URLs in conflict warning message
During QA testing, Dag noticed another related code path: [5/10/21, 17:51:28:054 UTC] 0000004c com.ibm.fhir.search.util.SearchUtil W Found multiple resource-specific search parameters for code ‘name’ on resource type Patient; use search parameter filtering to disambiguate. Using ‘http://hl7.org/fhir/SearchParameter/Patient-name’. |
tbieste
added a commit
that referenced
this issue
May 10, 2021
Signed-off-by: Troy Biesterfeld <tbieste@us.ibm.com>
michaelwschroeder
pushed a commit
that referenced
this issue
May 11, 2021
Signed-off-by: Troy Biesterfeld <tbieste@us.ibm.com>
tbieste
added a commit
that referenced
this issue
May 13, 2021
Issue #1885 - Include search parameter URLs in conflict warning message
Verified new messages
|
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.
When a message of conflicting search parameters is issued, it would be good to know the full URL of the code so you can more easily code up the filter to disambiguate the conflict.
Example of current message:
00000035 com.ibm.fhir.search.util.SearchUtil W Skipping search parameter with id='location-address'. Found multiple search parameters for code 'address' on resource type 'Location'; use search parameter filtering to disambiguate.
Describe the solution you'd like
would like to know full URL of the conflicting searchparameters. Not just the one conflicting with what is already loaded, but all of them.
Acceptance Criteria
1.
GIVEN: Starting the FHIR server with conflicting search parameters from the base and optional IG's loaded
THEN look in the log file to verify the messages have the FULL URL's of the options listed.
The text was updated successfully, but these errors were encountered: