Add Patient
To add patients with mobile number, name and address.
Add Patient
POST
{{apiUrl}}doctor/patients/add
Request Body
Name
Type
Description
mobile*
Number
Mobile number of Patient
first_name*
String
First name of Patient
last_name*
String
Last name of Patient
zipcode
Number
Zipcode of the patient
apikey*
String
Authentication token
dob
String
Date of Birth of the Patient
Format: YYYY-MM-DD
gender
String
Gender of the Patient.Must be one of male, female, other.
blood_group
String
Blood Group of the Patient
custom_fields
Object
Key value pairs of attribute_key and it's value. For ex: {"patient_ipd_id": "IPD1234", "patient_mapped_id": "PMID9876"}
{
"status_code": "1",
"status_message": "Patient registered successfully.",
"datetime": "2025-01-29 11:51:06",
"version": "1.1.17",
"data": {
"patient_id": "iQJtsq0ypLhX11C0NCHQig==" // Uniquue ID of the Patient
}
}
Last updated
Was this helpful?