Send To External Clinician
Send a prescription to an external clinician.
Overview
- Method: POST
- Path:
/pharmacy/macros/send-to-external-clinician - Tags: pharmacy
Parameters
No parameters required.
Request Body
- Content Type:
application/json - Required: Yes
Fields
| Field | Type | Required | Details |
|---|---|---|---|
| prescriptionId | string | Yes | |
| externalClinicianId | string | Yes | |
| externalNetwork | string | Yes | |
| notes | string | No |
Responses
200
Successful response
Content Type: application/json
{
"prescriptionId": "string",
"status": "string",
"message": "string"
}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/pharmacy/macros/send-to-external-clinician \
-H "Content-Type: application/json" \
-d '{"example": "data"}'