Create a New Prescription

Create a new prescription record for a customer.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Create a new prescription record for a patient. You must send the customer parameter in the request body.

Body Params

A Data Transfer Object (DTO) for creating a new prescription.

string
required

The unique ID of the patient the prescription is for.

string

The unique ID of the user creating the prescription.

string

The unique ID of the provider who authorized the prescription.

date-time

The creation date of the prescription.

drugs
array of objects

An array of drug objects detailing the prescribed medications.

drugs
string

Any additional notes or instructions from the prescriber.

fulfillments
array of objects

An array of initial fulfillment records.

fulfillments
boolean

A flag indicating if the prescription was given verbally.

meta
object

Metadata about the prescription.

extras
object

Additional non-standard data.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json