Skip to main content
GET
List Patient 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 for the patient identified by patientId in the path. Each result is a FHIR Bundle with a Patient entry, a MeasureReport, and a Parameters resource with supporting calculation details. For more context on care gaps and how to interpret results, see the Care Gaps guide.

Path Params

string
required
The Metriport Patient ID.

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