|
@@ -264,7 +264,7 @@
|
|
<button class="btn btn-info" onclick="$('.in-conv-confirmed').removeClass('d-none').addClass('d-inline-flex')">I am currently seeing or talking to this patient</button>
|
|
<button class="btn btn-info" onclick="$('.in-conv-confirmed').removeClass('d-none').addClass('d-inline-flex')">I am currently seeing or talking to this patient</button>
|
|
<div class="in-conv-confirmed d-none align-items-center">
|
|
<div class="in-conv-confirmed d-none align-items-center">
|
|
<i class="fa fa-chevron-right mx-3 text-secondary"></i>
|
|
<i class="fa fa-chevron-right mx-3 text-secondary"></i>
|
|
- <div moe>
|
|
|
|
|
|
+ <div moe class=" hide-inside-popup">
|
|
<a href="" start show class="btn btn-primary font-weight-bold text-white">
|
|
<a href="" start show class="btn btn-primary font-weight-bold text-white">
|
|
Assign myself as the MCP for this patient
|
|
Assign myself as the MCP for this patient
|
|
</a>
|
|
</a>
|
|
@@ -419,7 +419,7 @@
|
|
@endif
|
|
@endif
|
|
@if(!$patient->was_medicare_validation_successful)
|
|
@if(!$patient->was_medicare_validation_successful)
|
|
@if(!$patient->is_coverage_manually_verified)
|
|
@if(!$patient->is_coverage_manually_verified)
|
|
- <div moe relative class="ml-2">
|
|
|
|
|
|
+ <div moe relative class="ml-2 hide-inside-popup">
|
|
<a start show class="font-weight-bold">Manually verify coverage</a>
|
|
<a start show class="font-weight-bold">Manually verify coverage</a>
|
|
<form url="/api/client/markCoverageAsManuallyVerified" class="mcp-theme-1" right>
|
|
<form url="/api/client/markCoverageAsManuallyVerified" class="mcp-theme-1" right>
|
|
<input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
<input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
@@ -454,7 +454,7 @@
|
|
<div>Joined <?=$memberSince?></div>
|
|
<div>Joined <?=$memberSince?></div>
|
|
<div><label>MCP:</label> {{$mcpName}}
|
|
<div><label>MCP:</label> {{$mcpName}}
|
|
@if($patient->has_mcp_done_onboarding_visit !== 'YES' && $pro->pro_type == 'ADMIN')
|
|
@if($patient->has_mcp_done_onboarding_visit !== 'YES' && $pro->pro_type == 'ADMIN')
|
|
- <div moe class="ml-2">
|
|
|
|
|
|
+ <div moe class="ml-2 hide-inside-popup">
|
|
<a start show><i class="fa fa-edit"></i></a>
|
|
<a start show><i class="fa fa-edit"></i></a>
|
|
<form url="/api/client/putMcp" class="mcp-theme-1">
|
|
<form url="/api/client/putMcp" class="mcp-theme-1">
|
|
<input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
<input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
@@ -480,7 +480,7 @@
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
@if($patient->mcp)
|
|
@if($patient->mcp)
|
|
- <div moe class="ml-2">
|
|
|
|
|
|
+ <div moe class="ml-2 hide-inside-popup">
|
|
<a start show><i class="fa fa-times"></i></a>
|
|
<a start show><i class="fa fa-times"></i></a>
|
|
<form url="/api/client/removeMcp" class="mcp-theme-1">
|
|
<form url="/api/client/removeMcp" class="mcp-theme-1">
|
|
<input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
<input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
@@ -504,72 +504,72 @@
|
|
<div>
|
|
<div>
|
|
@if($patient->has_mcp_done_onboarding_visit !== 'YES')
|
|
@if($patient->has_mcp_done_onboarding_visit !== 'YES')
|
|
<span class="text-dark d-inline-flex align-items-center">
|
|
<span class="text-dark d-inline-flex align-items-center">
|
|
- <span class="mr-2">
|
|
|
|
- <i class="fa fa-exclamation-triangle"></i>
|
|
|
|
- MCP Onboarding Visit Pending
|
|
|
|
- </span>
|
|
|
|
- </span>
|
|
|
|
- <span moe>
|
|
|
|
- <a start show><i class="fa fa-edit"></i></a>
|
|
|
|
- <form url="/api/client/updateMcpOnboardingVisitInfo" class="mcp-theme-1">
|
|
|
|
- <input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
|
|
- <div class="mb-2">
|
|
|
|
- <select name="hasMcpDoneOnboardingVisit"
|
|
|
|
- class="form-control form-control-sm"
|
|
|
|
- onchange="toggleDisabledAsNeeded(this, 'YES', 'if-visit-done')">
|
|
|
|
- <option value="">-- Select Status --</option>
|
|
|
|
- <option value="YES" {{ $patient->has_mcp_done_onboarding_visit === 'YES' ? 'selected' : '' }}>YES</option>
|
|
|
|
- <option value="NO" {{ $patient->has_mcp_done_onboarding_visit === 'NO' ? 'selected' : '' }}>NO</option>
|
|
|
|
- <option value="UNKNOWN" {{ $patient->has_mcp_done_onboarding_visit === 'UNKNOWN' ? 'selected' : '' }}>UNKNOWN</option>
|
|
|
|
- </select>
|
|
|
|
- </div>
|
|
|
|
- <div class="mb-2">
|
|
|
|
- <input type="date"
|
|
|
|
- class="if-visit-done form-control form-control-sm" disabled
|
|
|
|
- name="mcpOnboardingVisitDate" value="{{ date('Y-m-d') }}"
|
|
|
|
- max="{{ date('Y-m-d') }}">
|
|
|
|
- </div>
|
|
|
|
- <div class="mb-2">
|
|
|
|
- <select name="mcpOnboardingVisitNoteUid" disabled
|
|
|
|
- class="form-control form-control-sm if-visit-done"
|
|
|
|
- onchange="if(this.value === '-- create --') createNewNote('{{$patient->uid}}', '{{$pro->uid}}', '{{date('Y-m-d')}}');">
|
|
|
|
- <option value="">-- Visit Note --</option>
|
|
|
|
- <?php $notes = \App\Models\Note::where('client_id', $patient->id)->get() ?>
|
|
|
|
- @foreach ($notes as $note)
|
|
|
|
- @if(!empty($note->title) && $note->client_id === $patient->id && !$note->is_cancelled)
|
|
|
|
- <option
|
|
|
|
- {{ $patient->mcp_onboarding_visit_note_id === $note->id ? 'selected' : '' }}
|
|
|
|
- value="{{$note->uid}}">{{$note->title}} ({{friendly_date_time($note->effective_dateest, false)}})</option>
|
|
|
|
- @endif
|
|
|
|
- @endforeach
|
|
|
|
- {{--<option value="-- create --">-- Create Note --</option>--}}
|
|
|
|
- </select>
|
|
|
|
- </div>
|
|
|
|
- <div class="mb-2 if-note-outside-system">
|
|
|
|
- <textarea class="form-control form-control-sm"
|
|
|
|
- name="reasonOnboardingVisitNoteOutsideSystem"
|
|
|
|
- placeholder="Visit note outside the system reason"
|
|
|
|
- spellcheck="false" data-gramm="false"></textarea>
|
|
|
|
- </div>
|
|
|
|
- <div>
|
|
|
|
- <button submit class="btn btn-sm btn-primary mr-1">Submit</button>
|
|
|
|
- <button cancel class="btn btn-sm btn-default border">Cancel</button>
|
|
|
|
- </div>
|
|
|
|
- </form>
|
|
|
|
- </span>
|
|
|
|
|
|
+ <span class="mr-2">
|
|
|
|
+ <i class="fa fa-exclamation-triangle"></i>
|
|
|
|
+ MCP Onboarding Visit Pending
|
|
|
|
+ </span>
|
|
|
|
+ </span>
|
|
|
|
+ <span moe class="hide-inside-popup">
|
|
|
|
+ <a start show><i class="fa fa-edit"></i></a>
|
|
|
|
+ <form url="/api/client/updateMcpOnboardingVisitInfo" class="mcp-theme-1">
|
|
|
|
+ <input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <select name="hasMcpDoneOnboardingVisit"
|
|
|
|
+ class="form-control form-control-sm"
|
|
|
|
+ onchange="toggleDisabledAsNeeded(this, 'YES', 'if-visit-done')">
|
|
|
|
+ <option value="">-- Select Status --</option>
|
|
|
|
+ <option value="YES" {{ $patient->has_mcp_done_onboarding_visit === 'YES' ? 'selected' : '' }}>YES</option>
|
|
|
|
+ <option value="NO" {{ $patient->has_mcp_done_onboarding_visit === 'NO' ? 'selected' : '' }}>NO</option>
|
|
|
|
+ <option value="UNKNOWN" {{ $patient->has_mcp_done_onboarding_visit === 'UNKNOWN' ? 'selected' : '' }}>UNKNOWN</option>
|
|
|
|
+ </select>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <input type="date"
|
|
|
|
+ class="if-visit-done form-control form-control-sm" disabled
|
|
|
|
+ name="mcpOnboardingVisitDate" value="{{ date('Y-m-d') }}"
|
|
|
|
+ max="{{ date('Y-m-d') }}">
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <select name="mcpOnboardingVisitNoteUid" disabled
|
|
|
|
+ class="form-control form-control-sm if-visit-done"
|
|
|
|
+ onchange="if(this.value === '-- create --') createNewNote('{{$patient->uid}}', '{{$pro->uid}}', '{{date('Y-m-d')}}');">
|
|
|
|
+ <option value="">-- Visit Note --</option>
|
|
|
|
+ <?php $notes = \App\Models\Note::where('client_id', $patient->id)->get() ?>
|
|
|
|
+ @foreach ($notes as $note)
|
|
|
|
+ @if(!empty($note->title) && $note->client_id === $patient->id && !$note->is_cancelled)
|
|
|
|
+ <option
|
|
|
|
+ {{ $patient->mcp_onboarding_visit_note_id === $note->id ? 'selected' : '' }}
|
|
|
|
+ value="{{$note->uid}}">{{$note->title}} ({{friendly_date_time($note->effective_dateest, false)}})</option>
|
|
|
|
+ @endif
|
|
|
|
+ @endforeach
|
|
|
|
+ {{--<option value="-- create --">-- Create Note --</option>--}}
|
|
|
|
+ </select>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mb-2 if-note-outside-system">
|
|
|
|
+ <textarea class="form-control form-control-sm"
|
|
|
|
+ name="reasonOnboardingVisitNoteOutsideSystem"
|
|
|
|
+ placeholder="Visit note outside the system reason"
|
|
|
|
+ spellcheck="false" data-gramm="false"></textarea>
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <button submit class="btn btn-sm btn-primary mr-1">Submit</button>
|
|
|
|
+ <button cancel class="btn btn-sm btn-default border">Cancel</button>
|
|
|
|
+ </div>
|
|
|
|
+ </form>
|
|
|
|
+ </span>
|
|
@else
|
|
@else
|
|
<span class="text-dark d-inline-flex align-items-center">
|
|
<span class="text-dark d-inline-flex align-items-center">
|
|
- <span class="mr-2 text-secondary">
|
|
|
|
- <i class="fa fa-check text-sm"></i>
|
|
|
|
- MCP Onboarding Visit Completed
|
|
|
|
- </span>
|
|
|
|
- </span>
|
|
|
|
|
|
+ <span class="mr-2 text-secondary">
|
|
|
|
+ <i class="fa fa-check text-sm"></i>
|
|
|
|
+ MCP Onboarding Visit Completed
|
|
|
|
+ </span>
|
|
|
|
+ </span>
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
<label>Physician:</label> {{$patient->pcp ? $patient->pcp->displayName() : '-' }}
|
|
<label>Physician:</label> {{$patient->pcp ? $patient->pcp->displayName() : '-' }}
|
|
@if($pro->pro_type == 'ADMIN')
|
|
@if($pro->pro_type == 'ADMIN')
|
|
- <div moe class="ml-2">
|
|
|
|
|
|
+ <div moe class="ml-2 hide-inside-popup">
|
|
<a start show><i class="fa fa-edit"></i></a>
|
|
<a start show><i class="fa fa-edit"></i></a>
|
|
<form url="/api/client/putPhysicianPro" class="mcp-theme-1">
|
|
<form url="/api/client/putPhysicianPro" class="mcp-theme-1">
|
|
<input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
<input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
@@ -595,7 +595,7 @@
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
@if($patient->pcp)
|
|
@if($patient->pcp)
|
|
- <div moe class="ml-2">
|
|
|
|
|
|
+ <div moe class="ml-2 hide-inside-popup">
|
|
<a start show><i class="fa fa-times"></i></a>
|
|
<a start show><i class="fa fa-times"></i></a>
|
|
<form url="/api/client/removePhysicianPro" class="mcp-theme-1">
|
|
<form url="/api/client/removePhysicianPro" class="mcp-theme-1">
|
|
<input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
<input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
@@ -618,7 +618,7 @@
|
|
<div>
|
|
<div>
|
|
<label>Nurse:</label> {{$patient->defaultNaPro ? $patient->defaultNaPro->displayName() : '-' }}
|
|
<label>Nurse:</label> {{$patient->defaultNaPro ? $patient->defaultNaPro->displayName() : '-' }}
|
|
@if($pro->pro_type == 'ADMIN')
|
|
@if($pro->pro_type == 'ADMIN')
|
|
- <div moe class="ml-2">
|
|
|
|
|
|
+ <div moe class="ml-2 hide-inside-popup">
|
|
<a start show><i class="fa fa-edit"></i></a>
|
|
<a start show><i class="fa fa-edit"></i></a>
|
|
<form url="/api/client/putDefaultNaPro" class="mcp-theme-1">
|
|
<form url="/api/client/putDefaultNaPro" class="mcp-theme-1">
|
|
<input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
<input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
@@ -644,7 +644,7 @@
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
@if($patient->defaultNaPro)
|
|
@if($patient->defaultNaPro)
|
|
- <div moe class="ml-2">
|
|
|
|
|
|
+ <div moe class="ml-2 hide-inside-popup">
|
|
<a start show><i class="fa fa-times"></i></a>
|
|
<a start show><i class="fa fa-times"></i></a>
|
|
<form url="/api/client/removeDefaultNaPro" class="mcp-theme-1">
|
|
<form url="/api/client/removeDefaultNaPro" class="mcp-theme-1">
|
|
<input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
<input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
@@ -722,7 +722,7 @@
|
|
<label class="ml-2">RM:</label> {{ $patient->is_enrolled_in_rm === 'YES' ? 'Yes' : 'No' }}
|
|
<label class="ml-2">RM:</label> {{ $patient->is_enrolled_in_rm === 'YES' ? 'Yes' : 'No' }}
|
|
</div>
|
|
</div>
|
|
</section>--}}
|
|
</section>--}}
|
|
- <section class="screen-only vbox mt-2 align-self-start ml-4">
|
|
|
|
|
|
+ <section class="hide-inside-popup screen-only vbox mt-2 align-self-start ml-4">
|
|
<div moe>
|
|
<div moe>
|
|
<button start show><i class="fa fa-plus text-sm text-secondary"></i> Note
|
|
<button start show><i class="fa fa-plus text-sm text-secondary"></i> Note
|
|
</button>
|
|
</button>
|
|
@@ -829,7 +829,7 @@
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
- <section class="screen-only vbox mt-2 align-self-start ml-1">
|
|
|
|
|
|
+ <section class="hide-inside-popup screen-only vbox mt-2 align-self-start ml-1">
|
|
@if($performer->pro->pro_type == 'ADMIN')
|
|
@if($performer->pro->pro_type == 'ADMIN')
|
|
<div>
|
|
<div>
|
|
<button class="col-2-button" onclick="return openInRHS('/pro/check-video/{{ $patient->uid }}')">Check Video</button>
|
|
<button class="col-2-button" onclick="return openInRHS('/pro/check-video/{{ $patient->uid }}')">Check Video</button>
|
|
@@ -967,7 +967,7 @@
|
|
<span class="aligned-icon"><i class="fa fa-envelope" aria-hidden="true"></i></span>
|
|
<span class="aligned-icon"><i class="fa fa-envelope" aria-hidden="true"></i></span>
|
|
{{$confirmedEmail}}
|
|
{{$confirmedEmail}}
|
|
</li>
|
|
</li>
|
|
- <li class="screen-only">
|
|
|
|
|
|
+ <li class="screen-only hide-inside-popup">
|
|
<span class="aligned-icon text-primary">
|
|
<span class="aligned-icon text-primary">
|
|
<i class="fa fa-link" aria-hidden="true"></i>
|
|
<i class="fa fa-link" aria-hidden="true"></i>
|
|
</span>
|
|
</span>
|