Free, no-DUA federal data assets - NPPES, LEIE, SAM, HCRIS, NCD/LCD, CERT FY2024, Open Payments, OFAC SDN, Provider+Service summaries - mapped to the JIL Sovereign product surface. Beneficiary-level claims at scale require an LDS DUA; the public stack is sufficient for the entity, rule, and pattern layers.
Real-time validation against provider eligibility, coverage rules, coding rules, and known error patterns.
26 detectors seededPer-NPI Z-scores against national and state benchmarks. The math behind the recoverable-improper-payment narrative.
HCRIS cost reports include "Medicare settlement data" and the related-party transaction worksheets that expose self-dealing and shell vendors.
"We start with the names the federal government has already proven are bad. We then resolve those names to the wallets they actually use."
"This claim will fail CERT root-cause #X under LCD L#####, valid 2025-04-01 to present, in MAC jurisdiction Y." Same language an appeals body would use.
The CMS public-data stack exposes a single gateway at /api/cms. All endpoints are HTTP and return JSON.
| Endpoint | Purpose |
|---|---|
GET /api/cms/sources | List every federal data source we ingest, with cadence and last-fetched timestamp. |
GET /api/cms/providers/:npi | Provider Risk Identity profile for a single NPI: NPPES + exclusions + Open Payments + enforcement actions. |
POST /api/cms/providers/check | Bulk NPI check against LEIE + SAM + Preclusion. Up to 500 NPIs / call. |
POST /api/cms/detectors/evaluate | Pre-Settlement evaluation - run a claim against CERT root causes + NCD/LCD coverage + prior-auth rules. |
POST /api/cms/coverage/check | Pre-Clearance check: is HCPCS X covered for state Y on date Z? |
GET /api/cms/outliers/npi/:npi | Per-NPI Z-score outliers vs. national or state benchmarks. |
GET /api/cms/asset-intel/ccn/:ccn | HCRIS cost reports + related-party transactions for a CCN. |
POST /api/cms/bad-actors/match | Wallet Intel: fuzzy-match a name against the federal bad-actor universe. |