Prescriptions
Number of APIs: 4
-
Get Patient Prescriptions GET {{URL}}/patient/{{PATIENT_ID}}/prescriptions
-
Get Prescription GET {{URL}}/patient/{{PATIENT_ID}}/prescription/{{PRESCRIPTION_ID}}
-
Create Prescription POST {{URL}}/patient/{{PATIENT_ID}}/prescription
-
Update Prescription PUT {{URL}}/patient/{{PATIENT_ID}}/prescription/{{PRESCRIPTION_ID}}