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
Name | Required | Description | Default |
---|---|---|---|
birthDate | Yes | The patient's birth date in YYYY-MM-DD format. | |
firstName | Yes | The patient's first name. | |
gender | No | The patient's gender (male, female, other, unknown). Optional. | |
lastName | Yes | The patient's last name. |