Skip to main content
GET
/
api
/
2.0
/
prescription_fills
/
{id}
Retrieve Prescription Fill
curl --request GET \
  --url https://sandbox.elationemr.com/api/2.0/prescription_fills/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "medication_order": 123,
  "patient": 123,
  "pharmacy_ncpdpid": "<string>",
  "practice": 123,
  "fill_date": "2023-12-25",
  "id": 123,
  "note_from_pharmacy": "<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<int64>
required

Response

200 - application/json
fill_status
enum<string>
required
  • AH - Dispensed
  • AJ - PartiallyDispensed
  • AK - NotDispensed
  • AL - Transferred
Available options:
AH,
AJ,
AK,
AL
medication_order
integer<int64>
required
patient
integer<int64>
required
pharmacy_ncpdpid
string
required
Maximum string length: 21
practice
integer<int64>
required
fill_date
string<date> | null
id
integer
read-only
note_from_pharmacy
string | null
Maximum string length: 200