Purpose
pharmacy_processing_prescription fires when the pharmacy begins processing a prescription.
Payload shape (v2)
{
"event_type": "pharmacy_processing_prescription",
"event_id": "event::5d8e1f2b-6a3c-4b8d-9e2f-7a1b3c4d5e6f",
"api_version": "2026-08-09",
"timestamp": "2026-07-15T14:30:00.000Z",
"affiliate_id": "aff::example",
"patient_id": "pat::43e3b917-8d95-4745-942d-70679b4a1b3f",
"patient_external_id": "ext-patient-123",
"patient_marketing_consent": true,
"is_returning_patient": false,
"prescription_id": "rx::example",
"pharmacy_id": "ph::example",
"pharmacy_status": "processing",
"order_id": "ord::example",
"commerce_status": "processing"
}This event carries the prescription ID and current pharmacy status; the complete prescription and pharmacy detail is available via the authenticated GET /prescriptions/:id endpoint.
