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
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful retrieve response.
Body ()
Root Schema : Provenance
Type: object
Show Source
Nested Schema : agent
Type: array
(USCDI) The actor involved.
Show Source
Nested Schema : target
Type: array
(USCDI) The resource this provenance record supports.
Show Source
Nested Schema : ProvenanceAgent
Type: object
Show Source
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 : who
(USCDI) Who participated.
Match All
(USCDI) Who participated.
Show Source
Nested Schema : Reference
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : Coding
Type: object
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
Show Source
Nested Schema : issue
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top