Qodex.ai
Qodex.ai
Introduction
PocketPills-TeleMedicine APIs
Direct Order Creation
Direct Order Creation
Patient
Add Patient AddressUpdate PatientCreate PatientUpdate AddressSearch PatientGet Patient
Insurances
Update InsuranceAdd InsuranceGet InsuranceGet Insurances
Prescriptions
Create PrescriptionGet PrescriptionUpdate PrescriptionGet Patient Prescriptions
Orders
Create OrderGet OrderUpdate Order
Introduction
PocketPills-TeleMedicine APIs
Direct Order Creation
Direct Order Creation
Patient
Add Patient AddressUpdate PatientCreate PatientUpdate AddressSearch PatientGet Patient
Insurances
Update InsuranceAdd InsuranceGet InsuranceGet Insurances
Prescriptions
Create PrescriptionGet PrescriptionUpdate PrescriptionGet Patient Prescriptions
Orders
Create OrderGet OrderUpdate Order
HomePocketPills-TeleMedicine APIsPatient

Patient

Number of APIs: 6

  1. Create Patient PUT {{URL}}/patient

  2. Get Patient GET {{URL}}/patient/{{PATIENT_ID}}

  3. Update Patient PUT {{URL}}/patient/{{PATIENT_ID}}

  4. Add Patient Address POST {{URL}}/patient/{{PATIENT_ID}}/address

  5. Update Address PUT {{URL}}/patient/{{PATIENT_ID}}/address/{{ADDRESS_ID}}

  6. Search Patient GET {{URL}}/patient/search?phone=9958893881&email=test@pocketpills.com

Previous
Direct Order Creation
Next
Add Patient Address