Skip to content
FonteumThe Graph

USE CASE · CREDENTIALING & PROVIDER-DATA ENRICHMENT

Credential against the federal record — not a stale directory.

Query supported provider identity, taxonomy, enrollment, and quality records from NPPES, PECOS, and CMS. Available source and observation metadata travels with the response; provider-wide historical replay is not universal.

9M+Source: CMS NPPES · As of 2026-06-10
providers PECOS enrollmentsSource-specific provenanceSource-specific retained history

No PHI Available source metadata Captured dates only JSON + CSV

The credentialing burden

Re-checking a directory you cannot date.

Provider directories drift the moment they are published — a taxonomy changes, an enrollment lapses, an address moves. Credentialing and re-credentialing means re-checking each field against the primary source, and a directory accuracy review cannot tell you when a field was last true. That gap is exactly what payer directory-accuracy enforcement penalizes.

Fonteum exposes supported public-record fields with available source and snapshot metadata. Missing dates remain explicit, so a re-credentialing file does not imply point-in-time support that the source or response did not supply.

The developer pain

Joining four files by hand, then losing the lineage.

NPPES, PECOS, QPP, and the exclusion lists are four different files on four refresh cadences with no shared key beyond the NPI. Stitching them yourself means a brittle ETL job — and once joined, the lineage of which source produced which field is gone.

One GET by NPI returns the supported joined fields, with available source, snapshot date, and confidence. The join, the freshness, and the provenance are the response — not something you reconstruct downstream.

How it works

The sources joined, and how a field is stamped.

NPPES

Identity & taxonomy

Legal name, NPI, primary and secondary taxonomy, practice address — re-derived from the CMS NPI Registry on its release schedule.

PECOS

Medicare enrollment

Enrollment status and reassignment, joined by NPI. The signal a credentialing team checks to confirm a provider can bill Medicare.

QPP

Quality signal

CMS MIPS final score where present — a federally reported quality measure attached to the provider, not a Fonteum opinion.

LEIE

Exclusion flag

An OIG / SAM exclusion flag rides on the same record, so a screen and an enrichment are a single call.

Integration & workflow

One record. Two ways in.

Developers fetch a provider by NPI over REST. Credentialing teams reconcile a roster and export the enriched record. Provenance and snapshot fields remain source- and response-specific.

GET /api/v1/providers/{npi}

curl https://fonteum.com/api/v1/providers/1003894328 \
  -H "Accept: application/json"

Response

{
  "data": {
    "npi": {
      "value": "1003894328",
      "_source": "CMS NPPES", "_snapshot": "2026-05-01"
    },
    "taxonomy_primary": {
      "value": "207RC0000X",
      "_source": "CMS NPPES", "_snapshot": "2026-05-01"
    },
    "enrollment_status": {
      "value": "active",
      "_source": "CMS PECOS", "_snapshot": "2026-05-01"
    },
    "mips_final_score": {
      "value": 88.4,
      "_source": "CMS QPP MIPS", "_snapshot": "2025-12-01"
    },
    "excluded": {
      "value": null,
      "_source": "OIG LEIE", "_snapshot": "2026-06-01"
    },
    "exclusion_coverage": {
      "status": "coverage_stale",
      "determination": "indeterminate",
      "serving_as_of": "2026-05-08",
      "attested_as_of": "2026-07-01"
    }
  },
  "meta": {
    "api_version": "v1",
    "methodology_url": "https://fonteum.com/methodology"
  }
}

Fields return with the source and snapshot metadata available for that response; a missing field is reported as missing. The history endpoint can return only retained versions and may have no prior row for a subject.

Proof — not logos

Supported fields identify their public source.

9M+Source: CMS NPPES · As of 2026-06-10

Providers

Unique NPIs enumerated from the CMS NPI Registry — the identity backbone every enriched field hangs from.

2.98MSource: CMS PECOS · As of 2026-06-18

PECOS enrollments

Medicare enrollment rows joined where NPI is published. The newest source date observed July 12 was June 18, 2026.

QPPSource: CMS QPP MIPS

Quality scores

CMS MIPS final scores attached where reported — a federal measure, cited to its source, never a Fonteum rating.

providers/v1

Methodology version

The version documents how the record is built. A months-later reproduction also requires the retained source input; row-history coverage is not universal.

“We do not tell you a provider is good. We tell you what the federal record says, where it came from, and when.”

CREDENTIALING & ENRICHMENT

Enrich a roster against the federal record, field by field.

Questions

Before the security questionnaire.

How is this different from buying an NPPES extract?

An extract is a flat snapshot. Fonteum exposes available source and observation metadata from NPPES, PECOS, and CMS quality files. Provider-wide row history is not universally retained, so a past credentialing date can be reconstructed only when the response actually supplies a captured prior version.

Can I see what a provider record looked like on a past date?

Not universally. As-of reads work only for captured versions retained after Fonteum began tracking the relevant source. Production row history is currently concentrated in UK sanctions, with small retained sets for procurement awards, OFAC, UN sanctions, and provenance claims; a provider NPI may have no prior version.

Which fields do you enrich?

Identity and taxonomy from NPPES, Medicare enrollment status from PECOS, MIPS quality scores from CMS QPP, plus exclusion and sanction flags. Source, snapshot, and confidence fields appear where the participating source and response supply them; gaps remain null or absent.

How fresh is the data?

Publisher schedules differ from loaded observations. The July 12 audit found NPPES at June 10 and PECOS at June 18; field-level observation metadata varies by response and must not be inferred from cadence.

Do you assert that a provider is credentialed?

No. Fonteum returns supported public-record facts with the provenance fields available for that response. The credentialing decision is yours, and consequential facts should be checked at the named source.

FONTEUM · CREDENTIALING

Enrich provider data on public records only. No PHI.

What’s on file, by the numbers

Platform snapshot · 2026-07-22

13.4Mproviders & companiesProviders, organizations, owners, and facilities on file
26.2Msource-linked factsSource-linked field facts in the dated platform snapshot
90sources with dataDistinct snapshot source IDs with at least one positive record count
79fresh sourcesDistinct source IDs whose latest positive-data snapshot falls within the preceding 45 days
111sources integratedActive registry rows; integration does not establish a load
13state Medicaid jurisdictionsDistinct states represented in the state-exclusions serving table

Integrated, with-data, and fresh-observation counts are separate. No platform-wide source-completeness count is published. Completeness is source-specific and must be evaluated against the named source's expected scope. State coverage is a separate jurisdiction measure.

Source authority is record-specific

Use the issuer named on the record.

Fonteum spans federal, state, and global public publishers. A source page or returned record identifies its issuer and dataset where that metadata is available. A platform registry count does not assign every page to one authority or establish loaded, fresh, or complete coverage.

Browse source records and their stated limitations →

Reproducible by design

Inspect the evidence each published figure actually supplies.

Source and date

Research pages expose the named public file and observation date where those fields are available. Source-file SHA-256 coverage is separate; facts do not currently link deterministically to signatures.

Available derivation

Studies with a retained release and committed derivation link the SQL or method used. Other studies state the evidence and reproduction limits they actually have.

Daily observations

Dated table row-count observations can detect local drift. They do not imply that an upstream publisher released or Fonteum ingested new data that day.

Named medical review

Reviewed by Jennifer Montecillo, MD, medical reviewer. Non-practicing medical reviewer.

Read the full provenance and attestation methodology →

Request access