fhir_search_next
Follow the pagination link from a FHIR search result to get the next page of resources. Returns a Bundle with a new '_next_url' if more pages exist.
Instructions
Follow a Bundle pagination link returned by fhir_search. Pass the '_next_url' value from the previous search result. Returns the next page as a FHIR Bundle, again with '_next_url' if more pages exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| next_url | Yes | The '_next_url' from a previous fhir_search Bundle. |