2 include_once("../../globals.php");
3 include_once("$srcdir/api.inc");
4 formHeader("Form: assessment_intake");
7 <?
html_header_show();?
>
8 <link rel
=stylesheet href
="<?echo $css_header;?>" type
="text/css">
10 <body
<?
echo $top_bg_line;?
> topmargin
=0 rightmargin
=0 leftmargin
=2 bottommargin
=0 marginwidth
=2 marginheight
=0>
11 <form method
=post action
="<?echo $rootdir;?>/forms/assessment_intake/save.php?mode=new" name
="my_form">
13 <span
class="title"><center
>Assessment
and Intake
</center
></span
><br
><br
>
14 <center
><a href
="javascript:top.restoreSession();document.my_form.submit();" class="link_submit">[Save
]</a
>
15 <img src
="../../../images/space.gif" width
="5" height
="1">
16 <a href
="<?php echo $GLOBALS['form_exit_url']; ?>" class="link"
17 onclick
="top.restoreSession()">[Don
't Save]</a></center>
20 <?php $res = sqlStatement("SELECT fname,mname,lname,ss,street,city,state,postal_code,phone_home,DOB FROM patient_data WHERE pid = $pid");
21 $result = SqlFetchArray($res); ?>
22 <b>Name:</b> <?php echo $result['fname
'] . ' 
' . $result['mname
'] . ' 
;' . $result['lname
'];?>
23 <img src="../../../images/space.gif" width="572" height="1">
24 <b>Date:</b> <?php print date('m
/d
/y
'); ?><br><br>
25 <b>SSN:</b> <?php echo $result['ss
'];?><img src="../../../images/space.gif" width="172" height="1">
26 <label><b>DCN:</b> <input type="text" name="dcn"></label><img src="../../../images/space.gif" width="125" height="1">
27 <label><b>Location:</b> <input type="text" name="location"></label><br><br>
28 <b>Address:</b> <?php echo $result['street
'] . ', 
' . $result['city
'] . ', 
' . $result['state
'] . ' 
;' . $result['postal_code
'];?><br><br>
29 <b>Telephone Number:</b> <?php echo $result['phone_home
'];?><img src="../../../images/space.gif" width="400" height="1">
30 <b>Date of Birth:</b> <?php echo $result['DOB
'];?><br><br>
31 <label><b>Time In:</b> <input type="text" name="time_in"></label><img src="../../../images/space.gif" width="65" height="1">
32 <label><b>Time Out:</b> <input type="text" name="time_out"></label><img src="../../../images/space.gif" width="65" height="1">
33 <label><b>Referral Source:</b> <input type="text" name="referral_source"></label><br><br>
34 <b>Purpose:</b> <input type=checkbox name='new_client_eval
' ><b>New client evaluation</b><img src="../../../images/space.gif" width="10" height="1">
35 <input type=checkbox name='readmission
' ><b>Readmission</b><img src="../../../images/space.gif" width="35" height="1">
36 <input type=checkbox name='consultation
' ><b>Consultation</b><br><br>
37 <label><b>Copy sent to:</b> <input type="text" name="copy_sent_to"></label><br><br>
38 <b>Why is Assessment being requested (Goals and treatment expectations of the individual requesting services):</b><br>
39 <textarea cols=100 rows=3 wrap=virtual name="reason_why" ></textarea><br>
40 <b>Behavior that led to Assessment:</b><br>
41 <textarea cols=100 rows=5 wrap=virtual name="behavior_led_to" ></textarea><br><br>
42 <b><u></u>Areas of Functioning:</b><br><br>
43 <b>School/Work:</b><br>
44 <textarea cols=100 rows=3 wrap=virtual name="school_work" ></textarea><br><br>
45 <b>Personal Relationships (Intimate):</b>
46 <textarea cols=100 rows=4 wrap=virtual name="personal_relationships" ></textarea><br><br>
47 <b>Family Relationships:</b>
48 <input type=checkbox name='fatherc
' > <b>Father involved/present/absent (Describe relationship)</b><br>
49 <textarea cols=100 rows=3 wrap=virtual name="father_involved" ></textarea><br>
50 <input type=checkbox name='motherc
' > <b>Mother involved/present/absent (Describe relationship)</b><br>
51 <textarea cols=100 rows=3 wrap=virtual name="mother_involved" ></textarea><br><br>
52 <b>Number of children:</b> <input type="text" name="number_children"><br><b>Names, ages, quality of relationship(s):</b><br>
53 <textarea cols=100 rows=3 wrap=virtual name="siblings" ></textarea><br><br>
54 <b>Other family relationships:</b><br>
55 <textarea cols=100 rows=2 wrap=virtual name="other_relationships" ></textarea><br><br>
56 <b>Social Relationships (Peers/Friends):</b><br>
57 <textarea cols=100 rows=3 wrap=virtual name="social_relationships" ></textarea><br><br>
58 <b>Psychological/Personal Functioning (Current symptons):</b><br>
59 <textarea cols=100 rows=3 wrap=virtual name="current_symptoms" ></textarea><br><br>
60 <b>Personal resources and strengths (including the availability & use of family and peers):</b><br>
61 <textarea cols=100 rows=3 wrap=virtual name="personal_strengths" ></textarea><br><br>
62 <b>Spiritual:</b> <input type="text" name="spiritual"> <img src="../../../images/space.gif" width="35" height="1">
63 <b>Legal:</b> <input type="text" name="legal"><br><br>
64 <b>Prior Mental Health History/Treatment:</b><br>
65 <textarea cols=100 rows=3 wrap=virtual name="prior_history" ></textarea><br><br>
66 <b>Number of admissions:</b> <input type="text" name="number_admitt"> <img src="../../../images/space.gif" width="35" height="1">
67 <b>Types of admissions:</b> <input type="text" name="type_admitt"><br><br>
68 <b>Alcohol and substance use for the past 30 days:</b><br>
69 <textarea cols=100 rows=3 wrap=virtual name="substance_use" ></textarea><br><br>
70 <b>Substance abuse history (Include duration, patterns, and consequences of use):</b><br>
71 <textarea cols=100 rows=3 wrap=virtual name="substance_abuse" ></textarea><br><br>
72 <b><u>Diagnoses</u></b><br><br>
74 <textarea cols=100 rows=3 wrap=virtual name="axis1" ></textarea><br><br>
76 <textarea cols=100 rows=3 wrap=virtual name="axis2" ></textarea><br><br>
78 <textarea cols=100 rows=3 wrap=virtual name="axis3" ></textarea><br><br>
79 <b><u>Allergies/Adverse reactions to medications:</u></b> <input type="text" name="allergies"><br><br>
80 <b>Axis IV Psychosocial and environmental problems in the last year:</b><br>
81 <input type=checkbox name='ax4_prob_support_group
' > <b>Problems with primary support group</b>
82 <img src="../../../images/space.gif" width="35" height="1">
83 <input type=checkbox name='ax4_prob_soc_env
' > <b>Problems related to the social environment</b><br>
85 <input type=checkbox name='ax4_educational_prob
' > <b>Educational problems</b>
86 <img src="../../../images/space.gif" width="5" height="1">
87 <input type=checkbox name='ax4_occ_prob
' > <b>Occupational problems</b>
88 <img src="../../../images/space.gif" width="5" height="1">
89 <input type=checkbox name='ax4_housing
' > <b>Housing problems</b>
90 <img src="../../../images/space.gif" width="5" height="1">
91 <input type=checkbox name='ax4_economic
' > <b>Economic problems</b><br>
92 <input type=checkbox name='ax4_access_hc
' > <b>Problems with access to health care services</b>
93 <img src="../../../images/space.gif" width="5" height="1">
94 <input type=checkbox name='ax4_legal
' > <b>Problems related to interaction with the legal system/crime</b><br>
95 <input type=checkbox name='ax4_other_cb
' > <b>Other (specify):</b><br>
96 <textarea cols=100 rows=2 wrap=virtual name="ax4_other" ></textarea><br><br>
97 <b>Axis V Global Assessment of Functioning (GAF) Scale (100 down to 0):</b>
98 <img src="../../../images/space.gif" width="5" height="1"><br>
99 <b>Currently</b><input type="text" name="ax5_current">
100 <img src="../../../images/space.gif" width="5" height="1">
101 <b>Past Year</b><input type="text" name="ax5_past"><br><br>
102 <b><u>Assessment of Currently Known Risk Factors:</u></b><br><br>
103 <b>Suicide:</b><br><input type=checkbox name='risk_suicide_na
' > <b>Not Assessed</b>
104 <img src="../../../images/space.gif" width="5" height="1">
105 <b>Behaviors:</b>
106 <img src="../../../images/space.gif" width="5" height="1">
107 <input type=checkbox name='risk_suicide_nk
' > <b>Not Known</b>
108 <img src="../../../images/space.gif" width="5" height="1">
109 <input type=checkbox name='risk_suicide_io
' > <b>Ideation only</b>
110 <img src="../../../images/space.gif" width="5" height="1">
111 <input type=checkbox name='risk_suicide_plan
' > <b>Plan</b><br>
112 <img src="../../../images/space.gif" width="100" height="1">
113 <input type=checkbox name='risk_suicide_iwom
' > <b>Intent without means</b>
114 <img src="../../../images/space.gif" width="5" height="1">
115 <input type=checkbox name='risk_suicide_iwm
' > <b>Intent with means</b><br>
117 <b>Homocide:</b><br><input type=checkbox name='risk_homocide_na
' > <b>Not Assessed</b>
118 <img src="../../../images/space.gif" width="5" height="1">
120 <img src="../../../images/space.gif" width="5" height="1">
121 <input type=checkbox name='risk_homocide_nk
' > <b>Not Known</b>
122 <img src="../../../images/space.gif" width="5" height="1">
123 <input type=checkbox name='risk_homocide_io
' > <b>Ideation only</b>
124 <img src="../../../images/space.gif" width="5" height="1">
125 <input type=checkbox name='risk_homocide_plan
' > <b>Plan</b><br>
126 <img src="../../../images/space.gif" width="100" height="1">
127 <input type=checkbox name='risk_homocide_iwom
' > <b>Intent without means</b>
128 <img src="../../../images/space.gif" width="5" height="1">
129 <input type=checkbox name='risk_homocide_iwm
' > <b>Intent with means</b><br>
131 <b>Compliance with treatment:</b><br><input type=checkbox name='risk_compliance_na
' > <b>Not Assessed</b>
132 <img src="../../../images/space.gif" width="5" height="1">
133 <input type=checkbox name='risk_compliance_fc
' > <b>Full compliance</b>
134 <img src="../../../images/space.gif" width="5" height="1">
135 <input type=checkbox name='risk_compliance_mc
' > <b>Minimal compliance</b>
136 <img src="../../../images/space.gif" width="5" height="1">
137 <input type=checkbox name='risk_compliance_moc
' > <b>Moderate compliance</b><br>
138 <img src="../../../images/space.gif" width="100" height="1">
139 <input type=checkbox name='risk_compliance_var
' > <b>Variable</b>
140 <img src="../../../images/space.gif" width="5" height="1">
141 <input type=checkbox name='risk_compliance_no
' > <b>Little or no compliance</b><br>
143 <b>Substance Abuse:</b><br><input type=checkbox name='risk_substance_na
' > <b>Not Assessed</b>
144 <img src="../../../images/space.gif" width="5" height="1">
145 <input type=checkbox name='risk_substance_none
' > <b>None/normal use:</b><br>
146 <textarea cols=100 rows=1 wrap=virtual name="risk_normal_use" ></textarea><br>
147 <input type=checkbox name='risk_substance_ou
' > <b>Overuse</b>
148 <img src="../../../images/space.gif" width="5" height="1">
149 <input type=checkbox name='risk_substance_dp
' > <b>Dependence</b>
150 <img src="../../../images/space.gif" width="5" height="1">
151 <input type=checkbox name='risk_substance_ur
' > <b>Unstable remission of abuse</b>
152 <img src="../../../images/space.gif" width="5" height="1">
153 <input type=checkbox name='risk_substance_ab
' > <b>Abuse</b><br>
155 <b>Current physical or sexual abuse:</b><br><input type=checkbox name='risk_sexual_na
' > <b>Not Assessed</b>
156 <img src="../../../images/space.gif" width="5" height="1">
157 <input type=checkbox name='risk_sexual_y
'> <b>Yes</b>
158 <img src="../../../images/space.gif" width="5" height="1">
159 <input type=checkbox name='risk_sexual_n
'> <b>No</b><br>
160 <b>Legally reportable?</b> <input type=checkbox name='risk_sexual_ry
'> <b>Yes</b>
161 <img src="../../../images/space.gif" width="5" height="1">
162 <input type=checkbox name='risk_sexual_rn
'> <b>No</b>
163 <img src="../../../images/space.gif" width="5" height="1">
164 <b>If yes, client is </b> <input type=checkbox name='risk_sexual_cv
'> <b>victum</b>
165 <input type=checkbox name='risk_sexual_cp
'> <b>perpetrator</b><br>
166 <input type=checkbox name='risk_sexual_b
'> <b>Both</b>
167 <img src="../../../images/space.gif" width="5" height="1">
168 <input type=checkbox name='risk_sexual_nf
'> <b>neither, but abuse exists in family</b> <br>
170 <b>Current child/elder abuse:</b><br><input type=checkbox name='risk_neglect_na
' > <b>Not Assessed</b>
171 <img src="../../../images/space.gif" width="5" height="1">
172 <input type=checkbox name='risk_neglect_y
'> <b>Yes</b>
173 <img src="../../../images/space.gif" width="5" height="1">
174 <input type=checkbox name='risk_neglect_n
'> <b>No</b><br>
175 <b>Legally reportable?</b> <input type=checkbox name='risk_neglect_ry
'> <b>Yes</b>
176 <img src="../../../images/space.gif" width="5" height="1">
177 <input type=checkbox name='risk_neglect_rn
'> <b>No</b>
178 <img src="../../../images/space.gif" width="5" height="1">
179 <b>If yes, client is </b> <input type=checkbox name='risk_neglect_cv
'> <b>victum</b>
180 <input type=checkbox name='risk_neglect_cp
'> <b>perpetrator</b><br>
181 <input type=checkbox name='risk_neglect_cb
'> <b>Both</b>
182 <img src="../../../images/space.gif" width="5" height="1">
183 <input type=checkbox name='risk_neglect_cn
'> <b>neither, but abuse exists in family</b> <br>
186 <b>If risk exists:</b> client <input type=checkbox name='risk_exists_c
'><b>can</b>
187 <img src="../../../images/space.gif" width="5" height="1">
188 <input type=checkbox name='risk_exists_cn
'> <b>cannot</b>
189 <b>meaningfully agree to a contract not to harm</b><br>
190 <input type=checkbox name='risk_exists_s
'> <b>self</b>
191 <img src="../../../images/space.gif" width="5" height="1">
192 <input type=checkbox name='risk_exists_o
'> <b>others</b>
193 <img src="../../../images/space.gif" width="5" height="1">
194 <input type=checkbox name='risk_exists_b
'> <b>both</b><br><br>
196 <b>Risk to community (criminal):</b><br>
197 <textarea cols=100 rows=3 wrap=virtual name="risk_community" ></textarea><br>
199 <b><u>Assessment Recommendations:</u></b><br><br>
201 <b>Outpatient Psychotherapy:</b>
202 <img src="../../../images/space.gif" width="5" height="1">
203 <input type=checkbox name='recommendations_psy_i
'> <b>Individual</b>
204 <img src="../../../images/space.gif" width="5" height="1">
205 <input type=checkbox name='recommendations_psy_f
'> <b>Family</b>
206 <img src="../../../images/space.gif" width="5" height="1">
207 <input type=checkbox name='recommendations_psy_m
'> <b>Marital/relational</b>
208 <img src="../../../images/space.gif" width="5" height="1">
209 <input type=checkbox name='recommendations_psy_o
'> <b>Other</b><br>
210 <textarea cols=100 rows=3 wrap=virtual name="recommendations_psy_notes" ></textarea><br>
212 <b>Date report sent to referral source:</b>
213 <img src="../../../images/space.gif" width="5" height="1">
214 <input type=text name='refer_date
'>
215 <img src="../../../images/space.gif" width="5" height="1">
216 <b>Parent/Guardian:</b>
217 <img src="../../../images/space.gif" width="5" height="1">
218 <input type=text name='parent
'>
221 <b>Level of supervision needed:</b>
223 <textarea cols=100 rows=1 wrap=virtual name="supervision_level" ></textarea><br>
224 <b>Type of program:</b><br>
225 <textarea cols=100 rows=1 wrap=virtual name="supervision_type" ></textarea><br>
227 <b>Residential or long-term placement recommended:</b>
228 <img src="../../../images/space.gif" width="5" height="1">
229 <textarea cols=100 rows=1 wrap=virtual name="supervision_res" ></textarea><br>
230 <b>Support services needed:</b><br>
231 <textarea cols=100 rows=1 wrap=virtual name="supervision_services" ></textarea><br>
233 <input type=checkbox name='support_ps
'> <b>Parenting skills/child management</b>
234 <img src="../../../images/space.gif" width="5" height="1">
235 <input type=checkbox name='support_cs
'> <b>Communication skills</b>
236 <img src="../../../images/space.gif" width="5" height="1">
237 <input type=checkbox name='support_sm
'> <b>Stress management</b><br>
239 <input type=checkbox name='support_a
'> <b>Assertiveness</b>
240 <img src="../../../images/space.gif" width="5" height="1">
241 <input type=checkbox name='support_o
'> <b>Other</b><br>
242 <textarea cols=100 rows=1 wrap=virtual name="support_ol" ></textarea><br><br>
244 <b>Legal Services:</b>
245 <img src="../../../images/space.gif" width="5" height="1">
246 <input type=checkbox name='legal_op
'> <b>Offender program</b>
247 <img src="../../../images/space.gif" width="5" height="1">
248 <input type=checkbox name='legal_so
'> <b>Sex Offender Groups</b>
249 <img src="../../../images/space.gif" width="5" height="1">
250 <input type=checkbox name='legal_sa
'> <b>Substance abuse</b><br>
252 <input type=checkbox name='legal_ve
'> <b>Victum empathy group</b>
253 <img src="../../../images/space.gif" width="5" height="1">
254 <input type=checkbox name='legal_ad
'> <b>Referral to advocate</b>
255 <img src="../../../images/space.gif" width="5" height="1">
256 <input type=text name='legal_adl
'>
257 <img src="../../../images/space.gif" width="5" height="1"><br>
258 <input type=checkbox name='legal_o
'> <b>Other:</b>
263 <textarea cols=100 rows=1 wrap=virtual name="legal_ol" ></textarea><br><br>
265 <b><u>Referrals for Continuing Services</u></b><br><br>
267 <b>Psychiatric Evaluation Psychotropic Medications:</b><br>
268 <textarea cols=100 rows=2 wrap=virtual name="referrals_pepm" ></textarea><br><br>
270 <b>Medical Care:</b><br>
271 <textarea cols=100 rows=2 wrap=virtual name="referrals_mc" ></textarea><br><br>
273 <b>Educational/vocational services:</b><br>
274 <textarea cols=100 rows=2 wrap=virtual name="referrals_vt" ></textarea><br><br>
277 <textarea cols=100 rows=2 wrap=virtual name="referrals_o" ></textarea><br><br>
279 <b>Current use of resources/services from other community agencies:</b><br>
280 <textarea cols=100 rows=2 wrap=virtual name="referrals_cu" ></textarea><br><br>
282 <b>Documents to be obtainded (Release of Information Required):</b><br>
283 <textarea cols=100 rows=2 wrap=virtual name="referrals_docs" ></textarea><br><br>
285 <b>Other needed resources and services:</b><br>
286 <textarea cols=100 rows=2 wrap=virtual name="referrals_or" ></textarea><br><br>
289 <center><a href="javascript:top.restoreSession();document.my_form.submit();" class="link_submit">[Save]</a>
290 <img src="../../../images/space.gif" width="5" height="1">
291 <a href="<?php echo $GLOBALS['form_exit_url
']; ?>" class="link"
292 onclick="top.restoreSession()">[Don't Save
]</a
></center
>