USCDI Element | FHIR Field |
---|---|
Author Time Stamp | Provenance.recorded |
Author Organization | Provenance.agent.who |
Target Resource | Provenance.target.reference |
GET
/Provenance/{id}
GET
/{Resource}?_id={id}&_revinclude=Provenance:target
{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.