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 flat, actionable intelligence — one sentence to tell the clinician what to do.
curl https://api.clinicalgaps.com/api/v1/patients/{guid}/gaps \
-H "X-API-Key: ci_your_key"
{
"gap_count": 4,
"practice_id": "A1B2C3D4-...",
"gaps": [{
"what": "Fall risk screening not performed",
"why": "No standardized fall risk assessment found...",
"recommended_action": "Administer a standardized fall risk screening tool.",
"measure": "CMS139",
"category": "SCREENING",
"closure_type": "PERFORM_ASSESSMENT",
"actionability": "ACTIONABLE",
"closable_at_point_of_care": true,
"priority": "MEDIUM",
"deadline": "2025-12-31"
}]
}