Scholar Medical Group
133 Rollins Ave, Suite 3
Rockville, MD 20852
Phone: 202-935-1033
NPI# 1639796428
Tele-Audio Visit |
@if($note->new_or_fu_or_na === "NEW")
New
@elseif($note->new_or_fu_or_na === "FU")
Follow-up
@else
{{$note->new_or_fu_or_na}}
@endif
Televisit Note
|
{{implode(', ', array_filter([$patient->name_last, $patient->name_first]))}}
Address: |
{{@$patient->mailing_address_line1 ? $patient->mailing_address_line1 : ''}} |
|
{{@$patient->mailing_address_city ? $patient->mailing_address_city : ''}}
{{@$patient->mailing_address_state ? $patient->mailing_address_state : ''}}
{{@$patient->mailing_address_zip ? $patient->mailing_address_zip : ''}}
|
Gender: |
{{$patient->sex}} |
Visited on: |
{{friendly_date($note->effective_dateest)}} |
|
Birth Date (Age): |
{{friendly_date_time($patient->dob, false,null,true)}} ({{$patient->age_in_years}} Y) |
Home Phone: |
{{$patient->phone_home}} |
Cell Phone: |
{{$patient->cell_number}} |
Email: |
{{$patient->email_address}} |
|
@yield('content')
id)
->where('bill_service_type', 'NOTE')
->where('code', 'Treatment Services')
->where('is_cancelled', false)
->where('hcp_pro_id', $note->hcpPro->id)
->get();
$totalSeconds = 0;
foreach ($bills as $bill) {
$totalSeconds += $bill->number_of_units * 3600;
}
?>
Signature
Date of Service |
Service |
Place of Service |
{{friendly_date($note->effective_dateest)}} |
Treatment Services |
133 Rollins Ave, Suite 3, Rockville, MD 20852 |
Total time spent |
Provider (HCP) |
Signature |
{{round($totalSeconds/60)}} minutes |
{{$note->hcpPro->displayName()}} |
@if($note->is_signed_by_hcp)
Signed
@else
No
@endif
|
@if($note->is_signed_by_hcp)
Printed on: {{friendly_date_time(date('Y-m-d H:i:s'))}}
Note created using: Endochart
|
Signed electronically on {{friendlier_date_time($note->signed_by_hcp_at)}}
|
@endif
********