Add Prescription Fulfillment

Add a new fulfillment record (a dispensed refill) to the prescription.

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

Add a new fulfillment record (a dispensed refill) to the prescription by its unique id. You must include the createdAt, orderId, status, drugs, and notes parameters in the request body.

Path Params
string
required

The unique identifier of the prescription to add fulfillment to, e.g., 68ae25b35e032cf8c396b1d0.

Body Params

A schema representing the fulfillment details of a patient's prescription.

date-time

The timestamp when the fulfillment record was created.

number

The unique identifier of the patient order associated with this fulfillment.

status
object

The current status of the fulfillment process.

drugs
array of objects

An array of drug objects detailing the prescription items included in this fulfillment.

drugs
string

Any additional notes or comments related to the fulfillment.

Response

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