Primary interaction
Operating model
Interpret, predict, classify, prevent
The workflow moves eligibility and front-end quality issues upstream before they become denials.
Prevent denials at the source, before claims are submitted
Operating model
The workflow moves eligibility and front-end quality issues upstream before they become denials.
A pre-encounter fix costs a fraction of a downstream appeal.
Capability proof
Service model
Live pre-encounter workflow for risk prediction, eligibility interpretation, claim QA, and pattern review.
Intelligence layer
Flags denial risk, interprets coverage signals, and classifies quality issues before submission.
Operational state
Maintains encounter context, payer behavior, risk patterns, and QA outcomes.
Human control
Front-end teams can inspect risk drivers and correct issues before downstream damage.
Business value
Moves the cheapest fix point upstream and creates cleaner training signals for later revenue-cycle automation.
Estimated monthly cost at portfolio traffic: under $1/month (Lambda free tier + minimal API Gateway requests)
| Layer | Tech | Purpose |
|---|---|---|
| Synthetic data | JSON · 8 payers · 12 risk patterns · 50 encounters · 50 eligibility responses · 50 claim payloads · 150 pre-computed AI outputs | Real CPT/HCPCS codes and real X12 271 segment shapes; pre-computed AI outputs (interpretations, predictions, classifications); one deterministic seed (20260514) |
| Compute | AWS Lambda (nodejs20.x · 512MB) | Single function, route-based dispatch across 8 endpoints (payers, risk-patterns, encounters, encounters/{id}, interpret-eligibility, predict-risks, classify-qa, metrics) |
| AI surfaces | Pre-computed model outputs + realistic latency simulation (150-700ms) | Three classifier outputs baked into the dataset to mirror production model shapes: per-field confidence on the interpreter, ranked top-5 risks with reasoning on the predictor, structured field-level flags on the QA classifier. |
| API | API Gateway (HTTP API) | Shared with the other healthcare demos on the same SAM stack |
| Frontend | React + CSS modules · EDGE design tokens · shared EncounterPicker across surfaces | Library overview, three AI surfaces with independent default encounters, encounter workbench with filterable table + detail pane, risk pattern library grouped by category |
| Cross-demo linkage | 12 risk patterns reference taxonomy node IDs from the denial-spine demo | Same vocabulary as downstream automations: a prevented `rp-auth-required-no-auth` here is the same `tax-auth-missing` node that the denial spine and claim-status demos consume. |
| Deploy | AWS SAM · us-east-2 | `sam build && sam deploy`; CloudFormation manages all resources |