search_patients
Find a patient's ID by searching synthetic FHIR data by name. Use this initial step to locate patients before fetching records or observations.
Instructions
Search for patients in the FHIR sandbox by name. Returns synthetic test data only — never real patient records. Use this first to find a patient's id before calling get_patient or get_observations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full or partial patient name to search for | |
| limit | No | Max results to return (1-20) |