|
@@ -739,6 +739,37 @@ use App\Models\Handout;
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
+ @if($note->ally_pro_id === $pro->id && $note->is_signed_by_hcp)
|
|
|
+ <div class="card-header px-3 py-2 border-bottom rounded-0">
|
|
|
+ <i class="fa fa-check text-success mr-1"></i>
|
|
|
+ This visit has been <b>successfully coordinated</b>.
|
|
|
+ @if(!$note->is_signed_by_ally)
|
|
|
+ <span class="ml-1">
|
|
|
+ Please review and
|
|
|
+ <span moe class="d-inline">
|
|
|
+ <a class="font-weight-bold" href="" show start>sign</a>
|
|
|
+ <form url="/api/note/signAsAlly">
|
|
|
+ <input type="hidden" name="uid" value="{{$note->uid}}">
|
|
|
+ <p>Sign this NA?</p>
|
|
|
+ <div class="mb-0">
|
|
|
+ <button class="btn btn-success btn-sm" submit>Sign</button>
|
|
|
+ <button class="btn btn-default border btn-sm" cancel>Cancel</button>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </span>
|
|
|
+ the note.
|
|
|
+ </span>
|
|
|
+ @endif
|
|
|
+ @if(!$note->naGenericBill)
|
|
|
+ <span class="">
|
|
|
+ To bill for your services,
|
|
|
+ <a native="" target="_top" class="font-weight-bold" data-non-segment-target="NA Bills" href="#">click here</a>.
|
|
|
+ </span>
|
|
|
+ @endif
|
|
|
+ </div>
|
|
|
+ @endif
|
|
|
+
|
|
|
<div class="card-body p-0">
|
|
|
<div class="note-container note_template_{{$note->visitTemplate ? $note->visitTemplate->internal_name : ''}}">
|
|
|
@if(!$hasRightSegments)
|