wxoGetPatientInformation
Retrieves basic patient information from the healthcare database by patient ID, including personal details, contact information, and insurance data.
Instructions
Returns basic patient information from the healthcare database including personal details, contact information and insurance data or None.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patient_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | Yes | ||
| sex | Yes | ||
| pregnant | No | ||
| patient_id | Yes | ||
| created_date | No | When was this patient created | |
| insurance_id | No | Anonymized insurance identifier | |
| breastfeeding | No | ||
| pregnancy_trimester | No |