List verification events for a resource

View as MarkdownOpen in Claude

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

typeenumRequired
FHIR resource type the events belong to.
Allowed values:
idstringRequired
Stable identifier of the resource.

Query parameters

limitdoubleOptional1-100
Maximum number of events to return.
cursorstringOptional
Opaque cursor returned from a prior call.
orderenumOptional

Sort direction over the event creation timestamp. Defaults to asc (replay the timeline oldest-first).

Allowed values:

Response

Verification events.
datalist of objects
Events for the resource, ordered by createdAt.
paginationobject