Get a list of provenances
get
/Provenance
Note: The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.
Retrieves a list of provenances that meet the supplied query parameters.
Request
Query Parameters
-
_id: string
The logical resource ID.
Header Parameters
-
accept(required): string
The media type to be requested.
Example:
application/fhir+json -
authorization(required): string
The credentials to authenticate a consumer to the service. This should be the OAuth2 Bearer Token.
There's no request body for this operation.
Back to TopResponse
200 Response
Successful search response.
Root Schema : schema
Type:
Show Source
object-
entry: array
entry
-
id(required): string
-
link: array
link
-
resourceType(required): string
Allowed Values:
[ "Bundle" ] -
type(required): string
Nested Schema : Provenance
Type:
Show Source
object-
agent(required): array
agent
(USCDI) The actor involved.
-
id(required): string
-
recorded(required): string
(date-time)
(USCDI) The timestamp when the activity was recorded or updated.
-
resourceType(required): string
Allowed Values:
[ "Provenance" ] -
target(required): array
target
(USCDI) The resource this provenance record supports.
Nested Schema : target
Type:
array(USCDI) The resource this provenance record supports.
Show Source
Nested Schema : ProvenanceAgent
Type:
Show Source
object-
onBehalfOf:
onBehalfOf
(USCDI) Who the agent is representing.
-
type:
type
(USCDI) How the agent participated.
-
who(required):
who
(USCDI) Who participated.
Nested Schema : onBehalfOf
(USCDI) Who the agent is representing.
Match All
(USCDI) Who the agent is representing.
Show Source
Nested Schema : type
(USCDI) How the agent participated.
Match All
(USCDI) How the agent participated.
Show Source
Nested Schema : BundleLink
Type:
Show Source
object-
relation: string
Allowed Values:
[ "self", "next", "previous" ] -
url: string
(uri)
Default Response
An OperationOutcome
describing any error that occurred.
Root Schema : OperationOutcome
Type:
Show Source
object-
issue(required): array
issue
-
resourceType(required): string
Allowed Values:
[ "OperationOutcome" ]