{% include '_header.html' %}

SQL Advance - Support Plan

{% if plans %} {% set client = resident.fname ~ " " ~ resident.lname %} {% else %}

No Support Plans found for this client in this date range.

{% endif %} {% for plan in plans %}
Client Name: {{ client }}
Unit Name: {{ plan.unit_lname }}
Entered By: {{ plan.staff_name }}
Effective Dates: {{ plan.start_date }} - {{ plan.end_date }}

Treatment Team

Case Manager: {{ plan.caseworker }}
Backup: {{ plan.backup }}
Supervisor: {{ plan.supervisor }}
Chart ID: {{ plan.chart_id }}
 


Admission Criteria

Client is 18 years or older, has DSM5 diagnosis: {{ plan.diagnosis }}  
Client demonstrates marked difficulties in self care: {{ plan.needs_selfcare }}
Client shows marked difficulties in maintaining social functioning: {{ plan.needs_skills }}
Client exhibits reliance on psychiatric treatment and support: {{ plan.needs_support }}
Client exhibits marked restriction of ADL: {{ plan.needs_adl }}
Client exibits deficiencies of concentration and task completion: {{ plan.needs_focus }}

Additional Information

Rights and Grievance Procedures Reviewed With Client: {{ plan.rights_grievances }}
Date: {{ plan.rights_date }}
 

{% if funct %} {% for funct in funct %} {% endfor %} {% else %} {% endif %}

Functional Assessment

Skill Area: {{funct.skill_area}}
Assessment: {{ funct.skill_level }}

No Functional Assessment Found.



Goal 1

Assessment:
{{ plan.goal_one_header}}
Client Will:
{{ plan.goal_one_object}}
Staff Will:
{{ plan.goal_one_service}}
Evaluation:
{{ plan.goal_one_eval}}
{% if plan.goal_two_header %}

Goal 2

Assessment:
{{ plan.goal_two_header}}
Client Will:
{{ plan.goal_two_object}}
Staff Will:
{{ plan.goal_two_service}}
Evaluation:
{{ plan.goal_two_eval}}
{% endif %} {% if plan.goal_three_header %}

Goal 3

Assessment:
{{ plan.goal_three_header}}
Client Will:
{{ plan.goal_three_object}}
Staff Will:
{{ plan.goal_three_service}}
Evaluation:
{{ plan.goal_three_eval}}
{% endif %} {% if plan.goal_four_header %}

Goal 4

Assessment:
{{ plan.goal_four_header}}
Client Will:
{{ plan.goal_four_object}}
Staff Will:
{{ plan.goal_four_service}}
Evaluation:
{{ plan.goal_four_eval}}
{% endif %} {% endfor %}

Enter A Support Plan

{% include '_footer.html' %}