Prescription
Prescription Events
When a prescription is created or modified, a webhook event is sent to registered webhooks with details about the prescription, including the prescription ID, visit ID, doctor ID, patient ID, and event type.
The receiver can then use the prescription_id
from webhook events to retrieve the details of a specific prescription by calling the prescription API.
POST