Appointment Webhook
Fetch Appointment Details
GET {{HOST}}/dr/v1/business/appointments/{{appointment_id}}
This step allows you to retrieve comprehensive information about the appointment, including any additional details not included in the webhook payload.Prescription Webhook
Fetch Prescription Details
GET {{HOST}}/dr/v1/business/prescription/{{prescription_id}}
This step allows you to retrieve comprehensive information about the prescription, including medication details and other relevant information not included in the webhook payload.Voice2RX Webhook
Fetch Medical Audio Upload Results
GET {{HOST}}/voice-record/api/status/{{transaction_id}}
This API provides the upload status (e.g., queued, inprogress, completed, deleted, error, partial_completed) along with the FHIR output for the processed voice data.