|
@@ -77,7 +77,7 @@
|
|
|
<div class="d-flex">
|
|
|
<div class="">
|
|
|
<div class="d-flex">
|
|
|
- <div class="d-flex">
|
|
|
+ <div class="d-flex align-items-center">
|
|
|
<div class="font-weight-bold" style="font-size: 1.4em">
|
|
|
{{$patient->name_last}}, {{$patient->name_first}}
|
|
|
</div>
|
|
@@ -86,27 +86,12 @@
|
|
|
{{$patient->age_in_years}} y.o. {{$patient->sex}}
|
|
|
</span>
|
|
|
</div>
|
|
|
- <div>
|
|
|
+ <div class="align-items-center d-flex">
|
|
|
<i class="badge badge-info ml-3">
|
|
|
#{{$patient->chart_number}}
|
|
|
</i>
|
|
|
</div>
|
|
|
- <div class="pl-3">
|
|
|
- <strong>PCP:</strong>
|
|
|
- @if($patient->mcp)
|
|
|
- {{$patient->mcp->displayName()}}...
|
|
|
- @if($patient->has_mcp_done_onboarding_visit == 'YES')
|
|
|
- <strong>First E&M Visit:</strong> {{$patient->mcp_onboarding_visit_date}}...
|
|
|
- <strong>Last E&M Visit:</strong>{$patient->most_recent_mcp_em_visit_date}...
|
|
|
- <strong>Next E&M Visit:</strong> {$patient->next_mcp_em_visit_date}
|
|
|
- @else
|
|
|
- Patient has not been seen yet!
|
|
|
- @endif
|
|
|
- @else
|
|
|
- none! [assign someone]
|
|
|
- @endif
|
|
|
- </div>
|
|
|
- <div class="d-flex">
|
|
|
+ <div class="d-flex align-items-center">
|
|
|
<div class="pl-3">
|
|
|
<strong>MA:</strong>
|
|
|
@if($patient->cm)
|
|
@@ -127,9 +112,8 @@
|
|
|
Medicare Part B <i class="fa fa-check"></i>
|
|
|
@else
|
|
|
Not Medicare Part B <i class="fa fa-times"></i>
|
|
|
- |
|
|
|
@if($patient->is_medicare_advantage == 'YES')
|
|
|
- Medicare Advantage,
|
|
|
+ , Medicare Advantage,
|
|
|
{{$patient->medicare_advantage_plan}}
|
|
|
@endif
|
|
|
@endif
|
|
@@ -142,6 +126,23 @@
|
|
|
None provided. <i class="fa fa-times"></i>
|
|
|
@endif
|
|
|
</div>
|
|
|
+ <div class="pl-3">
|
|
|
+ <strong>PCP:</strong>
|
|
|
+ @if($patient->mcp)
|
|
|
+ {{$patient->mcp->displayName()}}...
|
|
|
+ @if($patient->has_mcp_done_onboarding_visit == 'YES')
|
|
|
+ <strong>First E&M
|
|
|
+ Visit:</strong> {{$patient->mcp_onboarding_visit_date}}...
|
|
|
+ <strong>Last E&M Visit:</strong>
|
|
|
+ {$patient->most_recent_mcp_em_visit_date}...
|
|
|
+ <strong>Next E&M Visit:</strong> {$patient->next_mcp_em_visit_date}
|
|
|
+ @else
|
|
|
+ Patient has not been seen yet!
|
|
|
+ @endif
|
|
|
+ @else
|
|
|
+ none! [assign someone]
|
|
|
+ @endif
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="d-flex">
|
|
|
<div>
|
|
@@ -151,7 +152,8 @@
|
|
|
T2DM, CAD, HTN, Weight Loss
|
|
|
</div>
|
|
|
<div class="pl-4">
|
|
|
- <strong>Ht:</strong> ___ in. <strong>Wt:</strong> ___ lbs. <strong>BMI:</strong> ___ (UNDER/NORM/OVERWEIGHT/OBESE)
|
|
|
+ <strong>Ht:</strong> ___ in. <strong>Wt:</strong> ___ lbs. <strong>BMI:</strong>
|
|
|
+ ___
|
|
|
</div>
|
|
|
</div>
|
|
|
<div>
|
|
@@ -168,7 +170,8 @@
|
|
|
<i class="fa fa-plus-circle"></i>
|
|
|
Note
|
|
|
</button>
|
|
|
- <button class="btn btn-primary btn-sm">
|
|
|
+ <br>
|
|
|
+ <button class="btn btn-primary btn-sm mt-2">
|
|
|
<i class="fa fa-book"></i>
|
|
|
Education
|
|
|
</button>
|