Primary interaction
Default path
Exceptions first
The queue turns broad status polling into prioritized work. Select an exception, poll status, and route only what needs action.
Healthcare RCM workflow that monitors claims, prioritizes exceptions into a queue, polls payer status, and routes only the claims that need a human.
Default path
The queue turns broad status polling into prioritized work. Select an exception, poll status, and route only what needs action.
Specialists should not chase every claim. The queue shows which ones need action.
Capability proof
Service model
Live claim-status workflow for queue, metrics, selected-claim polling, and rules.
Intelligence layer
Prioritizes exception work and interprets status responses against claim context.
Operational state
Maintains queue status, claim age, payer response, and exception category.
Human control
Specialists work the claims that need action instead of chasing every status.
Business value
Converts high-volume follow-up into a monitored exception queue.
Estimated monthly cost at portfolio traffic: under $1/month (Lambda free tier + minimal API Gateway requests)
| Layer | Tech | Purpose |
|---|---|---|
| Synthetic data | JSON · 400 claims · deterministic seed | Realistic payer mix, CPT distribution, and 276/277 status histories |
| Compute | AWS Lambda (nodejs20.x · 512MB) | Single function, route-based dispatch across 3 endpoints |
| API | API Gateway (HTTP API) | Shared with the AI Transformation Platform demo on the same SAM stack |
| Frontend | React + CSS modules · EDGE design tokens | Fetch on mount, no polling. Exception queue, poll simulator, economics |
| Deploy | AWS SAM · us-east-2 | `sam build && sam deploy`; CloudFormation manages all resources |