Skip to main content
Glama

Medplum MCP Server

by rkirkendall

updateEncounter

Modify an existing healthcare encounter by specifying its ID and updating fields such as status (e.g., 'planned', 'in-progress', 'finished') to reflect current patient care stages.

Instructions

Updates an existing encounter. Requires the encounter ID and the fields to update.

Input Schema

NameRequiredDescriptionDefault
encounterIdYesThe unique ID of the encounter to update.
statusNoNew status for the encounter.

Input Schema (JSON Schema)

{ "properties": { "encounterId": { "description": "The unique ID of the encounter to update.", "type": "string" }, "status": { "description": "New status for the encounter.", "enum": [ "planned", "arrived", "triaged", "in-progress", "onleave", "finished", "cancelled" ], "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