Skip to main content
Glama

Medplum MCP Server

by rkirkendall

createEpisodeOfCare

Creates a new episode of care for a patient in the Medplum MCP Server, requiring patient ID and status to define healthcare management stages such as planned, active, or finished.

Instructions

Creates a new episode of care for a patient. Requires patient ID and status.

Input Schema

NameRequiredDescriptionDefault
managingOrganizationIdNoThe ID of the organization managing this episode. Optional.
patientIdYesThe ID of the patient this episode of care is for.
statusYesThe status of the episode of care.

Input Schema (JSON Schema)

{ "properties": { "managingOrganizationId": { "description": "The ID of the organization managing this episode. Optional.", "type": "string" }, "patientId": { "description": "The ID of the patient this episode of care is for.", "type": "string" }, "status": { "description": "The status of the episode of care.", "enum": [ "planned", "waitlist", "active", "onhold", "finished", "cancelled", "entered-in-error" ], "type": "string" } }, "required": [ "patientId", "status" ], "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