-
Notifications
You must be signed in to change notification settings - Fork 3
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
Incorrect search definition for the Encounter's date #106
Comments
Similar issue found in the below test suites for "search by date" tests:
|
WIP notes: Fixes will be available on production soon... |
AU Core Inferno v0.0.5 has been released. Fixed search parameters: Please make a retest. |
Test data is adequate to run these tests.
|
Thanks! @StephThaoOng @heathfrankel If you agree that the search by date is okay now, please move this issue to "Done" or close it. Regarding the "multipleAnd" problem: |
Hi @projkov
version tested: AU Core v0.4.0-ci-build v0.0.6 |
Initially, the problem was reported by @heathfrankel in this issue #99
All search tests for the Encounter resource with the search parameter date are failing because there is no data for the search. This is not true, as data definitely exists in the period attribute. The core of the problem is an incorrect search definition for the date parameter. It appears that we are using Encounter.actualPeriod, which is incorrect. Tests should use the Encounter.period path to get the data.
I researched and found that the core of the problem is incorrect search parameters in the search parameters file, which we use to get non-existent search parameter definitions in the IG.
This should be fixed.
The text was updated successfully, but these errors were encountered: