updatePatient
Update an existing patient's details such as name, birth date, and gender using their unique ID. Designed for Medplum MCP Server to manage FHIR healthcare data.
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. |