|
@@ -190,6 +190,20 @@
|
|
</nav>
|
|
</nav>
|
|
@endif
|
|
@endif
|
|
<main role="main" class="w-100">
|
|
<main role="main" class="w-100">
|
|
|
|
+
|
|
|
|
+ @if(!count($pro->companyProPayers) ||
|
|
|
|
+ ($patient->is_part_b_primary !== 'YES' && !$patient->non_mc_primary_payer_id) ||
|
|
|
|
+ ($patient->is_part_b_primary === 'YES' && !$pro->isAssociatedWithMCPayer()) ||
|
|
|
|
+ ($patient->is_part_b_primary !== 'YES' && $patient->non_mc_primary_payer_id && $pro->isAssociatedWithNonMCPayer($patient->non_mc_primary_payer_id))
|
|
|
|
+ )
|
|
|
|
+ <div class="alert alert-warning mt-3 mcp-theme-1 p-3 hide-inside-ticket-popup">
|
|
|
|
+ <div class="font-size-14 font-weight-bold">
|
|
|
|
+ <i class="fa fa-exclamation-triangle text-warning-mellow"></i>
|
|
|
|
+ This patient may not be covered for this visit. Please check with practice administrator.
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ @endif
|
|
|
|
+
|
|
@if($pro->is_enrolled_as_mcp && !$patient->mcp)
|
|
@if($pro->is_enrolled_as_mcp && !$patient->mcp)
|
|
<div class="alert alert-info bg-white mt-3 mcp-theme-1 p-3 hide-inside-ticket-popup">
|
|
<div class="alert alert-info bg-white mt-3 mcp-theme-1 p-3 hide-inside-ticket-popup">
|
|
<div class="font-size-16">
|
|
<div class="font-size-16">
|