Skip to main content

ByteWorthy Labs · Open source · MIT

Free CMS coverage changes. Ranked for Monday.

A static workbench over the public CMS Coverage API. Ranked LCD/NCD updates, Monday briefs, operator review lanes, and per-contractor RSS, JSON, and CSV feeds. No login, no PHI, no paid API.

Live, every weekday at 13:17 UTC

Updates

38

in current window

High impact

15

priority review

Contractors

8

MAC footprints

Window

May 4, 2026 to May 11, 2026

CMS API 1.6

What it does

One workbench. Six surfaces.

Filter, rank, queue, slice, brief, and feed --- all from one static deploy.

Ranked

Changes

Every CMS revision sorted by impact heuristics, with deep-linkable filters so you can share a high-impact coding view to a teammate.

Triaged

Operator queues

Coding, criteria, effective dates, national policy, and retirements, pre-grouped into review lanes that map to real workflow questions.

Sliced

Per contractor

Each MAC footprint gets its own JSON, RSS, CSV, and Monday brief. Drop the URLs into a script, scheduler, or feed reader.

Static feeds

Drop a URL. Get current data.

No API key. No rate limit. No login. Just files that update each weekday.

RSS

Subscribe in Feedbin, Feedly, NetNewsWire, or pipe into Slack/Teams.

https://byteworthyllc.github.io/coverage-changelog/rss.xml

Flat JSON

Array of records. Drop into any script, fetch, jq, or pandas.

https://byteworthyllc.github.io/coverage-changelog/data/feed.json

High-impact only

Smaller payload, scoped to changes most likely to break workflow.

https://byteworthyllc.github.io/coverage-changelog/data/high-impact.json

Per contractor index

Manifest of every contractor slice with its own JSON, RSS, CSV, and brief.

https://byteworthyllc.github.io/coverage-changelog/data/contractors/index.json

Integration examples

Three minutes to a working integration.

Slack / Teams

Webhook

curl -s https://byteworthyllc.github.io/coverage-changelog/data/high-impact.json \
  | jq '.[0:5] | map({title, impact, url:.detailUrl})' \
  | curl -X POST -H 'Content-Type: application/json' \
      --data-binary @- $SLACK_WEBHOOK_URL

Make / Zapier

RSS trigger

Configure the built-in RSS trigger with this URL. Each new item fires the scenario.

https://byteworthyllc.github.io/coverage-changelog/rss.xml

Or use a per-contractor URL: feeds/<slug>.rss.xml.

n8n

Code node

const r = await this.helpers.httpRequest({
  url: 'https://byteworthyllc.github.io/coverage-changelog/data/contractors/palmetto-gba.json',
  json: true
});
return r.entries.filter(e => e.impact === 'high');

Why it exists

Public source over black-box summary.

CMS publishes the data. Most paid coverage tools wrap it, mark it up, and lock it behind a login. We thought a free changelog with source citations and operator review lanes was a more useful default for billing teams, RCM analysts, and practice operators.

Every entry links to the official CMS document. The build runs every weekday and publishes static files. If we ever go away, the artifacts keep working.

Use it

Free for everyone. Forever.

Open the workbench, fork the repo, or talk to ByteWorthy about a private build for your org.

  • MIT licensed
  • No paid API dependency
  • Static deploy, GitHub Pages by default
  • No PHI, no payer credentials, no telemetry

Build something your practice owns.

Book a free call