Skip to main content
Glama
mrosata

MCP FHIR Server

by mrosata

search_fhir_resources

Search healthcare data by querying FHIR resources like Patient or Observation records using specific parameters and custom headers.

Instructions

Search for FHIR resources using query parameters.

Args: resource_type: The FHIR resource type to search (e.g., "Patient", "Observation") search_params: Optional dictionary of search parameters (e.g., {"name": "Smith", "gender": "female"}) custom_headers: Optional dictionary of custom HTTP headers to include in the request. For Zus servers, use {"Zus-Account": "builder-id"} for multi-tenant access.

Returns: A FHIR Bundle containing matching resources or an error message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resource_typeYes
search_paramsNo
custom_headersNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrosata/mcp-fhir'

If you have feedback or need assistance with the MCP directory API, please join our Discord server