Provenance
Options to work with FHIR R4 Provenance resources.
Primitive extension support
Provenance supports primitive companion elements in underscore form for selected fields:
_implicitRules, _language, _occurredDateTime, _policy, _recorded.
For JSON usage patterns, see FHIR primitive extensions in JSON.
Successful HTTP Responses
This table lists successful HTTP responses for this resource.
| Endpoint | Method | Successful status code |
|---|---|---|
/api/fhir/r4/Provenance |
GET | 200 |
/api/fhir/r4/Provenance |
POST | 201 |
/api/fhir/r4/Provenance/$purgeDeleted |
POST | 200 |
/api/fhir/r4/Provenance/{rid} |
DELETE | 204 |
/api/fhir/r4/Provenance/{rid} |
GET | 200 |
/api/fhir/r4/Provenance/{rid} |
PUT | 200 |
/api/fhir/r4/Provenance/{rid}/$hardDelete |
POST | 200 |
/api/fhir/r4/Provenance/{rid}/_history/{vid} |
GET | 200 |
For cross-resource interaction summaries, see FHIR status codes.
See also
For permanent deletion guidance, see Data deletion and purge operations.