Skip to main content
Glama

Medplum MCP Server

by rkirkendall

getPatientById

Retrieve patient details using their unique ID to access healthcare data stored in Medplum FHIR servers through the Medplum MCP Server.

Instructions

Retrieves a patient resource by their unique ID.

Input Schema

NameRequiredDescriptionDefault
patientIdYesThe unique ID of the patient to retrieve.

Input Schema (JSON Schema)

{ "properties": { "patientId": { "description": "The unique ID of the patient to retrieve.", "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