Skip to main content
Glama

Medplum MCP Server

by rkirkendall

searchEncounters

Search healthcare encounters using patient ID, status, or practitioner ID. This tool enables efficient filtering and retrieval of encounter data within the Medplum FHIR environment, supporting streamlined healthcare management.

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