Skip to main content
GET
/
caregaps
/
api
/
{quality_program}
/
caregap
Retrieve a list of existing caregap.
curl --request GET \
  --url https://caregaps.sandbox.elationemr.com/caregaps/api/{quality_program}/caregap/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[
  "<string>"
]'
{
  "results": [
    {
      "definition_id": "<string>",
      "patient_id": "<string>",
      "practice_id": "<string>",
      "created_date": "2023-12-25",
      "id": "<string>",
      "quality_program": "<string>",
      "detail": "<string>",
      "closed_date": "2023-12-25"
    }
  ],
  "cursor": "<string>",
  "next_page_url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

quality_program
string
required

Query Parameters

practice_id
string
page_size
integer
default:5
Required range: 1 <= x <= 50
cursor
string
patient_id
string
definition_id
string
status
enum<string>

An enumeration.

Available options:
open,
closed
closed_date_begin
string<date>
closed_date_end
string<date>

Body

application/json

Response

Successful Response

results
CaregapAPI · object[]
required

Page of results requested

cursor
string

Cursor to query for the next page

next_page_url
string

Full URL to query for the next page