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
Name | Required | Description | Default |
---|---|---|---|
birthDate | No | New birth date in YYYY-MM-DD format. | |
firstName | No | New first name for the patient. | |
gender | No | New gender (male, female, other, unknown). | |
lastName | No | New last name for the patient. | |
patientId | Yes | The unique ID of the patient to update. |