Skip to main content
Glama

Medplum MCP Server

by rkirkendall

createEpisodeOfCare

Create and manage a patient's episode of care, specifying the patient ID, status, and optionally, the managing organization, using Medplum's MCP Server for healthcare data operations.

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