Update Patient Record Command

Command to update patient demographic or clinical information in the EHR

Overview

The UpdatePatientRecordCommand initiates an update to patient information, triggering validation and audit logging.

Command Schema

{
"commandId": "uuid",
"commandType": "UpdatePatientRecordCommand",
"data": {
"patientId": "string",
"updateType": "demographics | contact | insurance | emergency_contact | preferences",
"updates": {
"fieldName": "newValue"
},
"updatedBy": "string",
"updateReason": "string"
}
}