Skip to main content
Glama

Medplum MCP Server

by rkirkendall

generalFhirSearch

Execute FHIR searches across any resource type with custom parameters using the Medplum MCP Server. Retrieve healthcare data efficiently by specifying resource types and query criteria.

Instructions

Performs a generic FHIR search operation on any resource type with custom query parameters.

Input Schema

NameRequiredDescriptionDefault
queryParamsYesA record of query parameters, where keys are FHIR search parameters and values are their corresponding values.
resourceTypeYesThe FHIR resource type to search for (e.g., 'Patient', 'Observation').

Input Schema (JSON Schema)

{ "properties": { "queryParams": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" }, { "type": "boolean" }, { "items": { "type": "string" }, "type": "array" } ] }, "description": "A record of query parameters, where keys are FHIR search parameters and values are their corresponding values.", "type": "object" }, "resourceType": { "description": "The FHIR resource type to search for (e.g., 'Patient', 'Observation').", "type": "string" } }, "required": [ "resourceType", "queryParams" ], "type": "object" }

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/rkirkendall/medplum-mcp'

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