Skip to main content
Glama

Medplum MCP Server

by rkirkendall

searchConditions

Query and filter patient medical conditions using criteria like clinical status, category, or code. Requires patient ID for precise search on the Medplum MCP Server.

Instructions

Searches for conditions based on patient and other criteria. Requires a patient ID.

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter by category, e.g., "encounter-diagnosis" or "problem-list-item".
clinical-statusNoFilter by clinical status.
codeNoA code to filter by, e.g., "http://snomed.info/sct|44054006". Optional.
patientIdYesThe ID of the patient whose conditions are being searched.

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Filter by category, e.g., \"encounter-diagnosis\" or \"problem-list-item\".", "type": "string" }, "clinical-status": { "description": "Filter by clinical status.", "enum": [ "active", "recurrence", "relapse", "inactive", "remission", "resolved" ], "type": "string" }, "code": { "description": "A code to filter by, e.g., \"http://snomed.info/sct|44054006\". Optional.", "type": "string" }, "patientId": { "description": "The ID of the patient whose conditions are being searched.", "type": "string" } }, "required": [ "patientId" ], "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