hapifhir / hapi-fhir

🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers
http://hapifhir.io
Apache License 2.0
2.03k stars 1.33k forks source link

Below modifier not working with tag parameters #3612

Closed jmarchionatto closed 2 years ago

jmarchionatto commented 2 years ago

":below" modifier doesn't work with tag-type parameters

To Reproduce

  1. Add a Patient with profile tag: "meta": {"profile": ["http://acme.com/some-profile|1.0"]}, 2 Search for: /Patient?_profile:below=http://acme.com/some-profile|1

Expected behavior Added patient should be retrieved

Environment HAPI FHIR Version: HAPI FHIR 5.7.0 (Sojourner)

jmarchionatto commented 2 years ago

Fixed by: https://github.com/hapifhir/hapi-fhir/pull/3613