get_patient_vital_signs
Access patient vital signs data from FHIR, filtered by date if needed, for clinical review.
Instructions
Retrieve vital signs observations for a specific patient.
Args: patient_id: The FHIR patient ID date: Optional filter by date (YYYY-MM-DD format or date range)
Returns: Dictionary containing the patient's vital signs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patient_id | Yes | ||
| date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||