Skip to main content
POST
Add new prescription

Authorizations

api_key
string
header
required

Body

Object that contains prescription data

Details of a medical prescription assigned to a patient.

patientId
integer<int64>
required

Unique identifier for the patient.

Example:

234796

medicine
string
required

Name of the prescribed medicine.

Example:

"Dolo 650"

isAvailable
boolean
required

Indicates whether the medicine is currently available in the inventory.

dosage
string

Prescribed dosage of the medicine.

Example:

"650 mg"

isRegular
boolean

Indicates whether the prescription involves a recurring subscription.

price
integer

Unit price or total price of the prescribed medicine.

Example:

1000

currency
string

Currency code for the medicine's price.

Example:

"INR"

Response

Successful operation