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

subjectProvider not getting paged links #437

Open
Capt-Mac opened this issue Mar 1, 2024 · 0 comments
Open

subjectProvider not getting paged links #437

Capt-Mac opened this issue Mar 1, 2024 · 0 comments
Labels
bug Something isn't working dQM

Comments

@Capt-Mac
Copy link
Contributor

Capt-Mac commented Mar 1, 2024

When evaluate-measure is run in hapi-fhir-jpastarter we are noticing that the call for all subjects is cutting off on the paging limit of the server and not getting all subjects avaialble

this is the code that it is hitting in R4RepositorySubjectProvider:

BundleMappingIterable<>(repository, bundle, x -> x.getResource() .getIdElement() .toUnqualifiedVersionless() .getValue()) .toStream();

This creates a scenario where users are limited to the population sizes that can be queried

Steps to reproduce:

  1. Run $evaluate-measure with subject parameter empty for all subjects where population is > paging limit of returned search bundle. Our use case was quering >50 subjects

Observed results:
evaluate-measure subject population is 50

Expected results:
evaluate-measure subject population > 50

@Capt-Mac Capt-Mac added bug Something isn't working dQM labels Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dQM
Projects
None yet
Development

No branches or pull requests

1 participant