Skip to main content
Glama

Medplum MCP Server

by rkirkendall

searchEpisodesOfCare

Search for episodes of care by patient ID, status, or managing organization using Medplum MCP Server, enabling precise healthcare data retrieval and management.

Instructions

Searches for episodes of care based on criteria like patient ID or status.

Input Schema

NameRequiredDescriptionDefault
managingOrganizationIdNoThe managing organization ID to filter by. Optional.
patientIdNoThe patient ID to search episodes for. Optional.
statusNoThe episode status to filter by. Optional.

Input Schema (JSON Schema)

{ "properties": { "managingOrganizationId": { "description": "The managing organization ID to filter by. Optional.", "type": "string" }, "patientId": { "description": "The patient ID to search episodes for. Optional.", "type": "string" }, "status": { "description": "The episode status to filter by. Optional.", "enum": [ "planned", "waitlist", "active", "onhold", "finished", "cancelled", "entered-in-error" ], "type": "string" } }, "required": [], "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