# Patient Health Profile Patient allergies, medications, and problems retrieval (get by ID under account) ## Get allergy by ID - [GET /partner/v2/account/{accountId}/health-profile/allergies/{allergyId}](https://lobbie-partner.redocly.app/openapi/patient-health-profile/getallergy.md): Retrieve detailed information about a specific allergy. Scoped by account. ## Get medication by ID - [GET /partner/v2/account/{accountId}/health-profile/medications/{medicationId}](https://lobbie-partner.redocly.app/openapi/patient-health-profile/getmedication.md): Retrieve detailed information about a specific medication. Scoped by account. ## Get problem by ID - [GET /partner/v2/account/{accountId}/health-profile/problems/{problemId}](https://lobbie-partner.redocly.app/openapi/patient-health-profile/getproblem.md): Retrieve detailed information about a specific problem/diagnosis. Scoped by account. ## List patient allergies - [GET /partner/v2/account/{accountId}/patients/{patientId}/health-profile/allergies](https://lobbie-partner.redocly.app/openapi/patient-health-profile/listallergies.md): Retrieve all allergies for a patient including severity, reactions, and status. ## List patient medications - [GET /partner/v2/account/{accountId}/patients/{patientId}/health-profile/medications](https://lobbie-partner.redocly.app/openapi/patient-health-profile/listmedications.md): Retrieve all medications for a patient including dosage instructions and status. ## List patient problems/diagnoses - [GET /partner/v2/account/{accountId}/patients/{patientId}/health-profile/problems](https://lobbie-partner.redocly.app/openapi/patient-health-profile/listproblems.md): Retrieve all problems (diagnoses) for a patient including ICD-10 codes and status. ## List patient allergies - [GET /partner/v2/account/{accountId}/patients/{patientId}/health-profile/allergies](https://lobbie-partner.redocly.app/openapi/patients/listallergies.md): Retrieve all allergies for a patient including severity, reactions, and status. ## List patient medications - [GET /partner/v2/account/{accountId}/patients/{patientId}/health-profile/medications](https://lobbie-partner.redocly.app/openapi/patients/listmedications.md): Retrieve all medications for a patient including dosage instructions and status. ## List patient problems/diagnoses - [GET /partner/v2/account/{accountId}/patients/{patientId}/health-profile/problems](https://lobbie-partner.redocly.app/openapi/patients/listproblems.md): Retrieve all problems (diagnoses) for a patient including ICD-10 codes and status.