Skip to main content
Glama

Medplum MCP Server

by rkirkendall

updatePatient

Update patient details such as name, birth date, and gender using the patient's unique ID within the Medplum MCP Server for accurate healthcare record management.

Instructions

Updates an existing patient's information. Requires the patient's ID and the fields to update.

Input Schema

NameRequiredDescriptionDefault
birthDateNoNew birth date in YYYY-MM-DD format.
firstNameNoNew first name for the patient.
genderNoNew gender (male, female, other, unknown).
lastNameNoNew last name for the patient.
patientIdYesThe unique ID of the patient to update.

Input Schema (JSON Schema)

{ "properties": { "birthDate": { "description": "New birth date in YYYY-MM-DD format.", "type": "string" }, "firstName": { "description": "New first name for the patient.", "type": "string" }, "gender": { "description": "New gender (male, female, other, unknown).", "enum": [ "male", "female", "other", "unknown" ], "type": "string" }, "lastName": { "description": "New last name for the patient.", "type": "string" }, "patientId": { "description": "The unique ID of the patient to update.", "type": "string" } }, "required": [ "patientId" ], "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