@if($patient->has_mcp_done_onboarding_visit !== 'YES') MCP Onboarding Visit Pending @include('app.patient.partials.update-mcp-onboarding-visit-info') @endif
@if($patient->mcp && $patient->mcp->id === $pro->id || $pro->pro_type == 'ADMIN')
{!! is_null($patient->mcp_usual_follow_up_frequency_in_days) ? 'Not Set' : $patient->mcp_usual_follow_up_frequency_in_days !!}
@endif getPrimaryCoverage();?>
DOB: {{friendly_date($patient->dob, false,null, true)}}
@if($_cpc && $patient->getPrimaryCoverageStatus() === 'YES') @if($performer->pro->pro_type == 'ADMIN') @if($_cpc->plan_type === 'MEDICARE') @if(@$patient->mpb_remaining !== null)
Deductible: {{format_number(@$patient->mpb_remaining)}}
@endif @endif @if($_cpc->plan_type === 'COMMERCIAL')
Deductible: {{@$_cpc->deductible_amount}}
@endif @endif @endif