Get a provenance by ID
get
/Provenance/{id}
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 an individual provenance by the associated ID.
Request
Path Parameters
-
id(required): 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 retrieve response.
Root 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
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" ]