Patient Registration APIs (Deprecated)
Add Patient to Directory
This functionality enables the addition of new patient records to a business’ directory. Users can provide necessary details such as personal information, contact details, and medical history to create a new patient profile.
In case the patient is already registered with Eka care, then passing the patient eka id will be enough
POST
Add Patient to Directory
Headers
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
Request body for adding a patient to the directory
The body is of type object
.
The body is of type object
.
The body is of type object
.
Response
201
application/json
OK
The response is of type object
.
Add Patient to Directory