- Log in to post comments
User bio
404 bio not found
Member since Apr 22, 2019
Posts:
Replies:
Short answer: no – the IRIS for Health FHIR server doesn’t expose an _offset / _skip (or similar) parameter for random-access paging. We do support
- Standard FHIR paging via
Bundle.link[next]/Bundle.link[prev] - Control over page size and max total results, but not “jump to page N”
If you need “jump to arbitrary position” or more sophisticated pagination in an app, your options are basically: - Stick with FHIR paging
- Use
_countto set a page size that’s convenient. - Follow
nextlinks and optionally prefetch ahead a page or two in your client so the UI feels snappy when users jump forward.
- Use
- Page over SQL instead of FHIR
- Load/search your data via Resource Repository / FHIR SQL Builder and then query it with SQL, where you do have
OFFSET/FETCHor equivalent. - Your UI can then use traditional page numbers while the FHIR server is just the ingestion layer.
- Load/search your data via Resource Repository / FHIR SQL Builder and then query it with SQL, where you do have
-
- Log in to post comments
The videos from 2022 are obsolete. New videos are in development.
- Log in to post comments
Open Exchange applications:
Certifications & Credly badges:
Patrick has no Certifications & Credly badges yet.
Followers:
Following:
Patrick has not followed anybody yet.
When you register for all three modules, you will have an automatic discount ($1000 for the bundle) applied on the back end.