|
@@ -335,6 +335,13 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+ <div class="px-2 border-left screen-only">
|
|
|
|
+ <a href="#" onclick="window.print(); return false;">
|
|
|
|
+ <i class="fa fa-print"></i>
|
|
|
|
+ Print
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
<div class="ml-auto d-flex align-items-start">
|
|
<div class="ml-auto d-flex align-items-start">
|
|
<div class="">
|
|
<div class="">
|
|
<div>
|
|
<div>
|
|
@@ -346,7 +353,7 @@
|
|
Note Signed
|
|
Note Signed
|
|
</div>
|
|
</div>
|
|
@if($pro->pro_type === 'ADMIN' || ($note->hcpPro && $pro->id === $note->hcpPro->id))
|
|
@if($pro->pro_type === 'ADMIN' || ($note->hcpPro && $pro->id === $note->hcpPro->id))
|
|
- <div class="ml-3">
|
|
|
|
|
|
+ <div class="ml-3 screen-only">
|
|
@include('app/patient/note/_create-bill-only')
|
|
@include('app/patient/note/_create-bill-only')
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
@@ -354,11 +361,11 @@
|
|
@endif
|
|
@endif
|
|
@if(!$note->is_signed_by_hcp )
|
|
@if(!$note->is_signed_by_hcp )
|
|
@if($note->hcp_pro_id !== $pro->id)
|
|
@if($note->hcp_pro_id !== $pro->id)
|
|
- <span class="text-sm text-secondary">Only the note's HCP can sign</span>
|
|
|
|
|
|
+ <span class="text-sm text-secondary screen-only">Only the note's HCP can sign</span>
|
|
@else
|
|
@else
|
|
@if(!$isVisitTemplateBased)
|
|
@if(!$isVisitTemplateBased)
|
|
<div moe relative
|
|
<div moe relative
|
|
- class="{{ $note->hcp_pro_id !== $pro->id ? 'moe-disabled' : '' }}"
|
|
|
|
|
|
+ class="{{ $note->hcp_pro_id !== $pro->id ? 'moe-disabled' : '' }} screen-only"
|
|
title="{{ $note->hcp_pro_id !== $pro->id ? 'Only the note\'s HCP can sign' : '' }}">
|
|
title="{{ $note->hcp_pro_id !== $pro->id ? 'Only the note\'s HCP can sign' : '' }}">
|
|
<a class="" href="" show start>Sign Note As HCP</a>
|
|
<a class="" href="" show start>Sign Note As HCP</a>
|
|
<form url="/api/note/signAsHcp" right>
|
|
<form url="/api/note/signAsHcp" right>
|
|
@@ -377,6 +384,7 @@
|
|
mc-initer="note-sign-confirmation-{{$note->id}}"
|
|
mc-initer="note-sign-confirmation-{{$note->id}}"
|
|
popup-style="stag-popup-md"
|
|
popup-style="stag-popup-md"
|
|
title="Confirm and Sign"
|
|
title="Confirm and Sign"
|
|
|
|
+ class="screen-only"
|
|
href="{{route('patients.view.notes.view.sign-confirmation', compact('patient', 'note'))}}">
|
|
href="{{route('patients.view.notes.view.sign-confirmation', compact('patient', 'note'))}}">
|
|
Sign Note As HCP
|
|
Sign Note As HCP
|
|
</a>
|
|
</a>
|
|
@@ -1313,7 +1321,7 @@
|
|
|
|
|
|
{{-- bills --}}
|
|
{{-- bills --}}
|
|
@if($pro->pro_type === 'ADMIN' || ($note->hcpPro && $pro->id === $note->hcpPro->id))
|
|
@if($pro->pro_type === 'ADMIN' || ($note->hcpPro && $pro->id === $note->hcpPro->id))
|
|
- <div data-non-segment-section="HCP Bills">
|
|
|
|
|
|
+ <div class="screen-only" data-non-segment-section="HCP Bills">
|
|
@if($note->bills->count())
|
|
@if($note->bills->count())
|
|
<div class="p-3 border-bottom">
|
|
<div class="p-3 border-bottom">
|
|
<div class="d-flex align-items-center mb-2">
|
|
<div class="d-flex align-items-center mb-2">
|
|
@@ -1968,14 +1976,14 @@
|
|
|
|
|
|
{{-- generic bills --}}
|
|
{{-- generic bills --}}
|
|
@if($pro->pro_type === 'ADMIN' || ($note->allyPro && $pro->id === $note->allyPro->id))
|
|
@if($pro->pro_type === 'ADMIN' || ($note->allyPro && $pro->id === $note->allyPro->id))
|
|
- <div data-non-segment-section="NA Bills">
|
|
|
|
|
|
+ <div class="screen-only" data-non-segment-section="NA Bills">
|
|
@include('app.generic-bills.inline', ['patient' => $patient, 'note' => $note, 'class' => 'p-3 border-bottom', 'label' => 'NA', 'entityType' => 'Note', 'entityUid' => $note->uid])
|
|
@include('app.generic-bills.inline', ['patient' => $patient, 'note' => $note, 'class' => 'p-3 border-bottom', 'label' => 'NA', 'entityType' => 'Note', 'entityUid' => $note->uid])
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
|
|
|
|
{{-- claims --}}
|
|
{{-- claims --}}
|
|
@if($pro->pro_type === 'ADMIN')
|
|
@if($pro->pro_type === 'ADMIN')
|
|
- <div data-non-segment-section="Claims">
|
|
|
|
|
|
+ <div class="screen-only" data-non-segment-section="Claims">
|
|
@if($note->claims->count())
|
|
@if($note->claims->count())
|
|
<div class="screen-only p-3">
|
|
<div class="screen-only p-3">
|
|
<div class="d-flex align-items-center mb-2">
|
|
<div class="d-flex align-items-center mb-2">
|
|
@@ -2349,7 +2357,7 @@
|
|
|
|
|
|
{{-- addendums --}}
|
|
{{-- addendums --}}
|
|
@if($note->is_signed_by_hcp)
|
|
@if($note->is_signed_by_hcp)
|
|
- <div class="border-top p-3 screen-only" data-non-segment-section="Addendums">
|
|
|
|
|
|
+ <div class="border-top p-3" data-non-segment-section="Addendums">
|
|
@if($note->addendums->count())
|
|
@if($note->addendums->count())
|
|
<div class="">
|
|
<div class="">
|
|
<div class="d-flex align-items-center mb-2">
|
|
<div class="d-flex align-items-center mb-2">
|
|
@@ -2418,132 +2426,132 @@
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- @if($isVisitTemplateBased && !$note->is_signed_by_hcp)
|
|
|
|
- <div class="position-sticky note-bottom-toolbar border-top border-info p-0 bg-aliceblue d-flex align-items-stretch">
|
|
|
|
- <div class="nbt-container border-right border-info">
|
|
|
|
- <!-- render mrv segment here -->
|
|
|
|
- <?php $segment = null; ?>
|
|
|
|
- @foreach($note->segments as $segment)
|
|
|
|
- @if($segment->segmentTemplate->internal_name === 'medrisk_vigilence')
|
|
|
|
- <div native target="_blank"
|
|
|
|
- class="d-block c-pointer mrv-trigger d-flex align-items-center px-2 py-1"
|
|
|
|
- open-in-stag-popup
|
|
|
|
- title="MedRisk Vigilance"
|
|
|
|
- popup-style="stag-popup-md"
|
|
|
|
- href="/segment-summary/{{$segment->uid}}">
|
|
|
|
- <div class="text-info font-weight-bold text-center font-size-11">MRV</div>
|
|
|
|
- {!! $segment->summary_html !!}
|
|
|
|
- </div>
|
|
|
|
- @endif
|
|
|
|
- @endforeach
|
|
|
|
|
|
+ @if($isVisitTemplateBased && !$note->is_signed_by_hcp)
|
|
|
|
+ <div class="position-sticky note-bottom-toolbar border-top border-info p-0 bg-aliceblue d-flex align-items-stretch screen-only">
|
|
|
|
+ <div class="nbt-container border-right border-info">
|
|
|
|
+ <!-- render mrv segment here -->
|
|
|
|
+ <?php $segment = null; ?>
|
|
|
|
+ @foreach($note->segments as $segment)
|
|
|
|
+ @if($segment->segmentTemplate->internal_name === 'medrisk_vigilence')
|
|
|
|
+ <div native target="_blank"
|
|
|
|
+ class="d-block c-pointer mrv-trigger d-flex align-items-center px-2 py-1"
|
|
|
|
+ open-in-stag-popup
|
|
|
|
+ title="MedRisk Vigilance"
|
|
|
|
+ popup-style="stag-popup-md"
|
|
|
|
+ href="/segment-summary/{{$segment->uid}}">
|
|
|
|
+ <div class="text-info font-weight-bold text-center font-size-11">MRV</div>
|
|
|
|
+ {!! $segment->summary_html !!}
|
|
|
|
+ </div>
|
|
|
|
+ @endif
|
|
|
|
+ @endforeach
|
|
|
|
+ </div>
|
|
|
|
+ <div class="nbt-container border-right border-info d-inline-flex align-self-stretch">
|
|
|
|
+ <div native target="_blank"
|
|
|
|
+ class="c-pointer d-inline-flex align-items-center medications-center-trigger px-2 py-1"
|
|
|
|
+ open-in-stag-popup
|
|
|
|
+ mc-initer="medications-center-{{$note->id}}"
|
|
|
|
+ title="Medications Center"
|
|
|
|
+ popup-style="medium-large overflow-visible"
|
|
|
|
+ href="/medications-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
|
+ <i class="fa fa-bolt mr-1"></i>
|
|
|
|
+ <span>Rx</span>
|
|
</div>
|
|
</div>
|
|
- <div class="nbt-container border-right border-info d-inline-flex align-self-stretch">
|
|
|
|
- <div native target="_blank"
|
|
|
|
- class="c-pointer d-inline-flex align-items-center medications-center-trigger px-2 py-1"
|
|
|
|
- open-in-stag-popup
|
|
|
|
- mc-initer="medications-center-{{$note->id}}"
|
|
|
|
- title="Medications Center"
|
|
|
|
- popup-style="medium-large overflow-visible"
|
|
|
|
- href="/medications-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
|
- <i class="fa fa-bolt mr-1"></i>
|
|
|
|
- <span>Rx</span>
|
|
|
|
- </div>
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div class="nbt-container border-right border-info d-inline-flex align-self-stretch">
|
|
|
|
+ <div native target="_blank"
|
|
|
|
+ class="c-pointer d-inline-flex align-items-center problems-center-trigger px-2 py-1"
|
|
|
|
+ open-in-stag-popup
|
|
|
|
+ mc-initer="problems-center-{{$note->id}}"
|
|
|
|
+ title="Problems Center"
|
|
|
|
+ popup-style="medium-large overflow-visible"
|
|
|
|
+ href="/problems-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
|
+ <i class="fa fa-bolt mr-1"></i>
|
|
|
|
+ <span>Dx</span>
|
|
</div>
|
|
</div>
|
|
- <div class="nbt-container border-right border-info d-inline-flex align-self-stretch">
|
|
|
|
- <div native target="_blank"
|
|
|
|
- class="c-pointer d-inline-flex align-items-center problems-center-trigger px-2 py-1"
|
|
|
|
- open-in-stag-popup
|
|
|
|
- mc-initer="problems-center-{{$note->id}}"
|
|
|
|
- title="Problems Center"
|
|
|
|
- popup-style="medium-large overflow-visible"
|
|
|
|
- href="/problems-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
|
- <i class="fa fa-bolt mr-1"></i>
|
|
|
|
- <span>Dx</span>
|
|
|
|
- </div>
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div class="nbt-container border-right border-info d-inline-flex align-self-stretch">
|
|
|
|
+ <div native target="_blank"
|
|
|
|
+ class="c-pointer d-inline-flex align-items-center goals-center-trigger px-2 py-1"
|
|
|
|
+ open-in-stag-popup
|
|
|
|
+ mc-initer="goals-center-{{$note->id}}"
|
|
|
|
+ title="Goals Center"
|
|
|
|
+ popup-style="medium-large overflow-visible"
|
|
|
|
+ href="/goals-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
|
+ <i class="fa fa-bolt mr-1"></i>
|
|
|
|
+ <span>Goals</span>
|
|
</div>
|
|
</div>
|
|
- <div class="nbt-container border-right border-info d-inline-flex align-self-stretch">
|
|
|
|
- <div native target="_blank"
|
|
|
|
- class="c-pointer d-inline-flex align-items-center goals-center-trigger px-2 py-1"
|
|
|
|
- open-in-stag-popup
|
|
|
|
- mc-initer="goals-center-{{$note->id}}"
|
|
|
|
- title="Goals Center"
|
|
|
|
- popup-style="medium-large overflow-visible"
|
|
|
|
- href="/goals-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
|
- <i class="fa fa-bolt mr-1"></i>
|
|
|
|
- <span>Goals</span>
|
|
|
|
- </div>
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div class="nbt-container border-right border-info d-inline-flex align-self-stretch">
|
|
|
|
+ <div native target="_blank"
|
|
|
|
+ class="c-pointer d-inline-flex align-items-center allergies-center-trigger px-2 py-1"
|
|
|
|
+ open-in-stag-popup
|
|
|
|
+ mc-initer="allergies-center-{{$note->id}}"
|
|
|
|
+ title="Allergies Center"
|
|
|
|
+ popup-style="medium-large overflow-visible"
|
|
|
|
+ href="/allergies-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
|
+ <i class="fa fa-bolt mr-1"></i>
|
|
|
|
+ <span>Allergies</span>
|
|
</div>
|
|
</div>
|
|
- <div class="nbt-container border-right border-info d-inline-flex align-self-stretch">
|
|
|
|
- <div native target="_blank"
|
|
|
|
- class="c-pointer d-inline-flex align-items-center allergies-center-trigger px-2 py-1"
|
|
|
|
- open-in-stag-popup
|
|
|
|
- mc-initer="allergies-center-{{$note->id}}"
|
|
|
|
- title="Allergies Center"
|
|
|
|
- popup-style="medium-large overflow-visible"
|
|
|
|
- href="/allergies-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
|
- <i class="fa fa-bolt mr-1"></i>
|
|
|
|
- <span>Allergies</span>
|
|
|
|
- </div>
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div class="nbt-container border-right border-info d-inline-flex align-self-stretch">
|
|
|
|
+ <div native target="_blank"
|
|
|
|
+ class="c-pointer d-inline-flex align-items-center careteam-center-trigger px-2 py-1"
|
|
|
|
+ open-in-stag-popup
|
|
|
|
+ mc-initer="careteam-center-{{$note->id}}"
|
|
|
|
+ title="Care Team Center"
|
|
|
|
+ popup-style="medium-large overflow-visible"
|
|
|
|
+ href="/careteam-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
|
+ <i class="fa fa-bolt mr-1"></i>
|
|
|
|
+ <span>Care Team</span>
|
|
</div>
|
|
</div>
|
|
- <div class="nbt-container border-right border-info d-inline-flex align-self-stretch">
|
|
|
|
- <div native target="_blank"
|
|
|
|
- class="c-pointer d-inline-flex align-items-center careteam-center-trigger px-2 py-1"
|
|
|
|
- open-in-stag-popup
|
|
|
|
- mc-initer="careteam-center-{{$note->id}}"
|
|
|
|
- title="Care Team Center"
|
|
|
|
- popup-style="medium-large overflow-visible"
|
|
|
|
- href="/careteam-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
|
- <i class="fa fa-bolt mr-1"></i>
|
|
|
|
- <span>Care Team</span>
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <!--<div class="nbt-container border-right border-info d-inline-flex align-self-stretch">
|
|
|
|
+ <div class="position-relative on-click-menu d-inline-flex align-items-center px-2 py-1">
|
|
|
|
+ <span class="">LS <i class="fa fa-caret-up"></i></span>
|
|
|
|
+ <div menu bottom class="bg-white border">
|
|
|
|
+ <a href="#" class="ls-segment-trigger px-2 py-1 text-nowrap d-block" data-target="lifestyle_general">General</a>
|
|
|
|
+ <a href="#" class="ls-segment-trigger px-2 py-1 text-nowrap d-block" data-target="lifestyle_nutrition">Nutrition</a>
|
|
|
|
+ <a href="#" class="ls-segment-trigger px-2 py-1 text-nowrap d-block" data-target="lifestyle_physical_activity">Physical Activity</a>
|
|
|
|
+ <a href="#" class="ls-segment-trigger px-2 py-1 text-nowrap d-block" data-target="lifestyle_sleep">Sleep</a>
|
|
|
|
+ <a href="#" class="ls-segment-trigger px-2 py-1 text-nowrap d-block" data-target="lifestyle_social">Social Relationships</a>
|
|
|
|
+ <a href="#" class="ls-segment-trigger px-2 py-1 text-nowrap d-block" data-target="lifestyle_substances">Substance Use</a>
|
|
|
|
+ <a href="#" class="ls-segment-trigger px-2 py-1 text-nowrap d-block" data-target="lifestyle_stress">Stress</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <!--<div class="nbt-container border-right border-info d-inline-flex align-self-stretch">
|
|
|
|
- <div class="position-relative on-click-menu d-inline-flex align-items-center px-2 py-1">
|
|
|
|
- <span class="">LS <i class="fa fa-caret-up"></i></span>
|
|
|
|
- <div menu bottom class="bg-white border">
|
|
|
|
- <a href="#" class="ls-segment-trigger px-2 py-1 text-nowrap d-block" data-target="lifestyle_general">General</a>
|
|
|
|
- <a href="#" class="ls-segment-trigger px-2 py-1 text-nowrap d-block" data-target="lifestyle_nutrition">Nutrition</a>
|
|
|
|
- <a href="#" class="ls-segment-trigger px-2 py-1 text-nowrap d-block" data-target="lifestyle_physical_activity">Physical Activity</a>
|
|
|
|
- <a href="#" class="ls-segment-trigger px-2 py-1 text-nowrap d-block" data-target="lifestyle_sleep">Sleep</a>
|
|
|
|
- <a href="#" class="ls-segment-trigger px-2 py-1 text-nowrap d-block" data-target="lifestyle_social">Social Relationships</a>
|
|
|
|
- <a href="#" class="ls-segment-trigger px-2 py-1 text-nowrap d-block" data-target="lifestyle_substances">Substance Use</a>
|
|
|
|
- <a href="#" class="ls-segment-trigger px-2 py-1 text-nowrap d-block" data-target="lifestyle_stress">Stress</a>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>-->
|
|
|
|
- <div class="nbt-container border-right border-info d-inline-flex align-self-stretch">
|
|
|
|
- <div native target="_blank"
|
|
|
|
- class="c-pointer d-inline-flex align-items-center incoming-reports-trigger px-2 py-1"
|
|
|
|
- open-in-stag-popup
|
|
|
|
- mc-initer="incoming-reports"
|
|
|
|
- title="Incoming Reports"
|
|
|
|
- popup-style="wide overflow-visible"
|
|
|
|
- href="/patients/view/{{$patient->uid}}/incoming-reports?noteUid={{$note->uid}}">
|
|
|
|
- <span>Inc. Rpts.</span>
|
|
|
|
- </div>
|
|
|
|
|
|
+ </div>-->
|
|
|
|
+ <div class="nbt-container border-right border-info d-inline-flex align-self-stretch">
|
|
|
|
+ <div native target="_blank"
|
|
|
|
+ class="c-pointer d-inline-flex align-items-center incoming-reports-trigger px-2 py-1"
|
|
|
|
+ open-in-stag-popup
|
|
|
|
+ mc-initer="incoming-reports"
|
|
|
|
+ title="Incoming Reports"
|
|
|
|
+ popup-style="wide overflow-visible"
|
|
|
|
+ href="/patients/view/{{$patient->uid}}/incoming-reports?noteUid={{$note->uid}}">
|
|
|
|
+ <span>Inc. Rpts.</span>
|
|
</div>
|
|
</div>
|
|
- <div class="nbt-container border-right border-info d-inline-flex align-self-stretch">
|
|
|
|
- <div native target="_blank"
|
|
|
|
- class="c-pointer d-inline-flex align-items-center documents-trigger px-2 py-1"
|
|
|
|
- open-in-stag-popup
|
|
|
|
- title="Documents"
|
|
|
|
- popup-style="wide overflow-visible"
|
|
|
|
- href="/patients/view/{{$patient->uid}}/documents">
|
|
|
|
- <span>Docs</span>
|
|
|
|
- </div>
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div class="nbt-container border-right border-info d-inline-flex align-self-stretch">
|
|
|
|
+ <div native target="_blank"
|
|
|
|
+ class="c-pointer d-inline-flex align-items-center documents-trigger px-2 py-1"
|
|
|
|
+ open-in-stag-popup
|
|
|
|
+ title="Documents"
|
|
|
|
+ popup-style="wide overflow-visible"
|
|
|
|
+ href="/patients/view/{{$patient->uid}}/documents">
|
|
|
|
+ <span>Docs</span>
|
|
</div>
|
|
</div>
|
|
- <div class="nbt-container border-right border-info d-inline-flex align-self-stretch">
|
|
|
|
- <div native target="_blank"
|
|
|
|
- class="c-pointer d-inline-flex align-items-center handouts-trigger px-2 py-1"
|
|
|
|
- open-in-stag-popup
|
|
|
|
- title="Handouts"
|
|
|
|
- popup-style="wide overflow-visible"
|
|
|
|
- href="/patients/view/{{$patient->uid}}/handouts?noteUid={{$note->uid}}">
|
|
|
|
- <span>Handouts</span>
|
|
|
|
- </div>
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div class="nbt-container border-right border-info d-inline-flex align-self-stretch">
|
|
|
|
+ <div native target="_blank"
|
|
|
|
+ class="c-pointer d-inline-flex align-items-center handouts-trigger px-2 py-1"
|
|
|
|
+ open-in-stag-popup
|
|
|
|
+ title="Handouts"
|
|
|
|
+ popup-style="wide overflow-visible"
|
|
|
|
+ href="/patients/view/{{$patient->uid}}/handouts?noteUid={{$note->uid}}">
|
|
|
|
+ <span>Handouts</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- @endif
|
|
|
|
|
|
+ </div>
|
|
|
|
+ @endif
|
|
|
|
|
|
</div>
|
|
</div>
|
|
@if($isVisitTemplateBased && !$note->is_signed_by_hcp && $note->visitTemplate->internal_name !== 'soap_visit')
|
|
@if($isVisitTemplateBased && !$note->is_signed_by_hcp && $note->visitTemplate->internal_name !== 'soap_visit')
|