Veradigm · Practice Fusion

Clinical Intelligence Platform

The API that tells practices what their patients need, before the visit starts.

What it does

11 CMS quality measures evaluated in real-time against live EHR data in Snowflake. Every care gap returns structured, actionable intelligence.

what
What's wrong
why
Why it exists
how_to_close
Exact codes to close it
urgency
Priority and deadline
attribution
Provider and practice
source
CMS measure that found it

Try it

Request
curl https://api.clinicalgaps.com/api/v1/patients/{guid}/gaps \
  -H "X-API-Key: ci_your_key"
Response
{
  "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" }
  }]
}

Endpoints

Authentication
POST/auth/registerSend verification code
POST/auth/verifyGet API key
POST/auth/revokeRevoke a key
Evaluation
POST/api/v1/evaluationsAsync submit
GET/api/v1/evaluations/{id}Poll results
POST/api/v1/evaluations/batchPre-warm schedule
Patient gaps
GET/api/v1/patients/{guid}/gapsAll measures
GET/api/v1/patients/{guid}/gaps/{measure}Single measure
Dashboards
GET/api/v1/providers/{guid}/gaps/summaryProvider panel
GET/api/v1/practices/{guid}/gaps/summaryPractice-wide
Reference
GET/api/v1/measuresAll 11 measures
GET/api/v1/value-sets/{oid}Full code list

Get started

Register with your corporate email
POST /auth/register {"email": "you@veradigm.com", "client_name": "my-app"}
Verify with the code from your inbox
POST /auth/verify {"email": "you@veradigm.com", "code": "482917"}
Use your API key on every request
X-API-Key: ci_7f3a9b2c4d5e6f...

Resources

Swagger UI
Interactive API documentation
OpenAPI spec
Import into Postman or Bruno
GitHub
Source code and documentation
Agent skill
For AI agent integration