Medplum supports searching and filtering FHIR resources using predefined [search parameters](/content/docs/search/basic-search#search-parameters/index.html) specific to each resource type. You can query data via both the [REST search API](/content/docs/search/basic-search/index.html) and [GraphQL](/content/docs/graphql/index.html).

- [TypeScript SDK Search](/content/docs/sdk/core.medplumclient.search) documentation
- [React Search control](https://storybook.medplum.com/?path=/story/medplum-searchcontrol--all-buttons)
- [Searching Linked Objects](/content/docs/search/basic-search/index.html)
- [Search Features and Fixes](https://github.com/medplum/medplum/pulls?q=is%3Apr+label%3Asearch) on Github
