Provenance

Options to work with FHIR R6 Provenance resources.

Primitive extension support

Provenance supports primitive companion elements in underscore form for selected fields:

_implicitRules, _language, _occurredDateTime, _policy, _recorded, _why.

For JSON usage patterns, see FHIR primitive extensions in JSON.

Successful HTTP Responses

Successful HTTP responses for this resource.

EndpointMethodSuccessful status code
/api/fhir/r6-ballot4/Provenance GET 200
/api/fhir/r6-ballot4/Provenance POST 201
/api/fhir/r6-ballot4/Provenance/$purgeDeleted POST 200
/api/fhir/r6-ballot4/Provenance/{rid} DELETE 204
/api/fhir/r6-ballot4/Provenance/{rid} GET 200
/api/fhir/r6-ballot4/Provenance/{rid} PUT 200
/api/fhir/r6-ballot4/Provenance/{rid}/$hardDelete POST 200
/api/fhir/r6-ballot4/Provenance/{rid}/_history/{vid} GET 200

For cross-resource interaction summaries, see FHIR status codes.

See also