Skip to content
Today's snapshot: 113,537 providers tracked
fonteum
ResearchToolsFonteumPricingCoverageMethodologyTrustAbout
DATA · MAY 8, 2026
4,127 records reconciled · 04:12 UTCNPPES daily snapshot · v2026.05.0PECOS weekly snapshot · 2026-05-0426,417 healthcare providers reconciledCare Compare · quarterly refresh currentHRSA HPSA · monthly snapshot · 2026-05-03BLS OEWS · annual workforce contextBEA Regional · economic context · 2026-04-15Audit pack endpoint · 187ms p95Methodology v2026.05.0 stamped on every export4,127 records reconciled · 04:12 UTCNPPES daily snapshot · v2026.05.0PECOS weekly snapshot · 2026-05-0426,417 healthcare providers reconciledCare Compare · quarterly refresh currentHRSA HPSA · monthly snapshot · 2026-05-03BLS OEWS · annual workforce contextBEA Regional · economic context · 2026-04-15Audit pack endpoint · 187ms p95Methodology v2026.05.0 stamped on every export

The source-lineage layer for provider data.

Provider data every analyst, auditor, and acquirer can verify back to the source — in one click.

Built for healthcare analytics teams, payer compliance officers, M&A diligence desks, and provider-roll-up acquirers. Every value carries its source URL, snapshot date, methodology version, and confidence score.

NPI
browse a sample audit pack →
26,417 healthcare providers·6 sources·2,758 provenance rows·methodology v2026.05.0
Provenance · Live
methodology v2026.05.0
Facility
Burns Nursing Home
CCN 015009·Oneonta, AL
Facility name
BURNS NURSING HOME, INC.
CMS Provider of Services·4pq5-n9py·2026-05-07
Total nurse HPRD
4.049
CMS PBJ Staffing·pbj-quality·2026-05-01
SFF status
not_flagged
CMS SFF Listing·sff-list·2026-05-01
License
AL DPH-NF-0421
AL Public Health·alpublichealth.gov·2026-05-04
cycling
View full audit pack →
Today's coverage · 2026-05-08

Healthcare provider data, verified to source, end to end.

Verified against
CMS NPPES daily, PECOS weekly, HRSA HPSA monthly.
Source families
Direct provider data: NPPES, PECOS, Care Compare, HRSA HPSA. Workforce context: BLS OEWS, BEA Regional.
Per-row contract
Source · URL · dataset ID · snapshot · methodology · last-checked · confidence · availability.
Built for
  • Healthcare analytics teams
  • Payer compliance officers
  • M&A diligence desks
  • Provider-roll-up acquirers
The Registry

6 federal public-record sources, cited per field.

Every value Fonteum surfaces traces to one of the registered sources below. Each cite carries the source URL, dataset ID, snapshot date, refresh cadence, and license posture. State contractor boards and restricted-distribution registries — state-bar, NMLS, ABMS — are explicitly excluded.
#
Source
Dataset ID
Snapshot
Cadence
License
Direct provider dataDirect provider data4 sources
01
CMS NPPES
npiregistry.cms.hhs.gov
2026-05-07
Daily
Open
02
CMS PECOS
data.cms.gov · pecos-base
2026-05-04
Weekly
Open
03
CMS Care Compare
data.cms.gov · care-compare
2026-05-04
Quarterly
Open
04
HRSA HPSA
data.hrsa.gov · hpsa
2026-05-03
Monthly
Open
Workforce & economic contextHealthcare workforce & economic context2 sources
05
BLS OEWS
bls.gov · oes
2026-04-30
Annual
Open
06
BEA Regional
bea.gov · regional
2026-04-15
Annual
Open
Source Network

6 feeds, one reconciliation graph.

Each source orbits Fonteum on its own refresh cadence. Every connection is a field-level cite. Every pulse is a snapshot landing.

04
Direct provider data
02
Healthcare workforce & economic context
4Direct provider data
NPPES · PECOS · Care Compare · HRSA
2Healthcare workforce & economic context
BLS OEWS · BEA
NPPESPECOSCare CompareHRSABLS OEWSBEANPPESPECOSCare CompareHRSABLS OEWSBEA
Fonteum
6 sources · live
The Contract

Eight fields per cite. Versioned. Immutable.

Every value Fonteum returns is bound to an eight-tuple provenance contract. Schema-pinned per release. Stamped into every audit-pack export, CSV, and API response.

Key
Field
Description
Example
_source
Source name
Canonical name from issuing authority.
"CMS Provider of Services"
_source_url
Source URL
Deep link to source record. No auth.
data.cms.gov/.../4pq5-n9py
_dataset_id
Dataset ID
Publisher's stable identifier.
"4pq5-n9py"
_snapshot
Snapshot date
ISO date of source pull reconciled against.
"2026-05-07"
_methodology
Methodology version
Transformation contract. Monotonic.
"v2026.05.0"
_last_checked
Last checked
UTC of most recent reconciliation pass.
"2026-05-08T04:12Z"
_confidence
Confidence
0.00–1.00 from source agreement + rules.
1.00
_data_availability
Availability
Present, missing, restricted, deprecated.
["present"]
Audit-pack export

Export the full audit pack for any covered CCN, in one request.

NDJSON, CSV, JSON. Streaming response. Schema-pinned per release. Public no-auth on every CCN we cover.

OpenAPI spec·Methodology v2026.05.0·Sample audit packs

GET/api/v1/audit-pack/export?ccn=015009v2026.05.0
// Burns Nursing Home, AL — CCN 015009
{
  "facility_name": "BURNS NURSING HOME, INC.",
  "_source": "CMS Provider of Services",
  "_dataset_id": "4pq5-n9py",
  "_snapshot": "2026-05-07",
  "_methodology": "v2026.05.0",
  "_confidence": 1.00,
  "total_nurse_hprd": 4.049,
  "sff_status": "not_flagged"
}
# Stream the audit pack for a single CCN
import fonteum

client = fonteum.Client()
for record in client.audit_pack.stream(ccn="015009"):
    print(record["_source"], record["_snapshot"])
    # every value carries its 8-tuple provenance contract
// Stream the audit pack for a single CCN
import { Fonteum } from "@fonteum/sdk";

const client = new Fonteum();
for await (const r of client.auditPack.stream({ ccn: "015009" })) {
  console.log(r._source, r._snapshot, r._confidence);
}
// Stream the audit pack for a single CCN
import "github.com/fonteum/fonteum-go"

client := fonteum.NewClient()
stream, _ := client.AuditPack.Stream(ctx, fonteum.AuditPackParams{
    CCN: "015009",
})
for r := range stream.C {
    fmt.Printf("%s · %s · %.2f\n", r.Source, r.Snapshot, r.Confidence)
}
200 OK · streamed
187ms · 14.2 KB · methodology v2026.05.0
Methodology

Every release, changelog-backed.

Fonteum's transformation contract is monotonic. New versions ship with explicit changelogs. Old versions are pinnable. Every audit pack stamps its methodology version.

May 8, 2026
v2026.05.0· current
  • FDA Drug Establishments feed (source #14)
  • LTACH/IRF Care Compare module (source #20)
  • CCN reconciliation tolerance ±2 days
  • Single-source confidence 0.85
April 15, 2026
v2026.04.0
  • LA LSBLC and AZ ROC state license boards
  • Per-row availability state signal
  • Snapshot timestamps to ISO-8601 UTC
March 1, 2026
v2026.03.0
  • SNF All Owners feed; PE/REIT flag derivation
  • OIG LEIE reconciled at NPI + LBN
  • Provider Directory v1 endpoint
Cited & deposited

Methodology paper, Zenodo DOI, public DuckDB drop, Hugging Face mirror — every reconciliation we publish is reproducible.

Zenodo
DOI 10.5281/zenodo.14872055
deposited 2026-05-08
medRxiv
preprint 2026.05.08.26337284
methodology paper · v1.0
Hugging Face
dataset · 2.1 GB
26,417 records · NDJSON
DuckDB
public drop · parquet
read-only · v2026.05.0
GitHub
provider-graph-spec
v1.0 · MIT licensed
Engagement

Provider data your auditor can verify in one click.

Fonteum pilots run 60 days against your top 200 CCNs or NPIs. Source verification, coverage validation, audit-readiness, with the audit pack on day one.

Begin a verification engagement →Browse a sample audit pack →

Compliance posture

We don’t sell ranking and don’t accept payment to move a provider up the list. For final hire decisions, verify licensing, insurance, and references directly with the applicable licensing or credentialing body.

No bulk-licensing source family is currently ingested for this vertical. Hire-time checking still routes through the body named above.

Methodology · Corrections log · Editorial policy

fonteum

Healthcare provider data, traced to source.


RESEARCH

  • Research hub
  • Data platform
  • For health-tech
  • Pricing
  • Press kit

NETWORK

  • Coverage
  • Healthcare graph

ABOUT

  • Mission
  • Methodology
  • Editorial policy
  • Corrections log
  • Security
  • SLA
  • Support
  • Refresh cadence
  • Terms
  • Contact

SUBSCRIBE

The monthly research digest. One email, first of each month. Unsubscribe anytime.


© 2026 FONTEUM RESEARCH · DATA SNAPSHOT MAY 8, 2026 · BUILT WITH CARE

  • X
  • LINKEDIN
  • PRESS