['required', new ExistsByHash(Study::class)], 'clinical_history' => ['nullable'], 'surgical_history' => ['nullable'], 'lab_results' => ['nullable'], 'clinical_diagnosis' => ['nullable'], ]; } public function authorize(): bool { return true; } }