Search Provenance
Search or list FHIR R4 Provenance resources.
Endpoint
GET /api/fhir/r4/Provenance
Base URL: https://<ddfs-instance-id>.ddfs.<region>.oci.oraclecloud.com/api/fhir/r4
Parameters
| Parameter | In | Required | Type | Description |
|---|---|---|---|---|
_count |
query | false | number | Page size. Use a positive number to request the page size. |
_total |
query | false | token | Requests search total handling. Use a FHIR total mode value when total handling is needed. |
_id |
query | false | token | Logical resource id. Use a resource logical id. Definition: http://hl7.org/fhir/SearchParameter/Resource-id. |
_lastUpdated |
query | false | date | DDFS supports _lastUpdated as a date search parameter for the listed resource types. Date comparators eq, ne, gt, lt, ge, le, sa, eb, and ap are supported. Use a FHIR date, instant, or supported date prefix. Comparators: eq, ne, gt, lt, ge, le, sa, eb, ap Definition: https://docs.oracle.com/iaas/device-data-fhir/SearchParameter/ddfs-r4-last-updated-date.json. |
_profile |
query | false | uri | Profile URI filter. Use a profile URI. Definition: http://hl7.org/fhir/SearchParameter/Resource-profile. |
_tag |
query | false | token | Resource tag token filter. Use a token in system|code form when a system is available. Definition: http://hl7.org/fhir/SearchParameter/Resource-tag. |
activity |
query | false | token | DDFS supports activity as a token search parameter for Provenance. It matches Coding values from Provenance.activity using token system and code semantics. FHIR R4 does not define a Provenance activity SearchParameter, so this DDFS definition establishes the parameter's canonical meaning. Use a token value, such as system|code when a system applies. Definition: https://docs.oracle.com/iaas/device-data-fhir/SearchParameter/ddfs-r4-activity-token.json. |
agent |
query | false | reference | DDFS supports agent as a reference search parameter for the listed resource types. The :identifier modifier is supported; chained search parameters are not advertised for this definition. Use a FHIR reference such as Patient/{id}. Use supported reference modifiers or chains only when advertised. Modifiers: :identifier Definition: https://docs.oracle.com/iaas/device-data-fhir/SearchParameter/ddfs-r4-agent-reference-identifier-modifier.json. |
target |
query | false | reference | DDFS supports target as a reference search parameter for the listed resource types. The :identifier modifier is supported; chained search parameters are not advertised for this definition. Use a FHIR reference such as Patient/{id}. Use supported reference modifiers or chains only when advertised. Modifiers: :identifier Definition: https://docs.oracle.com/iaas/device-data-fhir/SearchParameter/ddfs-r4-target-reference-identifier-modifier.json. |
when |
query | false | date | DDFS supports when as a date search parameter for the listed resource types. Date comparators eq, ne, gt, lt, ge, le, sa, eb, and ap are supported. Use a FHIR date value such as 2020-01-01. Supported prefixes are listed when advertised by the SearchParameter JSON. Comparators: eq, ne, gt, lt, ge, le, sa, eb, ap Definition: https://docs.oracle.com/iaas/device-data-fhir/SearchParameter/ddfs-r4-when-date.json. |
Authorization
The supported authorization model uses OAuth 2.0 scopes issued by OCI Identity Domains. Send the access token as a bearer token. Resource-server definitions and issued access-token claims use canonical system/... scopes. Client grants and token requests use the corresponding ddfssystem/... form. For examples, see Reference: Authentication and Scopes.
| Context | Scope form |
|---|---|
| Resource-server definition | system/Provenance.s |
| Client grant/token request | ddfssystem/Provenance.s |
Issued token's scope claim |
system/Provenance.s |
Behavior
Uses the advertised type-level Provenance search interaction.
FHIR Definition
Canonical: https://hl7.org/fhir/R4/provenance.html