Your establishment date
An expense can only be reimbursed from an HSA that already existed when the care happened. That is why HSA Proof asks for the date your account was established before it asks for anything else, and why it stores the date alongside every expense you record.
If an expense predates the account, HSA Proof marks it Likely not qualified and says why. It does not delete it. You keep the record, and the reason travels with it.
The ledger and partial reimbursement
The ledger only appends. Recording a reimbursement adds a line; it never edits or removes the expense underneath. A single expense can be reimbursed in several pieces over several years, and each piece keeps its own date and amount.
Recording a reimbursement here is your own log; it does not move money. Keep the custodian's distribution record with this expense.
Eligibility states and rule versions
Eligibility is never a bare yes. Every assessment names the category rule it matched and the version of the rule set that was current when it ran, so an expense recorded in 2026 can still be read in 2046.
Rule set v2026.08 · Reviewed against IRS Publication 502 (2025)
The export package
Export produces one zip file you can open on any computer. The documents are the originals, unaltered. The hash file lets anyone confirm that later.
hsaproof-export-v1.zip ├── manifest.json schema, app version, rule version, export date ├── expenses.csv one row per expense, amounts as decimal strings ├── reimbursements.csv one row per reimbursement line ├── documents/ │ ├── 2026-02-27-sound-dental.pdf │ ├── 2026-03-04-bartell-drugs.jpg │ └── 2026-03-12-overlake-clinic.jpg └── integrity.sha256 SHA-256 of every file above
This is also the answer to what happens if you leave Apple. The archive is a documented, versioned format holding your originals and a plain CSV ledger, so the records move to whatever you use next.
Sync and local-only mode
Off: records stay only on this iPhone, and in your device backup. On: they also sync to your private iCloud database, which counts against your iCloud storage. Both modes are fully functional, and you can change your mind at any time.
Deleting everything
Delete all data removes the expenses, the documents, and the ledger from this iPhone, and from your private iCloud database if sync is on. Export first if you want to keep the record. Deletion cannot be undone, because there is no copy anywhere else.