Treatment Plan
@foreach($service_types as $service_typ) @php $selected_str = ''; if($service_typ['cpt_service_type_id']==$treatment_details->primary_service_type){ $selected_str = 'selected="selected"'; } @endphp
{{ $service_typ['service_type'].'('.$service_typ['description'].')' }}
@endforeach
@if($edit_mode!='pending') @if($getUserDeviceType!='ios')
Download PDF
@endif @endif
Back
Patient Info
Patient Name:
{{ $patient_data[0]->last_name.', '.$patient_data[0]->first_name }}({{ $patient_id }})
DOB:
{{ $patient_data[0]->date_of_birth }}
MRN:
{{ $patient_data[0]->patient_mrn!=''?$patient_data[0]->patient_mrn:'--' }}
Provider:
{{ $patient_data[0]->name }}
Designated Representative Name:
Phone:
Review in (days)
Review On
@if($edit_mode=='edit')
Overall Status:
Open
In Progress
On Hold
Completed
@endif
Assign to
Select Care Team
Expected length of treatment(in Days)
Behavioral Health Diagnosis :
@if(count($bhiconds_list)>0) @php $bkey=1; @endphp @foreach($bhiconds_list as $bhiconds_li)
{{ $bhiconds_li->behavioral_definition }}
@if($bkey>0)
@endif
@php $bkey++; @endphp @endforeach @else
Excessive and/or unrealstic worry that is difficult to control occurring more days than not for t least 6 months about a number of events or activities
@endif
Initiation Date
Review Frequency
Select Frequency
Daily
Weekly
Fort Night
Monthly
Quarterly
Half Yearly
Yearly
Treatment Modality
Individual
Marriage
Family
Important Patient Info
Patient Lives
Alone
W/Spouse/Partner
W/Family
W/Friend
ASL
Other
@if($treatment_details->patient_live=='other')
@else
@endif
Challenges
Mobility
Hearing
Vision
Other
@if($treatment_details->challenges=='other')
@else
@endif
Primary Language
English
Spanish
Needs Translator
DNR
POA/Health
POA/Finance
Advanced
Other
@if($treatment_details->primary_language=='other')
@else
@endif
Gender
Male
Female
Other
Diet/Dietary Needs
Assistive Devices
{{ implode(', ',$devices_array) }}
Next Provider Visit
@if($edit_mode!='pending')
@endif
Save
Cancel
Assesments
Active Medication
Medication Management
Cognition
Functional
Provider Centric Goals
Patient Centric Goals
Problems List
Health Rating
Community Resources and Assistance Assessment
Patient's Top concerns / barriers in care
Community Resource and Assistance Available
Care Team
Primary Care Physician:
Assistant Physician:
Care Coordinator:
Lead Nurse:
Clinical Staff(Physicians):
Clinical Staff(Nurses):
Referral Physicians:
@if($edit_mode=='pending')
Submit
@endif
Cancel
Medications
Provider Centric Goal
Patient Centric Goal
Add Problem
Date
Diagnosis/ICD-10
@foreach($all_problems_list as $all_problems_li)
{{ $all_problems_li->diagnostic_code }}
@endforeach
Save
Cancel
Provider Centric Goals
Back