Back to packs

CMS-416 EPSDT Reporting

CMS_416free

10 data-quality rules for the annual CMS-416 EPSDT (Early and Periodic Screening, Diagnostic and Treatment) report submitted by state Medicaid agencies to CMS. Covers required state/period identification, valid age groups, non-negative eligible and screened counts, screening-ratio bounds, population reconciliation, and duplicate suppression. Use it to validate the CMS-416 before submission.

10 rules 0 downloadsNo ratings yet
cms-416epsdtmedicaidchildrenregulatory-reportinghealthcare
0.0(0 ratings)

Sign in to rate this pack

Test this pack with your data

Download the template, fill in your data, and see quality results instantly.

Test This Pack

Download & Install

Choose your tool — get a ready-to-run file

Run this on your data? Upload your CSV — we'll auto-map the columns, validate, and report the bad rows.Test my dataWant this certified on your data? Book a 30-min demo.Book a demo
Or use the CLI
$ npx dqhub install cms-416-epsdt --format soda --table YOUR_TABLE

Reference data required

This contract's checks join against 1 reference table. Load them into your warehouse — DQHub ships the public ones, the rest link to their source. All reference data →

Bundled — download

About this pack

10 data-quality rules for the annual CMS-416 EPSDT (Early and Periodic Screening, Diagnostic and Treatment) report submitted by state Medicaid agencies to CMS. Covers required state/period identification, valid age groups, non-negative eligible and screened counts, screening-ratio bounds, population reconciliation, and duplicate suppression. Use it to validate the CMS-416 before submission.

What's included

3consistency rules
2completeness rules
2range rules
1format rules
1referential integrity rules
1uniqueness rules

Checks included (10)

Screened Does Not Exceed Eligible

The number screened cannot exceed the number eligible in an age group.

Referrals Do Not Exceed Screened

The number referred for corrective treatment cannot exceed the number screened.

Dental Services Do Not Exceed Eligible

The count receiving any dental service cannot exceed the eligible population.

Required Report Fields Present

Each line must carry the reporting state, federal fiscal year, and age group.

Federal Fiscal Year Present(federal_fiscal_year)

The federal fiscal year must be present on every line.

Eligible Counts Are Non-Negative(total_eligibles)

Counts of individuals eligible for EPSDT cannot be negative.

Screening Ratio Between 0 and 1(screening_ratio)

The screening ratio (screened / eligible) must fall between 0 and 1.

Age Group Is Valid(age_group)

Age group must be one of the CMS-416 categories (<1, 1-2, 3-5, 6-9, 10-14, 15-18, 19-20).

State FIPS Is Valid

The reporting state must be a valid state FIPS code.

One Line per State / Year / Age Group(line_key)

Each state + fiscal year + age group should appear once.