When is this provider’s Medicare revalidation due?
Paste one NPI or a roster of up to 100. The lookup returns every current CMS enrollment record, its revalidation due date or TBD status, and downloadable CSV or calendar results.
Check a roster for Medicare revalidation due dates.
ActableSite sends only the NPIs you enter to the public CMS lookup API. It does not request PECOS credentials, enrollment documents, or patient information.
Turn this point-in-time check into a watched roster.
Medicare Roster Watch saves the current public result as a dated baseline, emails at each applicable due-date reminder stage, and alerts when CMS changes a watched revalidation record or pending-file membership.
- One roster of up to 20 unique, valid NPIs
- Revalidation due date, adjusted date, enrollment detail, and TBD changes
- Physician and non-physician pending-file membership changes
- Baseline normally delivered within 15 minutes
- 120-to-0-day reminders for established public due dates
- No dashboard, routine green email, or live PECOS claim
CMS puts the tracking responsibility on the enrolled provider or supplier.
General revalidation cycle
DMEPOS suppliers generally revalidate every three years; other providers and suppliers generally revalidate every five years. CMS may also request an off-cycle revalidation.
Public advance notice
CMS publishes established due dates in advance. A TBD result means a date has not yet been established in the current public list.
Contractor notice window
CMS says the enrollment contractor also sends a revalidation notice, but the provider remains responsible for tracking the deadline.
Late action can interrupt payment
CMS says a late revalidation may result in a payment hold or deactivation of Medicare billing privileges.
Put the same source-dated check on a schedule.
Choose the environment your team already operates. GitHub Actions can check a versioned roster and save JSON with every workflow run. Apify can save and schedule a task without maintaining a repository workflow. RapidAPI provides a quota-managed subscription for developers integrating the lookup into their own software. Every path uses the same public CMS evidence and preserves the non-PECOS interpretation boundary.
Run a cost-capped roster check from your own repository.
The public Action installs as unitedideas/medicare-revalidation-action@v1. Its free preview checks two fixed public demo NPIs without an account or token. Your own 1–100 NPI roster uses your Apify token, refuses an insufficient charge cap before a paid run, and fulfills the source-dated JSON automatically.
- $0.01 per returned NPI, plus buyer-paid Apify platform usage
- Monthly or manual workflow; no server to keep running
- Optional comparison with the previous workflow artifact
name: Monthly Medicare revalidation check
on:
schedule:
- cron: "0 13 1 * *"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: unitedideas/medicare-revalidation-action@v1
with:
npis: "1003002296,1508860420"
apify-token: ${{ secrets.APIFY_TOKEN }}
compare-with-previous: "true"
max-total-charge-usd: "0.07"Compare the same NPI roster with its previous full run.
The first fully funded run creates a private baseline. Later runs label public-list records as unchanged, newly listed, no longer listed, due-date changed, status changed, or enrollment changed. Save and schedule the duplicated task for unattended checks.
Open monthly comparison taskReview a provider roster before credentialing follow-up.
Export public due dates, TBD records, and enrollment detail for the NPIs your team already manages.
Open credentialing roster taskCheck billing rosters for upcoming revalidation dates.
Separate dated enrollments, CMS-listed TBD records, and NPIs not returned by the current public list.
Open medical billing roster taskBuilding billing, enrollment, or credentialing software? Review the RapidAPI plans: 25 requests per month free or 1,000 for $19/month, both with hard limits and no soft overages. Need a blank scheduled task instead? Open the Medicare revalidation Actor page.
A deadline lookup is not a submission-status tool.
Confirm deadlines and submit through official CMS systems.
- CMS Medicare Revalidation List lookup tool
- CMS Revalidation Due Date List dataset
- CMS revalidation requirements and timing guidance
- PECOS enrollment and revalidation portal
ActableSite is not CMS or a Medicare Administrative Contractor. It relays the current public list for roster-scale checking and does not accept revalidation applications, documents, credentials, or patient data.