Skip to main content
Glama

Medplum MCP Server

by rkirkendall

createPatient

Generate a new patient record with essential details such as first name, last name, and birth date in the Medplum MCP Server for efficient healthcare data management.

Instructions

Creates a new patient resource. Requires first name, last name, and birth date.

Input Schema

NameRequiredDescriptionDefault
birthDateYesThe patient's birth date in YYYY-MM-DD format.
firstNameYesThe patient's first name.
genderNoThe patient's gender (male, female, other, unknown). Optional.
lastNameYesThe patient's last name.

Input Schema (JSON Schema)

{ "properties": { "birthDate": { "description": "The patient's birth date in YYYY-MM-DD format.", "type": "string" }, "firstName": { "description": "The patient's first name.", "type": "string" }, "gender": { "description": "The patient's gender (male, female, other, unknown). Optional.", "enum": [ "male", "female", "other", "unknown" ], "type": "string" }, "lastName": { "description": "The patient's last name.", "type": "string" } }, "required": [ "firstName", "lastName", "birthDate" ], "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