Medical Records Template for AI File Renaming
This template names records by an internal identifier, the date of service, and a record type — and deliberately keeps patient names out of filenames, because filenames surface in sync logs, email attachment lines, and search indexes. It is designed to run in Offline AI mode so records never leave the machine.
Naming pattern
Section titled “Naming pattern”{Patient ID} – {Detected Date} – {Document Type} – {Detail}| Block | Source | Example |
|---|---|---|
| Patient ID | Custom AI Block extracting the MRN or account number printed on the document | MRN-48211 |
| Detected Date | The date of service or the document’s own date | 2026-06-12 |
| Document Type | AI-detected type from a fixed vocabulary | Lab Results |
| Detail | Optional Custom AI Block — specialty, payer, or study type. Include it only when it belongs in your organization’s filename policy. | Cardiology |
Before and after
Section titled “Before and after”| Before | After |
|---|---|
Scan0001.pdf | MRN-48211 – 2026-06-12 – Lab Results.pdf |
Scan0002.pdf | MRN-48211 – 2026-06-12 – Referral – Cardiology.pdf |
fax_20260530.pdf | MRN-30177 – 2026-05-30 – Imaging – Chest X-Ray.pdf |
Build it
Section titled “Build it”- Enable Offline AI mode so analysis runs on local models and supported files stay on the machine. BYOK under your own provider agreement is the alternative posture.
- Create a Template named “Medical Records”.
- Add a Custom AI Block for the identifier: “the medical record number or account number printed on the document, formatted MRN-XXXXX”.
- Add Detected Date (format
YYYY-MM-DD) and a Custom AI Block for the record type with your vocabulary: “Lab Results, Imaging, Referral, Consult Note, Intake, Consent, EOB, Rx Record, Correspondence”. - Test on a copied batch and review every proposed name before applying — for records, the preview is a control, not a convenience: confirm no patient names appear.
- Assign the Template to folder monitoring on the scanner output folder.
Related
Section titled “Related”- Zush for medical practices — the full records workflow
- Privacy and security — exactly what each AI mode transmits
- Organize scanned medical records in a small practice — a practical scanner and intake workflow
- Rename scanned documents — the scanner intake workflow
