Immigration
Immigration
- Assessments

Psychological evaluations are provided to those who are pursuing a refugee claim. We recognize the difficulties and the lasting effects of the traumatic experiences of refugees, and provide a safe, non-judgmental space to conduct psychological evaluations. By screening for anxiety, depression, and trauma, we create thorough reports regarding the risks of deportation. We also welcome the use of translators by our clients while conducting these evaluations.
Book An Appointment
Talk to our experts now
parent.activateValidation({"message":"This field is required.","emailMessage":"Please enter a valid Email address","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-email"
as=${html``}
/>
parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-telephone"
as=${html``}
/>
<${props.Select}
className=${"mf-input mf-input-select " + ( validation.errors['mf-select'] ? 'mf-invalid' : '' )}
classNamePrefix="mf_select"
name="mf-select"
placeholder="${ parent.decodeEntities(`Select Services`) } "
isSearchable=${false}
options=${[{"label":"Individual Therapy","value":"value-1","isDisabled":false},{"label":"Couples Therapy","value":"value-2","isDisabled":false},{"label":"Family Counseling","value":"value-3","isDisabled":false},{"label":"Child Therapy","value":"value-4","isDisabled":false},{"label":"Youth Therapy","value":"value-5","isDisabled":false},{"label":"Group Therapy","value":"value-6","isDisabled":false},{"label":"Life Skills Coaching","value":"value-7","isDisabled":false},{"label":"Mental Training","value":"value-8","isDisabled":false}]}
value=${parent.getValue("mf-select") ? [{"label":"Individual Therapy","value":"value-1","isDisabled":false},{"label":"Couples Therapy","value":"value-2","isDisabled":false},{"label":"Family Counseling","value":"value-3","isDisabled":false},{"label":"Child Therapy","value":"value-4","isDisabled":false},{"label":"Youth Therapy","value":"value-5","isDisabled":false},{"label":"Group Therapy","value":"value-6","isDisabled":false},{"label":"Life Skills Coaching","value":"value-7","isDisabled":false},{"label":"Mental Training","value":"value-8","isDisabled":false}].filter(item => item.value === parent.getValue("mf-select"))[0] : []}
onChange=${(e)=> parent.handleSelect(e, "mf-select")}
ref=${() => {
register({ name: "mf-select" }, parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true}));
if ( parent.getValue("mf-select") === '' && false ) {
parent.setValue( 'mf-select', '', true );
parent.handleChange({
target: {
name: 'mf-select',
value: ''
}
});
}
}}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-select"
as=${html``}
/>
<${props.Flatpickr}
name="mf-date"
className="mf-input mf-date-input mf-left-parent "
placeholder="${ parent.decodeEntities(`Select Date`) } "
options=${{"minDate":"today","maxDate":"","dateFormat":"m-d-Y","enableTime":"","disable":[],"mode":"single","static":true,"disableMobile":true,"time_24hr":false}}
value=${parent.getValue('mf-date')}
onInput=${parent.handleDateTime}
aria-invalid=${validation.errors['mf-date'] ? 'true' : 'false'}
ref=${el => props.DateWidget(
el,
'',
{"message":"This field is required.","required":true},
register,
parent
)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-date"
as=${html``}
/>