Primary interaction
Operating model
Map, standardize, detect, govern
The same spine that maps denial codes also stabilizes KPIs, anomaly review, and downstream automation.
One versioned reference layer that every RCM workflow shares
Operating model
The same spine that maps denial codes also stabilizes KPIs, anomaly review, and downstream automation.
Three teams compute the same KPI three ways. The spine gives them one.
Capability proof
Service model
Live operating workflow for code mapping, KPI review, anomaly surfacing, and breach inference.
Intelligence layer
Maps denial signals into a common taxonomy and highlights deviations that need review.
Operational state
Maintains shared denial definitions, KPI observations, mapped codes, and anomaly context.
Human control
Analysts can inspect the mapping, review outliers, and keep the taxonomy governed.
Business value
Gives BI, operations, and automation teams one stable vocabulary instead of separate spreadsheet logic.
Estimated monthly cost at portfolio traffic: under $1/month (Lambda free tier + minimal API Gateway requests)
| Layer | Tech | Purpose |
|---|---|---|
| Synthetic data | JSON · 30 CARCs · 25 RARCs · 12 taxonomy nodes · 8 KPIs · 768 obs · ~350 events | Real WPC ANSI codes; pre-computed mappings, pre-computed anomalies, pre-computed inferences; one deterministic seed |
| Compute | AWS Lambda (nodejs20.x · 512MB) | Single function, route-based dispatch across 9 endpoints (taxonomy, codes, mapper, KPIs, observations, inference, anomalies, events) |
| AI surfaces | Pre-computed classifier outputs + z-score anomaly detection + event-provenance inference | Mapper baked into the dataset (mirrors fine-tuned classifier in prod). Anomaly + breach engines run deterministic statistics with real reasoning traces. |
| API | API Gateway (HTTP API) | Shared with the other healthcare demos on the same SAM stack |
| Frontend | React + CSS modules · EDGE design tokens · inline SVG sparklines | Library overview, code mapper, anomaly feed, breach inference, taxonomy explorer, KPI dashboard |
| Deploy | AWS SAM · us-east-2 | `sam build && sam deploy`; CloudFormation manages all resources |