Prescription API
Get Prescription details
This API retrieves comprehensive details of a prescription created by a doctor. It provides a rich set of data encompassing patient history, diagnosis, medications, lab tests, and various other clinical elements. The response includes:
GET
/
dr
/
v1
/
business
/
prescription
/
{prescription_id}
Headers
auth
string
requiredAuthentication token
Path Parameters
prescription_id
string
requiredPrescription ID
Response
200 - application/json
doctor_id
string
partner_doctor_id
string
doctor_name
string
patient_name
string
patient_id
string
partner_patient_id
string
appointment_id
string
partner_appointment_id
string
clinic_id
string
partner_clinic_id
string
prescription_details
object[]