GetPatientEverythingRequest

Request all the information related to the patient.

JSON representation
{
  "name": string,
  "start": string,
  "end": string,
  "pageToken": string,
  "count": integer
}
Fields
name

string

The name of the patient for which the information is required, in the form projects/{projectId}/locations/{locationId}/datasets/{datasetId}/fhirStores/{fhirStoreId}/fhir/Patient/{resource_id}.

start

string

The response includes records subsequent to the start date. If no start date is provided, all records prior to the end date are in scope.

end

string

The response includes records prior to the end date. If no end date is provided, all records subsequent to the start date are in scope.

pageToken

string

Used to retrieve the next or previous page of results when using pagination. Value should be set to the value of pageToken set in next or previous page links' urls. Next and previous page are returned in the response bundle's links field, where link.relation is "previous" or "next".

Omit pageToken if no previous request has been made.

count

integer

Maximum number of resources in a page. Defaults to 100.