fhir_search
Search any FHIR R4 resource type using key-value parameters and retrieve matching entries as a Bundle.
Instructions
Search a FHIR R4 resource type. Returns a FHIR Bundle (searchset) with matching entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_type | Yes | FHIR resource type to search. | |
| params | No | FHIR search parameters as key-value pairs, e.g. {'family': 'Smith', 'gender': 'female'}. |