@if($pro->is_enrolled_as_mcp && !$patient->mcp)
This patient currently does not have an MCP assigned.
@endif @if($patient->has_mcp_done_onboarding_visit !== 'YES' && $patient->is_mcp_onboarding_active === 'NO')
MCP onboarding is not active for this patient.
{{$patient->why_is_mcp_onboarding_not_active_category}}
{{$patient->why_is_mcp_onboarding_not_active_memo}}
@endif
profile_picture_base64; $initials = !$thumbnail ? substr($patient->name_first, 0, 1) . substr($patient->name_last, 0, 1) : ''; $online = $patient->is_online ? 'online' : ''; $patientName = implode(', ', array_filter([$patient->name_last, $patient->name_first])); $confirmedCell = empty($patient->cell_number) ? '-' : $patient->cell_number; $confirmedEmail = empty($patient->email_address) ? '-' : $patient->email_address; $location = implode(', ', array_filter([$patient->home_address_city, $patient->home_address_state])); $location = empty($location) ? '-' : $location; $mcpName = $patient->mcp ? implode(', ', array_filter([$patient->mcp->name_last, $patient->mcp->name_first])) : null; $cmName = $patient->cm ? implode(', ', array_filter([$patient->cm->name_last, $patient->cm->name_first])) : null; $memberSince = date_diff(date_create($patient->created_at), date_create('now'))->days; if ($memberSince > 30) $memberSince = date('F, Y', strtotime($patient->created_at)); else if ($memberSince > 1) $memberSince .= ' days ago'; else if ($memberSince === 1) $memberSince = 'yesterday'; else if ($memberSince === 0) $memberSince = 'today'; ?>
@if($patient->is_duplicate)
This chart is a duplicate of  {{ $patient->duplicateOf->displayName() }}
@endif
{{--
is_microphone_available)style="color:green" @else style="color:gray" @endif>
is_camera_available)style="color:green" @else style="color:gray" @endif>
--}}

{{$patientName}}

#{{$patient->chart_number}}
Joined @if($pro->pro_type === 'ADMIN')
Created by {{$patient->creator ? $patient->creator->displayName() : '-'}}
Created on {{friendly_date_time($patient->created_at)}}
@endif
{{friendly_date($patient->dob, false,null, true)}} ({{$patient->age_in_years}} y.o {{$patient->sex}})
@if($patient->getPrimaryCoverage() && $patient->getPrimaryCoverageStatus() === 'YES')
{{$patient->getPrimaryCoverage()->insuranceDisplayName()}}
Covered
@endif
{{$patient->client_engagement_status_category ? ucwords(strtolower(str_replace('_', ' ', $patient->client_engagement_status_category == 'DUMMY' ? 'Test Chart' : $patient->client_engagement_status_category))) : '-'}} @if($pro->pro_type == 'ADMIN')
@endif
{{$mcpName}} @if($patient->has_mcp_done_onboarding_visit !== 'YES' && $pro->pro_type == 'ADMIN')
@if($patient->mcp)
@endif @endif
@if($patient->mcp && $patient->mcp->id === $pro->id || $pro->pro_type == 'ADMIN')
{!! $patient->mcpEngagementAssessmentStatus && $patient->mcpEngagementAssessmentStatus->status_category ? ucwords(strtolower(str_replace('_', ' ', $patient->mcpEngagementAssessmentStatus->status_category))) : 'Not Set' !!}
@endif
@if($patient->has_mcp_done_onboarding_visit !== 'YES') MCP Onboarding Visit Pending
@else MCP Onboarding Visit Completed @endif
{{$patient->defaultNaPro ? $patient->defaultNaPro->displayName() : '-' }} @if($pro->pro_type == 'ADMIN')
@if($patient->pcp)
@endif @endif
@if($patient->defaultNaPro && $patient->defaultNaPro->id === $pro->id || $pro->pro_type == 'ADMIN')
{!! $patient->defaultNaEngagementAssessmentStatus && $patient->defaultNaEngagementAssessmentStatus->status_category ? ucwords(strtolower(str_replace('_', ' ', $patient->defaultNaEngagementAssessmentStatus->status_category))) : 'Not Set' !!}
@endif
currentCareMonth(); ?> @if($currentCareMonth && $pro->id === $currentCareMonth->mcp_pro_id)
has_anyone_interacted_with_client_about_rm_outside_note; ?> Communicated this month: {{$spoken ? 'Yes' : 'No'}} @if(!$spoken) @else @endif @if($currentCareMonth->mcp && $pro->id === $currentCareMonth->mcp->id)

Set to {{$spoken ? 'No' : 'Yes'}}?

@endif
@endif @if($patient->mcp && $patient->mcp->id === $pro->id || $pro->pro_type == 'ADMIN')
{!! is_null($patient->mcp_usual_follow_up_frequency_in_days) ? 'Not Set' : $patient->mcp_usual_follow_up_frequency_in_days !!}
@endif
SMS
Send

Send Check-In link to patient?

@if($performer->pro->pro_type == 'ADMIN') @endif
@if(!$patient->getPrimaryCoverage() || $patient->getPrimaryCoverageStatus() !== 'YES')
@include('app.patient.coverage-status')
@endif
{{$patient->sticky_note ?? '-' }}
@if($pro->pro_type === 'ADMIN')
@include('app.patient.intake-data.patient-intake-data-form')
@endif
  • mailing_address_line1) $addressParts[] = trim($patient->mailing_address_line1); if (!!$patient->mailing_address_line2) $addressParts[] = trim($patient->mailing_address_line2); $addressParts = implode(", ", $addressParts) . "
    "; $addressPart2 = []; if (!!$patient->mailing_address_city) $addressPart2[] = trim($patient->mailing_address_city); if (!!$patient->mailing_address_state) $addressPart2[] = trim($patient->mailing_address_state); $addressParts .= implode(", ", $addressPart2); echo $addressParts; ?> {{ $patient->mailing_address_zip ? $patient->mailing_address_zip : '' }} @if($patient->mailing_address_memo)
    Special Instructions
    {{$patient->mailing_address_memo}}
    @endif
  • @if($patient->cell_number)
  • {{$patient->cell_number}} {{ $patient->cell_number_memo ? '(' . $patient->cell_number_memo . ')' : '' }}
  • @endif @if($patient->phone_home)
  • {{$patient->phone_home}}
  • @endif
  • {{$confirmedEmail}}
    | linkedAccounts ? count($patient->linkedAccounts) : 0; ?> Accounts ({{$numLinkedAccounts}})
  • @include('app.patient.send_email')
@if($pro->pro_type === 'ADMIN')
Tags ({{count($patient->clientTags)}}): @foreach($patient->clientTags as $tag)
{{$tag->tag}}

Cancel this tag?

@endforeach
+ Add
@endif {{--
@if($patient->mcp_pro_id !== $pro->id && $patient->active_mcp_request_id)
Claim as MCP

Claim this patient?

@endif
--}}
{{--

@yield('section-title')

--}}
@yield('inner-content')