wxoGetVitalSignsInformation
Retrieves a patient's vital signs—blood pressure, pulse, creatinine, BMI, weight, height—from the bedside system, returning None when unavailable.
Instructions
Returns patient vital signs from the bedside system (Blood pressure, pulse, creatine data, bmi, weight, height) or None.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | Yes | ||
| sex | Yes | ||
| patient_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bmi | No | ||
| when | No | When were these values updated | |
| height_cm | No | ||
| weight_kg | No | ||
| heart_rate | No | ||
| creatinine_mg_dl | No | Kidney function marker | |
| blood_pressure_systolic | No | ||
| blood_pressure_diastolic | No | ||
| creatinine_clearance_ml_min | No |