|
@@ -177,32 +177,15 @@
|
|
|
|
|
|
<?php $vitalLabels = ['Ht. (in.)','Wt. (lbs.)','Temp. (F)','Pulse','Resp.','Pulse Ox.','SBP','DBP','Smoking Status', 'BMI']; ?>
|
|
<?php $vitalLabels = ['Ht. (in.)','Wt. (lbs.)','Temp. (F)','Pulse','Resp.','Pulse Ox.','SBP','DBP','Smoking Status', 'BMI']; ?>
|
|
|
|
|
|
- <div class="row mb-3">
|
|
|
|
|
|
+ <div class="row">
|
|
<div class="col-12">
|
|
<div class="col-12">
|
|
<div class="mt-0">
|
|
<div class="mt-0">
|
|
|
|
|
|
- <div class="mb-2">
|
|
|
|
- <h6 class="mb-3 font-weight-bold text-dark">Measurements</h6>
|
|
|
|
- <div class="row mb-3">
|
|
|
|
- <div class="col-9">
|
|
|
|
- <div class="d-flex align-items-baseline mb-3" tab-links>
|
|
|
|
- <a class="tab-link-active" href="#" tab-link="measurements-graph">Graph</a>
|
|
|
|
- <a class="" href="#" tab-link="measurements-calendar">Calendar</a>
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
- <div class="cm-tab border pr-4" tab-key="measurements-graph">
|
|
|
|
- @include('app.patient.care-month._vitals_graph_unified')
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
- <div class="cm-tab" tab-key="measurements-calendar">
|
|
|
|
- <div id="caremonth-measurements-calendar-{{$calendarID}}" class="caremonth-measurements-calendar">
|
|
|
|
-
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
- </div>
|
|
|
|
- <div class="col-3 px-0">
|
|
|
|
|
|
+ <div class="mb-3">
|
|
|
|
+ <div class="d-flex align-items-stretch">
|
|
|
|
|
|
|
|
+ <div class="border mr-3 px-3 pb-2 bg-light">
|
|
|
|
+ <!-- last visit -->
|
|
<div class="mt-2">
|
|
<div class="mt-2">
|
|
<?php $daysDiff = -1; ?>
|
|
<?php $daysDiff = -1; ?>
|
|
@if($patient->most_recent_completed_mcp_note_date)
|
|
@if($patient->most_recent_completed_mcp_note_date)
|
|
@@ -226,6 +209,7 @@
|
|
</b>
|
|
</b>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+ <!-- days with meas. -->
|
|
<div class="mt-2">
|
|
<div class="mt-2">
|
|
<span class="font-weight-bold text-secondary">Days with meas.:</span>
|
|
<span class="font-weight-bold text-secondary">Days with meas.:</span>
|
|
<b class="{{$careMonth->number_of_days_with_remote_measurements >= 16 ? 'text-success' : 'text-warning-mellow'}}">
|
|
<b class="{{$careMonth->number_of_days_with_remote_measurements >= 16 ? 'text-success' : 'text-warning-mellow'}}">
|
|
@@ -270,6 +254,7 @@
|
|
@endif
|
|
@endif
|
|
@endif
|
|
@endif
|
|
|
|
|
|
|
|
+ {{-- inter. --}}
|
|
<div class="mt-2">
|
|
<div class="mt-2">
|
|
<?php $spoken = $careMonth->has_mcp_interacted_with_client_about_rm; ?>
|
|
<?php $spoken = $careMonth->has_mcp_interacted_with_client_about_rm; ?>
|
|
<span class="font-weight-bold text-secondary">MCP spoke to patient:</span>
|
|
<span class="font-weight-bold text-secondary">MCP spoke to patient:</span>
|
|
@@ -282,9 +267,10 @@
|
|
@endif
|
|
@endif
|
|
</b>
|
|
</b>
|
|
</div>
|
|
</div>
|
|
|
|
+ </div>
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ <div class="border mr-3 px-3 pb-2 bg-light">
|
|
|
|
+ <!-- mins billes -->
|
|
<div class="mt-2">
|
|
<div class="mt-2">
|
|
<?php
|
|
<?php
|
|
$minsBilled = 0;
|
|
$minsBilled = 0;
|
|
@@ -305,10 +291,10 @@
|
|
|
|
|
|
@if($pro->pro_type == 'ADMIN')
|
|
@if($pro->pro_type == 'ADMIN')
|
|
<span class="font-weight-bold text-secondary">Mins. billed:</span>
|
|
<span class="font-weight-bold text-secondary">Mins. billed:</span>
|
|
- @else
|
|
|
|
|
|
+ @else
|
|
<span class="font-weight-bold text-secondary">Mins. I have billed:</span>
|
|
<span class="font-weight-bold text-secondary">Mins. I have billed:</span>
|
|
@endif
|
|
@endif
|
|
-
|
|
|
|
|
|
+
|
|
<b class="{{$minsBilled >= 20 ? 'text-success' : 'text-warning-mellow'}}">
|
|
<b class="{{$minsBilled >= 20 ? 'text-success' : 'text-warning-mellow'}}">
|
|
{{$minsBilled}}
|
|
{{$minsBilled}}
|
|
@if($minsBilled < 20)
|
|
@if($minsBilled < 20)
|
|
@@ -322,26 +308,6 @@
|
|
@include('app.practice-management.care_month_add_entry_form', ['right' => true])
|
|
@include('app.practice-management.care_month_add_entry_form', ['right' => true])
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- @if($performer->pro->pro_type == 'ADMIN')
|
|
|
|
- <div>
|
|
|
|
- <div class="my-1 font-weight-bold text-secondary">Has Anyone Interacted With Client About RM: {{$careMonth->has_anyone_interacted_with_client_about_rm? 'Yes': 'No'}}</div>
|
|
|
|
- <div class="my-1 font-weight-bold text-secondary">Has Mcp Interacted With Client About RM: {{$careMonth->has_mcp_interacted_with_client_about_rm? 'Yes': 'No'}}</div>
|
|
|
|
- <div class="my-1 font-weight-bold text-secondary">Has Admin Interacted With Client About RM: {{$careMonth->has_admin_interacted_with_client_about_rm? 'Yes': 'No'}}</div>
|
|
|
|
- <div class="my-1 font-weight-bold text-secondary">Has Rmm Interacted With Client About RM: {{$careMonth->has_rmm_interacted_with_client_about_rm? 'Yes': 'No'}}</div>
|
|
|
|
-
|
|
|
|
- <div class="my-1 font-weight-bold text-secondary">Most Recent Mcp Note Date: {{$careMonth->most_recent_mcp_note_date}}</div>
|
|
|
|
- <div class="my-1 font-weight-bold text-secondary">Days Between Most Recent Mcp Note Date And End Of Care Month: {{$careMonth->days_between_most_recent_mcp_note_date_and_end_of_care_month}}</div>
|
|
|
|
- <div class="my-1 font-weight-bold text-secondary">Rm Total Time In Seconds: {{$careMonth->rm_total_time_in_seconds}}</div>
|
|
|
|
- <div class="my-1 font-weight-bold text-secondary">Rm Total Time In Seconds By Mcp: {{$careMonth->rm_total_time_in_seconds_by_mcp}}</div>
|
|
|
|
- <div class="my-1 font-weight-bold text-secondary">Rm Total Time In Seconds By Rmm Pro: {{$careMonth->rm_total_time_in_seconds_by_rmm_pro}}</div>
|
|
|
|
- <div class="my-1 font-weight-bold text-secondary">Rm Total Time In Seconds By Rme Pro: {{$careMonth->rm_total_time_in_seconds_by_rme_pro}}</div>
|
|
|
|
- </div>
|
|
|
|
- @endif
|
|
|
|
-
|
|
|
|
- @if($performer->pro->pro_type == 'ADMIN')
|
|
|
|
- @include('app.patient.care-month._rtm_stats')
|
|
|
|
- @endif
|
|
|
|
-
|
|
|
|
{{-- mcp billing --}}
|
|
{{-- mcp billing --}}
|
|
@if($performer->pro->pro_type == 'ADMIN' || $careMonth->mcp && $pro->id === $careMonth->mcp->id)
|
|
@if($performer->pro->pro_type == 'ADMIN' || $careMonth->mcp && $pro->id === $careMonth->mcp->id)
|
|
<div class="mt-2 d-flex align-items-baseline">
|
|
<div class="mt-2 d-flex align-items-baseline">
|
|
@@ -469,9 +435,12 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
+ <div class="border mr-3 px-3 pb-2 bg-light">
|
|
|
|
+
|
|
|
|
+ {{-- rm reasons --}}
|
|
<div class="mt-2">
|
|
<div class="mt-2">
|
|
- {{-- rm reasons --}}
|
|
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
@include('app/patient/care-month/rm-reasons')
|
|
@include('app/patient/care-month/rm-reasons')
|
|
</div>
|
|
</div>
|
|
@@ -480,7 +449,61 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- @include('app.patient.care-month._matrix-v2')
|
|
|
|
|
|
+ <hr class="m-neg-4 my-3">
|
|
|
|
+
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <h6 class="mb-3 font-weight-bold text-dark">Measurements</h6>
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-7">
|
|
|
|
+ <div class="d-flex align-items-baseline mb-3" tab-links>
|
|
|
|
+ <a class="tab-link-active" href="#" tab-link="measurements-graph">Graph</a>
|
|
|
|
+ <a class="" href="#" tab-link="measurements-calendar">Calendar</a>
|
|
|
|
+ @if($performer->pro->pro_type == 'ADMIN')
|
|
|
|
+ <a class="" href="#" tab-link="measurements-admin">Admin</a>
|
|
|
|
+ @endif
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="cm-tab border pr-4" tab-key="measurements-graph">
|
|
|
|
+ @include('app.patient.care-month._vitals_graph_unified')
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="cm-tab" tab-key="measurements-calendar">
|
|
|
|
+ <div id="caremonth-measurements-calendar-{{$calendarID}}" class="caremonth-measurements-calendar">
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ @if($performer->pro->pro_type == 'ADMIN')
|
|
|
|
+ <div class="cm-tab border p-3 d-none" tab-key="measurements-admin">
|
|
|
|
+ <div>
|
|
|
|
+ <div class="my-1 font-weight-bold text-secondary">Has Anyone Interacted With Client About RM: {{$careMonth->has_anyone_interacted_with_client_about_rm? 'Yes': 'No'}}</div>
|
|
|
|
+ <div class="my-1 font-weight-bold text-secondary">Has Mcp Interacted With Client About RM: {{$careMonth->has_mcp_interacted_with_client_about_rm? 'Yes': 'No'}}</div>
|
|
|
|
+ <div class="my-1 font-weight-bold text-secondary">Has Admin Interacted With Client About RM: {{$careMonth->has_admin_interacted_with_client_about_rm? 'Yes': 'No'}}</div>
|
|
|
|
+ <div class="my-1 font-weight-bold text-secondary">Has Rmm Interacted With Client About RM: {{$careMonth->has_rmm_interacted_with_client_about_rm? 'Yes': 'No'}}</div>
|
|
|
|
+
|
|
|
|
+ <div class="my-1 font-weight-bold text-secondary">Most Recent Mcp Note Date: {{$careMonth->most_recent_mcp_note_date}}</div>
|
|
|
|
+ <div class="my-1 font-weight-bold text-secondary">Days Between Most Recent Mcp Note Date And End Of Care Month: {{$careMonth->days_between_most_recent_mcp_note_date_and_end_of_care_month}}</div>
|
|
|
|
+ <div class="my-1 font-weight-bold text-secondary">Rm Total Time In Seconds: {{$careMonth->rm_total_time_in_seconds}}</div>
|
|
|
|
+ <div class="my-1 font-weight-bold text-secondary">Rm Total Time In Seconds By Mcp: {{$careMonth->rm_total_time_in_seconds_by_mcp}}</div>
|
|
|
|
+ <div class="my-1 font-weight-bold text-secondary">Rm Total Time In Seconds By Rmm Pro: {{$careMonth->rm_total_time_in_seconds_by_rmm_pro}}</div>
|
|
|
|
+ <div class="my-1 font-weight-bold text-secondary">Rm Total Time In Seconds By Rme Pro: {{$careMonth->rm_total_time_in_seconds_by_rme_pro}}</div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ @include('app.patient.care-month._rtm_stats')
|
|
|
|
+ </div>
|
|
|
|
+ @endif
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-5">
|
|
|
|
+ @include('app.patient.care-month._matrix-v2')
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-3">
|
|
|
|
+ @include('app.patient.care-month._matrix', ['onlyMatrix' => true])
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
<table class="table table-striped table-sm table-bordered mt-2 mb-0 d-none">
|
|
<table class="table table-striped table-sm table-bordered mt-2 mb-0 d-none">
|
|
<thead>
|
|
<thead>
|
|
@@ -616,7 +639,7 @@
|
|
{{-- BDT Measurements --}}
|
|
{{-- BDT Measurements --}}
|
|
{{-- <hr class="m-negator mt-4 mb-3">
|
|
{{-- <hr class="m-negator mt-4 mb-3">
|
|
|
|
|
|
- <div class="row mb-3">
|
|
|
|
|
|
+ <div class="row">
|
|
<div class="col-12">
|
|
<div class="col-12">
|
|
<div class="d-flex align-items-center">
|
|
<div class="d-flex align-items-center">
|
|
<h6 class="my-0 text-secondary font-weight-bold text-dark lh-24px">Cellular Measurements</h6>
|
|
<h6 class="my-0 text-secondary font-weight-bold text-dark lh-24px">Cellular Measurements</h6>
|