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
Describe the bug _has:::text=XXX modifiers do not seem to be supported.
Patient?gender=female&_has:Condition:subject:body-site=64033007 Returns the expected data
Condition?body-site:text=Kidney Returns the expected data
However, Patient?gender=female&_has:Condition:subject:body-site:text=Kidney Returns HAPI-1209: Unknown parameter name: Condition:body-site:text
HAPI-1209: Unknown parameter name: Condition:body-site:text
See https://groups.google.com/d/msgid/hapi-fhir/f85e1023-64e6-44a0-9466-c74fed5f23den%40googlegroups.com
To Reproduce
Expected behavior
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
_has:::text=XXX modifiers do not seem to be supported.
Patient?gender=female&_has:Condition:subject:body-site=64033007
Returns the expected data
Condition?body-site:text=Kidney
Returns the expected data
However,
Patient?gender=female&_has:Condition:subject:body-site:text=Kidney
Returns
HAPI-1209: Unknown parameter name: Condition:body-site:text
See https://groups.google.com/d/msgid/hapi-fhir/f85e1023-64e6-44a0-9466-c74fed5f23den%40googlegroups.com
To Reproduce
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: