15 Questions to Ask Your Surgeon Before Knee Replacement in India

Most patients leave surgical consultations having asked almost nothing. The patients who recover best are the ones who arrived prepared. This guide gives you the 15 questions that matter — covering surgeon experience, implant choice, robotic surgery, complication rates, recovery milestones, flying home, and post-operative support — with what a good answer sounds like and what to watch out for.

By Gaf Healthcare Editorial Team

2026-05-08

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>15 Questions to Ask Your Surgeon Before Knee Replacement in India | GAF Healthcare</title> <meta name="description" content="The 15 questions every international patient should ask before committing to knee replacement surgery in India — covering surgeon experience, implant choice, robotic surgery, complication rates, recovery, and post-operative support."> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400;1,9..40,500&family=DM+Serif+Display:ital@0;1&display=swap" rel="stylesheet">

<style> :root { --bg: #F5F2EB; --white: #ffffff; --dark-green: #04342C; --mid-green: #0F6E56; --light-green: #1D9E75; --green-tint: #E1F5EE; --green-border: #5DCAA5; --text-primary: #111827; --text-body: #1a1a1a; --text-muted: #6b7280; --border: #e5e7eb; --warn-bg: #FFF8F5; --warn-border: #F0997B; --amber-bg: #FAEEDA; --amber-border: #EF9F27; }

, ::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body { background: var(--bg); font-family: 'DM Sans', sans-serif; color: var(--text-body); line-height: 1.8; -webkit-font-smoothing: antialiased; }

.page { max-width: 740px; margin: 0 auto; padding: 52px 28px 96px; }

.trust-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 13px 18px; margin-bottom: 36px; font-size: 14px; color: var(--text-muted); } .trust-bar strong { color: var(--text-primary); } .t-div { width: 1px; height: 16px; background: var(--border); flex-shrink: 0; }

.article-label { font-size: 12px; font-weight: 700; color: var(--mid-green); text-transform: uppercase; letter-spacing: 0.9px; display: block; margin-bottom: 14px; }

h1 { font-family: 'DM Serif Display', serif; font-size: 36px; line-height: 1.2; color: var(--dark-green); margin-bottom: 20px; letter-spacing: -0.3px; }

.deck { font-size: 18px; line-height: 1.7; color: #374151; border-left: 4px solid var(--light-green); padding-left: 18px; margin-bottom: 30px; }

/ QUICK ANSWER / .qa-box { border: 2px solid var(--dark-green); border-radius: 14px; padding: 24px 26px; margin-bottom: 36px; background: var(--white); } .qa-head { font-size: 16px; font-weight: 700; color: var(--dark-green); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; } .qa-cats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: 10px; margin-bottom: 16px; } .qa-cat { border-radius: 10px; padding: 12px 14px; } .qa-cat.g { background: #E8F8F2; border: 1px solid var(--green-border); } .qa-cat.a { background: var(--amber-bg); border: 1px solid var(--amber-border); } .qa-clabel { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; } .qa-cat.g .qa-clabel { color: var(--mid-green); } .qa-cat.a .qa-clabel { color: #854F0B; } .qa-cval { font-size: 14px; font-weight: 600; line-height: 1.3; color: var(--dark-green); } .qa-cat.a .qa-cval { color: #854F0B; } .qa-note { font-size: 14px; color: var(--text-body); line-height: 1.65; margin: 0; } .qa-note strong { color: var(--text-primary); }

/ WHATSAPP / .wa-center { text-align: center; margin: 32px 0; } .wa-btn { display: inline-flex; align-items: center; gap: 9px; background: #25D366; color: #fff; font-weight: 700; font-size: 15px; padding: 14px 30px; border-radius: 100px; text-decoration: none; transition: opacity 0.18s; } .wa-btn:hover { opacity: 0.88; } .wa-sub { font-size: 13px; color: var(--text-muted); margin-top: 10px; }

/ PROSE / .prose p { font-size: 17px; line-height: 1.8; color: var(--text-body); margin-bottom: 18px; max-width: 68ch; } .prose p strong { color: var(--text-primary); font-weight: 600; } .prose a { color: var(--mid-green); text-decoration: underline; text-decoration-color: #9FE1CB; font-weight: 500; }

.prose h2 { font-family: 'DM Serif Display', serif; font-size: 27px; color: var(--dark-green); margin: 50px 0 14px; padding-bottom: 11px; border-bottom: 2px solid var(--green-tint); line-height: 1.25; letter-spacing: -0.2px; }

/ CALLOUTS / .callout { display: flex; gap: 13px; align-items: flex-start; border-radius: 10px; padding: 16px 18px; margin: 24px 0; } .callout.info { background: var(--green-tint); border: 1px solid var(--green-border); } .callout.warn { background: var(--warn-bg); border: 1px solid var(--warn-border); } .callout.tip { background: #f0fdf4; border: 1px solid #86efac; } .callout-icon { font-size: 17px; flex-shrink: 0; padding-top: 2px; } .callout p { font-size: 14px !important; color: var(--dark-green) !important; margin: 0 !important; line-height: 1.7 !important; max-width: 100% !important; } .callout.warn p { color: #4a2010 !important; }

/ QUESTION CARDS / .q-section { margin-bottom: 12px; } .q-section-label { font-size: 11px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.7px; margin: 36px 0 12px; display: flex; align-items: center; gap: 8px; } .q-section-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }

.q-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; margin-bottom: 14px; overflow: hidden; transition: box-shadow 0.18s; } .q-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.07); } .q-card.red-flag { border-left: 4px solid #EF4444; } .q-card.important { border-left: 4px solid var(--warn-border); } .q-card.standard { border-left: 4px solid var(--green-border); }

.q-header { display: flex; align-items: flex-start; gap: 14px; padding: 16px 20px; background: #f9fafb; border-bottom: 1px solid var(--border); } .q-num { width: 32px; height: 32px; border-radius: 50%; font-weight: 700; font-size: 14px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; } .q-card.red-flag .q-num { background: #FEE2E2; color: #991B1B; } .q-card.important .q-num { background: var(--warn-bg); color: #993C1D; } .q-card.standard .q-num { background: var(--green-tint); color: var(--mid-green); }

.q-text { font-size: 16px; font-weight: 700; color: var(--dark-green); line-height: 1.35; flex: 1; } .q-badge { flex-shrink: 0; font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.3px; margin-top: 2px; } .q-card.red-flag .q-badge { background: #FEE2E2; color: #991B1B; } .q-card.important .q-badge { background: var(--warn-bg); color: #993C1D; border: 1px solid var(--warn-border); } .q-card.standard .q-badge { background: var(--green-tint); color: var(--mid-green); border: 1px solid var(--green-border); }

.q-body { padding: 16px 20px; } .q-why { font-size: 13px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; } .q-explanation { font-size: 15px; color: var(--text-body); line-height: 1.75; margin-bottom: 10px; } .q-good-answer { background: var(--green-tint); border-radius: 8px; padding: 10px 14px; font-size: 13px; color: var(--dark-green); line-height: 1.65; margin-bottom: 8px; } .q-red-answer { background: #FEF2F2; border-radius: 8px; padding: 10px 14px; font-size: 13px; color: #7F1D1D; line-height: 1.65; }

/ PRINTABLE CHECKLIST / .checklist { background: var(--white); border: 2px solid var(--dark-green); border-radius: 14px; padding: 22px 24px; margin: 16px 0 28px; } .cl-head { font-size: 15px; font-weight: 700; color: var(--dark-green); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; } .cl-item { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--text-body); line-height: 1.6; padding: 7px 0; border-bottom: 1px solid #f3f4f6; } .cl-item:last-child { border-bottom: none; } .cl-box { width: 18px; height: 18px; border: 2px solid var(--border); border-radius: 4px; flex-shrink: 0; margin-top: 2px; }

/ CTA / .cta { background: linear-gradient(135deg, var(--dark-green) 0%, var(--mid-green) 100%); border-radius: 16px; padding: 38px 30px; text-align: center; margin: 44px 0; } .cta h3 { font-family: 'DM Serif Display', serif; font-size: 25px; color: #fff; margin-bottom: 10px; line-height: 1.25; } .cta p { font-size: 15px; color: rgba(255,255,255,0.88); margin: 0 auto 22px; line-height: 1.7; max-width: 100% !important; } .cta p strong { color: #fff; } .cta-btn { display: inline-block; background: #fff; color: var(--dark-green); font-weight: 700; font-size: 15px; padding: 13px 32px; border-radius: 100px; text-decoration: none; margin-bottom: 14px; transition: opacity 0.18s; } .cta-btn:hover { opacity: 0.9; }

/ FAQ / .faq { margin: 12px 0; } .fq { border: 1px solid var(--border); border-radius: 10px; margin-bottom: 10px; overflow: hidden; } .fq-q { padding: 14px 18px; font-weight: 600; font-size: 15px; color: var(--text-primary); background: #f9fafb; } .fq-a { padding: 13px 18px; font-size: 15px; color: var(--text-body); border-top: 1px solid var(--border); line-height: 1.75; }

/ RELATED / .related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 10px; margin: 14px 0; } .rel-card { display: block; background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 14px 16px; text-decoration: none; transition: box-shadow 0.18s; } .rel-card:hover { box-shadow: 0 3px 14px rgba(0,0,0,0.07); } .rel-label { font-size: 10px; font-weight: 700; color: var(--mid-green); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 5px; } .rel-title { font-size: 13px; font-weight: 600; color: var(--text-primary); line-height: 1.4; }

@media (max-width: 620px) { h1 { font-size: 26px; } .prose p { font-size: 16px; } .prose h2 { font-size: 22px; } .qa-cats { grid-template-columns: 1fr 1fr; } .t-div { display: none; } .cta { padding: 28px 16px; } .cta h3 { font-size: 21px; } .q-badge { display: none; } } </style> </head> <body> <main class="page">

<!-- TRUST BAR --> <div class="trust-bar"> <span>✅ <strong>Medically Reviewed</strong> — GAF Healthcare Orthopaedic Team</span> <div class="t-div"></div> <span>📅 <strong>Updated:</strong> May 2026</span> <div class="t-div"></div> <span>🕐 <strong>12 min</strong> read</span> <div class="t-div"></div> <span>🌍 <strong>50+ countries</strong> served</span> </div>

<!-- HEADER --> <span class="article-label">Orthopedics · Patient Guide</span> <h1>15 Questions to Ask Your Surgeon Before Knee Replacement in India</h1> <p class="deck">Most patients arrive at a surgical consultation and say yes to whatever they are told. The patients who recover best are the ones who arrived prepared — who asked the right questions, understood the answers, and made decisions based on information rather than assumption. This guide gives you those questions.</p>

<!-- QUICK ANSWER --> <div class="qa-box"> <div class="qa-head">⚡ The 15 Questions — Organised by Category</div> <div class="qa-cats"> <div class="qa-cat g"> <div class="qa-clabel">🩺 Surgeon Experience</div> <div class="qa-cval">Questions 1–3 · Validate who is operating on you</div> </div> <div class="qa-cat g"> <div class="qa-clabel">🔩 Implant & Technique</div> <div class="qa-cval">Questions 4–7 · Understand what goes into your knee</div> </div> <div class="qa-cat g"> <div class="qa-clabel">⚠️ Risk & Complications</div> <div class="qa-cval">Questions 8–10 · Know what can go wrong and how it's managed</div> </div> <div class="qa-cat a"> <div class="qa-clabel">🏃 Recovery & Return</div> <div class="qa-cval">Questions 11–13 · Plan your return home correctly</div> </div> <div class="qa-cat a"> <div class="qa-clabel">🌍 International Patient</div> <div class="qa-cval">Questions 14–15 · Specific to travelling abroad for surgery</div> </div> </div> <p class="qa-note"><strong>How to use this guide:</strong> Read each question and the explanation of why it matters before your consultation. The "Good answer" sections tell you what an experienced, honest surgeon sounds like. The "Watch out for" sections identify responses that should prompt further probing — or reconsideration.</p> </div>

<!-- WHATSAPP --> <div class="wa-center"> <a href="https://wa.me/919044346292?text=Hello%2C%20I%20want%20to%20prepare%20for%20my%20knee%20replacement%20consultation%20in%20India" class="wa-btn" target="_blank"> <svg width="18" height="18" viewBox="0 0 24 24" fill="#fff"><path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z"/></svg> WhatsApp — Ask Anything Before Your Consultation </a> <div class="wa-sub">Arabic · English · Russian · +91 90443 46292</div> </div>

<div class="prose">

<p>The consultation with your surgeon is the single most important conversation of your entire treatment journey. It determines what happens inside your knee, how you recover, and what your life looks like for the next decade or two.</p>

<p>And yet most patients leave consultations having asked almost nothing. They nod at the surgeon's recommendation, feel reassured by the hospital's reputation, and sign the consent form.</p>

<p>The questions below are not about distrusting your surgeon. They are about becoming an informed participant in your own care — which consistently leads to better outcomes, fewer surprises, and a more honest conversation about what surgery can and cannot deliver.</p>

<div class="callout info"> <div class="callout-icon">💡</div> <p><strong>A note on asking questions:</strong> Every surgeon at India's leading hospitals — <a href="https://gafhealthcare.in/hospitals/apollo-hospitals-new-delhi">Apollo</a>, <a href="https://gafhealthcare.in/hospitals/fortis-memorial-research-institute-gurgaon">Fortis</a>, <a href="https://gafhealthcare.in/hospitals/medanta-the-medicity-gurgaon">Medanta</a>, <a href="https://gafhealthcare.in/hospitals/max-super-speciality-hospital-saket">Max</a> — welcomes informed patients. Questions are a sign of engagement, not suspicion. A surgeon who becomes defensive or dismissive when asked about their experience or outcomes is giving you very useful information.</p> </div>

</div>

<!-- SECTION 1: SURGEON EXPERIENCE --> <div class="q-section-label">🩺 Surgeon Experience — Questions 1 to 3</div>

<!-- Q1 --> <div class="q-card red-flag"> <div class="q-header"> <div class="q-num">1</div> <div class="q-text">How many total knee replacements have you personally performed — and how many in the last 12 months?</div> <div class="q-badge">🔴 Essential</div> </div> <div class="q-body"> <div class="q-why">Why This Matters</div> <div class="q-explanation">Surgeon volume is the single most evidence-backed predictor of outcomes in joint replacement surgery. Hospitals performing 500+ knee replacements annually have lower infection rates, fewer complications, and better functional outcomes than lower-volume centres. The same logic applies to individual surgeons. A surgeon who performs 200+ knee replacements per year will achieve more consistent implant alignment than one who performs 50.</div> <div class="q-good-answer">✅ Good answer: "I have performed over 2,000 knee replacements and currently do approximately 300 per year." Specific numbers, no hesitation.</div> <div class="q-red-answer">⚠️ Watch out for: Vague responses like "extensive experience" or "many years in the field" without a specific number. Any number below 100 total procedures should prompt a request for a second opinion.</div> </div> </div>

<!-- Q2 --> <div class="q-card red-flag"> <div class="q-header"> <div class="q-num">2</div> <div class="q-text">What is your personal infection rate for knee replacement surgery?</div> <div class="q-badge">🔴 Essential</div> </div> <div class="q-body"> <div class="q-why">Why This Matters</div> <div class="q-explanation">Periprosthetic joint infection (PJI) is the most serious complication after knee replacement. At high-volume, JCI-accredited centres, infection rates should be below 1%. The benchmark for world-class orthopaedic programmes is 0.5–0.8%. This figure reflects the hospital's laminar airflow theatre quality, surgical technique, antibiotic protocol, and sterile processing standards — all at once.</div> <div class="q-good-answer">✅ Good answer: "Our published infection rate is below 0.7%." A surgeon who tracks this and can cite it is operating in an institution that takes infection prevention seriously.</div> <div class="q-red-answer">⚠️ Watch out for: "We have very few infections" or "I cannot recall any problems." The absence of a specific tracked figure is itself a red flag. High-volume centres measure everything.</div> </div> </div>

<!-- Q3 --> <div class="q-card important"> <div class="q-header"> <div class="q-num">3</div> <div class="q-text">Where did you train, and do you hold any fellowships or international certifications in orthopaedics?</div> <div class="q-badge">⚠️ Important</div> </div> <div class="q-body"> <div class="q-why">Why This Matters</div> <div class="q-explanation">India's leading orthopaedic surgeons at JCI-accredited hospitals trained at internationally recognised institutions — often including programmes in the UK, USA, Germany, or Australia. Many hold fellowships from the Royal College of Surgeons, the American Academy of Orthopaedic Surgeons, or equivalent bodies. This validates both the technical standard of their training and their familiarity with the international clinical literature your procedure is based on.</div> <div class="q-good-answer">✅ Good answer: Specific training institutions named, fellowship credentials cited, membership of recognised professional bodies mentioned.</div> <div class="q-red-answer">⚠️ Watch out for: Training described only in general terms without specific institutions. Most senior consultants at Apollo, Fortis, Medanta, and Max have internationally verifiable credentials and will share them readily.</div> </div> </div>

<!-- SECTION 2: IMPLANT & TECHNIQUE --> <div class="q-section-label">🔩 Implant & Technique — Questions 4 to 7</div>

<!-- Q4 --> <div class="q-card red-flag"> <div class="q-header"> <div class="q-num">4</div> <div class="q-text">Which implant brand and model will you use — and why is this the right choice for my anatomy and age?</div> <div class="q-badge">🔴 Essential</div> </div> <div class="q-body"> <div class="q-why">Why This Matters</div> <div class="q-explanation">You have a right to know exactly what goes into your knee before you consent to surgery. The implant brand, model, and specific components determine your implant certificate — which you will carry for the rest of your life and which any future surgeon anywhere in the world will need. The recommendation should be based on your specific anatomy, activity level, age, and whether you have any metal sensitivity.</div> <div class="q-good-answer">✅ Good answer: "I will use the Stryker Triathlon in a size 3 femoral component. I have chosen this because of your age and activity level — it has the strongest 20-year outcome data and is compatible with MAKO robotic guidance."</div> <div class="q-red-answer">⚠️ Watch out for: "We use a good implant." "The hospital decides." "It is standard." Any response that avoids naming the specific brand and model — or provides one only after prompting — is inadequate.</div> </div> </div>

<!-- Q5 --> <div class="q-card important"> <div class="q-header"> <div class="q-num">5</div> <div class="q-text">Are you recommending conventional surgery or robotic guidance — and what is your specific clinical reason for that recommendation?</div> <div class="q-badge">⚠️ Important</div> </div> <div class="q-body"> <div class="q-why">Why This Matters</div> <div class="q-explanation">Robotic surgery (MAKO or equivalent) is not appropriate for every patient — nor is conventional surgery inferior in all cases. The recommendation should be based on your specific anatomy, the complexity of your case, and the surgeon's high-volume experience with that system. A surgeon recommending robotic surgery who has performed fewer than 80–100 robotic cases may achieve worse results than a high-volume conventional surgeon. Equally, a surgeon who never recommends robotic surgery even for complex cases may be unfamiliar with the technology.</div> <div class="q-good-answer">✅ Good answer: "Given your [specific clinical features], I am recommending MAKO robotic guidance because it allows me to plan for your slight varus deformity with greater precision. I have performed over 400 MAKO cases."</div> <div class="q-red-answer">⚠️ Watch out for: Robotic surgery recommended without a specific clinical justification. Conventional surgery recommended for a complex case with no explanation. Either recommendation without the surgeon's specific case volume for that technique.</div> </div> </div>

<!-- Q6 --> <div class="q-card standard"> <div class="q-header"> <div class="q-num">6</div> <div class="q-text">Will you resurface my kneecap (patella), and what is your standard practice on this?</div> <div class="q-badge">✅ Standard</div> </div> <div class="q-body"> <div class="q-why">Why This Matters</div> <div class="q-explanation">Patellar resurfacing — replacing the undersurface of the kneecap with a polyethylene button — is one of the most debated decisions in knee replacement surgery. Some surgeons routinely resurface; others never do; others selectively resurface based on intraoperative findings. Evidence is mixed on whether routine resurfacing improves outcomes. Knowing your surgeon's practice on this helps you understand their approach and ensures you are not surprised by what was or was not done when you review your operation report.</div> <div class="q-good-answer">✅ Good answer: A clear, specific answer either way — "I routinely resurface because of data showing reduced anterior knee pain" or "I selectively resurface based on the condition of the patella surface I find intraoperatively."</div> <div class="q-red-answer">⚠️ Watch out for: Uncertainty or an inability to explain the practice. This is a standard question with a standard decision framework — a high-volume surgeon has a clear policy.</div> </div> </div>

<!-- Q7 --> <div class="q-card standard"> <div class="q-header"> <div class="q-num">7</div> <div class="q-text">What anaesthesia will be used, and will I have a nerve block for post-operative pain control?</div> <div class="q-badge">✅ Standard</div> </div> <div class="q-body"> <div class="q-why">Why This Matters</div> <div class="q-explanation">Modern knee replacement pain management typically combines spinal anaesthesia (preferred over general for shorter recovery) with a nerve block — adductor canal block, periarticular injection, or femoral nerve block — that provides excellent pain control for the first 12–24 hours. This allows patients to begin physiotherapy earlier and reduces opioid requirements. Not all anaesthesia teams use the same protocols. Knowing what you will receive helps you prepare for the first 24 hours post-surgery.</div> <div class="q-good-answer">✅ Good answer: "We use spinal anaesthesia with an adductor canal block and a periarticular injection of local anaesthetic, ropivacaine, and ketorolac. This is our standard protocol for knee replacement and allows physiotherapy to begin the next morning comfortably."</div> <div class="q-red-answer">⚠️ Watch out for: General anaesthesia routinely used for all knee replacements without a clear reason. No nerve block in the pain management plan — this is now standard of care at high-volume centres.</div> </div> </div>

<!-- SECTION 3: RISK & COMPLICATIONS --> <div class="q-section-label">⚠️ Risk & Complications — Questions 8 to 10</div>

<!-- Q8 --> <div class="q-card red-flag"> <div class="q-header"> <div class="q-num">8</div> <div class="q-text">Is my case straightforward, or is there a specific complexity you are anticipating?</div> <div class="q-badge">🔴 Essential</div> </div> <div class="q-body"> <div class="q-why">Why This Matters</div> <div class="q-explanation">Knee replacement is not the same operation in every patient. Severe deformity, prior knee surgery, unusual bone geometry, significant obesity, or poorly controlled medical comorbidities all increase surgical complexity and risk. An honest surgeon will identify these factors and discuss them with you. A surgeon who describes every case as straightforward is either seeing only straightforward cases or not being candid with you.</div> <div class="q-good-answer">✅ Good answer: "Your case is mostly straightforward, but your medial compartment has more bone loss than usual. I will plan for a slightly larger tibial component and may need to add a metal augment intraoperatively."</div> <div class="q-red-answer">⚠️ Watch out for: "This is very simple, no concerns." For a patient with severe varus deformity, prior surgery, or significant obesity — simplicity should prompt further questions, not reassurance.</div> </div> </div>

<!-- Q9 --> <div class="q-card important"> <div class="q-header"> <div class="q-num">9</div> <div class="q-text">What are the most likely complications for my specific case, and how would each be managed?</div> <div class="q-badge">⚠️ Important</div> </div> <div class="q-body"> <div class="q-why">Why This Matters</div> <div class="q-explanation">All surgery carries risk. The relevant question is not "can something go wrong?" — it can — but "what is most likely to go wrong for me specifically, and what happens when it does?" For an international patient who will be flying home in 3 weeks, knowing the infection warning signs, DVT symptoms, and which complications require immediate return to India versus local management at home is directly practical information.</div> <div class="q-good-answer">✅ Good answer: "The main risks for you are DVT — managed with anticoagulation and Doppler ultrasound before flying — and infection. Wound infection signs are increasing redness and warmth. If you see these after returning home, go to your local emergency department and call us immediately. We will coordinate with your local team."</div> <div class="q-red-answer">⚠️ Watch out for: "Complications are very rare, do not worry." This is true statistically but unhelpfully dismissive for a patient who needs to know the warning signs before boarding a 9-hour flight.</div> </div> </div>

<!-- Q10 --> <div class="q-card important"> <div class="q-header"> <div class="q-num">10</div> <div class="q-text">What is your revision rate — and what proportion of your patients require re-operation within 5 years?</div> <div class="q-badge">⚠️ Important</div> </div> <div class="q-body"> <div class="q-why">Why This Matters</div> <div class="q-explanation">At high-volume centres, revision rates within 5 years should be below 3–5%. A surgeon who tracks outcomes — as all quality centres do — can give you a figure. This is not an aggressive question. It is a quality metric. The answer helps you contextualise both the skill of the surgeon and the robustness of their patient selection process.</div> <div class="q-good-answer">✅ Good answer: "Our 5-year revision rate is approximately 2.1%. We track all outcomes through our departmental database and publish them annually."</div> <div class="q-red-answer">⚠️ Watch out for: "I cannot recall needing to revise any patients." or inability to provide any figure. High-volume surgeons see revision cases — the question is how often and why.</div> </div> </div>

<!-- SECTION 4: RECOVERY & RETURN HOME --> <div class="q-section-label">🏃 Recovery & Return Home — Questions 11 to 13</div>

<!-- Q11 --> <div class="q-card red-flag"> <div class="q-header"> <div class="q-num">11</div> <div class="q-text">When will you clear me to fly home — and what specific criteria determine that decision?</div> <div class="q-badge">🔴 Essential for International Patients</div> </div> <div class="q-body"> <div class="q-why">Why This Matters</div> <div class="q-explanation">This is the most practically important question for an international patient. Flying too early — before the Doppler ultrasound confirms no DVT, before wound healing is complete, before adequate flexion is achieved — significantly increases risk of serious complications. You need a specific timeline, specific criteria, and a clear understanding of what happens if your recovery is slower than expected.</div> <div class="q-good-answer">✅ Good answer: "I clear patients to fly when: the Doppler ultrasound shows no DVT, the wound is fully healed and dry, you are walking safely with a stick, and flexion is above 90°. For most patients this is around Day 18–21. For long-haul flights over 6 hours, I prefer to wait 4–6 weeks."</div> <div class="q-red-answer">⚠️ Watch out for: "You can fly home after 2 weeks." without any mention of a Doppler scan. Or any timeline that does not include specific clinical criteria — not just a calendar date.</div> </div> </div>

<!-- Q12 --> <div class="q-card important"> <div class="q-header"> <div class="q-num">12</div> <div class="q-text">What degree of flexion and what walking distance should I expect at 3 months, 6 months, and 12 months?</div> <div class="q-badge">⚠️ Important</div> </div> <div class="q-body"> <div class="q-why">Why This Matters</div> <div class="q-explanation">Recovery from knee replacement follows a trajectory with measurable milestones. A surgeon who gives you specific targets — "90° by Week 2, 110° by Week 6, walking without a stick by Week 4–6" — is giving you the information you need to monitor your own recovery and identify when you are falling behind. A surgeon who cannot give specific targets may not be tracking outcomes systematically.</div> <div class="q-good-answer">✅ Good answer: "By 3 months, most of my patients are walking without a stick and have 110–120° of flexion. By 6 months, most are doing light recreation — cycling, swimming, golf. Full recovery is 6–12 months."</div> <div class="q-red-answer">⚠️ Watch out for: "It depends" without any guidance. Recovery does vary — but a surgeon with outcome data can give you a realistic range.</div> </div> </div>

<!-- Q13 --> <div class="q-card standard"> <div class="q-header"> <div class="q-num">13</div> <div class="q-text">What activities will I be able to return to — and what should I permanently avoid to protect the implant?</div> <div class="q-badge">✅ Standard</div> </div> <div class="q-body"> <div class="q-why">Why This Matters</div> <div class="q-explanation">Implant longevity is partly determined by how the patient uses their new knee. High-impact activities — running, jumping, contact sports, heavy repeated squatting — accelerate polyethylene wear and reduce implant lifespan. Understanding the permanent restrictions allows you to make an informed decision about whether surgery meets your lifestyle goals. It also prevents unpleasant surprises six months after surgery when you discover that an activity you expected to return to is no longer advisable.</div> <div class="q-good-answer">✅ Good answer: "You can return to walking, swimming, cycling, golf, and light hiking. I advise permanently avoiding running on hard surfaces, heavy impact sports, and deep full squats beyond 120°. These accelerate implant wear."</div> <div class="q-red-answer">⚠️ Watch out for: "You can do anything after recovery." This is not accurate for any total knee replacement. Some activity restriction is always appropriate to maximise implant longevity.</div> </div> </div>

<!-- SECTION 5: INTERNATIONAL PATIENT --> <div class="q-section-label">🌍 International Patient Specific — Questions 14 to 15</div>

<!-- Q14 --> <div class="q-card red-flag"> <div class="q-header"> <div class="q-num">14</div> <div class="q-text">How do I reach you or your team if I have a concern after returning home — and what is your policy for remote follow-up?</div> <div class="q-badge">🔴 Essential for International Patients</div> </div> <div class="q-body"> <div class="q-why">Why This Matters</div> <div class="q-explanation">Once you fly home, your access to your Indian surgeon becomes entirely dependent on what communication channel they are willing to support. A surgeon who provides their team's WhatsApp number or a dedicated international patient email — and who commits to responding to clinical queries within 24 hours — is an entirely different experience from a surgeon who expects you to "follow up with your local doctor for everything." For an international patient, knowing who to contact when you notice a wound change at 2am three days after landing is not a minor consideration.</div> <div class="q-good-answer">✅ Good answer: "My patient coordinator's WhatsApp is available 24 hours. For clinical concerns after you leave, send a photo of the wound or a description of the symptom and we respond within 4 hours. Your local doctor can also contact our team directly."</div> <div class="q-red-answer">⚠️ Watch out for: "Your local doctor will manage everything after discharge." This may be appropriate for some issues but is inadequate as a general policy for an international patient returning to a different country and healthcare system.</div> </div> </div>

<!-- Q15 --> <div class="q-card red-flag"> <div class="q-header"> <div class="q-num">15</div> <div class="q-text">What does my implant certificate say — and will a copy be permanently retained in your hospital records?</div> <div class="q-badge">🔴 Essential</div> </div> <div class="q-body"> <div class="q-why">Why This Matters</div> <div class="q-explanation">Your implant certificate is the most important document you leave India with. It specifies — in writing — the exact brand, model, component sizes, fixation method, and batch number of every piece of hardware inside your knee. Any future orthopaedic surgeon — for a revision procedure, a follow-up X-ray review, or a metal sensitivity assessment — needs this document. Hospital records are legally required to retain implant data, but confirming that a copy has been permanently filed — and that you have one in your hand — removes any risk of this information being lost.</div> <div class="q-good-answer">✅ Good answer: "Your implant certificate will be prepared before discharge. It specifies the Stryker Triathlon size 3 femoral component, size 3 tibial tray, and size 9mm insert. A copy is permanently filed in our records and also entered in the national implant registry."</div> <div class="q-red-answer">⚠️ Watch out for: Uncertainty about the implant certificate process or a promise to "have someone send it later." Request it in person before leaving the hospital — it should be part of your standard discharge paperwork.</div> </div> </div>

<div class="prose">

<h2>Your Pre-Consultation Checklist</h2>

<p>Print this and take it to your surgical consultation. Use the checkboxes to track which questions you have asked and which answers you still need.</p>

</div>

<div class="checklist"> <div class="cl-head">✅ Pre-Consultation Checklist — 15 Questions</div> <div class="cl-item"><div class="cl-box"></div><span><strong>Q1.</strong> How many TKRs have you performed personally — and how many last year?</span></div> <div class="cl-item"><div class="cl-box"></div><span><strong>Q2.</strong> What is your personal infection rate for knee replacement?</span></div> <div class="cl-item"><div class="cl-box"></div><span><strong>Q3.</strong> Where did you train and do you hold international fellowship credentials?</span></div> <div class="cl-item"><div class="cl-box"></div><span><strong>Q4.</strong> Which implant brand and model will you use — and why?</span></div> <div class="cl-item"><div class="cl-box"></div><span><strong>Q5.</strong> Are you recommending conventional or robotic surgery for me — and why?</span></div> <div class="cl-item"><div class="cl-box"></div><span><strong>Q6.</strong> Will you resurface my kneecap — and what is your standard practice?</span></div> <div class="cl-item"><div class="cl-box"></div><span><strong>Q7.</strong> What anaesthesia and nerve block protocol will be used?</span></div> <div class="cl-item"><div class="cl-box"></div><span><strong>Q8.</strong> Is my case straightforward, or is there a specific complexity you anticipate?</span></div> <div class="cl-item"><div class="cl-box"></div><span><strong>Q9.</strong> What are the most likely complications for my case — and how would each be managed?</span></div> <div class="cl-item"><div class="cl-box"></div><span><strong>Q10.</strong> What is your revision rate within 5 years?</span></div> <div class="cl-item"><div class="cl-box"></div><span><strong>Q11.</strong> When will you clear me to fly home — and what criteria determine that?</span></div> <div class="cl-item"><div class="cl-box"></div><span><strong>Q12.</strong> What flexion and walking targets should I expect at 3, 6, and 12 months?</span></div> <div class="cl-item"><div class="cl-box"></div><span><strong>Q13.</strong> What activities can I return to — and what must I permanently avoid?</span></div> <div class="cl-item"><div class="cl-box"></div><span><strong>Q14.</strong> How do I contact your team after returning home — and what is the response time?</span></div> <div class="cl-item"><div class="cl-box"></div><span><strong>Q15.</strong> What does my implant certificate say — and is a copy filed in your records?</span></div> </div>

<div class="callout tip"> <div class="callout-icon">✅</div> <p><strong>GAF Healthcare pre-consultation briefing:</strong> Before your in-person consultation at any of our partner hospitals, we provide you with a written summary of your surgeon's credentials, case volume, published infection rate, and the implant system they use most. This means you arrive at the consultation already informed — and can focus the appointment on the questions specific to your case rather than basic credential verification.</p> </div>

<div class="prose">

<h2>Frequently Asked Questions</h2>

<div class="faq"> <div class="fq"> <div class="fq-q">Will my surgeon be offended if I ask these questions?</div> <div class="fq-a">No — and if they are, that is itself important information. Every surgeon at <a href="https://gafhealthcare.in/hospitals/apollo-hospitals-new-delhi">Apollo</a>, <a href="https://gafhealthcare.in/hospitals/fortis-memorial-research-institute-gurgaon">Fortis</a>, <a href="https://gafhealthcare.in/hospitals/medanta-the-medicity-gurgaon">Medanta</a>, and <a href="https://gafhealthcare.in/hospitals/max-super-speciality-hospital-saket">Max</a> has answered these questions many times. They understand that international patients arriving without a prior relationship need to establish trust through information — not assumption. A surgeon who becomes uncomfortable when asked about their infection rate or case volume is not operating from a position of confidence in their own outcomes data.</div> </div> <div class="fq"> <div class="fq-q">Can I ask these questions before I arrive in India — during a remote consultation?</div> <div class="fq-a">Yes — and this is the best way to do it. GAF Healthcare arranges pre-travel remote consultations with your surgeon via video call before you book your flights. This allows you to go through these questions, review your imaging together, and confirm the surgical plan before committing to travel. It also means that the in-person consultation on arrival can focus on the final pre-operative review rather than introductory information.</div> </div> <div class="fq"> <div class="fq-q">What if I do not understand the answer to one of these questions?</div> <div class="fq-a">Ask the surgeon to explain it differently — and keep asking until you understand. "I am not sure I followed that — could you explain it more simply?" is a completely appropriate response to any answer in a surgical consultation. A good surgeon will not be frustrated by this. Your GAF Healthcare coordinator is also present or available during consultations and can help translate medical terminology into plain language.</div> </div> <div class="fq"> <div class="fq-q">What if I am not satisfied with the answers I receive?</div> <div class="fq-a">Request a second surgical opinion. GAF Healthcare can arrange an independent assessment from a different senior consultant at the same or a different hospital. Second opinions are entirely normal in planned elective surgery — particularly major surgery abroad. A surgeon who actively discourages a second opinion is giving you very useful information about their confidence in their own recommendation.</div> </div> </div>

<h2>Related Guides</h2> <div class="related-grid"> <a href="https://gafhealthcare.in/treatments/total-knee-replacement" class="rel-card"> <div class="rel-label">Treatment Guide</div> <div class="rel-title">Total Knee Replacement — Complete Patient Guide</div> </a> <a href="https://gafhealthcare.in/resources/blog/best-hospitals-knee-replacement-india" class="rel-card"> <div class="rel-label">Hospital Guide</div> <div class="rel-title">Best Hospitals for Knee Replacement in India 2026</div> </a> <a href="https://gafhealthcare.in/resources/blog/knee-replacement-planning-guide-india" class="rel-card"> <div class="rel-label">Planning Guide</div> <div class="rel-title">How to Plan Your Knee Replacement Trip to India</div> </a> <a href="https://gafhealthcare.in/resources/blog/mako-robotic-knee-replacement-india" class="rel-card"> <div class="rel-label">Robotic Surgery</div> <div class="rel-title">MAKO Robotic Knee Replacement in India — Full Guide</div> </a> </div>

</div>

<!-- FINAL CTA --> <div class="cta"> <h3>Arrive Prepared. Leave Confident.</h3> <p>GAF Healthcare provides a written pre-consultation briefing for every patient — your surgeon's credentials, case volume, infection rate, and implant system — before you leave home. So you spend your consultation on the questions that matter for your specific case. Send your reports and we'll set up your pre-travel consultation within <strong>24 hours</strong>. No fees.</p> <a href="https://gafhealthcare.in/treatments/total-knee-replacement" class="cta-btn">Book My Pre-Travel Consultation →</a><br> <a href="https://wa.me/919044346292?text=Hello%2C%20I%20want%20to%20prepare%20for%20my%20knee%20replacement%20consultation%20in%20India" class="wa-btn" style="margin-top:12px; display:inline-flex;" target="_blank"> <svg width="16" height="16" viewBox="0 0 24 24" fill="#fff"><path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z"/></svg> WhatsApp +91 90443 46292 </a> </div>

</main> </body> </html>

Related articles

  • Surgery cost India comparison in India for British patients (Cost, Hospitals & Process — 2026) — A growing number of British families are doing the same maths at the kitchen table: private treatment in the UK is…
  • rhinoplasty India cost: 2026 pricing, options, recovery & travel plan for Nigeria, UAE, Russia — Updated 2026 guide to rhinoplasty India cost, what’s included, recovery, and travel planning for patients from…
  • TAVR surgery India cost: A clear guide for UK, Saudi & Russian patients — Learn what impacts TAVR surgery India cost and why patients from the UK, Saudi & Russia choose India to avoid delays.…