@extends('themes.frontend.layouts.app') @section('flatpickr') @stop @section('validate') @stop @if (isset($dataArr['meta_title'])) @section('page-title'){{ $dataArr['meta_title'] }}@stop @else @section('page-title'){{ $dataArr['title'] }}@stop @endif @if (isset($dataArr['meta_key'])) @section('meta-keywords'){{ $dataArr['meta_key'] }}@stop @endif @if (isset($dataArr['meta_descp'])) @section('meta-description'){{ $dataArr['meta_descp'] }}@stop @endif @if (isset($dataArr['image_path'])) @section('meta-image'){{ $dataArr['image_path'] }}@stop @endif @if ($dataArr['full_url']) @section('cur-url'){{ $dataArr['full_url'] }}@stop @endif @push('styles') @if(isset($dataArr['custom_fields']['textarea_4']) && $dataArr['custom_fields']['textarea_4'] && $dataArr['custom_fields']['textarea_4']['value']) @endif @endpush @section('content') @include('themes.frontend.includes.breadcrumb',['titleClass'=>'text-white']) @if (isset($dataArr['custom_fields']['editor_1'])) {!! app(App\Services\ShortcodeProcessor::class)->process($dataArr['custom_fields']['editor_1']['value']) !!} @endif

ALLISTON PHYSIOTHERAPY & SPORTS REHABILITATION

27 Victoria St. East, Alliston, On L9R1T9
Tel 705-434-0645 or 705-435-5153 Fax 705-435-5754

AUTHORIZATION FOR RELEASE OF CLIENT INFORMATION

@if(session('success'))
{{ session('success') }}
@endif
@csrf
Patient Name * @error('patient_name') {{ $message }} @enderror
Date Of Birth * @error('dob') {{ $message }} @enderror
PART A - Pertaining to Extended Health Care Centre

I, the undersigned, hereby authorize representatives of Alliston Physiotherapy and Sports Rehabilitation to be permitted to review related records, progress reports and to discuss pertinent data with professionals involved in my rehabilitation process.
Collection, use, disclosure, security and retention of information is subject to and in compliance with the Personal Information Protection and Electronic Documents Act (please see a copy of our privacy policy) I agree that a photocopy of this authorization be accepted if necessary

Signature * @error('partA_signature') {{ $message }} @enderror
Witness * @error('partA_witness') {{ $message }} @enderror
Date * @error('partA_date1') {{ $message }} @enderror
Date * @error('partA_date2') {{ $message }} @enderror
PART B - Pertaining to Clients with Work Related and/or Motor Vehicle Injuries

I hereby authorize Alliston Physiotherapy and Sports Rehabilitation to release pertinent functional and medical information to my Doctor(s), Representatives of the Workplace Safety & Insurance Board / Representatives of Insurance Provider / Lawyer or Representatives / other Health Care Providers. In regards to Workplace Safety & Insurance Board claims, the undersigned hereby consents & authorize you to provide to my employer, periodic progress reports in the course of my treatment at Alliston Physiotherapy & Sports Rehabilitation. If required to provide progress reports, you are authorized to make reference to information that you may have in your possession which relates to my treatment. Collection, use, disclosure, security and retention of information is subject to and in compliance with the Personal Information Protection and Electronic Documents Act (please see a copy of our privacy policy) I agree that a photocopy of this authorization be accepted if necessary.

Signature * @error('partB_signature') {{ $message }} @enderror
Witness * @error('partB_witness') {{ $message }} @enderror
Date * @error('partB_date1') {{ $message }} @enderror
Date * @error('partB_date2') {{ $message }} @enderror
X-Ray CT MRI Ultrasound
@stop