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
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Hi FHIR Works Team,
I tried to: GET /[email protected]
and there is only one patient with identifier = [email protected].
I expect it to return one result, but it returns many more.
Is this a bug?
Deployed fhir-works-on-aws-deployment version: v2.6.0
The text was updated successfully, but these errors were encountered:
Thanks for the detailed report. We have identified the issue and are working on fixing it.
Turns out that the identifier param was resulting in text search queries instead of exact text matching.
e.g. [email protected] was analyzed into words before searching: testuser0,gmail.com. This ended up matching unwanted records with a gmail.com address
We'll be updating the deployment package later this week as well, but you can upgrade to the latest fhir-works-on-aws-search-es if you need the fix asap.
Hi FHIR Works Team,
I tried to:
GET /[email protected]
and there is only one patient with
identifier = [email protected]
.I expect it to return one result, but it returns many more.
Is this a bug?
Deployed fhir-works-on-aws-deployment version: v2.6.0
The text was updated successfully, but these errors were encountered: