Create Or Update Patient For A Customer
Create or update a patient profile for a customer. The API allows storing personal details, contact information, and address for a patient. If a patient profile already exists for the customer, it will be updated with the new information.
Overview
- Method: POST
- Path:
/clinician/patient/upsert-patient - Tags: clinician
Use Cases
- Register a new patient under a customer account.
- Update existing patient information to ensure accurate records.
- Maintain structured patient data for medical or service-related purposes.
Parameters
No parameters required.
Request Body
No request body required.
Responses
200
Successful response
Content Type: application/json
{}400
Bad Request
Content Type: application/json
{}401
Unauthorized
404
Not Found
500
Internal Server Error
Example Usage
curl -X POST \
https://api.pillexa.com/clinician/patient/upsert-patient \
-H "Content-Type: application/json" \