Get Patient

To get the patient details

Get Patient

POST https://api.evitalrx.in/v1/fulfillment/patients/view

Request Body

NameTypeDescription

patient_id*

String

Unique id of the Patient

apikey*

String

Authentication token

mobile

String

Either patient_id or mobile should be passed.

{
    "status_code": "1",
    "status_message": "Success",
    "datetime": "2022-12-06 18:11:54",
    "data": [
        {
            "firstname": "Manav",
            "lastname": "Patel",
            "zipcode": "380008",
            "mobile": "9787998785",
            "patient_id": "qAj4hhwefVxwuZX9nFxHkQ=="
        }
    ]
}

Last updated