Skip to Content
pin Your Region:
Select your regionSelect region

Select Your Region:

  • Greater Philadelphia

    Southeastern Pennsylvania, Central & South Jersey
  • Florida

    Central Florida – Greater Orlando

Looking for Rothman Orthopaedics in Greater New York?

Go to RothmanNY.com

Not sure what region to choose?

Select an office location

Select a Location:

  • Abington Hospital - Jefferson Health
  • Abington Lansdale Hospital - Jefferson Health
  • Abington Surgical Center
  • AdventHealth - Kissimmee, FL
  • AdventHealth Altamonte Springs
  • AdventHealth Apopka
  • AdventHealth Centra Care Orthopedic Urgent Care Powered by Rothman
  • AdventHealth East Orlando
  • AdventHealth Heart of Florida
  • AdventHealth Orlando
  • AdventHealth Surgery Center Innovation Tower
  • AdventHealth Surgery Center Lake Mary
  • AdventHealth Surgery Center Maitland
  • AdventHealth Training Center - Orlando, FL
  • AdventHealth Winter Garden
  • AdventHealth Winter Park
  • AtlantiCare - Center for Orthopaedic Surgery
  • AtlantiCare Regional Medical Center (Atlantic City Campus)
  • AtlantiCare Regional Medical Center (Mainland Campus)
  • AtlantiCare Surgery Center – Egg Harbor Township
  • AtlantiCare Surgery Center – Little Egg Harbor
  • Bensalem, PA
  • Blue Bell, PA
  • Bordentown, NJ
  • Bryn Mawr Hospital
  • Bryn Mawr Hospital Orthopaedic Surgery Center
  • Bryn Mawr, PA
  • Capital Health - Trenton, NJ
  • Capital Health Medical Center, Hopewell
  • Center City Philadelphia
  • Chalfont, PA
  • Chester County Hospital
  • Clermont, FL
  • Davenport, FL
  • Doylestown Ambulatory Surgical Center
  • Doylestown Hospital
  • Doylestown, PA
  • East Orlando, FL
  • Egg Harbor Township, NJ
  • Fox Chase Cancer Center
  • Glen Mills Walk-In Center
  • Glen Mills, PA
  • Hamilton Walk-In Center
  • Hamilton, NJ
  • Innovation Tower, Orlando, FL
  • Jefferson Bucks Hospital
  • Jefferson Orthopedics Bucks County
  • Jefferson Surgery Center - Cherry Hill
  • Jefferson Surgery Center - Washington Township
  • Jefferson Torresdale Hospital
  • Jefferson Washington Township Hospital
  • King of Prussia Walk-In Center
  • King of Prussia, PA
  • Lake Mary, FL
  • Lake Nona, FL
  • Lankenau Hospital
  • Limerick Walk-In Center
  • Limerick, PA
  • Malvern, PA
  • Manahawkin, NJ
  • Marlton, NJ
  • Media, PA
  • Methodist Hospital - Jefferson Health
  • Nazareth Hospital
  • New Britain Surgical Center
  • New Jersey Surgery Center
  • Newtown Walk-In Center
  • Newtown, PA
  • Northeast Philadelphia
  • Ocean Medical Center
  • Oviedo, FL - Now Open!
  • Paoli Hospital
  • Paoli Surgery Center
  • Pennington, NJ
  • Phoenixville Hospital
  • Physicians Care Surgery Center
  • Physicians Care Surgical Hospital
  • Princeton Medical Center
  • Princeton, NJ
  • Riddle Memorial Hospital
  • Riddle Surgical Center
  • Riverview Surgical Center
  • Robert Wood Johnson University Hospital, Hamilton
  • Rothman Orthopaedic Specialty Hospital
  • Seashore Surgical Institute
  • Shore Medical Center
  • South Philadelphia
  • Southern Ocean Medical Center
  • St. Mary's Medical Center
  • Summit Surgical Center
  • The Ambulatory Surgery Center at St. Mary
  • The Ambulatory Surgical Pavilion
  • The Surgery Center at Capital Health, Hamilton
  • Thomas Jefferson University Hospital
  • Urgent Care Marlton, NJ
  • Washington Township, NJ
  • Willow Grove Walk-In Center
  • Willow Grove, PA
  • Winter Garden, FL
  • Winter Park, FL
View All Results

March 27th, 2015

Rothman Orthopaedic Institute Free Community Educational Lecture Series – 2015

Hip and Knee Replacements: What You'll Need to Know with Dr. Antonia Chen

12/1/2015 05:30pm
Ask the Doctor a Question

Please Enter a Valid Email Address

Thank You! Your question has been submitted.
Headshot of Stephen A. Stache

Antonia Chen, M.D., M.B.A.

Specialties: Joint Replacement

Dr. Chen is a fellowship trained, board eligible orthopaedic surgeon in adult reconstruction who specializes in hip and knee replacement surgery. She is a widely published physician-scientist, who is a dedicated educator and clinician.

Read More

Make an Appointment

First Name
Last Name
E-mail
Phone
var orthoCamp = {validateEmail : function(emailVal) {var re = /^([w-]+(?:.[w-]+)*)@((?:[w-]+.)*w[w-]{0,66}).([a-z]{2,6}(?:.[a-z]{2})?)$/i;return re.test(emailVal);}};jQuery(document).ready(function() {var today = new Date();today = today.getFullYear()+('0' + (today.getMonth() + 1)).slice(-2)+('0' + today.getDate()).slice(-2);today = today * 1;jQuery("#emailField").focus(function() {if (this.value== 'Enter Email Address'){this.value = '';}})jQuery("#emailField").blur(function() {if (this.value == '') {this.value = 'Enter Email Address';}})jQuery("#nameField").focus(function() {if (this.value == 'Enter Name') {this.value = '';}})jQuery("#nameField").blur(function() {if (this.value == '') {this.value = 'Enter Name';}})jQuery("#questionField").focus(function() {if (this.value == 'I want to ask the doctor...'){this.value = '';}})jQuery("#questionField").blur(function() {if (this.value == '') {this.value = 'I want to ask the doctor...';}})jQuery("#nameEmailSend").click(function() {orthoCamp.emailVal = jQuery("#emailField").val();orthoCamp.nameVal = jQuery("#nameField").val();console.log(orthoCamp.nameVal);console.log(orthoCamp.emailVal);if (orthoCamp.validateEmail(orthoCamp.emailVal)) {jQuery("div.rsform-camp").css("display", "none");jQuery("div.questionForm").css("display", "block");} else {jQuery("#invalidEmail").css("display", "block");}});jQuery("#questionSend").click(function() {orthoCamp.questionVal = jQuery("#questionField").val();console.log(orthoCamp.questionVal);jQuery.ajax({url : "/ortho-camp-form-to-email.php",method : "POST",data : {'nameVal' : orthoCamp.nameVal,'emailVal' : orthoCamp.emailVal,'questionVal' : orthoCamp.questionVal},});jQuery("#questionSent").css("display", "block");jQuery("#questionField").val('I want to ask the doctor...');});});