Problem
Scheduling, reporting, and document handling had to stay predictable in a compliance-sensitive workflow where admin teams could not be blocked by PDF generation, email failures, or unclear status transitions.
Healthcare workflow automation
Healthcare workflow platform for scheduling, reporting, and document-heavy operational processes.
Worked on Ma Visite Médicale in France, where workflow durability and admin clarity mattered more than feature volume.
Problem
Scheduling, reporting, and document handling had to stay predictable in a compliance-sensitive workflow where admin teams could not be blocked by PDF generation, email failures, or unclear status transitions.
My Role
Approach
I moved compliance-sensitive rules into Symfony services, shifted document and notification work out of the request path, and made workflow state clearer for admin teams.
Impact
Key Decisions
Medical workflow orchestration
Where workflow state is committed before document, email, and reporting side effects continue in the background.
flowchart LR
A[Admin UI] --> B[Symfony Controllers]
B --> C[Workflow Services]
C --> D[(Scheduling & Reporting Data)]
C -. queue .-> E[Async Worker]
E --> F[PDF Processing]
E --> G[Email Notifications]
E --> H[Audit Trail]
C --> I[Operational Status Views]My Ownership
Tradeoffs
What I’d Improve