$this->patient->department_patient_id, 'department_id' => $this->patient->rf_department_id, 'full_name' => $this->patient->full_name, 'action' => $this->action, 'is_current' => $this->patient->is_current, 'changed_at' => now()->toISOString(), ]; } }