Request Prescription Transfer
rx_transfer_requestAssemble active medications and stage a phone call to the receiving pharmacy to transfer prescriptions from the current pharmacy, refusing Schedule II. Returns a draft for patient review.
Instructions
Draft a prescription-transfer request: assembles the patient's active medications and stages a phone call to the RECEIVING pharmacy asking it to pull the prescriptions from the current pharmacy (how US transfers actually work). Schedule II medications are refused (never transferable — new prescription required). Returns a draft the patient MUST review; submit with action_commit for the patient's own out-of-band confirmation after they explicitly agree — action_commit does not execute the call itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| medication_names | No | Limit to these medication names (default: all active orders) | |
| to_pharmacy_name | Yes | Receiving pharmacy name | |
| to_pharmacy_phone | Yes | Receiving pharmacy phone number | |
| from_pharmacy_name | No | Current pharmacy name (optional) | |
| from_pharmacy_phone | No | Current pharmacy phone (optional) |