We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b946e9 commit d328be7Copy full SHA for d328be7
website/sandbox/advanced_user_guide.md
@@ -209,6 +209,17 @@ or all Part D patients registered with the sponsor:
209
GET /api/v1/fhir/Patient/$export
210
```
211
212
+#### Parameters
213
+
214
+The _since parameter can be used to limit data to only data that has been updated since the specified parameter.
215
+The format is the [ISO 8601 DateTime standard](https://www.w3.org/TR/NOTE-datetime) e.g. YYYY-MM-DDThh:mm:ssTZD
216
217
+```
218
+GET /api/v1/fhir/Patient/$export?_since=2020-03-16T00:00:00-05:00
219
220
221
+Dates prior to 2020-02-13 are not supported and will result in a failure response.
222
223
### Status
224
Once a job has been created, the user can/should request the status of the submitted job.
225
0 commit comments