Skip to main content
Glama

updateEncounter

Modify encounter details in healthcare workflows by specifying the encounter ID and updating fields such as status. Facilitates accurate and timely record management within Medplum FHIR servers.

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" }

Latest Blog Posts

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