Skip to main content

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.

Send, track, and cancel prescriptions via DoseSpot.

Concepts

  • Two-step flow: POST /prescriptions creates a draft; POST /prescriptions/{id}/send transmits to the pharmacy.
  • Pharmacy is resolved from the patient pharmacies list.

Scopes

prescriptions:read, prescriptions:write

Endpoints

MethodPath
DELETE/v1/prescriptions/{id}
POST/v1/prescriptions/{id}/send
POST/v1/prescriptions
See the Full schema section in the sidebar for the interactive request/response reference rendered from openapi.json.