Skip to main content
Glama

Medplum MCP Server

by rkirkendall

searchObservations

Retrieve patient observations by filtering criteria such as patient ID, observation code, status, or encounter ID using the Medplum MCP Server for efficient healthcare data management.

Instructions

Searches for observations based on criteria like patient ID or code.

Input Schema

NameRequiredDescriptionDefault
codeNoThe observation code to filter by. Optional.
encounterIdNoThe encounter ID to search observations for. Optional.
patientIdNoThe patient ID to search observations for. Optional.
statusNoThe observation status to filter by. Optional.

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "The observation code to filter by. Optional.", "type": "string" }, "encounterId": { "description": "The encounter ID to search observations for. Optional.", "type": "string" }, "patientId": { "description": "The patient ID to search observations for. Optional.", "type": "string" }, "status": { "description": "The observation status to filter by. Optional.", "enum": [ "registered", "preliminary", "final", "amended", "corrected", "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