Skip to main content
Glama

Medplum MCP Server

by rkirkendall

updateEpisodeOfCare

Modify the status or details of an existing episode of care using the unique ID and updated fields to reflect changes accurately in healthcare records.

Instructions

Updates an existing episode of care. Requires the episode ID and fields to update.

Input Schema

NameRequiredDescriptionDefault
episodeOfCareIdYesThe unique ID of the episode of care to update.
statusNoNew status for the episode of care.

Input Schema (JSON Schema)

{ "properties": { "episodeOfCareId": { "description": "The unique ID of the episode of care to update.", "type": "string" }, "status": { "description": "New status for the episode of care.", "enum": [ "planned", "waitlist", "active", "onhold", "finished", "cancelled", "entered-in-error" ], "type": "string" } }, "required": [ "episodeOfCareId" ], "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