|
@@ -170,21 +170,7 @@
|
|
</td>
|
|
</td>
|
|
@endif
|
|
@endif
|
|
<td>
|
|
<td>
|
|
- <?php $coverageStatus = $patient->getPrimaryCoverageStatus(); ?>
|
|
|
|
- @if($coverageStatus === 'YES')
|
|
|
|
- <div class="text-nowrap">Covered <i class="fa fa-check-circle text-success"></i>
|
|
|
|
- </div>
|
|
|
|
- @elseif($coverageStatus === 'NO')
|
|
|
|
- <div class="text-nowrap">Not Covered <i class="fa fa-times text-danger"></i></div>
|
|
|
|
- @else
|
|
|
|
- <div class="text-nowrap">Unknown <i
|
|
|
|
- class="fa fa-exclamation-triangle text-warning-mellow"></i></div>
|
|
|
|
- @endif
|
|
|
|
- <?php $coverage = $patient->getPrimaryCoverage(); ?>
|
|
|
|
- @if($coverage)
|
|
|
|
- {{$coverage->insuranceDisplayName()}}
|
|
|
|
- @endif
|
|
|
|
- @include('app.patient.coverage-status')
|
|
|
|
|
|
+ @include('app.patient.coverage_column_renderer', ['patient'=>$patient])
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
{{ $patient->mcp ? $patient->mcp->displayName() : '-' }}
|
|
{{ $patient->mcp ? $patient->mcp->displayName() : '-' }}
|