wxoGetPatient360
Retrieve a complete 360-degree patient view by patient ID, covering personal information, medical data, and most recent vital signs.
Instructions
Given a patient id, construct a 360 view of a patient, their information, medical data and most recent vital signs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patient_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| medical | Yes | List of conditions, allergies and prescriptions a patient has | |
| information | Yes | Basic information about a patient | |
| vital_signs | Yes | Most recent vital signs of a patient |