We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using paging to split the results of Patient$everything operation, the next link doesn't contain the start and end query parameters.
start
end
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" } ]
The text was updated successfully, but these errors were encountered:
8931313
Patient $everything Ignores Query Params when Paging
29d6a0a
Closes: #2014
bf1b647
alexanderkiel
Successfully merging a pull request may close this issue.
When using paging to split the results of Patient$everything operation, the next link doesn't contain the
start
andend
query parameters.The text was updated successfully, but these errors were encountered: