{"id":1777,"date":"2026-08-07T20:48:39","date_gmt":"2026-08-07T10:48:39","guid":{"rendered":"https:\/\/caretakersaustralia.com.au\/medcare\/?page_id=1777"},"modified":"2026-09-04T06:20:52","modified_gmt":"2026-09-03T20:20:52","slug":"img-pathway-draft","status":"publish","type":"page","link":"https:\/\/caretakersaustralia.com.au\/medcare\/clinicians\/img-pathway-draft\/","title":{"rendered":"IMG Pathway"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1777\" class=\"elementor elementor-1777\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-aa3f96e elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"aa3f96e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-54d56c8\" data-id=\"54d56c8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3f3fa68 elementor-widget elementor-widget-html\" data-id=\"3f3fa68\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n.mc-hero {\n  background: #00b4a6;\n  padding: 48px 20px;\n  text-align: center;\n  margin: 0;\n  width: 100vw;\n  max-width: 100vw;\n  position: relative;\n  left: 50%;\n  right: 50%;\n  margin-left: -50vw;\n  margin-right: -50vw;\n  box-sizing: border-box;\n}\n.mc-hero-inner { max-width: 900px; margin: 0 auto; }\n.mc-hero-eyebrow {\n  color: #ffffff; font-size: 16px; font-weight: 500; margin: 0 0 12px;\n}\n.mc-hero-title {\n  color: #ffffff; font-size: 32px; line-height: 1.25; font-weight: 700; margin: 0 0 24px;\n}\n.mc-hero-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px;\n  justify-content: center;\n  align-items: center;\n}\n.mc-hero-btn {\n  display: inline-block; background: #A8923F; color: #ffffff !important;\n  text-decoration: none; padding: 12px 22px; font-weight: 600;\n}\n.mc-hero-btn:hover { background: #968034; color: #ffffff !important; }\n.mc-hero-btn-outline {\n  display: inline-block; background: transparent; color: #ffffff !important;\n  border: 2px solid #ffffff; text-decoration: none; padding: 10px 20px; font-weight: 600;\n}\n.mc-hero-btn-outline:hover {\n  background: rgba(255,255,255,0.12); color: #ffffff !important;\n}\n\n.mc-float-cta {\n  position: fixed;\n  top: 0;\n  left: 0;\n  right: 0;\n  z-index: 9999;\n  background: #00b4a6;\n  box-shadow: 0 4px 16px rgba(11, 37, 69, 0.18);\n  padding: 10px 16px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  gap: 10px;\n  flex-wrap: wrap;\n  opacity: 0;\n  visibility: hidden;\n  transform: translateY(-100%);\n  pointer-events: none;\n  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;\n}\n.mc-float-cta.is-visible {\n  opacity: 1;\n  visibility: visible;\n  transform: translateY(0);\n  pointer-events: auto;\n}\n.mc-float-cta a {\n  display: inline-block;\n  text-decoration: none;\n  font-weight: 600;\n  font-size: 14px;\n  padding: 10px 18px;\n  border-radius: 4px;\n  line-height: 1.2;\n}\n.mc-float-cta .mc-float-enquire {\n  background: #A8923F;\n  color: #fff !important;\n}\n.mc-float-cta .mc-float-enquire:hover { background: #968034; }\n.mc-float-cta .mc-float-call {\n  background: #ffffff;\n  color: #0B2545 !important;\n}\n.mc-float-cta .mc-float-call:hover { background: #F4F7F8; }\n\n@media (max-width: 768px) {\n  .mc-hero { padding: 40px 16px; }\n  .mc-hero-title { font-size: 24px; }\n  .mc-float-cta { padding: 8px 12px; gap: 8px; }\n  .mc-float-cta a { padding: 9px 14px; font-size: 13px; }\n}\n<\/style>\n\n<div class=\"mc-hero\" id=\"mc-img-hero\">\n  <div class=\"mc-hero-inner\">\n    <p class=\"mc-hero-eyebrow\">International Medical Graduates<\/p>\n    <h1 class=\"mc-hero-title\">How to Work as a GP in Australia \u2014 The Complete 2026 Pathway Guide<\/h1>\n    <div class=\"mc-hero-actions\">\n      <a class=\"mc-hero-btn\" href=\"#img-form\">Start your Australian pathway<\/a>\n      <a class=\"mc-hero-btn-outline\" href=\"tel:0394194814\">Call 03 9419 4814<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"mc-float-cta\" id=\"mc-float-cta-img\" aria-hidden=\"true\">\n  <a class=\"mc-float-enquire\" href=\"#img-form\">Start your Australian pathway<\/a>\n  <a class=\"mc-float-call\" href=\"tel:0394194814\">Call 03 9419 4814<\/a>\n<\/div>\n\n<script>\n(function () {\n  var hero = document.getElementById('mc-img-hero');\n  var bar = document.getElementById('mc-float-cta-img');\n  if (!hero || !bar) return;\n\n  function setVisible(on) {\n    bar.classList.toggle('is-visible', on);\n    bar.setAttribute('aria-hidden', on ? 'false' : 'true');\n  }\n\n  if ('IntersectionObserver' in window) {\n    var io = new IntersectionObserver(function (entries) {\n      entries.forEach(function (entry) {\n        setVisible(!entry.isIntersecting);\n      });\n    }, { threshold: 0, rootMargin: '-8px 0px 0px 0px' });\n    io.observe(hero);\n  } else {\n    function onScroll() {\n      setVisible(hero.getBoundingClientRect().bottom <= 8);\n    }\n    window.addEventListener('scroll', onScroll, { passive: true });\n    onScroll();\n  }\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0bd654c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0bd654c\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-19b4e65\" data-id=\"19b4e65\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-71969ca elementor-widget elementor-widget-html\" data-id=\"71969ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n.mc-intro {\n  background: #ffffff;\n  padding: 28px 20px 20px;\n  margin: 0;\n}\n.mc-intro-inner { max-width: 900px; margin: 0 auto; }\n.mc-intro-inner p {\n  color: #5A6570; font-size: 16px; line-height: 1.7; margin: 0 0 14px; text-align: left;\n}\n.mc-intro-inner p:last-child { margin-bottom: 0; }\n<\/style>\n\n<div class=\"mc-intro\">\n  <div class=\"mc-intro-inner\">\n    <p>Australia has one of the most acute GP shortages in the developed world. Rural vacancy rates exceed 40%. The government's Expedited Specialist Pathway, introduced in October 2024, has significantly shortened registration timelines for GPs from comparable healthcare systems.<\/p>\n    <p>If you're a GP from the UK, Ireland, India, South Africa, or Sri Lanka and you're considering an Australian career \u2014 the opportunity is real, the demand is genuine, and the pathway is navigable with the right support.<\/p>\n    <p>Medcare by Caretakers Australia works with international GP candidates from 6\u20138 months before they plan to arrive. We partner with a registered migration agent, and we have placements ready when your registration comes through.<\/p>\n  <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1c6f574 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"1c6f574\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1d934e2\" data-id=\"1d934e2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a99bfff elementor-widget elementor-widget-html\" data-id=\"a99bfff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n.mc-eligible {\n  background: #F4F7F8;\n  padding: 28px 20px;\n  margin: 0;\n}\n.mc-eligible-inner { max-width: 900px; margin: 0 auto; }\n.mc-eligible-title {\n  text-align: center; color: #0B2545; font-size: 26px; font-weight: 700; margin: 0 0 16px;\n}\n.mc-eligible-inner > p {\n  color: #5A6570; font-size: 16px; line-height: 1.7; margin: 0 0 16px;\n}\n.mc-eligible-inner h3 {\n  color: #0B2545; font-size: 18px; margin: 0 0 10px;\n}\n.mc-eligible-inner ul {\n  color: #1A1A1A; margin: 0 0 14px; padding-left: 20px; line-height: 1.7;\n}\n.mc-eligible-note {\n  background: #ffffff; padding: 16px 18px; border-left: 4px solid #A8923F;\n  color: #5A6570; font-size: 15px; line-height: 1.65; margin: 0;\n}\n\n.mc-path-steps {\n  background: #ffffff;\n  padding: 28px 20px;\n  margin: 0;\n}\n.mc-path-steps-inner { max-width: 900px; margin: 0 auto; }\n.mc-path-steps-title {\n  text-align: center; color: #0B2545; font-size: 26px; font-weight: 700; margin: 0 0 24px;\n}\n.mc-path-step {\n  background: #F4F7F8; padding: 22px; margin: 0 0 14px; border-top: 3px solid #A8923F;\n}\n.mc-path-step-num {\n  color: #A8923F; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; margin: 0 0 8px;\n}\n.mc-path-step h3 {\n  color: #0B2545; font-size: 18px; margin: 0 0 10px; line-height: 1.3;\n}\n.mc-path-step p {\n  color: #5A6570; font-size: 15px; line-height: 1.65; margin: 0 0 10px;\n}\n.mc-path-step p:last-child { margin-bottom: 0; }\n.mc-path-step ul {\n  color: #1A1A1A; margin: 0; padding-left: 18px; line-height: 1.65; font-size: 15px;\n}\n<\/style>\n\n<div class=\"mc-eligible\">\n  <div class=\"mc-eligible-inner\">\n    <h2 class=\"mc-eligible-title\">Who can use the expedited pathway<\/h2>\n    <p>The Australian Government's Expedited Specialist Pathway allows GPs from specific countries with comparable medical training standards to register with AHPRA without a full AMC examination in some cases.<\/p>\n\n    <h3>Primary source countries we recruit from:<\/h3>\n    <ul>\n      <li>United Kingdom (GMC-registered GPs)<\/li>\n      <li>Ireland (IMC-registered)<\/li>\n      <li>Canada (CFPC or RCPSC)<\/li>\n      <li>USA (ABFM or equivalent)<\/li>\n      <li>New Zealand (MCNZ)<\/li>\n      <li>India (MCI \/ NMC \u2014 standard pathway, not expedited)<\/li>\n      <li>South Africa (HPCSA)<\/li>\n      <li>Sri Lanka (SLMC \u2014 PGIM General Practice graduates)<\/li>\n    <\/ul>\n    <p class=\"mc-eligible-note\">If your country is not listed, you may still be eligible via the standard pathway. Contact us and we'll assess your situation.<\/p>\n  <\/div>\n<\/div>\n\n<div class=\"mc-path-steps\">\n  <div class=\"mc-path-steps-inner\">\n    <h2 class=\"mc-path-steps-title\">What the process looks like<\/h2>\n\n    <div class=\"mc-path-step\">\n      <div class=\"mc-path-step-num\">STAGE 1<\/div>\n      <h3>Initial assessment (6\u20138 months before intended arrival)<\/h3>\n      <p>We assess your qualifications, training history, and registration against AHPRA requirements. This is free. We'll tell you upfront which pathway applies and what timeline is realistic.<\/p>\n    <\/div>\n\n    <div class=\"mc-path-step\">\n      <div class=\"mc-path-step-num\">STAGE 2<\/div>\n      <h3>Pathway paperwork (4\u20136 months out)<\/h3>\n      <p>Your registration pathway involves one or more of:<\/p>\n      <ul>\n        <li>AHPRA application (Primary Source Verification of qualifications)<\/li>\n        <li>AMC assessment (for standard pathway applicants)<\/li>\n        <li>Skills assessment (DWS area of need assessment for rural placements)<\/li>\n        <li>Specialist pathway documentation (expedited applicants)<\/li>\n      <\/ul>\n      <p style=\"margin-top:10px;\">We work with our migration agent partner to coordinate the visa pathway in parallel: typically a Temporary Skill Shortage (TSS) visa or Employer Nomination Scheme (ENS) visa for permanent roles.<\/p>\n    <\/div>\n\n    <div class=\"mc-path-step\">\n      <div class=\"mc-path-step-num\">STAGE 3<\/div>\n      <h3>Placement matching (2\u20133 months out)<\/h3>\n      <p>While your registration is processing, we're identifying practices. We brief you on the roles, locations, and conditions. You decide what you're interested in before you commit to the move.<\/p>\n    <\/div>\n\n    <div class=\"mc-path-step\">\n      <div class=\"mc-path-step-num\">STAGE 4<\/div>\n      <h3>Interview and offer<\/h3>\n      <p>We facilitate introductions between you and the practice. If a practice makes an offer and you accept, we support the final registration and onboarding steps.<\/p>\n    <\/div>\n\n    <div class=\"mc-path-step\">\n      <div class=\"mc-path-step-num\">STAGE 5<\/div>\n      <h3>First shift<\/h3>\n      <p>We confirm your AHPRA registration, indemnity, and Medicare provider number before your first session. You start with a clear compliance record.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0a00d0e elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"0a00d0e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f1b64cd\" data-id=\"f1b64cd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5e0e486 elementor-widget elementor-widget-html\" data-id=\"5e0e486\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n.mc-rates-band {\n  background: #F4F7F8;\n  padding: 28px 20px;\n  margin: 0;\n}\n.mc-rates-band-inner { max-width: 900px; margin: 0 auto; }\n.mc-rates-band-title {\n  text-align: center; color: #0B2545; font-size: 26px; font-weight: 700; margin: 0 0 20px;\n}\n.mc-rate-row {\n  background: #ffffff; padding: 16px 18px; margin: 0 0 10px; border-left: 3px solid #A8923F;\n}\n.mc-rate-row h3 { color: #0B2545; font-size: 16px; margin: 0 0 6px; }\n.mc-rate-row p { color: #5A6570; font-size: 15px; line-height: 1.6; margin: 0; }\n.mc-rates-grid {\n  display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 16px;\n}\n.mc-rate-chip {\n  flex: 1 1 180px; background: #ffffff; padding: 16px; text-align: center;\n}\n.mc-rate-chip strong { display: block; color: #A8923F; font-size: 16px; margin-bottom: 4px; }\n.mc-rate-chip span { color: #5A6570; font-size: 13px; }\n\n.mc-early {\n  background: #ffffff;\n  padding: 28px 20px;\n  margin: 0;\n}\n.mc-early-inner { max-width: 900px; margin: 0 auto; }\n.mc-early-title {\n  text-align: center; color: #0B2545; font-size: 26px; font-weight: 700; margin: 0 0 14px;\n}\n.mc-early-inner p {\n  color: #5A6570; font-size: 16px; line-height: 1.7; margin: 0 0 14px;\n}\n\n.mc-faq {\n  background: #F4F7F8;\n  padding: 28px 20px;\n  margin: 0;\n}\n.mc-faq-inner { max-width: 900px; margin: 0 auto; }\n.mc-faq-title {\n  text-align: center; color: #0B2545; font-size: 26px; font-weight: 700; margin: 0 0 20px;\n}\n.mc-faq-item {\n  background: #ffffff; padding: 18px 20px; margin: 0 0 10px; border-left: 3px solid #A8923F;\n}\n.mc-faq-item h3 { color: #0B2545; font-size: 17px; margin: 0 0 8px; }\n.mc-faq-item p { color: #5A6570; font-size: 15px; line-height: 1.65; margin: 0; }\n\n.mc-cta {\n  background: #ffffff;\n  padding: 28px 20px 36px;\n  margin: 0;\n}\n.mc-cta-inner { max-width: 700px; margin: 0 auto; text-align: center; }\n.mc-cta-title {\n  color: #0B2545; font-size: 26px; font-weight: 700; margin: 0 0 12px;\n}\n.mc-cta-text {\n  color: #5A6570; font-size: 16px; line-height: 1.65; margin: 0 0 12px;\n}\n.mc-cta-form {\n  max-width: 640px; margin: 20px auto 0; background: #F4F7F8; padding: 24px; text-align: left;\n}\n<\/style>\n\n<div class=\"mc-rates-band\">\n  <div class=\"mc-rates-band-inner\">\n    <h2 class=\"mc-rates-band-title\">Rates, conditions, and what the work looks like<\/h2>\n\n    <h3 style=\"color:#0B2545; font-size:18px; margin:0 0 12px; text-align:center;\">Locum GP rates (2026)<\/h3>\n    <div class=\"mc-rates-grid\">\n      <div class=\"mc-rate-chip\">\n        <strong>$1,500 \u2013 $2,200\/day<\/strong>\n        <span>Metropolitan<\/span>\n      <\/div>\n      <div class=\"mc-rate-chip\">\n        <strong>$2,000 \u2013 $3,000\/day<\/strong>\n        <span>Regional<\/span>\n      <\/div>\n      <div class=\"mc-rate-chip\">\n        <strong>$3,000 \u2013 $4,000\/day<\/strong>\n        <span>Rural \/ Remote<\/span>\n      <\/div>\n    <\/div>\n\n    <div class=\"mc-rate-row\">\n      <h3>Permanent GP salary<\/h3>\n      <p>AUD $200,000 \u2013 $350,000+ depending on location, billing model, and experience. Mixed-billing and private-billing practices in regional areas often offer the highest packages.<\/p>\n    <\/div>\n    <div class=\"mc-rate-row\">\n      <h3>Working conditions<\/h3>\n      <p>Most Australian general practices operate a standard 38-hour week across 5 days, with some offering 4-day structures. Locum work is session-based \u2014 typically 3\u20134 hour morning and afternoon sessions.<\/p>\n    <\/div>\n    <div class=\"mc-rate-row\">\n      <h3>Indemnity<\/h3>\n      <p>All doctors practising in Australia must hold independent medical indemnity. Major providers: MDA National, MIPS, Avant. Cost is AUD $5,000\u2013$15,000\/year depending on specialty and cover level.<\/p>\n    <\/div>\n    <div class=\"mc-rate-row\">\n      <h3>Medicare provider number<\/h3>\n      <p>Required to bill Medicare. Processed through Services Australia, usually within 4\u20136 weeks of AHPRA registration.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"mc-early\">\n  <div class=\"mc-early-inner\">\n    <h2 class=\"mc-early-title\">Why 6\u20138 months out matters<\/h2>\n    <p>The agencies that place you after you arrive are competing for the same pool of newly registered GPs. We engage with candidates before arrival \u2014 so when your registration comes through, we already know your preferences, have introduced you to shortlisted practices, and have interviews arranged.<\/p>\n    <p>GPs who register with us early get placement priority, skip the queue of post-arrival registrations, and start earning sooner.<\/p>\n    <p>We also work with postgraduate institutions in the UK, Ireland, and Sri Lanka directly. If you're a student or recent graduate exploring options, contact us now \u2014 even if you're 12 months away.<\/p>\n  <\/div>\n<\/div>\n\n<div class=\"mc-faq\">\n  <div class=\"mc-faq-inner\">\n    <h2 class=\"mc-faq-title\">Frequently asked questions<\/h2>\n    <div class=\"mc-faq-item\">\n      <h3>Do I need to do the AMC examination?<\/h3>\n      <p>GPs from comparable healthcare systems (UK, Ireland, Canada, USA, NZ) may qualify for the Expedited Specialist Pathway, which in many cases waives the AMC examination or reduces the requirements. GPs from India, Sri Lanka, and South Africa typically go through a more detailed assessment. We assess your specific situation at the first call.<\/p>\n    <\/div>\n    <div class=\"mc-faq-item\">\n      <h3>How long does AHPRA registration take?<\/h3>\n      <p>For expedited pathway applicants from comparable systems: 8\u201316 weeks from complete application submission. For standard pathway: 4\u20138 months. We track your application status as part of our service.<\/p>\n    <\/div>\n    <div class=\"mc-faq-item\">\n      <h3>Do I need to stay in one location?<\/h3>\n      <p>No. Locum GPs move between practices by nature. Permanent placements are obviously location-specific, but you choose the location before you commit.<\/p>\n    <\/div>\n    <div class=\"mc-faq-item\">\n      <h3>Can my family come with me?<\/h3>\n      <p>Visa pathways for skilled workers typically include provision for dependants. Our migration agent partner covers family visa requirements as part of the engagement.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"mc-cta\" id=\"img-form\">\n  <div class=\"mc-cta-inner\">\n    <h2 class=\"mc-cta-title\">Start your Australian GP pathway<\/h2>\n    <p class=\"mc-cta-text\">Register now \u2014 even if you're 12 months away. The earlier we start, the smoother the process.<\/p>\n  <\/div>\n  <div class=\"mc-cta-form\">\n   <div class=\"wpforms-container wpforms-container-full\" id=\"wpforms-1789\"><form id=\"wpforms-form-1789\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"1789\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/medcare\/wp-json\/wp\/v2\/pages\/1777\" data-token=\"94d46826b015923a3277bedd3a0b4e1d\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div class=\"wpforms-field-container\"><div id=\"wpforms-1789-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-1789-field_1\">Full name <span class=\"wpforms-required-label\">*<\/span><\/label><div class=\"wpforms-field-row wpforms-field-large\"><div class=\"wpforms-field-row-block wpforms-first wpforms-one-half\"><input type=\"text\" id=\"wpforms-1789-field_1\" class=\"wpforms-field-name-first wpforms-field-required\" name=\"wpforms[fields][1][first]\" required><label for=\"wpforms-1789-field_1\" class=\"wpforms-field-sublabel after \">First<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"text\" id=\"wpforms-1789-field_1-last\" class=\"wpforms-field-name-last wpforms-field-required\" name=\"wpforms[fields][1][last]\" required><label for=\"wpforms-1789-field_1-last\" class=\"wpforms-field-sublabel after \">Last<\/label><\/div><\/div><\/div><div id=\"wpforms-1789-field_10-container\" class=\"wpforms-field wpforms-field-number wpforms-one-half wpforms-first\" data-field-id=\"10\"><label class=\"wpforms-field-label\" for=\"wpforms-1789-field_10\">Phone (with country code) <span class=\"wpforms-required-label\">*<\/span><\/label><input type=\"number\" pattern=\"\\d*\" id=\"wpforms-1789-field_10\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][10]\" required><\/div><div id=\"wpforms-1789-field_8-container\" class=\"wpforms-field wpforms-field-email wpforms-one-half\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-1789-field_8\">Email address  <span class=\"wpforms-required-label\">*<\/span><\/label><input type=\"email\" id=\"wpforms-1789-field_8\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][8]\" required><\/div><div id=\"wpforms-1789-field_2-container\" class=\"wpforms-field wpforms-field-text wpforms-one-half wpforms-first\" data-field-id=\"2\"><label class=\"wpforms-field-label\" for=\"wpforms-1789-field_2\">Country of current practice <span class=\"wpforms-required-label\">*<\/span><\/label><input type=\"text\" id=\"wpforms-1789-field_2\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][2]\" required><\/div><div id=\"wpforms-1789-field_3-container\" class=\"wpforms-field wpforms-field-text wpforms-one-half\" data-field-id=\"3\"><label class=\"wpforms-field-label\" for=\"wpforms-1789-field_3\">Registration body in home country <span class=\"wpforms-required-label\">*<\/span><\/label><input type=\"text\" id=\"wpforms-1789-field_3\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][3]\" required><\/div><div id=\"wpforms-1789-field_4-container\" class=\"wpforms-field wpforms-field-text wpforms-one-half wpforms-first\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-1789-field_4\">Specialty \/ Fellowship (e.g. FRACGP equivalent, MRCGP, DNB) <span class=\"wpforms-required-label\">*<\/span><\/label><input type=\"text\" id=\"wpforms-1789-field_4\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][4]\" required><\/div><div id=\"wpforms-1789-field_5-container\" class=\"wpforms-field wpforms-field-text wpforms-one-half\" data-field-id=\"5\"><label class=\"wpforms-field-label\" for=\"wpforms-1789-field_5\">Expected arrival in Australia (approximate) <span class=\"wpforms-required-label\">*<\/span><\/label><input type=\"text\" id=\"wpforms-1789-field_5\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][5]\" required><\/div><div id=\"wpforms-1789-field_6-container\" class=\"wpforms-field wpforms-field-select wpforms-one-half wpforms-first wpforms-field-select-style-classic\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-1789-field_6\">Engagement type <span class=\"wpforms-required-label\">*<\/span><\/label><select id=\"wpforms-1789-field_6\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][6]\" required=\"required\"><option value=\"Relief \/ Locum\" >Relief \/ Locum<\/option><option value=\"Permanent\" >Permanent<\/option><option value=\"Both\" >Both<\/option><option value=\"Not sure yet\" >Not sure yet<\/option><\/select><\/div><div id=\"wpforms-1789-field_7-container\" class=\"wpforms-field wpforms-field-select wpforms-one-half wpforms-field-select-style-classic\" data-field-id=\"7\"><label class=\"wpforms-field-label\" for=\"wpforms-1789-field_7\">Location preference <\/label><select id=\"wpforms-1789-field_7\" class=\"wpforms-field-large\" name=\"wpforms[fields][7]\"><option value=\"Any \u2014 open\" >Any \u2014 open<\/option><option value=\"Metro preferred\" >Metro preferred<\/option><option value=\"Regional \/ rural\" >Regional \/ rural<\/option><option value=\"Specific state\" >Specific state<\/option><\/select><\/div><div id=\"wpforms-1789-field_11-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"11\"><label class=\"wpforms-field-label\" for=\"wpforms-1789-field_11\">How did you hear about us?<\/label><input type=\"text\" id=\"wpforms-1789-field_11\" class=\"wpforms-field-large\" name=\"wpforms[fields][11]\" ><\/div><\/div><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"1789\"><input type=\"hidden\" name=\"wpforms[author]\" value=\"1\"><button type=\"submit\" name=\"wpforms[submit]\" class=\"wpforms-submit \" id=\"wpforms-submit-1789\" value=\"wpforms-submit\" aria-live=\"assertive\" data-alt-text=\"Sending...\" data-submit-text=\"Start my Australian pathway\">Start my Australian pathway<\/button><img decoding=\"async\" src=\"https:\/\/caretakersaustralia.com.au\/medcare\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n  <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>International Medical Graduates How to Work as a GP in Australia \u2014 The Complete 2026 Pathway Guide Start your Australian pathway Call 03 9419 4814 Start your Australian pathway Call 03 9419 4814 Australia has one of the most acute GP shortages in the developed world. Rural vacancy rates exceed 40%. The government&#8217;s Expedited Specialist<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1764,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-1777","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Work as a GP in Australia \u2014 IMG Pathway Guide 2026 | Medcare by Caretakers<\/title>\n<meta name=\"description\" content=\"International medical graduates: AHPRA registration, AMC pathway, and GP placements in Australia. Full support from application to first shift. Register 6\u20138 months early.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/caretakersaustralia.com.au\/medcare\/clinicians\/img-pathway-draft\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Work as a GP in Australia \u2014 IMG Pathway Guide 2026 | Medcare by Caretakers\" \/>\n<meta property=\"og:description\" content=\"International medical graduates: AHPRA registration, AMC pathway, and GP placements in Australia. Full support from application to first shift. Register 6\u20138 months early.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/caretakersaustralia.com.au\/medcare\/clinicians\/img-pathway-draft\/\" \/>\n<meta property=\"og:site_name\" content=\"Medcare by Caretakers Australia\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-03T20:20:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/caretakersaustralia.com.au\/medcare\/wp-content\/uploads\/2022\/03\/LOGO-wide.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/caretakersaustralia.com.au\/medcare\/#website\",\"url\":\"https:\/\/caretakersaustralia.com.au\/medcare\/\",\"name\":\"Medcare by Caretakers Australia\",\"description\":\"GP, Nurse &amp; Aged Care Recruitment\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/caretakersaustralia.com.au\/medcare\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/caretakersaustralia.com.au\/medcare\/clinicians\/img-pathway-draft\/#webpage\",\"url\":\"https:\/\/caretakersaustralia.com.au\/medcare\/clinicians\/img-pathway-draft\/\",\"name\":\"Work as a GP in Australia \\u2014 IMG Pathway Guide 2026 | Medcare by Caretakers\",\"isPartOf\":{\"@id\":\"https:\/\/caretakersaustralia.com.au\/medcare\/#website\"},\"datePublished\":\"2026-08-07T10:48:39+00:00\",\"dateModified\":\"2026-09-03T20:20:52+00:00\",\"description\":\"International medical graduates: AHPRA registration, AMC pathway, and GP placements in Australia. Full support from application to first shift. Register 6\\u20138 months early.\",\"breadcrumb\":{\"@id\":\"https:\/\/caretakersaustralia.com.au\/medcare\/clinicians\/img-pathway-draft\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/caretakersaustralia.com.au\/medcare\/clinicians\/img-pathway-draft\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/caretakersaustralia.com.au\/medcare\/clinicians\/img-pathway-draft\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/caretakersaustralia.com.au\/medcare\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Clinicians\",\"item\":\"https:\/\/caretakersaustralia.com.au\/medcare\/clinicians\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"IMG Pathway\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Work as a GP in Australia \u2014 IMG Pathway Guide 2026 | Medcare by Caretakers","description":"International medical graduates: AHPRA registration, AMC pathway, and GP placements in Australia. Full support from application to first shift. Register 6\u20138 months early.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/caretakersaustralia.com.au\/medcare\/clinicians\/img-pathway-draft\/","og_locale":"en_US","og_type":"article","og_title":"Work as a GP in Australia \u2014 IMG Pathway Guide 2026 | Medcare by Caretakers","og_description":"International medical graduates: AHPRA registration, AMC pathway, and GP placements in Australia. Full support from application to first shift. Register 6\u20138 months early.","og_url":"https:\/\/caretakersaustralia.com.au\/medcare\/clinicians\/img-pathway-draft\/","og_site_name":"Medcare by Caretakers Australia","article_modified_time":"2026-09-03T20:20:52+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/caretakersaustralia.com.au\/medcare\/wp-content\/uploads\/2022\/03\/LOGO-wide.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/caretakersaustralia.com.au\/medcare\/#website","url":"https:\/\/caretakersaustralia.com.au\/medcare\/","name":"Medcare by Caretakers Australia","description":"GP, Nurse &amp; Aged Care Recruitment","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/caretakersaustralia.com.au\/medcare\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/caretakersaustralia.com.au\/medcare\/clinicians\/img-pathway-draft\/#webpage","url":"https:\/\/caretakersaustralia.com.au\/medcare\/clinicians\/img-pathway-draft\/","name":"Work as a GP in Australia \u2014 IMG Pathway Guide 2026 | Medcare by Caretakers","isPartOf":{"@id":"https:\/\/caretakersaustralia.com.au\/medcare\/#website"},"datePublished":"2026-08-07T10:48:39+00:00","dateModified":"2026-09-03T20:20:52+00:00","description":"International medical graduates: AHPRA registration, AMC pathway, and GP placements in Australia. Full support from application to first shift. Register 6\u20138 months early.","breadcrumb":{"@id":"https:\/\/caretakersaustralia.com.au\/medcare\/clinicians\/img-pathway-draft\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/caretakersaustralia.com.au\/medcare\/clinicians\/img-pathway-draft\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/caretakersaustralia.com.au\/medcare\/clinicians\/img-pathway-draft\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/caretakersaustralia.com.au\/medcare\/"},{"@type":"ListItem","position":2,"name":"Clinicians","item":"https:\/\/caretakersaustralia.com.au\/medcare\/clinicians\/"},{"@type":"ListItem","position":3,"name":"IMG Pathway"}]}]}},"_links":{"self":[{"href":"https:\/\/caretakersaustralia.com.au\/medcare\/wp-json\/wp\/v2\/pages\/1777","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/caretakersaustralia.com.au\/medcare\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/caretakersaustralia.com.au\/medcare\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/caretakersaustralia.com.au\/medcare\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/caretakersaustralia.com.au\/medcare\/wp-json\/wp\/v2\/comments?post=1777"}],"version-history":[{"count":16,"href":"https:\/\/caretakersaustralia.com.au\/medcare\/wp-json\/wp\/v2\/pages\/1777\/revisions"}],"predecessor-version":[{"id":1948,"href":"https:\/\/caretakersaustralia.com.au\/medcare\/wp-json\/wp\/v2\/pages\/1777\/revisions\/1948"}],"up":[{"embeddable":true,"href":"https:\/\/caretakersaustralia.com.au\/medcare\/wp-json\/wp\/v2\/pages\/1764"}],"wp:attachment":[{"href":"https:\/\/caretakersaustralia.com.au\/medcare\/wp-json\/wp\/v2\/media?parent=1777"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}