POST
/
dr
/
v1
/
patient

Headers

auth
string
required

The auth token of business_id. It is used to authenticate the business. The token can be fetched from the auth api.

Body

application/json
dob
string
required

Date of birth of the patient (YYYY-MM-DD)

first_name
string
required

First name of the patient

mobile
string
required

Mobile number of the patient, including country code

gender
enum<string>
required

Gender of the patient (e.g., 'M' for male, 'F' for female, 'O' for others)

Available options:
M,
F,
O
designation
enum<string>

Title or designation of the patient

Available options:
Mr.,
Ms.,
Mrs.,
Miss.,
Kumar.,
Shri.,
Smt.,
Dr.,
Master.,
Baby.,
Mohd.,
B/O
partner_patient_id
string

Identifier for the partner’s patient.

middle_name
string

Middle name of the patient (if any)

last_name
string

Last name of the patient

address
object

Address details of the patient

partner_meta
object

Response

201 - application/json
patient_id
string