Skip to content

Commit d328be7

Browse files
authored
Adding _since parameter to the documentation (#242)
Adding _since parameter to documentation.
1 parent 3b946e9 commit d328be7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

website/sandbox/advanced_user_guide.md

+11
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,17 @@ or all Part D patients registered with the sponsor:
209209
GET /api/v1/fhir/Patient/$export
210210
```
211211

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+
212223
### Status
213224
Once a job has been created, the user can/should request the status of the submitted job.
214225

0 commit comments

Comments
 (0)