Dashboard

Claims Intelligence APIs

CMS claims data APIs for billing validation, fee schedules, and coverage determination.

Overview

The Claims Intelligence APIs provide programmatic access to CMS claims processing data. These APIs help billing teams, RCM platforms, and prior authorization systems validate claims before submission, reducing denials and rework.

All data is sourced from publicly available CMS datasets:

  • NCCI PTP Edits — Correct Coding Initiative Procedure-to-Procedure edits
  • MUE Limits — Medically Unlikely Edits (maximum units per service)
  • Physician Fee Schedule — RVU values and Medicare payment calculations
  • Coverage Determinations — Local Coverage Determination (LCD) policies

Endpoints

MethodPathDescription
GET/v1/ncci/validateValidate whether two CPT/HCPCS codes can be billed together
GET/v1/mue/:hcpcsLook up MUE limits for a HCPCS code
POST/v1/mue/_batchBatch MUE lookup (up to 100 codes)
GET/v1/pfs/:hcpcsLook up Physician Fee Schedule / RVU data
POST/v1/pfs/_batchBatch PFS/RVU lookup (up to 100 codes)
GET/v1/coverage/checkCheck LCD coverage determinations for a HCPCS code

Use Cases

  • Pre-submission validation — Check NCCI edits and MUE limits before submitting claims
  • Fee schedule lookups — Get RVU breakdowns and Medicare payment amounts for procedure codes
  • Coverage checks — Verify whether a procedure has active LCD policies that may require additional documentation
  • Batch processing — Validate entire claim lines in a single request using batch endpoints

Data Sources

DatasetSourceUpdate Frequency
NCCI PTP EditsCMS National Correct Coding InitiativeQuarterly
MUE ValuesCMS Medically Unlikely EditsQuarterly
Physician Fee ScheduleCMS PFS/RVU FilesAnnually (with quarterly updates)
Coverage DeterminationsCMS Medicare Coverage DatabaseAs published

All datasets are public domain — no licensing restrictions on use.

Required Scopes

  • claims.read — All claims intelligence endpoints

Pages in This Section