'Working', 'final' => 'Final' ]; public function encounter() { return $this->belongsTo(Encounter::class, 'encounter_id'); } }