The API that tells practices what their patients need, before the visit starts.
11 CMS quality measures evaluated in real-time against live EHR data in Snowflake. Every care gap returns structured, actionable intelligence.
curl https://api.clinicalgaps.com/api/v1/patients/{guid}/gaps \
-H "X-API-Key: ci_your_key"
{
"gap_count": 4,
"practice_id": "A1B2C3D4-...",
"data_calculated_at": "2026-03-29T03:52:36Z",
"gaps": [{
"what": "Fall risk screening not performed",
"why": "No standardized fall risk assessment found...",
"how_to_close": {
"closure_type": "PERFORM_ASSESSMENT",
"actionability": "ACTIONABLE",
"value_sets": [{ "name": "Falls Screening", "code_count": 4 }]
},
"urgency": { "priority": "MEDIUM", "deadline": "2025-12-31" },
"source": { "measure_id": "CMS139", "measure_type": "Process" }
}]
}