Skip to main content
Glama

Medplum MCP Server

by rkirkendall

updateEpisodeOfCare

Modify an existing healthcare episode by updating its status or other fields using its unique ID. Simplify data management in Medplum FHIR servers.

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