Get prescriptions
Retrieve prescriptions available to a user. This endpoint returns paginated responses.
Details on pagination are returned in response headers.
X-Total-Count: total number of items availableX-Page: current page numberX-Page-Size: number of items per pageX-Total-Pages: total number of pages availableX-Remaining-Count: number of items remaining after the current page
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number for pagination
1
Number of items per page; defaults to 25, max of 200
25
Filter prescriptions by status. These can be comma-separated. Available status values are found in the get prescription statuses endpoint.
"new"
Filter prescriptions by whether they have an associated order.
Only false is supported (returns prescriptions with no associated orders).
false
Filter prescriptions by patient ID. Send patient_id=null to find prescriptions with no patient assigned.
"5c6b8e2f-7e3c-4f2d-8a1b-9c7d5e4f3g2h"
Filter prescriptions by prescription product ID. Send prescription_product_id=null to find prescriptions with no prescription product assigned.
"5c6b8e2f-7e3c-4f2d-8a1b-9c7d5e4f3g2h"
Filter prescriptions by prescriber ID. Send prescriber_id=null to find prescriptions with no prescriber assigned.
"5c6b8e2f-7e3c-4f2d-8a1b-9c7d5e4f3g2h"
If true, include a nested refill_risk assessment on each prescription
(prescriber license coverage vs predicted next fill). Omitted from each item
when this parameter is absent or false.
true
Response
Successful response with prescriptions accessible to the current user.
Unique identifier
"0227d1e5-ba9a-42b5-8fe2-38882aa65708"
Once identified, Blend ID of the customer associated with the patient
"b658f16f-819c-4503-aede-bd555fc4ebfb"
Blend ID of the containing electronic prescription
"b658f16f-819c-4503-aede-bd555fc4ebfb"
Included only when refill_risk=true is passed on get prescription
or get prescriptions. Omitted from the response otherwise.
Once identified, Blend ID of the patient
Once identified, Blend ID of the prescriber
Once identified, Blend ID of the prescription product
Days supply of the prescription product
30
Description of the prescription product as imported directly from electronic prescription XML
Parsed sig
Name of the drug as provided in the electronic prescription XML
Date the prescription expires
"2026-04-25T00:00:00"
Total number of fills remaining. Upon initial receipt, this will include initial fill quantity plus any refills.
3
Number of fills completed before transfer
0
Name of the Blend prescription product as imported from the assciated prescription_product
"Topical Rapamycin"
Notes as imported directly from electronic prescription XML
"Please dispense 30 days supply"
Product code of the prescription product as imported directly from electronic prescription XML
Type of product code as imported directly from electronic prescription XML
Quantity of the prescription product to dispense
30
Number of refills as ordered by the prescriber
2
Blend-generated serial number of the prescription product
"100721"
Original sig as imported directly from electronic prescription XML
Status of the prescription in Blend workflow
"new"
Strength of the prescription product as imported directly from electronic prescription XML
Whether the prescription product can be substituted
true
Units of measure; adheres to NCPDP QuantityUnitOfMeasure terminology code
"C48480"
Date and time the prescription was written
"2025-04-25T00:00:00"