@extends ('layouts.template') @section('content')
Key Numbers
@if(!!$keyNumbers['pendingNotesToSignAllySigned']) @endif @if(@$keyNumbers['naBillableSignedNotes']) @endif
{{$keyNumbers['totalPatients']}} Total patients
{{$keyNumbers['patientsNotSeenYet']}} Patients I have not seen yet
{{$keyNumbers['pendingBillsToSign']}} Pending bills to sign
{{$keyNumbers['signedNotesWithoutBills']}} Signed notes without bills
{{$keyNumbers['pendingNotesToSign']}} Pending notes to sign
{{$keyNumbers['pendingNotesToSignAllySigned']}} Pending notes to sign (ally signed)
{{$keyNumbers['numOpenTickets']}} Open tickets
{{$keyNumbers['unacknowledgedCancelledBills']}} Unacknowledged Cancelled Bills
{{$keyNumbers['unacknowledgedCancelledSupplyOrders']}} Unacknowledged Cancelled Supply Orders
{{$keyNumbers['unsignedSupplyOrders']}} Unsigned Supply Orders
{{$keyNumbers['patientsHavingBirthdayToday']}} Patients having birthday today
{{$keyNumbers['naBillableSignedNotes']}} Billable signed notes
{{$keyNumbers['rmBillsToSign']}} RM Bills to Sign
Remote Monitoring: {{friendly_month(date('Y-m-d'))}}
@if(!$pro->is_hcp) @endif
{{$keyNumbers['rmPatientsWithLT16MD']}} Patients with < 16 meas. days
{{$keyNumbers['rmPatientsWithGTE16MD']}} Patients with >= 16 meas. days
{{$keyNumbers['rmPatientsWithWhomCommDone']}} Patients with whom comm. not done
{{$keyNumbers['rmPatientsWithWhomCommNotDone']}} Patients with whom comm. done
{{$keyNumbers['measurementsToBeStamped']}} Unstamped Measurements
Reimbursement
{{-- --}}
${{friendly_money($reimbursement['currentBalance'])}} Current balance
${{friendly_money($reimbursement['nextPaymentAmount'])}} Processing
{{$reimbursement['lastPayment']}} Last payment
{{friendly_date_time($reimbursement['lastPaymentDate'], false)}} Last payment date
@if($pro->pro_type === 'ADMIN')
Bills & Claims
{{$businessNumbers['notesWithBillsToResolve']}} Notes with bills to resolve
{{$businessNumbers['notesPendingBillingClosure']}} Notes pending billing closure
@endif
@if(count($proApptUpdates))

Appointment Updates

@foreach($proApptUpdates as $update) @endforeach
Client Appt. Date/Time Status
{{$update->name_first}} {{$update->name_last}} {{friendlier_date_time($update->start_time)}} {{$update->status}} Acknowledge
@endif @if(count($naApptUpdates))

Appointment Updates

@foreach($naApptUpdates as $update) @endforeach
Client Pro Appt. Date/Time Status
{{$update->name_first}} {{$update->name_last}} {{$update->pro_name_first}} {{$update->pro_name_last}} {{friendlier_date_time($update->start_time)}} {{$update->status}} Acknowledge
@endif @if(count($newMCPAssociations))

New Patients

@foreach($newMCPAssociations as $assoc)
You have been assigned as the MCP for {{$assoc->patient->displayName()}}. Stamp
@endforeach
@endif @if(count($newNAAssociations))

New Patients

@foreach($newNAAssociations as $assoc)
You have been assigned as the Care Coordinator for {{$assoc->patient->displayName()}}. Stamp
@endforeach
@endif
@if(count($mcpClientMemos))

New Patients Memos (MCP)

@foreach($mcpClientMemos as $memo) @endforeach
Patient Memo Created
{{$memo->name_first}} {{$memo->name_last}} {!! $memo->content !!} {{friendlier_date_time($memo->created_at)}} Stamp
@endif @if(count($naClientMemos))

New Patients Memos (NA)

@foreach($naClientMemos as $memo) @endforeach
Patient Memo Created
{{$memo->name_first}} {{$memo->name_last}} {!! $memo->content !!} {{friendlier_date_time($memo->created_at)}} Stamp
@endif
Today: @{{ selectedDate }}
@{{ event.proInitials }}
@{{ event.proName }}  /  @{{ event.friendlyStartTime }} - @{{ event.friendlyEndTime }} @{{ event.timezone }}  /  @{{ event.title }}
@{{ event.clientName }} @{{ event.clientSummary }}
Status: @{{ event.status }}  /  Edit Appointment
@{{ event.inHowManyHours }}
You have no appointments on @{{ selectedDate }} You have no appointments on @{{ selectedDate }} with status @{{ filterStatus }}
Please select a date from the calendar on the left
Loading...
@include('app.dashboard.incoming_reports')
@include('app.dashboard.erx')
@include('app.dashboard.labs')
@include('app.dashboard.imaging')
@include('app.dashboard.supply_orders')
@endsection