search
Query FHIR healthcare data by resource type and search parameters to find matching clinical records in a standardized format.
Instructions
Executes a standard FHIR search interaction on a given resource type, returning a bundle or list of matching resources. Use this when you need to query for multiple resources based on one or more search-parameters. Do not use this tool for create, update, or delete operations, and be aware that large result sets may be paginated by the FHIR server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | The FHIR resource type name. Must exactly match one of the resource types supported by the server | |
| searchParam | Yes | A mapping of FHIR search parameter names to their values. Only include parameters supported for the resource type, as listed by `get_capabilities`. |