Skip to main content
Glama

Medplum MCP Server

by rkirkendall

getEncounterById

Retrieve specific healthcare encounter details by providing its unique ID, enabling efficient access to patient interaction records within the Medplum FHIR server.

Instructions

Retrieves an encounter by its unique ID.

Input Schema

NameRequiredDescriptionDefault
encounterIdYesThe unique ID of the encounter to retrieve.

Input Schema (JSON Schema)

{ "properties": { "encounterId": { "description": "The unique ID of the encounter to retrieve.", "type": "string" } }, "required": [ "encounterId" ], "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