We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A search request of http://194.189.27.193/careconnect/STU3/Patient?birthdate==eb1919-07-13 returns a single patient with the dob of 1919-07-13.
A search request of http://194.189.27.193/careconnect/STU3/Patient?birthdate=eb1919-07-13 returns 200-OK no patients (which is also wrong).
Using == seems to change the interpretation of the request. Should this be trapped somehow (or at least interpreted as just an =)?
The text was updated successfully, but these errors were encountered:
Look at in sprint 4
Sorry, something went wrong.
Warning is ca.uhn.fhir.rest.param.BaseParamWithPrefix.extractPrefixAndReturnRest Invalid prefix being ignored: =gt
No branches or pull requests
A search request of http://194.189.27.193/careconnect/STU3/Patient?birthdate==eb1919-07-13 returns a single patient with the dob of 1919-07-13.
A search request of http://194.189.27.193/careconnect/STU3/Patient?birthdate=eb1919-07-13 returns 200-OK no patients (which is also wrong).
Using == seems to change the interpretation of the request. Should this be trapped somehow (or at least interpreted as just an =)?
The text was updated successfully, but these errors were encountered: