@extends ('layouts.template') @section('content')
Key Numbers
{{$pro->get_patients_count_as_admin()}} Patients
{{$pro->get_new_patients_awaiting_visit_count_as_admin()}} New Patients Awaiting Visit
{{$pro->get_notes_pending_signature_count_as_admin()}} Notes Pending Signature
{{$pro->get_notes_pending_summary_suggestion_count_as_admin()}} Notes With Pending Summary Suggestion
{{$pro->get_notes_rejected_summary_suggestion_count_as_admin()}} Notes With Rejected Summary Suggestion
{{$pro->get_notes_pending_billing_count_as_admin()}} Notes Pending Billing
{{$pro->get_incoming_reports_pending_signature_count_as_admin()}} Reports Pending Signature
{{$pro->get_patients_without_appointment_count_as_admin()}} Patients w/o Appointments
where('is_active', true) ->where(function ($q) { $q->whereNull('client_engagement_status_category') ->orWhere('client_engagement_status_category', '<>', 'DUMMY'); }) ->where('most_recent_completed_mcp_note_date', '<', $dateBefore45Days) ->count(); ?> {{$count}} Patients Not Seen in 45 Days
{{$pro->get_cancelled_appointments_pending_acknowledgement_count_as_mcp()}} Cancelled Appts. Pending Review
{{$pro->get_cancelled_bills_awaiting_review_count_as_mcp()}} Cancelled Bills Pending Review
{{$pro->get_cancelled_supply_orders_awaiting_review_count_as_mcp()}} Cancelled Supply Orders
{{$pro->get_erx_and_orders_awaiting_signature_count_as_mcp()}} ERx & Orders Pending Signature
{{$pro->get_supply_orders_awaiting_signature_count_as_mcp()}} Supply Orders Pending Signature
{{$pro->get_open_tickets_count_as_mcp()}} Open Ticket{{$pro->get_open_tickets_count_as_mcp() !== 1 ? 's' : ''}}
{{ $pro->myNotesPendingSupervisorPhysicianStamping() }} Notes Pending Physician Supervisor Stamping
where('is_active', true) ->where(function ($q) { $q->whereNull('client_engagement_status_category') ->orWhere('client_engagement_status_category', 'ACTIVE'); }) ->whereRaw('(default_mcp_company_pro_payer_id IS NULL OR default_mcp_company_location_id IS NULL)') ->count(); ?> {{$count}} Patients without default company location / pro payer
where('is_core_note', false) ->where('is_signed_by_hcp', true) ->whereNull('hcp_company_pro_payer_id') ->count(); ?> {{$count}} Notes without HCP company pro payer
where('is_cancelled', false) ->whereNotNull('hcp_pro_id') ->whereNull('hcp_company_pro_id') ->where('has_hcp_been_paid', false) ->count(); ?> {{$count}} Note HCP bills without company pro
where('is_cancelled', false) ->whereNotNull('generic_pro_id') ->whereNull('generic_company_pro_id') ->where('has_generic_pro_been_paid', false) ->where('code', 'RM MCP') ->count(); ?> {{$count}} RPM MCP bills without company pro
where('is_cancelled', false) ->whereNotNull('generic_pro_id') ->whereNull('generic_company_pro_id') ->where('has_generic_pro_been_paid', false) ->where('code', 'RM RMM') ->count(); ?> {{$count}} RPM RMM bills without company pro
Remote Monitoring: {{friendly_month(date('Y-m-d'))}}
{{$pro->get_patients_without_remote_measurement_in_48_hours_count_as_mcp() ?? '-'}} Patients w/o Measurement in 48 hrs.
Practice Management
{{-- --}}
Revenue Cycle Management
${{friendly_money($reimbursement['currentBalance'])}} Current balance
${{friendly_money($reimbursement['nextPaymentAmount'])}} Processing
${{friendly_money($reimbursement['nextPaymentAmount'])}} Treatment Services
${{friendly_money($reimbursement['nextPaymentAmount'])}} Remote Monitoring
${{friendly_money($reimbursement['nextPaymentAmount'])}} Other Services
{{$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
Today: @{{ selectedDate }}
{{--
@{{ event.proInitials }}
@{{ event.proName }}  /  @{{ event.friendlyStartTime }} - @{{ event.friendlyEndTime }} @{{ event.timezone }}  /  @{{ event.title }}
@{{ event.clientName }} @{{ event.clientSummary }}
Confirmation pending
Confirmed by the patient
Status: @{{ event.status }}
| Edit Appointment
Coverage Status: @{{ event.coverage }}
@{{ event.inHowManyHours }}
--}}
Time Pro Patient Status Coverage Created By Created At
Training Clinical @{{ event.friendlyStartTime }} - @{{ event.friendlyEndTime }} @{{ event.timezone }} @{{ event.proName }} @{{ event.clientName }} @{{ event.clientSummary }} @{{ event.coverage }} Edit @{{ event.createdBy }} @{{ event.createdAt }}
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
Remote Monitoring: {{friendly_month(date('Y-m-d'))}}
@include('app.practice-management.remote-monitoring-admin-tree')
Loading...
@include('app.dashboard.incoming_reports')
@include('app.dashboard.erx')
@include('app.dashboard.labs')
@include('app.dashboard.imaging')
@include('app.dashboard.supply_orders')
@if(request()->input('mcpas')) @if(count($newMCPAssociations))

New Patients

Close
@foreach($newMCPAssociations as $assoc)
You are now the MCP for {{$assoc->patient->displayName()}} patient->nextAppointment(); ?> @if($nextAppt)
Appt. {{$nextAppt->pro->displayName()}} on {{friendlier_date_time($nextAppt->raw_date . ' ' . $nextAppt->raw_start_time)}}
@if($nextAppt->status === 'PENDING') {{-- WIP: ALIX overhaul --}}
Confirmation pending
@endif @if($nextAppt->status === 'CONFIRMED')
Confirmed by the patient
@endif @if($nextAppt->status === 'CANCELLED')
Cancelled
@endif @endif
Ack.
@endforeach
@endif @else @if(!!$newMCPAssociations) You have {{$newMCPAssociations}} new MCP association{{$newMCPAssociations === 1 ? '' : 's'}} @endif @endif @if(request()->input('naas')) @if(count($newNAAssociations))

New Patients

Close
@foreach($newNAAssociations as $assoc)
You are now the Care Coordinator for {{$assoc->patient->displayName()}} patient->nextAppointment(); ?> @if($nextAppt)
Appt. {{$nextAppt->pro->displayName()}} on {{friendlier_date_time($nextAppt->raw_date . ' ' . $nextAppt->raw_start_time)}}
@if($nextAppt->status === 'PENDING') {{-- WIP: ALIX overhaul --}}
Confirmation pending
@endif @if($nextAppt->status === 'CONFIRMED')
Confirmed by the patient
@endif @if($nextAppt->status === 'CANCELLED')
Cancelled
@endif @endif
Ack.
@endforeach
@endif @else @if(!!$newNAAssociations) You have {{$newNAAssociations}} new NA association{{$newNAAssociations === 1 ? '' : 's'}} @endif @endif @if(request()->input('mcpcm')) @if(count($mcpClientMemos))

New Patients Memos (MCP)

Close
@foreach($mcpClientMemos as $memo) @endforeach
Patient Memo Created
{{$memo->name_first}} {{$memo->name_last}} {!! $memo->content !!} {{friendlier_date_time($memo->created_at)}} Ack.
@endif @else @if($mcpClientMemos[0]->count) You have {{$mcpClientMemos[0]->count}} new MCP client memo{{$mcpClientMemos[0]->count === 1 ? '' : 's'}} @endif @endif @if(request()->input('nacm')) @if(count($naClientMemos))

New Patients Memos (NA)

Close
@foreach($naClientMemos as $memo) @endforeach
Patient Memo Created
{{$memo->name_first}} {{$memo->name_last}} {!! $memo->content !!} {{friendlier_date_time($memo->created_at)}} Ack.
@endif @else @if($naClientMemos[0]->count) You have {{$naClientMemos[0]->count}} new MCP client memo{{$naClientMemos[0]->count === 1 ? '' : 's'}} @endif @endif
@endsection