Skip to main content
GET
/
api
/
2.0
/
ccda
/
{id}
Retrieve Ccda
curl --request GET \
  --url https://sandbox.elationemr.com/api/2.0/ccda/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "base64_ccda": "<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

id
integer
required

The id of the patient to retrieve the CCDA for.

Query Parameters

end_date
string<date>

The end date of the CCDA to retrieve.

sections
string[]

A comma-separated list of sections to include in the CCDA. If not provided, all sections will be included.

start_date
string<date>

The start date of the CCDA to retrieve.

template
string

The template used to display the desired information on the CCDA

Response

200 - application/json
id
integer<int64>
required
base64_ccda
file
read-only