Skip to main content
GET
List Care Gaps
Analytics must be enabled for your account to receive data from this endpoint. Contact us to get started.
Returns a paginated list of care gaps across all patients in your organization. Each result is a FHIR Bundle that includes a Patient resource, a MeasureReport, and a Parameters resource with supporting calculation details for that patient and measure. To list care gaps for a single patient, use List Patient Care Gaps. For more context on care gaps and how to interpret results, see the Care Gaps guide.

Query Params

number
Maximum number of results to return. Must be between 1 and 100. Defaults to 20.
number
Number of results to skip for pagination. Must be 0 or greater. Defaults to 0.

Response

object
required
Pagination metadata.
Bundle[]
required
Array of FHIR Bundle resources. Each bundle contains a Patient, a MeasureReport, and a Parameters resource.
Response