Insurance Verification

Insurance Verification Form

Complete this form to verify insurance coverage for remote care services.

Patient Information

Name: {{ $doctorOrder->patient->name }}

Email: {{ $doctorOrder->patient->email }}

@if($doctorOrder->patient->phone)

Phone: {{ $doctorOrder->patient->phone }}

@endif @if($doctorOrder->patient->dob)

DOB: {{ $doctorOrder->patient->dob->format('M d, Y') }}

@endif

Select Insurance

Part 1: Initial Connection

Part 2: Plan Information

Part 3: Out-of-Network Benefit Details

Part 4: Call Documentation

CPT Code Verification

@if(empty($cptCodes))

Note: No CPT codes found for the selected services. Please ensure the doctor order has at least one service selected (RPM, RTM, or CCM).

@else

Verify the following CPT codes for coverage:

@foreach($cptCodes as $index => $cpt)

{{ $cpt['code'] }}

{{ $cpt['description'] }}

@endforeach
@endif
Cancel