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

We are inviting applications for the position of A & E – General A & E (Spec. Reg).

We are looking for candidates with immediate availability for Spec. Reg grade Doctors specialising in A & E – General A & E.

This job is located in Yorkshire and the Humber, starting on Saturday 06 February 2027. This job is for a period of 29 days, ending on Saturday 06 March 2027. When contacting us please use the following reference: CON-1802667.

Job Specification

Grade:
Spec. Reg
Speciality:
A & E - General A & E
Division:
A&E
Start Date:
06-02-2027
End Date:
06-03-2027
Job Reference:
CON-1802667
Region:
Yorkshire and the Humber

Apply for A & E - General A & E (Spec. Reg)

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

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