|
|
| Online Referral Details |
| Referral Date | Reference Name | Contact Number |
| {{ $data['date_of_refral'] }} | {{ $data['reference_name']??''}} | {{ $data['referre_contact_details']??''}} |
Mainstream and community support |
||
| GP | Psychologist | Psychiatrist |
| {{ $data['gp']??''}} | {{ $data['psychologist']??''}} | {{ $data['psychiatrist']??''}} |
| Other professionals | Future Housing Needs | Current Accommodation Type |
| {{ $data['other_involved_professionals']??''}} | {{ $data['future_housing_needs']??''}} | {{ $data['current_accommodation_type']??''}} |
Participant's details |
||
| Name | Date of Birth | Address |
| {{ $data['name'] }} | {{ $data['dob']??''}} | {{ $data['address']??''}} |
| Phone | Mobile | Cultural identity |
| {{ $data['phone']??''}} | {{ $data['mobile'] }} | {{ $data['cultural_identity']??''}} |
| Religion | NDIS Plan period | If plan managed (please provide the details of the plan manager) |
| {{ $data['religion']??''}} | {{ $data['ndis_plan_period']??''}} | {{ $data['ndis_plan_manager_detail']??''}} |
| Available Core supports budget | Referral reason/services requested please outline what services participant is looking for and any preference for service to be delivered | Does Participant have an approved NDIS Plan? |
| {{ $data['available_core_supports_budget']??''}} | {{ $data['reason_for_referral']??''}} | {{ $data['does_ndis_plan']??''}} |
| NDIS Funding management | NDIS No | |
| {{ $data['ndis_funding_management']??''}} | {{ $data['ndis_number']??''}} | |
Participant’s informal support and Decision maker |
||
| Next of kin (Name and contact details) | Legal Guardian (name and contact details) | Public Trustee (name and contact details) |
| {{ $data['contact_detail_kin'] }} | {{ $data['guardian']??''}} | {{ $data['public_trustee']??''}} |
| Informal support (Please outline any informal support and relevant details) | ||
| {{ $data['support_linker']??''}} | ||
Disability and Health Information |
||
| Primary disability | Mental Health conditions/diagnoses | Identified Substance / Alcohol Misuse Issue |
| {{ $healthData['health_condition']??''}} | {{ $healthData['mental_health_condition']??''}} | {{ $healthData['identified_substance']??''}} |
| Forensic history | Psychiatric / Mental Health Interventions | Medication Compliance |
| {{ $healthData['forensic_history']??''}} | @if (!empty($healthData['treatment_order'])) @foreach (json_decode($healthData['treatment_order'])??[] as $item) {{$item}} @endforeach @endif | @if (!empty($healthData['medication_administration_method'])) @foreach (json_decode($healthData['medication_administration_method'])??[] as $item) {{$item}} @endforeach @endif |
| Is there any current health concerns?If yes provide details | Medication Compliance | Current Professional Services |
| {{ $healthData['any_current_health_concerns']??''}} | {{ $healthData['medication_compliance']??''}} | {{ $healthData['current_professional_service']??''}} |
| Risk Identified | Nature of required care delivery from {{$settings['app_short_name']??"We Care Cloud"}} | |
| {{ $healthData['risks_identified']??''}} | @if (!empty($healthData['nature_of_required_care_delivery'])) @foreach (json_decode($healthData['nature_of_required_care_delivery'])??[] as $item) {{$item}}, @endforeach @endif | |
Support Needs |
||
| Mobility | Communication | Elimination Issues |
| @if (!empty($healthData['mobility'])) @foreach (json_decode($healthData['mobility'])??[] as $item) {{$item}}, @endforeach @endif | @if (!empty($healthData['communication'])) @foreach (json_decode($healthData['communication'])??[] as $item) {{$item}}, @endforeach @endif | @if (!empty($healthData['elimination_issue'])) @foreach (json_decode($healthData['elimination_issue'])??[] as $item) {{$item}}, @endforeach @endif |
| Nutritional/Dietary Issues (incl. assisted feeding) | Personal Care/Daily Living Activities Requiring Assistance | Behaviour causing harm |
| @if (!empty($healthData['nutritional'])) @foreach (json_decode($healthData['nutritional'])??[] as $item) {{$item}}, @endforeach @endif | @if (!empty($healthData['personal_care'])) @foreach (json_decode($healthData['personal_care'])??[] as $item) {{$item}}, @endforeach @endif | @if (!empty($healthData['behaviour'])) @foreach (json_decode($healthData['behaviour'])??[] as $item) {{$item}}, @endforeach @endif |
| Financial Management Issues | Network issues (level of support, conflict, abuse,relationships) | Community & Environment (Issues with unsafe housing, pets, children, WH&S Issues, remote community) |
| {{ $healthData['financial_management_issues']??''}} | {{ $healthData['network_issues']??''}} | {{ $healthData['community_environment']??''}} |