Paste fax text or pick a sample document
Provide the text content of an incoming fax — a referral letter, lab result, prior authorization, prescription, or records request — or choose one of the built-in samples.
HEALTHTECH & HEALTHCARE MVP
Paste incoming fax text (or pick a sample) and see it classified into a document type and routed to the right administrative queue — the way a fax digitization workflow would triage it before a human ever opens it.
Click Classify & route to see the document type, routing queue, and confidence.
Routed to
Provide the text content of an incoming fax — a referral letter, lab result, prior authorization, prescription, or records request — or choose one of the built-in samples.
A rule set scans the text for phrases characteristic of each document type (e.g. "referring physician" for referrals, "prior authorization" for auth requests) and picks the best match, entirely client-side.
Each document type maps to a configured administrative queue (referrals intake, results review, pharmacy, billing, and more), with an urgency flag raised when the text contains words like "STAT" or "urgent".
Continue learning: How AI coding changes MVP scope decisions · How to manage and version prompts in an AI product
A transparent keyword/pattern rule set — each document type has a list of characteristic phrases, and the type with the strongest keyword match wins. This mirrors the first classification pass a real fax-digitization pipeline would run before any OCR or ML model.
No. Classification runs entirely in your browser with a client-side rule engine — nothing is uploaded or stored on a server.
It is routed to a manual triage queue rather than being force-fit into the wrong category, the same fallback a real routing workflow should use for unrecognized documents.
This demo uses a fixed representative rule set covering common healthcare fax types. A production Fax Flow Health workflow would let administrators configure document types, keywords, and destination queues per organization.
No — this demo classifies text you provide directly. A production version would run OCR on the incoming fax image first, then apply this same classification and routing logic to the extracted text.
| Feature | MVPHub | Manual fax triage by admin staff | Generic OCR/document-capture tools |
|---|---|---|---|
| Healthcare-specific document types | Included | Included | Limited |
| Automatic queue routing | Included | Not included | Limited |
| Transparent, inspectable classification logic | Included | Included | Not included |
| Runs instantly with no setup | Included | Included | Not included |
Manual triage is accurate but slow and inconsistent across staff; generic document-capture tools handle OCR well but lack healthcare-specific routing logic. MVPHub demonstrates the classification and routing mechanism directly, with results in seconds.
Add this tool to your site with the canonical iframe below. It remains hosted and maintained by MVPHub.