get https://sandbox.healthgorilla.com/fhir/R4/Patient//$everything
Health Gorilla implements FHIR $everything operation that can be used to retrieve all the information related to the given patient.
Supported parameters:
Name | Type | Description |
---|---|---|
start | date | The date range relates to care dates. Return all records relating to care provided in a certain date range |
end | date | The date range relates to care dates. Return all records relating to care provided in a certain date range. |
_since | datetime | Resources updated after this period will be included in the response. |
_type | code | One or more parameters, each containing one or more comma-delimited FHIR resource types to include in the return resources. |
Note: It is highly recommended that the $everything call should be made async. If a call to $everything takes >60 seconds, it will time out at the communications layer, returning a 504 response to your API call. Running this in async will ensure that your call does not time out.