Getting next page of search results without "Continue" #3267
-
I am creating an internal-use API that simplifies access to FHIR resources for workflows being automated in Azure Logic Apps. My internal-use API is currently using the Firely SDK to make the back-end calls to the FHIR service. I am trying to implement the portion of my internal-use API that handles pagination of search results. Because each API call to my API are their own session with their own Unfortunately, I have been unable to figure out how to call this URL and get the results, other than skipping the Firely It seems like this should be more straightforward. Is there some way to emulate what the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can pass in a stub Bundle resource to the Continue method like:
|
Beta Was this translation helpful? Give feedback.
You can pass in a stub Bundle resource to the Continue method like: