Skip to main content
GET
/
caregaps
/
api
/
{quality_program}
/
caregap
/
{caregap_id}
Retrieve an existing caregap.
curl --request GET \
  --url https://caregaps.sandbox.elationemr.com/caregaps/api/{quality_program}/caregap/{caregap_id}/ \
  --header 'Authorization: Bearer <token>'
{
  "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"
}

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
caregap_id
string
required

Query Parameters

practice_id
string

Response

Successful Response

definition_id
string
required

Definition id this caregap is associated with.

patient_id
string
required

Patient id this caregap is associated with.

practice_id
string
required

Practice id this caregap is associated with.

created_date
string<date>
required

ISO timestamp for when this caregap was created.

status
enum<string>
required

Current status of the caregap

Available options:
open,
closed
id
string
required

UUID to identify the caregap

quality_program
string
required

Quality program this caregap is associated with.

detail
string

Extra detail about the caregap.

closed_date
string<date>

ISO timestamp for when the caregap was closed.

closed_by
enum<string>

Who or what action closed the caregap.

Available options:
API,
condition-saved,
feedback