get
https://customer-api-sandbox.greenlighthealth.com/v1/customers//requests//fhir/all
Returns paginated FHIR data retrieved for a request within the provided time frame.
This first call must include the retrievedAtStart
query parameter and will be limited to 30 days.
The retrievedAtEnd query parameter is optional and if missing
in the request, the service will use the current timestamp.
Subsequent calls should use the provided nextPageUrl provided in the response. If nextPageUrl is unset then all FHIR data has been read.
The Document References in the FHIR data may include BinaryDocuments with Binary URLs that can be called to get those documents through the API. These Binary URLs point to the actual contents of a Document Reference attachment.
