@extends('layouts.app') @section('title', 'Patient Merge Requests') @section('content')
Duplicate record review workflow
| ID | Primary Record | Duplicate Record | Trigger | Score | Flagged by | Date | Status | Action |
|---|---|---|---|---|---|---|---|---|
| #{{ $mr->id }} |
{{ $mr->primaryPatient->full_name ?? '|' }} {{ $mr->primaryPatient->mrn ?? '' }} |
{{ $mr->duplicatePatient->full_name ?? '|' }} {{ $mr->duplicatePatient->mrn ?? '' }} |
{{ ucfirst(str_replace('_',' ',$mr->trigger)) }} | {{ $mr->match_score }}% | {{ $mr->requester->name ?? '|' }} | {{ $mr->created_at->format('d M Y') }} | {{ ucfirst(str_replace('_',' ',$mr->status)) }} | Review → |
| No merge requests found. | ||||||||