|
@@ -366,7 +366,12 @@ $isVisitNote = ($routeName === 'patients.view.notes.view.dashboard' && @$note &&
|
|
<div>{{friendly_date_time($patient->dob, false,null, true)}}({{$patient->age_in_years}}
|
|
<div>{{friendly_date_time($patient->dob, false,null, true)}}({{$patient->age_in_years}}
|
|
y.o {{$patient->sex}})
|
|
y.o {{$patient->sex}})
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
|
|
+ @if($patient->getPrimaryCoverage() && $patient->getPrimaryCoverageStatus() === 'YES')
|
|
|
|
+ <div class="text-nowrap">
|
|
|
|
+ <i class="fa fa-check-circle text-success" data-toggle="tooltip" data-placement="bottom" title="Covered"></i>
|
|
|
|
+ {{ucwords(strtolower($coverage->toString()))}}
|
|
|
|
+ </div>
|
|
|
|
+ @endif
|
|
</div>
|
|
</div>
|
|
<div class="screen-only">
|
|
<div class="screen-only">
|
|
<div class=separators>
|
|
<div class=separators>
|
|
@@ -742,11 +747,12 @@ $isVisitNote = ($routeName === 'patients.view.notes.view.dashboard' && @$note &&
|
|
class="on-hover-opaque fa fa-video text-secondary"></i> Join</button>
|
|
class="on-hover-opaque fa fa-video text-secondary"></i> Join</button>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+ @if(!$patient->getPrimaryCoverage() || $patient->getPrimaryCoverageStatus() !== 'YES')
|
|
<section class="hide-inside-popup screen-only vbox align-self-start mt-2 mx-2">
|
|
<section class="hide-inside-popup screen-only vbox align-self-start mt-2 mx-2">
|
|
- @include('app.patient.coverage-status')
|
|
|
|
|
|
+ @include('app.patient.coverage-status')
|
|
</section>
|
|
</section>
|
|
-
|
|
|
|
|
|
+ @endif
|
|
<ul class="vbox mt-2 align-self-start patient-header-address">
|
|
<ul class="vbox mt-2 align-self-start patient-header-address">
|
|
<li class="d-flex align-items-start">
|
|
<li class="d-flex align-items-start">
|
|
<span class="aligned-icon">
|
|
<span class="aligned-icon">
|