Bulk-Importing Scanned Charts Into Dentrix Ascend
What it actually takes to get a large archive of scanned dental charts into Dentrix Ascend with patient matching, document-type tagging, and a clean folder structure.
Dentrix Ascend's document module is good. The bulk import workflow is less good. Many practices that move to Ascend hit a wall when they try to push a large archive of scanned charts into the system, and end up either dragging files in one at a time or leaving the archive outside the platform entirely.
This post walks through what actually works.
The Dentrix Ascend document model
Ascend stores documents attached to a patient record, with metadata for document type, date, and provider. The document type taxonomy is configurable per practice, but in default form includes categories like:
- Health History
- Treatment Plans
- Consent Forms
- Insurance Correspondence
- Clinical Notes
- Lab Slips
- Referral Letters
- Diagnostic Images (note: imaging has its own module in many cases)
To bulk-import an existing scanned archive, each scanned file needs three pieces of metadata: which patient it belongs to, what type of document it is, and the date it was created. Without those three, the system has no way to file the document, and you end up with an unsearchable pile.
What "bulk import" actually means in Ascend
Ascend's UI supports per-patient document upload. For a single patient with one or two files, that workflow is fine. For 5,000 patients with twenty files each, it is unworkable.
Ascend supports import through:
- The Dentrix API (requires developer access and a custom integration).
- The Henry Schein document import service (vendor-provided, paid).
- Practice management import tools approved by Henry Schein.
- Staged folder structures that some Ascend support tickets can ingest, with caveats.
For practices coming from a paper archive, the practical path is usually a vendor-mediated import: the scanning vendor produces files in the format Ascend can ingest, and either the vendor or Henry Schein handles the upload.
File naming and structure that imports cleanly
Whatever the import mechanism, the underlying requirement is consistent: each scanned PDF needs to be associated with a specific patient ID and a specific document type. The cleanest source structure is:
/{PatientID-FirstName-LastName}/
/Treatment Plans/
YYYY-MM-DD-treatment-plan.pdf
/Health History/
YYYY-MM-DD-health-history.pdf
/Consent Forms/
...
Filenames carry the date. Folder names carry the document type. Patient identity is the parent directory. With this structure, any of the import workflows above can ingest the archive.
The single most expensive mistake in chart digitization is producing files that are not organized this way. A folder of "scan_001.pdf" through "scan_50000.pdf" is essentially unrecoverable without an index spreadsheet.
Matching to patient IDs
Patient matching is the hardest part. Old paper charts may have:
- Old patient ID numbers from a previous system
- Patient names that no longer match exactly (married name changes, transcription errors)
- Multiple patients with the same name
- Missing or unreliable date of birth on some documents
A robust matching workflow uses multiple data points (name + DOB + sometimes address or phone) and produces a confidence score per match. Anything below a threshold gets flagged for human review before import. Without this step, records routinely land on the wrong patient.
A scanning vendor that does this right will provide a match-confidence report alongside the delivered archive. A vendor that does not will hand you a problem.
Document type classification
Dentrix Ascend's import process treats document type as a required field. For an archive of mixed paper, classification can happen:
- Pre-scan: by physically sorting paper into stacks before scanning. Labor-intensive but reliable.
- Post-scan, manual: an operator tags each file. Slow.
- Post-scan, automated with review: text recognition and pattern matching produce a tentative classification, with flagged cases reviewed by a person. This is the typical pipeline for archives over a few thousand documents.
Whichever approach, the practice should not accept a delivery where document type is missing from a meaningful fraction of files. That archive will not import cleanly.
What ArchiveBridge does about this
ArchiveBridge digitizes dental archives onsite and delivers them in Ascend-importable form: per-patient folders, document-type subfolders, dated filenames, and a patient-match confidence report. We coordinate with the practice on the document type taxonomy before scanning begins so the delivery lands in the practice's preferred categories.
For Dentrix G7 / Dentrix Enterprise, the workflow is similar but the document module's import path is different. We support both.
If you are migrating to Ascend or trying to clean up an existing Ascend implementation, request a quote and we will scope the project.
More from the blog
California Medical Record Retention: HIPAA + CMIA Requirements for 2026
How long medical practices in California are required to keep patient records, what HIPAA and CMIA each demand, and what changes when records move from paper to scanned.
ComplianceHow Long Do California Dentists Need to Keep Patient Charts?
The actual record retention rules dental practices in California operate under, including the special cases that come up at practice sale, retirement, and Medicare/Medi-Cal participation.
ComplianceClosed Legal File Retention Under ABA Rule 1.6: A California Checklist
What ABA Rule 1.6 and California Rule of Professional Conduct 1.16(e) actually require for retention and disposition of client files, with practical guidance for chart cleanup and digitization.