Pre-submit + companion guide + modifier injection + group-size + EVV config. The four states the platform has been hardened against in production.
Nine first-class program categories.
Program-type coverage is canonical-by-design, not per-program code. Each category is modelled in the canonical layer; the differences are in seed data — codes, modifiers, rate bands, EVV configuration — not in application code.
Four states modelled deeply; five with rate-code seed.
Deep modelling means pre-submit scrubbers, companion guides, modifier injection, group-size rate bands, and EVV configuration are seeded for the state. Rate-code seed means the master state-rate-code table is populated and ready for fee-schedule pricing.
State rate codes loaded into the master DB. Fee-schedule pipeline wires up next; Pennsylvania is the announced pilot.
Program × state at a glance.
The matrix below renders the full coverage surface. Click any cell to inspect the seeded codes, default unit, auth model, EVV posture, and notes for that program × state combination.
Program × state coverage.
Click any cell to inspect the seeded codes and configuration depth for that program in that state. Tap the legend for the visual language.
| Program | OH | NY | NJ | PA | TX | CA | FL |
|---|---|---|---|---|---|---|---|
| Behavioral Health (BH · IOP · PHP)MENTAL_HEALTH | |||||||
| I/DD (HCBS Waivers)IDD | |||||||
| ABA — Applied Behaviour AnalysisABA | |||||||
| Adult Day CareADULT_DAY | |||||||
| ICF / ICF-IIDICF | |||||||
| Home Care · HCBS · Personal CareHOMECARE | |||||||
| OTP / SUD — MAT enforcedOTP | |||||||
| PRTF — Psychiatric ResidentialRESIDENTIAL | |||||||
| CCBHC — Certified Community BH Clinic(extension via config) |
What's seeded, in full.
The same data the matrix renders, laid out as per-program cards for skim-readability.
Behavioral Health (BH · IOP · PHP)
MENTAL_HEALTH Seeded codes
11 BH codes (H2019, H0015, 90837, 96151-96155, T1017, H0036, H0038); IOP/PHP revenue 0905/0906/0912/0913.
Notes
Pre-submit + companion guides seeded for OH / NY / NJ / PA.
I/DD (HCBS Waivers)
IDD Seeded codes
H2016, H2017, T2021, H2014, T2020. Max 10 per group.
Notes
Ohio rate codes deeply modeled; multi-state TX/CA/NY/FL/PA rate-code seed.
ABA — Applied Behaviour Analysis
ABA Seeded codes
97151-97158, H2019; HO/HN credential injection.
Notes
Most-developed program. Modifier injection + group-size rate bands (1-4=100%, 5-7=95%, 8+=80%).
Adult Day Care
ADULT_DAY Seeded codes
2 HCPCS today; expansion plan covers S5101/S5102/T2025/T2026/T2027.
Notes
Taxonomy 251C00000X anchor; EVV required for personal care components.
ICF / ICF-IID
ICF Seeded codes
Revenue 0100-0160, LOA 0180/0183, subacute, BH 1001-1009. UB-04 master.
Notes
Full institutional billing with condition/occurrence/value codes; occurrence code 74 anchor.
Home Care · HCBS · Personal Care
HOMECARE Seeded codes
27 codes — broadest seed of any vertical (S5125, S5126, S5130, S5131, T1019, G0156, G0299, companion services).
Notes
OH EVV config + global EVV.
OTP / SUD — MAT enforced
OTP Seeded codes
7 codes (H0020, H0033, H0004, H0005, J0571, J0572, H2033).
Notes
MAT NDC enforcement; OH SUD residential includes +14-day PA.
PRTF — Psychiatric Residential
RESIDENTIAL Seeded codes
Revenue 1001-1009 seeded.
Notes
First-class via UB-04 master; state-specific seed pending.
CCBHC — Certified Community BH Clinic
(extension via config) Seeded codes
Not seeded.
Notes
Extension path: add a `canonical_program` row + state-scoped YAML rule set; no code change.
Program-type coverage is canonical-by-design, not per-program code.
Adding a new program is a row + a YAML.
The platform's extension path for a new program category — say, an emerging waiver service definition — is mechanical. There is no code path that says “if program = X”.
- 1
Add a
canonical_programrowOne row in the master DB defines the new program key, its display name, and its service-line classification.
- 2
Seed the codes
HCPCS / CPT codes + state rate codes go into the existing master catalogs — the same tables every other program reads.
- 3
Author the rule artifacts
State-scoped YAML for the rule kinds that matter — typically PRE_SUBMIT_VALIDATE, CHARGE_DERIVE, and (if applicable) EVV_CONFIG.
- 4
Publish
Draft → in-review → approved → published. No code change. No release cycle. No DBA.