Deltas
Collect Deltas FHIR Datasets
get/deltas/R4/Patient/{particle_patient_id}/$everything
Path parameters
particle_patient_idstring required
Deltas Patient ID
Query parameters
startstring
Start date
endstring
End date
page_tokenstring
Token for next or previous page
_countinteger
Maximum number of results per page
_sincestring
Filter based on when Particle last queried the network for data (ISO 8601 date format). Returns data that was retrieved from the network after this date, based on query execution date rather than clinical documentation dates.
_typestring
Comma-delimited FHIR resource types
Response
OK
Example response
{
"entry": [
{
"fullUrl": "/Patient/1234",
"search": {
"mode": "match"
}
}
],
"link": [
{
"relation": "next"
}
],
"resourceType": "Bundle",
"total": 12,
"type": "searchset"
}