@extends('layouts.app') @section('content') @while(have_posts()) @php the_post() @endphp @include('partials.page-header')

We are inviting applications for the position of Psychiatry – Child and Adolescent (Consultant).

We are looking for candidates with immediate availability as Consultants specialising in Psychiatry – CAMHS.

This job is located in South East, starting on Thursday 14 August 2025. This job is for a period of 154 days, ending on Wednesday 14 January 2026. When contacting us please use the following reference: CON-1853593.

Job Specification

Grade:
Consultant
Speciality:
Psychiatry - CAMHS
Division:
Psychiatry
Start Date:
14-08-2025
End Date:
14-01-2026
Job Reference:
CON-1853593
Region:
South East

Apply for Psychiatry - Child and Adolescent (Consultant)

For the best use of your time today, complete the form below to start your journey.
Alternatively you can email us on psych@interactmedical.co.uk or call us on 01908 357970

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

@php $args = [ 'post_type' => 'jobs', 'posts_per_page' => 3, 'orderby' => 'date', 'order' => 'DESC', 'meta_query' => array( array( 'key' => 'imapi_specialty', 'value' => $job['imapi_specialty'][0], 'compare' => 'LIKE', ), array( 'key' => 'imapi_candidatetype', 'value' => $job['imapi_candidatetype'][0], 'compare' => 'LIKE', ) ) ]; $jobs_query = new WP_Query($args); @endphp @if ($jobs_query->have_posts())
@endif @endwhile @endsection