Send, track, and cancel prescriptions via DoseSpot.Documentation Index
Fetch the complete documentation index at: https://docs.have-foresight.app/llms.txt
Use this file to discover all available pages before exploring further.
Concepts
- Two-step flow:
POST /prescriptionscreates a draft;POST /prescriptions/{id}/sendtransmits to the pharmacy. - Pharmacy is resolved from the patient pharmacies list.
Scopes
prescriptions:read, prescriptions:write
Endpoints
| Method | Path |
|---|---|
DELETE | /v1/prescriptions/{id} |
POST | /v1/prescriptions/{id}/send |
POST | /v1/prescriptions |
openapi.json.