Stream: javascript
Topic: fhir.js / PR #113 Feature/add getbundle by url
FHIR.js Bot (Nov 13 2017 at 14:31):
akanduru opened PR #113
from feature/add-getbundle-by-url
to master
nextPage/prevPage calls take bundle as argument, which is kind of heavy data structure to keep around in the client. The client could store just the link.relation urls from the bundle and reuse them to retrieve self, prev and next results. Therefore I see a need to have an API to retrieve a bundle of results by using just url representing a bundle.
FHIR.js Bot (Oct 01 2018 at 14:35):
akanduru closed PR #113
Last updated: Apr 12 2022 at 19:14 UTC