# Patient

 - [GET /patient](https://docs.api.pracsuite.com/openapi/patient/listpatients-get.md)
 - [POST /patient](https://docs.api.pracsuite.com/openapi/patient/createpatient-post.md): Although not enforced by the API, a default practitioner is required when creating patient records in PracSuite. If no default practitioner is provided, the system assigns the first active practitione
 - [GET /patient/{client_id}](https://docs.api.pracsuite.com/openapi/patient/getpatient-get.md)
 - [PATCH /patient/{client_id}](https://docs.api.pracsuite.com/openapi/patient/editpatient-patch.md)
 - [Patient](https://docs.api.pracsuite.com/openapi/patient/patient.md): Schema: #/components/schemas/Patient
