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

Fix CQL Retrieve Expression will return Non-Matching Resources #1162

Open
alexanderkiel opened this issue Sep 27, 2023 · 0 comments · May be fixed by #1163
Open

Fix CQL Retrieve Expression will return Non-Matching Resources #1162

alexanderkiel opened this issue Sep 27, 2023 · 0 comments · May be fixed by #1163
Assignees
Labels
blocked Issue is blocked by another one. bug Something isn't working

Comments

@alexanderkiel
Copy link
Member

In the following scenario:

  • Patient x has an Observation o (referenced via Observation.subject)
  • Observation o was updated to reference Patient y
  • Patient x has no other Observations

The CQL expression exists [Observation] will be true for both Patient x and y but should be only true for Patient y.

@alexanderkiel alexanderkiel self-assigned this Sep 27, 2023
@alexanderkiel alexanderkiel added the bug Something isn't working label Sep 27, 2023
alexanderkiel added a commit that referenced this issue Sep 27, 2023
Rebuilding the CompartmentResource index is missing from this commit.

Closes: #1162
alexanderkiel added a commit that referenced this issue Sep 28, 2023
Rebuilding the CompartmentResource index is missing from this commit.

Closes: #1162
@alexanderkiel alexanderkiel added the blocked Issue is blocked by another one. label Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Issue is blocked by another one. bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant