Add Patient

To add patients with mobile number, name and address.

Add Patient

POST https://api.evitalrx.in/v1/patient/patients/add

Request Body

NameTypeDescription

apikey*

String

Authentication token

zipcode

Number

Zip code of the Patient

mobile*

String

Mobile number of Patient

first_name*

String

First name of Patient

last_name

String

Last name of Patient

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

{
    "status_code": "1",
    "status_message": "Patient registered successfully.",
    "datetime": "2022-12-06 18:07:04",
    "data": {
        "patient_id": "qAj4hhwefVxwuZX9nFxHkQ=="
    }
}

Last updated