Skip to main content
GET
/
api
/
2.0
/
medication_history_download_fills
List Medication History Download Fills
curl --request GET \
  --url https://sandbox.elationemr.com/api/2.0/medication_history_download_fills/ \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "days_supply": "<string>",
      "diagnoses": [
        123
      ],
      "directions": "<string>",
      "history_download": 123,
      "is_active": true,
      "last_fill_date": "2023-11-07T05:31:56Z",
      "medication": 123,
      "medication_description": "<string>",
      "medication_order": 123,
      "note": "<string>",
      "patient": 123,
      "pharmacy_ncpdpid": "<string>",
      "practice": 123,
      "prescriber": 123,
      "prescribing_physician": 123,
      "prior_auth": "<string>",
      "quantity": "<string>",
      "quantity_note": "<string>",
      "quantity_unit": "<string>",
      "refills": [
        123
      ],
      "requesting_physician": 123,
      "substitutions": "<string>",
      "written_date": "2023-11-07T05:31:56Z",
      "create_date": "2023-11-07T05:31:56Z",
      "id": 123
    }
  ],
  "count": 123,
  "next": "http://api.example.org/accounts/?offset=400&limit=100",
  "previous": "http://api.example.org/accounts/?offset=200&limit=100"
}

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.

Query Parameters

history_download
integer<int64>[]

Download summary.

last_fill_date__gte
string<date-time>
last_fill_date__isnull
boolean
last_fill_date__lte
string<date-time>
limit
integer

Number of results to return per page.

offset
integer

The initial index from which to return the results.

order_by
string

Which field to use when ordering the results.

patient
integer<int64>[]

Prescribed patient.

practice
integer<int64>[]

The doctor's practice.

written_date__gte
string<date-time>
written_date__isnull
boolean
written_date__lte
string<date-time>

Response

200 - application/json
results
object[]
required
count
integer
Example:

123

next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"