Capability · Canonical catalogs

The master-data spine.

The canonical model is the single internal vocabulary. Master-data catalogs are loaded once for the platform, then projected onto every tenant. Translation lives only at the edge — there is no canonical-shim layer.

Topology

What lives in master, what lives in tenant.

Two-database design: a single master DB holds platform-wide reference data (NPPES, code catalogs, payer registry, companion guides); each tenant has its own database for charges, claims, ledger, rules, audit. Connection strings sealed in Key Vault.

Rendering diagram…
Master vs tenant DB — what's loaded once, what's per-tenant.
The pipeline

Inbound artifact → ledger entry, end to end.

Every claim follows the same canonical pipeline. The rule kinds that run at each stage are annotated on the edges — this is the same diagram that drives the application's claim-status UI.

Rendering diagram…
Canonical claim pipeline — rule kinds annotated per stage.
Catalogs

The platform's reference library.

Twenty-plus catalogs, grouped by status. The live ones are loaded today; the partials are seeded for behavioural-health Medicaid and on the active master-data roadmap; the rest are sequenced behind concrete differentiators.

Showing 25 of 25 catalogs.

Live

NPPES NPI Registry

Monthly full + weekly delta

~10M providers + taxonomies + addresses + endpoints. Master DB `npi.*`.

Live

NPPES URL templates

Per env

Editable without a redeploy via `/platform/nppes`.

Live

CARC / CAGC / RARC

As-needed (CAQH CORE)

Adjustment + remark codes; master `rcm_reference.code_set_adjustment_*`.

Live

POS — Place of Service

Rare

Seeded; master `rcm_reference.code_set_place_of_service`.

Live

TOB — Type of Bill

Rare

UB-04 type-of-bill codes; master `rcm_reference.ub04_code`.

Live

Revenue codes

Rare

Seeded; revenue × procedure compatibility on the roadmap.

Live

Modifier catalog

Quarterly

HA-HZ + state U1-UD; master `rcm_reference.code_set_modifier`.

Live

State rate codes

Per-state amendments

Ohio + multi-state seed; master `rcm_master.state_rate_code`.

Live

Companion guides + routing

Per-payer amendments

Master `rcm_master.companion_guide` + `companion_guide_rule`.

Live

Commercial payer registry

Per-amendment

UHC, Aetna, Cigna, Anthem, BCBS Federation, Humana, Centene.

Live

Group-billing rules

Per-payer

Group-size rate adjustments, supervision rules, session triggers.

PartialP0

NCCI PTP + MUE (BH subset)

Quarterly (CMS)

BH-seeded today; full CMS NCCI replaces $5K-$15K/yr/customer commercial scrubbers.

Partial

CPT / HCPCS catalog

Quarterly

Schema exists; ingester active on the roadmap.

Partial

ICD-10 catalog

Annual (Oct 1)

Schema exists; annual ingester on the roadmap.

RoadmapP0

HHS OIG LEIE Exclusions

Monthly full + daily delta

~75K active exclusions; pre-claim provider check.

RoadmapP0

State Medicaid fee schedules

Quarterly-annual

Per-state fee-schedule pipeline (PA pilot under way).

RoadmapP1

Transparency in Coverage rates

Monthly (~5 TB JSON per major payer)

Customer-facing rate-renegotiation advisory — no incumbent BH-Medicaid platform offers anything close.

RoadmapP1

NUCC Provider Taxonomy

Semi-annual (Jan + Jul)

Taxonomy refresh + reconciliation against NPPES endpoints.

RoadmapP1

SAM.gov Exclusions

Daily (API)

Federal exclusion enrichment.

RoadmapP1

State 1915(c) HCBS Waiver service defs

Per-waiver renewal

Codified waiver service definitions for I/DD + ABA + Adult Day.

RoadmapP1

Customer-derived service scope

Daily per tenant

Pre-req for the TiC storage filter; bounds the rate-feed footprint per customer.

RoadmapP2

State Medicaid exclusion lists

Monthly

Per-state exclusion lists alongside LEIE and SAM.gov.

RoadmapP2

SAMHSA OTP Directory

Quarterly

Cross-reference OTP authorisations against the federal directory.

RoadmapP3

CMS LCD/NCD coverage database

Continuous

Local + national coverage determinations.

RoadmapP3

DEA controlled substances

Annual

Practitioner cross-reference for OTP + SUD.

NPPES is loaded once. Not once per customer.
Master Data & Canonical Model