Skip to main content
GET
/
api
/
2.0
/
medication_refills
/
{id}
Retrieve Medication Refill
curl --request GET \
  --url https://sandbox.elationemr.com/api/2.0/medication_refills/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "original_medication_order": 123,
  "practice": 123,
  "prescriber": 123,
  "received_date": "2023-11-07T05:31:56Z",
  "requested_pharmacy_ncpdpid": 123,
  "id": 123,
  "patient": 123,
  "patient_matched": true,
  "supervisor": 123
}

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<int64>
required

Response

200 - application/json
original_medication_order
integer<int64>
required
patient_matching_result
enum<string>
required
Available options:
COMPLETE_MATCH,
MULTIPLE_MATCHES,
NO_MATCH
practice
integer<int64>
required
prescriber
integer<int64>
required
received_date
string<date-time>
required
requested_pharmacy_ncpdpid
integer
required
id
integer
read-only
patient
integer<int64> | null
patient_matched
boolean
supervisor
integer<int64> | null