wxoGetMedicalInformation
Retrieves patient diagnosis, allergies, and prescriptions using patient ID, returning None when no records exist.
Instructions
Returns comprehensive patient medical inforamation regarding the diagnosis (condition), allergies and any given prescriptions or None
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patient_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| allergies | No | List of allergies a patient has, blank if none | |
| conditions | No | Conditions, Diagnoses, Diseases a patient has, blank if none | |
| prescriptions | No | List of prescriptions a patient has |