get_patient_observations
Fetch clinical observations for a patient by ID, with optional filters for category, code, or date.
Instructions
Retrieve observations for a specific patient.
Args: patient_id: The FHIR patient ID category: Optional filter by category (vital-signs, laboratory, etc.) code: Optional filter by observation code (LOINC code) date: Optional filter by date (YYYY-MM-DD format or date range)
Returns: Dictionary containing the patient's observations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patient_id | Yes | ||
| category | No | ||
| code | No | ||
| date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||