get_observations
Retrieve recent clinical observations (vitals, lab results) for a patient by ID. Results are capped to prevent large responses.
Instructions
Get recent clinical observations (e.g. vitals, lab results) for a patient by id. Synthetic sandbox data only. Capped to protect against large or runaway responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (1-20) | |
| patientId | Yes | The FHIR Patient resource id |