Skip to main content
Glama

Medplum MCP Server

by rkirkendall

searchEncounters

Search and filter healthcare encounters by patient ID, practitioner ID, or status on the Medplum MCP Server. Retrieve relevant encounter data efficiently for improved care coordination.

Instructions

Searches for encounters based on criteria like patient ID or status.

Input Schema

NameRequiredDescriptionDefault
patientIdNoThe patient ID to search encounters for. Optional.
practitionerIdNoThe practitioner ID to search encounters for. Optional.
statusNoThe encounter status to filter by. Optional.

Input Schema (JSON Schema)

{ "properties": { "patientId": { "description": "The patient ID to search encounters for. Optional.", "type": "string" }, "practitionerId": { "description": "The practitioner ID to search encounters for. Optional.", "type": "string" }, "status": { "description": "The encounter status to filter by. Optional.", "enum": [ "planned", "arrived", "triaged", "in-progress", "onleave", "finished", "cancelled" ], "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