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" }}