@extends ('layouts.template') @section('content')
Key Numbers
{{$pro->patientsCountAsDna()}} Patients
{{$pro->patientsAwaitingMcpVisitCountAsDna()}} Patients Awaiting MCP Visit
{{$pro->patientsWithoutAppointmentCountAsDna()}} Patients w/o Appointment
{{$pro->encountersPendingMyReviewCountAsDna()}} Encounters Pending My Review
{{$pro->encountersInProgressCountAsDna()}} Encounters In Progress
{{$pro->appointmentsPendingConfirmationCountAsDna()}} Appointments Pending Confirmation
{{$pro->cancelledAppointmentsPendingAckCountAsDna()}} Cancelled Appointments Pending Ack.
{{$pro->reportsPendingAckCountAsDna()}} Reports Pending Ack.
{{$pro->supplyOrdersPendingMyAckCountAsDna()}} Supply Orders Pending My Ack.
{{$pro->supplyOrdersPendingHcpApprovalCountAsDna()}} Supply Orders Pending HCP Approval
Practice Management
Billing & Reimbursement
{{friendly_date_time($performer->pro->getNextPaymentDateAsDna(), false)}} Next Payment Date
${{friendly_money($performer->pro->balance)}} Current balance
${{friendly_money($performer->pro->getProcessingAmountAsDna())}} Processing
Recent Measurements
@include('app.dna.dashboard.measurements-pending-stamping')
Encounters Pending My Review
@include('app.dna.dashboard.encounters_pending_my_review_dashboard')
Encounters In Progress
@include('app.dna.dashboard.encounters_in_progress_dashboard')
Patients Without Appointments
@include('app.dna.dashboard.patients_without_appointment_dashboard')
@if($pro->is_considered_for_supervising_physician)
Charts Pending My Review
@include('app.ps.dashboard.client-charts-pending-my-review')
@endif
Notifications
@include('app.dna.dashboard.notifications')
Messages
@include('app.dna.dashboard.messages')
Phone Calls & Memos
@include('app.dna.dashboard.calls_memos')
@endsection