Skip to content
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

Support :text modifier in _has queries #6623

Open
bwalsh opened this issue Jan 16, 2025 · 0 comments
Open

Support :text modifier in _has queries #6623

bwalsh opened this issue Jan 16, 2025 · 0 comments

Comments

@bwalsh
Copy link

bwalsh commented Jan 16, 2025

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

  • Load Patient with Conditions
  • Query as above using the description of a CodeableConcept

Expected behavior

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • HAPI FHIR: v7.6.0
  • OS: JPA Starter (docker running on Mac or Linux)
  • Browser NA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant