Printing & Fulfillment
Printing & Fulfillment
Section titled “Printing & Fulfillment”Who this is for: print-station staff, admins, new hires.
The idea
Section titled “The idea”Some services result in a physical item being mailed to the patient (for example a printed card or a permit). Once a case’s documents are generated and signed, cases that need physical fulfillment move into a dedicated print-station queue in the care portal.
The print-station queues
Section titled “The print-station queues”Print-station staff work out of several queues, each representing a different fulfillment situation:
- Urgent — cases that need to be prioritized
- Stamped-needed — cases requiring a physical stamp before mailing
- Hand-sign — cases requiring a physical (wet-ink) signature rather than only the digital one
- Remail — cases that need to be mailed again (for example, lost or returned mail)
- Tasks — a general fulfillment task list
- Settings — print-station configuration
Step by step (fulfillment)
Section titled “Step by step (fulfillment)”- A case with a signed, finished document appears in the print-station queue once it’s ready for packaging.
- Print-station staff print the document (and any supporting paperwork like an envelope, cover letter, or shipping label).
- If the case needs a physical/hand signature or stamp in addition to the digital one, staff complete that step before packaging.
- Staff package the item and mark the case as printed/packaged.
- Marking a case as printed automatically completes its “post-processing” step and notifies the patient that their documents have been mailed — this only happens once per case (re-marking an already-completed case does not send a duplicate notification).
- Staff can also mark this step complete manually if needed, using the same underlying completion logic as the automatic trigger.
- If mail is returned or lost, the case can be routed to the remail queue for staff to resend.
Open questions
Section titled “Open questions”- The exact physical shipping/carrier mechanism (e.g. which shipping label provider is used) was not confirmed in the code reviewed.
Where this comes from
Section titled “Where this comes from”parkingmd-care-portal/src/app/(main)/printer/(queue folder names: hand-sign, remail, settings, stamped-needed, tasks, urgent)parkingmd-care-portal/src/lib/printer/post-processing.tsparkingmd-care-portal/docs/care-portal-kt-guide.md(printer/module description)