Patients often need to combine years of lab results, imaging reports, and visit notes into a single PDF when changing doctors or seeking a second opinion. Uploading those documents to a free online merger means handing personal health information to a third party. A local merger avoids that entirely.
Build Your Personal Health Record Locally
PDF Merge & Split runs entirely in your browser. No account, no upload, no watermark.
Add to Chrome, FreeWhat goes into a personal health record
A useful combined record usually includes:
- Lab results (CBC, metabolic panels, lipid panels, etc.) from each visit.
- Imaging reports (X-rays, MRIs, ultrasounds) and the radiologist notes.
- Specialist consult letters.
- Discharge summaries from any hospital stays.
- Vaccination records.
For each, you typically have a PDF from the patient portal. Combining them into one chronological file makes hand-off to a new doctor simpler.
Building the file in the extension
Two-pass approach works well:
- Group source files by category in your file manager (
labs/,imaging/,notes/). - Merge each category into an intermediate PDF with chronological order.
- Merge the three category PDFs into a final file with category-level bookmarks.
The result is a navigable record with three top-level bookmarks (Labs, Imaging, Notes) and per-document sub-bookmarks.
Privacy considerations
Health records contain identifiers covered by HIPAA in the US and similar regulations elsewhere. The extension does not transmit your file content, so the merge step itself does not introduce a transfer. Where the merged file ends up afterwards (an email attachment, a USB drive, a cloud upload) is up to you, the extension only handles the local merge.
Sharing the record with a new provider
Most providers accept a single PDF via secure portal upload or printed handout. The combined record is more useful than dozens of loose files because:
- The bookmark panel acts as a navigable index.
- Chronological page order tells a story.
- The new provider can flip through it on a tablet without juggling files.
Updating the record over time
When new lab results come in, you do not need to redo the whole merge. Open the existing combined record in the extension, add the new files at the end (or in chronological position via Reorder mode), and re-save. The bookmarks are updated automatically.
How to Combine Medical PDF Records, Tools Compared
| Tool | Local-only | Bookmark grouping | Free | Patient-portal friendly |
|---|---|---|---|---|
| PDF Merge & Split (extension) | Yes | Yes | Yes | Yes |
| MyChart export | Yes | No | Yes | Yes |
| iLovePDF (web) | No | Limited | Free tier | Risky |
| Adobe Acrobat Pro | Yes | Yes | $14.99/mo | Yes |
| macOS Preview | Yes | No | Built-in | Yes |
Get It Done in Under a Minute
Install the free Chrome extension and process your PDFs locally. Works on Windows, Mac, Linux, and Chromebook.
Add PDF Merge & Split to ChromeRelated Guides
- Merge Confidential PDFs Privately
- Combine PDF Statements Offline
- PDF Merger That Works Offline
- Merge Encrypted PDF Files
Frequently Asked Questions
Is the extension HIPAA-compliant?
HIPAA compliance is a property of an organization's overall workflow, not of any individual tool. The extension does not transmit file content, which removes the upload step many tools require. Always check with someone qualified about your specific compliance needs.
Can I include scanned paper records?
Yes. Scan them to PDF first, then include them in the merge like any other source file.
Will the patient identifier on each page be preserved?
Yes. The merge is byte-level and does not modify page content, so any identifying header or footer in the source stays intact.
Can I redact information before merging?
The extension does not include a redaction tool. For redaction, use Adobe Acrobat or a dedicated redaction tool first, then merge the redacted versions.
How do I make a copy for myself and a different copy for the doctor?
Run the merge twice with different source sets, or merge once and use Split mode to extract a subset for the doctor copy.