DATASET · CMS
477,137 clinician scores.
Individual clinician performance scores from the Quality Payment Program.
Refreshed annual · FHIR Measure · SLA: Within 48h of annual CMS release
FHIR Measure · sample record
What a record looks like in the API response.
{
"resourceType": "Measure",
"id": "mips-1234567890-2023",
"_source": "cms-qpp-mips",
"_methodology": "qpp-mips/v1",
"extension": [{ "url": "finalScore", "valueDecimal": 85.2 }]
}Every record carries _source, _methodology, snapshot date, and confidence tier. These fields survive export and API delivery.
Sample query
One cURL call returns a provenanced record.
curl -H "Authorization: Bearer $FONTEUM_KEY" \ "https://api.fonteum.com/fhir/r4/Measure?_source=mips-scores" \ | jq '._source, ._methodology, .meta.tag'
Response includes the FHIR resource body plus Fonteum provenance metadata on every record.
Dataset stats
Dataset: QPP Individual Scores Agency: CMS Category: Provider performance Records: 477,137 clinician scores Last sync: 2026-05-24 Refresh cadence: Annual Freshness SLA: Within 48h of annual CMS release FHIR resource: Measure Methodology: /methodology
Get access
API access is operator-approved during the pilot.
Submit a pilot request. We review within 1 business day. No charge during the pilot period.