To get the patient details
Last updated 5 months ago
Was this helpful?
POST
patient_id*
String
Unique id of the Patient
apikey*
Authentication token
mobile*
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==", "custom_fields": { // addtional fields related to patients "patient_ipd_id": "IPD1234", "patient_mapped_id": "PMID9876" } } ] }
{ "status_code": "0", "status_message": "\"patient_id\" is required", "datetime": "2022-12-06 18:12:45", "data": null }
{{apiUrl}}patient/patients/view