# Patient Resource 'Patient' operations. ## Retrieve collection of patients. - [GET /patients](https://developers.askara.ai/apis/askara-symfony/askara-api/patient/api_patients.md): Use this endpoint to retrieve the collection of patient information. ## Create a patient. - [POST /patients](https://developers.askara.ai/apis/askara-symfony/askara-api/patient/api_patient_create.md): Use this endpoint to create a patient entity. ## Retrieve a patient. - [GET /patients/{uuid}](https://developers.askara.ai/apis/askara-symfony/askara-api/patient/api_patient.md): Use this endpoint to retrieve a patient information.