For AI agents: visit https://docs.elationhealth.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Method | Endpoint | Description |
|---|
| GET | /api/2.0/lab_orders/ | List Lab Orders |
| GET | /api/2.0/lab_orders/{id}/ | Retrieve Lab Order |
| POST | /api/2.0/lab_orders/ | Create Lab Order |
| PATCH | /api/2.0/lab_orders/{id}/ | Partially Update Lab Order |
| PUT | /api/2.0/lab_orders/{id}/ | Update Lab Order |
| DELETE | /api/2.0/lab_orders/{id}/ | Delete Lab Order |
| GET | /api/2.0/lab_orders/{id}/printable/ | Retrieve the Printable Lab Order View |