You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to query for the previously created FHIR Patient resource using /fhir-server/api/v4/Patient?family:contains=ΤΖΌΖΕΦ.
An empty FHIR Bundle resource is returned.
Expected behavior
The query should return the previously created FHIR Patient resource.
Additional context
Querying for FHIR Patient resources via an identifier, that contains Unicode characters, works as expected.
E.g., /fhir-server/api/v4/Patient?identifier=myuniquesystem|ベッカー works as expected and returns the previously created FHIR Patient resource.
The text was updated successfully, but these errors were encountered:
Describe the bug
FHIR search for FHIR patient resources, that contain Unicode characters in the family name doesn't work.
Environment
Which version of LinuxForHealth FHIR Server?
Version: 5.1.1.6
OS: Windows 2022
To Reproduce
Steps to reproduce the behavior:
E.g.,
/fhir-server/api/v4/Patient?family:contains=ΤΖΌΖΕΦ
.Expected behavior
The query should return the previously created FHIR Patient resource.
Additional context
Querying for FHIR Patient resources via an identifier, that contains Unicode characters, works as expected.
E.g.,
/fhir-server/api/v4/Patient?identifier=myuniquesystem|ベッカー
works as expected and returns the previously created FHIR Patient resource.The text was updated successfully, but these errors were encountered: