Overview
Care Gaps automatically identifies missing or incomplete care for patients based on HEDIS quality measures. The system analyzes patient data to determine whether recommended screenings, preventive care, and treatments have been completed according to evidence-based guidelines. Care gaps are represented as MeasureReport resources that capture the results of quality measure calculations, including population membership (initial population, denominator, numerator) and supporting evidence used in the calculation. When clinical data becomes available in our system for a patient, care gap evaluation runs on the next analytics cycle (typically within about 30 minutes). Data may arrive through a Network Query or real-time patient notifications such as ADTs. Later cycles keep re-analyzing your patient population to find opportunities to improve care quality and close gaps in care delivery.Identifying Care Gaps
A care gap exists when a patient:- Is in the initial population (count = 1)
- Is in the denominator (count = 1)
- Is NOT in the denominator exclusion (count = 0)
- Is NOT in the numerator (count = 0)
Example: Breast Cancer Screening (BCS-E)
Your organization wants to know which patients are overdue for a mammogram. The system would:- Find all patients assigned female at birth (initial population)
- Narrow to those aged 40–74 (denominator)
- Remove patients with a bilateral mastectomy or other qualifying exclusion (denominator exclusion)
- Check whether each remaining patient had a mammogram in the past two years (numerator)
This is a representative example of how the system works.
We’ve excluded other qualifying logic to highlight the
core denominator/numerator concept — the full BCS-E
specification includes additional eligibility and
exclusion criteria.
Available Measures
The following HEDIS measures are currently supported, organized by clinical category.The measures below reflect the full HEDIS measure set
published by NCQA. If you need a custom measure
implemented, get in touch with us
directly.
Access/Availability of Care
Effectiveness of Care
Behavioral Health
Care Coordination
Cardiovascular Conditions
Diabetes
Musculoskeletal Conditions
Overuse/Appropriateness
Prevention and Screening
Respiratory Conditions
Measures Reported Using Electronic Clinical Data Systems
Risk Adjusted Utilization
Utilization
Getting Started
If the Analytics Platform is enabled for your account, care gap results are available through the API and Dashboard as each analytics cycle completes.Accessing via API
Care gap results are available through these endpoints:- List Care Gaps — paginated care gaps across your organization.
- List Patient Care Gaps — paginated care gaps for one patient.
- Get Care Gap — full care gap
Bundle for a specific
measureReportId.
Bundle resources. Each bundle includes a Patient entry, a
MeasureReport, and a Parameters resource with supporting calculation details.

