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

Patient $everything Ignores Query Params when Paging #2014

Closed
knoppiks opened this issue Sep 6, 2024 · 0 comments · Fixed by #2019
Closed

Patient $everything Ignores Query Params when Paging #2014

knoppiks opened this issue Sep 6, 2024 · 0 comments · Fixed by #2019
Assignees
Labels
bug Something isn't working module:patient-everything
Milestone

Comments

@knoppiks
Copy link
Contributor

knoppiks commented Sep 6, 2024

When using paging to split the results of Patient$everything operation, the next link doesn't contain the start and end query parameters.

curl -s 'https://blaze.life.uni-leipzig.de/fhir/Patient/DDXHN223BOWJOSFN/$everything?_count=5&start=2016-01-01&end=2016-12-31' | jq '.link'
[
  {
    "relation": "next",
    "url": "https://blaze.life.uni-leipzig.de/fhir/Patient/DDXHN223BOWJOSFN/$everything?_count=5&__t=30604&__page-offset=5"
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module:patient-everything
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants