|
@@ -74,20 +74,26 @@
|
|
|
This chart is a duplicate of: __________
|
|
|
</div>
|
|
|
@endif
|
|
|
- <div class="d-flex">
|
|
|
- <div>
|
|
|
+ <div class="">
|
|
|
+ <div class="d-flex">
|
|
|
<div class="font-weight-bold">
|
|
|
- {{$patient->name_last}}, {{$patient->name_first}} ({{$patient->dob}}
|
|
|
- ) {{$patient->age_in_years}} y.o. {{$patient->sex}}
|
|
|
+ <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>
|
|
|
- PCP:
|
|
|
+ <div class="pl-3">
|
|
|
+ <strong>PCP:</strong>
|
|
|
@if($patient->mcp)
|
|
|
{{$patient->mcp->displayName()}}...
|
|
|
@if($patient->has_mcp_done_onboarding_visit == 'YES')
|
|
|
- First E&M Visit: {{$patient->mcp_onboarding_visit_date}}...
|
|
|
- Last E&M Visit: {$patient->most_recent_mcp_em_visit_date}...
|
|
|
- Next E&M Visit: {$patient->next_mcp_em_visit_date}
|
|
|
+ <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
|
|
@@ -95,16 +101,18 @@
|
|
|
none! [assign someone]
|
|
|
@endif
|
|
|
</div>
|
|
|
- <div>
|
|
|
- Medical Assistant:
|
|
|
- @if($patient->cm)
|
|
|
- {{$patient->cm->displayName()}}
|
|
|
- @else
|
|
|
- none! [assign someone]
|
|
|
- @endif
|
|
|
+ <div class="d-flex">
|
|
|
+ <div class="pl-3">
|
|
|
+ <strong>MA:</strong>
|
|
|
+ @if($patient->cm)
|
|
|
+ {{$patient->cm->displayName()}}
|
|
|
+ @else
|
|
|
+ none! [assign someone]
|
|
|
+ @endif
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div>
|
|
|
- MCN:
|
|
|
+ <div class="pl-3">
|
|
|
+ <strong>MCN:</strong>
|
|
|
@if($patient->mcn)
|
|
|
@if($patient->was_medicare_validation_successful)
|
|
|
Valid #,
|
|
@@ -128,7 +136,9 @@
|
|
|
@endif
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="pl-4">
|
|
|
+ </div>
|
|
|
+ <div class="d-flex">
|
|
|
+ <div>
|
|
|
<div>
|
|
|
Focus areas: <br>
|
|
|
1. {main_reason1 || __}<br>
|
|
@@ -150,7 +160,8 @@
|
|
|
</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>
|
|
|
+ <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>
|