Skip to content
FonteumPublic-records evidence
Developer Documentation · Badge Embed

Facility Badge Embed

CMS-listed healthcare facilities can embed a Fonteum badge on their website. Pass a 6-character CMS Certification Number (CCN) to receive an inline SVG badge or an HTML iframe snippet. No authentication required.

GET /api/badge Dataset catalog docs FHIR R4 API docs

Quickstart

Two query parameters. One endpoint.

The CCN is the 6-character CMS Certification Number assigned to every CMS-certified facility. You can find it on the CMS Care Compare facility page or in the /api/fhir/Organization response.

# SVG badge (default)
curl -s "https://fonteum.com/api/badge?ccn=015009" > badge.svg

# HTML iframe embed snippet
curl -s "https://fonteum.com/api/badge?ccn=015009&format=html"
# → <iframe src="https://fonteum.com/api/badge?ccn=015009" ...></iframe>

# Check whether a CCN is in the catalog (404 = not found)
curl -sI "https://fonteum.com/api/badge?ccn=999999" | grep HTTP
# → HTTP/2 404
Embed snippet

Paste the iframe into your facility website.

Replace YOUR_CCNwith your facility’s 6-character CCN. The badge is 240 x 72 px and renders inline — no JavaScript, no layout shift.

<!-- Paste this snippet into your facility website -->
<iframe
  src="https://fonteum.com/api/badge?ccn=YOUR_CCN"
  width="240"
  height="72"
  frameborder="0"
  scrolling="no"
  title="Listed on Fonteum"
></iframe>
Parameters

Two query parameters. Both optional.

ParameterTypeDescription
ccnstring6-character CMS Certification Number. Omit to receive the badge program schema doc (JSON).
formatstringsvg (default) — returns image/svg+xml. html — returns a text/html iframe embed snippet.
Response codes

200, 400, 404, 429, 500. No auth errors.

CodeCondition
200CCN found — returns SVG or HTML embed snippet depending on format param. Also returned when no CCN is provided (returns JSON schema doc).
400ccn is present but not a valid 6-character alphanumeric CMS Certification Number.
404CCN not found in the CMS provider registry.
429Rate limit exceeded — retry after the interval in the Retry-After header.
500Internal error — the registry lookup failed. Retry later; a 500 is never a statement about the CCN itself.
Attribution

Data credit: CMS. Display credit: Fonteum.

The badge displays CMS-sourced data under the US Government Works license. Fonteum aggregates and normalizes the data but does not modify the underlying federal records. Do not modify the badge to remove the Fonteum attribution or the CMS data credit.

See also

Related documentation.

What’s on file, by the numbers

Platform snapshot · 2026-07-24

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