Submit Encounter For Order
Completes an order encounter. Validation is handled by the underlying order service and may throw on failure.
Overview
- Method: POST
- Path:
/clinician/encounter/submit-encounter/<orderId> - Tags: clinician
Parameters
orderId (path)
- Type:
string - Required: Yes
- Description: orderId parameter
Request Body
No request body required.
Responses
200
Successful response
Content Type: application/json
{
"error": "string",
"details": [
{}
]
}400
Bad Request
Content Type: application/json
{
"error": "string",
"details": [
{}
]
}401
Unauthorized
404
Not Found
500
Internal Server Error
Example Usage
curl -X POST \
https://api.pillexa.com/clinician/encounter/submit-encounter/<orderId> \
-H "Content-Type: application/json" \