AI Safety in Dentistry
← All articles
Accountability

Audit Trails and Version History: Accountability You Can Inspect

4 min read

Who recorded what, when, and what the AI originally proposed versus what the clinician changed — and why that record matters.

Safety that cannot be inspected after the fact is just a promise. A mature clinical-AI system keeps an audit trail that makes the history of every note reconstructable — not to police clinicians, but to make the system accountable and to support investigation if anything is ever questioned.

Immutable version snapshots

A useful pattern is to snapshot each generation of a note as an immutable version. Each snapshot records what the AI originally produced, what the clinician edited, and any instructions given for a regeneration. The difference between the AI’s draft and the final, clinician-approved record is then visible and permanent.

Why this is a safety feature

  • It distinguishes the machine’s contribution from the clinician’s judgement — essential if a record is ever scrutinised.
  • It provides the evidence base for post-market surveillance: aggregate edit patterns reveal where the model is weak and where to focus improvement.
  • It supports honest incident review — you can see exactly what the system proposed at the moment a problem occurred.

Retention with restraint

Keeping history has to be balanced against data minimisation. Audit data is retained only as long as it serves a clear clinical or governance purpose, protected with the same encryption and access-control discipline as the notes themselves.

These principles power OpenDentist, AI clinical notes built for UK dentists.

More on safety