Healthcare Referral Management System
API Backend

Patient referrals, triaged and routed automatically.

An API-only Laravel backend connecting hospitals and clinical staff — with AI-assisted triage, event-driven notifications, and full audit logging.

Laravel 12 PHP 8.5 MySQL Redis Sanctum

AI-Assisted Triage

Referrals are automatically analyzed and routed to the right clinical department.

Event-Driven Architecture

Audit logging, notifications, and escalation are decoupled side effects, not inline logic.

PII Encryption at Rest

Patient data is AES-256 encrypted at the application layer, never logged in plaintext.

Dual Auth System

Stateless hospital API keys plus staff Sanctum tokens, each scoped to its own routes.

Idempotent Submissions

Duplicate referral submissions are detected and merged via content hashing.

Full Audit Trail

Every status transition and assignment is logged for compliance and traceability.