|
@@ -74,99 +74,101 @@
|
|
|
This chart is a duplicate of: __________
|
|
|
</div>
|
|
|
@endif
|
|
|
- <div class="">
|
|
|
- <div class="d-flex">
|
|
|
- <div class="font-weight-bold">
|
|
|
- <i class="badge badge-info">
|
|
|
- #{{$patient->chart_number}}
|
|
|
- </i>
|
|
|
- {{$patient->name_last}}, {{$patient->name_first}}
|
|
|
- <small>
|
|
|
- {{$patient->dob}}
|
|
|
- {{$patient->age_in_years}} y.o. {{$patient->sex}}
|
|
|
- </small>
|
|
|
- </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>
|
|
|
<div class="d-flex">
|
|
|
+ <div class="font-weight-bold">
|
|
|
+ <i class="badge badge-info">
|
|
|
+ #{{$patient->chart_number}}
|
|
|
+ </i>
|
|
|
+ {{$patient->name_last}}, {{$patient->name_first}}
|
|
|
+ <small>
|
|
|
+ {{$patient->dob}}
|
|
|
+ {{$patient->age_in_years}} y.o. {{$patient->sex}}
|
|
|
+ </small>
|
|
|
+ </div>
|
|
|
<div class="pl-3">
|
|
|
- <strong>MA:</strong>
|
|
|
- @if($patient->cm)
|
|
|
- {{$patient->cm->displayName()}}
|
|
|
+ <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="pl-3">
|
|
|
- <strong>MCN:</strong>
|
|
|
- @if($patient->mcn)
|
|
|
- @if($patient->was_medicare_validation_successful)
|
|
|
- Valid #,
|
|
|
- @if($patient->is_part_b_primary == 'YES')
|
|
|
- Medicare Part B <i class="fa fa-check"></i>
|
|
|
+ <div class="d-flex">
|
|
|
+ <div class="pl-3">
|
|
|
+ <strong>MA:</strong>
|
|
|
+ @if($patient->cm)
|
|
|
+ {{$patient->cm->displayName()}}
|
|
|
@else
|
|
|
- Not Medicare Part B <i class="fa fa-times"></i>
|
|
|
- |
|
|
|
- @if($patient->is_medicare_advantage == 'YES')
|
|
|
- Medicare Advantage,
|
|
|
- {{$patient->medicare_advantage_plan}}
|
|
|
+ none! [assign someone]
|
|
|
+ @endif
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="d-flex">
|
|
|
+ <div>
|
|
|
+ <strong>MCN:</strong>
|
|
|
+ @if($patient->mcn)
|
|
|
+ @if($patient->was_medicare_validation_successful)
|
|
|
+ Valid #,
|
|
|
+ @if($patient->is_part_b_primary == 'YES')
|
|
|
+ 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,
|
|
|
+ {{$patient->medicare_advantage_plan}}
|
|
|
+ @endif
|
|
|
@endif
|
|
|
+ @else
|
|
|
+ {{$patient->mcn}}
|
|
|
+ INVALID! <i class="fa fa-times"></i>
|
|
|
+ [Update MCN]
|
|
|
@endif
|
|
|
@else
|
|
|
- {{$patient->mcn}}
|
|
|
- INVALID! <i class="fa fa-times"></i>
|
|
|
- [Update MCN]
|
|
|
+ None provided. <i class="fa fa-times"></i>
|
|
|
@endif
|
|
|
- @else
|
|
|
- None provided. <i class="fa fa-times"></i>
|
|
|
- @endif
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="d-flex">
|
|
|
- <div>
|
|
|
- <div>
|
|
|
- Focus areas: <br>
|
|
|
- 1. {main_reason1 || __}<br>
|
|
|
- 2. {main_reason2 || __}<br>
|
|
|
- 3. {main_reason3 || __}
|
|
|
+ <div class="d-flex">
|
|
|
+ <div>
|
|
|
+ <strong>
|
|
|
+ Focus areas:
|
|
|
+ </strong>
|
|
|
+ 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)
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="pl-4">
|
|
|
- Height: ___ in. Weight: ___ lbs. <br>
|
|
|
- BMI: ___ (UNDER/NORM/OVERWEIGHT/OBESE)<br>
|
|
|
- CCM? {Yes || No} { Opted out? }<br>
|
|
|
- RPM? {Yes || No} { Opted out? }<br>
|
|
|
- </div>
|
|
|
- <div class="pl-4">
|
|
|
- Allergies: <br>
|
|
|
- ... <br>
|
|
|
- ... <br>
|
|
|
- ...
|
|
|
- </div>
|
|
|
- <div class="pl-4 text-right flex-fill">
|
|
|
<div>
|
|
|
- <button class="btn btn-primary btn-sm"><i class="fa fa-plus-circle"></i> Add Note
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- <div class="pt-2">
|
|
|
- <button class="btn btn-primary btn-sm"><i class="fa fa-book"></i> Pt. Ed.</button>
|
|
|
+ <strong>
|
|
|
+ Allergies:
|
|
|
+ </strong>
|
|
|
+ ...
|
|
|
+ ...
|
|
|
+ ...
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="text-right flex-fill">
|
|
|
+ <button class="btn btn-primary btn-sm">
|
|
|
+ <i class="fa fa-plus-circle"></i>
|
|
|
+ Note
|
|
|
+ </button>
|
|
|
+ <button class="btn btn-primary btn-sm">
|
|
|
+ <i class="fa fa-book"></i>
|
|
|
+ Education
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="card-body">
|