List verification events for a resource
Returns the verification timeline for the supplied resource. Each event captures the prior status, the new status, the reviewer, the method used to verify, and any notes recorded with the transition. Sorted ascending by default so reviewers see the history oldest-first.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
type
FHIR resource type the events belong to.
Allowed values:
id
Stable identifier of the resource.
Query parameters
limit
Maximum number of events to return.
cursor
Opaque cursor returned from a prior call.
order
Sort direction over the event creation timestamp. Defaults to asc (replay the timeline oldest-first).
Allowed values:
Response
Verification events.
data
Events for the resource, ordered by createdAt.
pagination