Audit
Endpoints for reading what happened to a patient's record: who did it, when, and what the entry recorded. Audit builds on the base Transactional API: the same authentication and base URL apply.
List Patient Audit Events returns the trail, most recent first, with paging and an optional date range. Each entry identifies the event without its recorded detail, so the list stays cheap to poll. Get Audit Event returns one entry with its detail.
That detail is not part of the compatibility contract. It is whatever the event recorded, it varies by event type, and it changes as the underlying records change, so read it defensively and do not depend on any entry being present.
Get Audit Event
Returns one audit event with the detail it recorded. `details` is whatever the event captured: it varies by event type and changes as the underlying records change, so read it defensively and do not depend on any entry being present.
List Patient Audit Events
Returns a patient's audit trail, most recent first. Each entry identifies what happened, when, and who did it. Call Get Audit Event for an entry's recorded detail.