Provenance
Overview
Must Support Elements
USCDI Element | FHIR Field |
---|---|
Author Time Stamp | Provenance.recorded |
Author Organization | Provenance.agent.who |
Target Resource | Provenance.target.reference |
Supported Search Capabilities
Get Provenance by ID
GET
/Provenance/{id}
Get Resource by ID and Associated Provenance
GET
/{Resource}?_id={id}&_revinclude=Provenance:target
Notes
{Resource}
can be any US Core profile resource type (e.g., Patient, Observation)._revinclude=Provenance:target
ensures the Provenance resources linked to the main resources are included in the response.Authorization: Bearer <token>
header is required for all API requests.