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/patients/ | List Patients |
| GET | /api/2.0/patients/{id}/ | Retrieve Patient |
| POST | /api/2.0/patients/ | Create Patient |
| PATCH | /api/2.0/patients/{id}/ | Partially Update Patient |
| PUT | /api/2.0/patients/{id}/ | Update Patient |
| DELETE | /api/2.0/patients/{id}/ | Delete Patient |