Get all prescriptions
Retrieve all prescriptions accessible to the current user.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter prescriptions by status. Available status values are found in the get prescription statuses
endpoint.
"new"
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"
Send include=all
to include all related resources (customer, electronic_prescription, patient, prescription_product, prescriber) in the response.
"all"
Response
Successful response with all prescriptions accessible to the current user.
The response is of type object[]
.