|
@@ -1,6 +1,5 @@
|
|
<tr data-client-uid="{{$iPatient->client_uid}}" data-care-month-uid="{{$iPatient->care_month_uid}}">
|
|
<tr data-client-uid="{{$iPatient->client_uid}}" data-care-month-uid="{{$iPatient->care_month_uid}}">
|
|
<td>{{ $trIndex + 1 }}</td>
|
|
<td>{{ $trIndex + 1 }}</td>
|
|
- <td>{{ @$iPatient->mcp_name }}</td>
|
|
|
|
<td class="pl-2">
|
|
<td class="pl-2">
|
|
<a href="/patients/view/{{ $iPatient->client_uid }}/care-months/view/{{$iPatient->care_month_uid}}"
|
|
<a href="/patients/view/{{ $iPatient->client_uid }}/care-months/view/{{$iPatient->care_month_uid}}"
|
|
native target="_blank"
|
|
native target="_blank"
|
|
@@ -133,7 +132,7 @@
|
|
if($iPatient->number_of_days_with_remote_measurements >= 16 && $lastVisitWithin90Days) {
|
|
if($iPatient->number_of_days_with_remote_measurements >= 16 && $lastVisitWithin90Days) {
|
|
$codeStatus = 'Ready';
|
|
$codeStatus = 'Ready';
|
|
if($iPatient->claim_454) {
|
|
if($iPatient->claim_454) {
|
|
- $codeStatus = 'Billed';
|
|
|
|
|
|
+ $codeStatus = 'Claimed';
|
|
}
|
|
}
|
|
}
|
|
}
|
|
?>
|
|
?>
|
|
@@ -146,7 +145,7 @@
|
|
<i class="fa fa-thumbs-up text-sm"></i>
|
|
<i class="fa fa-thumbs-up text-sm"></i>
|
|
{{$codeStatus}}
|
|
{{$codeStatus}}
|
|
</span>
|
|
</span>
|
|
- @elseif($codeStatus === 'Billed')
|
|
|
|
|
|
+ @elseif($codeStatus === 'Claimed')
|
|
<span class="text-nowrap text-success">
|
|
<span class="text-nowrap text-success">
|
|
<i class="fa fa-check text-sm"></i>
|
|
<i class="fa fa-check text-sm"></i>
|
|
{{$codeStatus}}
|
|
{{$codeStatus}}
|
|
@@ -161,7 +160,7 @@
|
|
($iPatient->rm_total_time_in_seconds_by_mcp + $iPatient->rm_total_time_in_seconds_by_rmm_pro) >= 1200) {
|
|
($iPatient->rm_total_time_in_seconds_by_mcp + $iPatient->rm_total_time_in_seconds_by_rmm_pro) >= 1200) {
|
|
$codeStatus = 'Ready';
|
|
$codeStatus = 'Ready';
|
|
if($iPatient->claim_457) {
|
|
if($iPatient->claim_457) {
|
|
- $codeStatus = 'Billed';
|
|
|
|
|
|
+ $codeStatus = 'Claimed';
|
|
}
|
|
}
|
|
}
|
|
}
|
|
?>
|
|
?>
|
|
@@ -174,7 +173,7 @@
|
|
<i class="fa fa-thumbs-up text-sm"></i>
|
|
<i class="fa fa-thumbs-up text-sm"></i>
|
|
{{$codeStatus}}
|
|
{{$codeStatus}}
|
|
</span>
|
|
</span>
|
|
- @elseif($codeStatus === 'Billed')
|
|
|
|
|
|
+ @elseif($codeStatus === 'Claimed')
|
|
<span class="text-nowrap text-success">
|
|
<span class="text-nowrap text-success">
|
|
<i class="fa fa-check text-sm"></i>
|
|
<i class="fa fa-check text-sm"></i>
|
|
{{$codeStatus}}
|
|
{{$codeStatus}}
|