<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.dropbtn {
  background-color: #03256c;
  color: white;
  padding: 8px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #ffffff;
  color: #03256c;
}

#myInput, #drmyInput {
  box-sizing: border-box;
  background-image: url('/imp/img/searchicon.webp');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 36px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
  width:100%;
}

#myInput:focus {outline: 3px solid #ddd;}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 250px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
  width:100%;
  height:250px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;
}

</style>

<div class="dropdown">
  <button onclick="endrcatfunc()" class="dropbtn">All Departments <i class="fa fa-chevron-down"></i></button>
  <div id="myDropdown" class="dropdown-content">
    <input type="text" placeholder="Search Medical Unit.." id="myInput" onkeyup="filterFunction()">
<a href="/en/doctors/">All Departments Doctors</a>
<a href="/en/doctors/dent/">Oral and Dental Health</a>
<a href="/en/doctors/neurosurgery/">Neurosurgery</a>
<a href="/en/doctors/pediatric-surgeons/">Pediatric Surgery</a>
<a href="/en/doctors/pediatrics/">Pediatrics</a>
<a href="/en/doctors/dermatology/">Dermatology</a>
<a href="/en/doctors/hand-surgery-microsurgery/">Hand Surgery and Microsurgery</a>
<a href="/en/doctors/endocrinology-metabolic-diseases/">Endocrinology and Metabolic Diseases</a>
<a href="/en/doctors/infectious/">Infectious Diseases and Microbiology</a>
<a href="/en/doctors/physical-therapy-rehabilitation/">Physical Therapy and Rehabilitation</a>
<a href="/en/doctors/general-surgery/">General Surgery</a>
<a href="/en/doctors/pulmonary/">Pulmonary Diseases</a>
<a href="/en/doctors/ophthalmology/">Ophthalmology (Eye Diseases)</a>
<a href="/en/doctors/internal-medicine/">Internal Medicine</a>
<a href="/en/doctors/gynecology-obstetrics/">Gynecology and Obstetrics</a>
<a href="/en/doctors/cardiology/">Cardiology</a>
<a href="/en/doctors/ent/">Ear, Throat, Nose (ENT)</a>
<a href="/en/doctors/neurology/">Neurology</a>
<a href="/en/doctors/obesity-bariatric-surgery/">Obesity and Bariatric Surgery</a>
<a href="/en/doctors/orthopedics-traumatology/">Orthopedics and Traumatology</a>
<a href="/en/doctors/plastic-surgeons/">Plastic Surgery</a>
<a href="/en/doctors/psychiatrists/">Psychiatry</a>
<a href="/en/doctors/radiologists/">Radiology</a>
<a href="/en/doctors/urology/">Urology</a>
<a href="/en/doctors/thoracic-surgery/">Thoracic Surgery</a>
<a href="/en/doctors/ivf/">Vitro Fertilization (IVF)</a>
<a href="/en/doctors/cardiovascular-surgery/">Cardiovascular Surgery</a>
<a href="/en/doctors/check-up/">Check-Up</a>
<a href="/en/doctors/clinical-laboratory/">Clinical Laboratory</a>
<a href="/en/doctors/emergency/">Emergency Medicine</a>
<a href="/en/doctors/endocrinology-diabetes-metabolism/">Endocrinology, Diabetes and Metabolism</a>
<a href="/en/doctors/gastroenterology/">Gastroenterology</a>
<a href="/en/doctors/ivf/">In Vitro Fertilization (IVF)</a>
<a href="/en/doctors/psychologists/">Psychologists</a>
  </div>
</div>

<div class="dropdown">
  <button onclick="endrfunc()" class="dropbtn">All Hospitals <i class="fa fa-chevron-down"></i></button>
  <div id="drmyDropdown" class="dropdown-content">
    <input type="text" placeholder="Search Doctor.." id="drmyInput" onkeyup="drfilterFunction()">
    
    <a href="/en/doctors/">All Hospitals</a>
<a href="/en/doctors/atasehir-hospital-doctors/">Avicenna Atasehir Hospital</a>

  </div>
</div>

<script>
/* When the user clicks on the button,
toggle between hiding and showing the dropdown content */
function endrcatfunc() {
  document.getElementById("myDropdown").classList.toggle("show");
}

function filterFunction() {
  var input, filter, ul, li, a, i;
  input = document.getElementById("myInput");
  filter = input.value.toUpperCase();
  div = document.getElementById("myDropdown");
  a = div.getElementsByTagName("a");
  for (i = 0; i < a.length; i++) {
    txtValue = a[i].textContent || a[i].innerText;
    if (txtValue.toUpperCase().indexOf(filter) > -1) {
      a[i].style.display = "";
    } else {
      a[i].style.display = "none";
    }
  }
}


function endrfunc() {
  document.getElementById("drmyDropdown").classList.toggle("show");
}

function drfilterFunction() {
  var input, filter, ul, li, a, i;
  input = document.getElementById("drmyInput");
  filter = input.value.toUpperCase();
  div = document.getElementById("drmyDropdown");
  a = div.getElementsByTagName("a");
  for (i = 0; i < a.length; i++) {
    txtValue = a[i].textContent || a[i].innerText;
    if (txtValue.toUpperCase().indexOf(filter) > -1) {
      a[i].style.display = "";
    } else {
      a[i].style.display = "none";
    }
  }
}
</script>

{"id":58817,"date":"2021-11-09T11:54:13","date_gmt":"2021-11-09T08:54:13","guid":{"rendered":"https:\/\/avicennaint.com\/?page_id=58817"},"modified":"2025-06-18T14:44:15","modified_gmt":"2025-06-18T11:44:15","slug":"anesthesiology-reanimation","status":"publish","type":"page","link":"https:\/\/avicennaint.com\/en\/doctors\/anesthesiology-reanimation\/","title":{"rendered":"Avicenna Hospital Anesthesiology and Reanimation Doctors"},"content":{"rendered":"<div id=\"cmsmasters_row_axlla5c574\" class=\"cmsmasters_row cmsmasters_color_scheme_default cmsmasters_row_top_default cmsmasters_row_bot_default cmsmasters_row_boxed\">\n<div class=\"cmsmasters_row_outer_parent\">\n<div class=\"cmsmasters_row_outer\">\n<div class=\"cmsmasters_row_inner\">\n<div class=\"cmsmasters_row_margin\">\n<div id=\"cmsmasters_column_welktorn2v\" class=\"cmsmasters_column one_first\">\n<div class=\"cmsmasters_column_inner\"><div class=\"cmsmasters_text\">\n<p><\/p>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"cmsmasters_row_6ibtxlyykl\" class=\"cmsmasters_row cmsmasters_color_scheme_default cmsmasters_row_top_default cmsmasters_row_bot_default cmsmasters_row_boxed\">\n<div class=\"cmsmasters_row_outer_parent\">\n<div class=\"cmsmasters_row_outer\">\n<div class=\"cmsmasters_row_inner\">\n<div class=\"cmsmasters_row_margin\">\n<div id=\"cmsmasters_column_b3gpdizoth\" class=\"cmsmasters_column one_first\">\n<div class=\"cmsmasters_column_inner\"><div id=\"cmsmasters_profile_69e5e892acc4d\" class=\"cmsmasters_profile horizontal\">\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-40235\" class=\"cmsmasters_profile_horizontal one_fourth post-40235 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/assoc-prof-sezai-celik\/\" title=\"Prof. Dr. Sezai Celik\" class=\"cmsmasters_img_link\"><img fetchpriority=\"high\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/10\/dr-prof-sezai-celik-500x450.webp\" class=\" wp-post-image\" alt=\"Dr. Sezai \u00c7elik\" title=\"dr-prof-sezai-celik\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/assoc-prof-sezai-celik\/\">Prof. Dr. Sezai Celik<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Cardiovascular and Thoracic surgery<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-80218\" class=\"cmsmasters_profile_horizontal one_fourth post-80218 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-atasehir-hastanesi-beyin-ve-sinir-cerrahisi-norosirurji pl-categs-beyin-ve-sinir-cerrahisi-norosirurji\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/ahmet-ferruh-gezen\/\" title=\"Prof. Dr. Ahmet Ferruh Gezen\" class=\"cmsmasters_img_link\"><img decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2022\/12\/ahmet-ferruh-gezen-p-500x450.webp\" class=\" wp-post-image\" alt=\"Prof. Dr. Ahmet Ferruh GEZEN\" title=\"ahmet-ferruh-gezen-p\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/ahmet-ferruh-gezen\/\">Prof. Dr. Ahmet Ferruh Gezen<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Neurosurgery<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38060\" class=\"cmsmasters_profile_horizontal one_fourth post-38060 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-uroloji\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/cemal-goktas\/\" title=\"Prof. Dr. Cemal Goktas\" class=\"cmsmasters_img_link\"><img decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/prof-dr-cemal-goktas-500x450.webp\" class=\" wp-post-image\" alt=\"Prof. Dr. Cemal Goktas\" title=\"prof-dr-cemal-goktas\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/cemal-goktas\/\">Prof. Dr. Cemal Goktas<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Urology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-37908\" class=\"cmsmasters_profile_horizontal one_fourth post-37908 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-el-cerrahisi-ve-mikrocerrahi pl-categs-ortopedi-ve-travmatoloji\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/halil-ibrahim-bekler\/\" title=\"Prof. Dr. Halil Ibrahim Bekler\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/06\/prof-dr-halil-ibrahim-bekler--500x450.webp\" class=\" wp-post-image\" alt=\"Halil \u0130brahim Bekler\" title=\"prof-dr-halil-ibrahim-bekler-\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/halil-ibrahim-bekler\/\">Prof. Dr. Halil Ibrahim Bekler<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Orthopedics and Traumatology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-78636\" class=\"cmsmasters_profile_horizontal one_fourth post-78636 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi-kardiyoloji pl-categs-atasehir-hastanesi-kulak-burun-bogaz-kbb pl-categs-kulak-burun-bogaz-kbb\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/pd-ibrahim-ethem-poyrazoglu\/\" title=\"Prof. Dr. Ibrahim Ethem Poyrazoglu\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/05\/dr-ibrahim-ethem-poyrazoglu-500x450.webp\" class=\" wp-post-image\" alt=\"Prof. Dr. Ibrahim Ethem Poyrazoglu\" title=\"dr-ibrahim-ethem-poyrazoglu\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/pd-ibrahim-ethem-poyrazoglu\/\">Prof. Dr. Ibrahim Ethem Poyrazoglu<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">ENT<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-114543\" class=\"cmsmasters_profile_horizontal one_fourth post-114543 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-atasehir-hastanesi-kadin-hastaliklari-ve-dogum pl-categs-kadin-hastaliklari-ve-dogum\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/kadir-guzin\/\" title=\"Prof. Dr. Kadir G\u00fczin\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2025\/03\/kadir_hoca-dr-500x450.webp\" class=\" wp-post-image\" alt=\"Kadir G\u00fczin\" title=\"kadir_hoca-dr\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/kadir-guzin\/\">Prof. Dr. Kadir G\u00fczin<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Obstetrics and Gynecology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-64064\" class=\"cmsmasters_profile_horizontal one_fourth post-64064 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/prof-dr-sevki-erdem\/\" title=\"Prof. Dr. \u015eevki Erdem\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2022\/01\/prof-dr-sevki-erdem-c-500x450.webp\" class=\" wp-post-image\" alt=\"Profes\u00f6r Doktor \u015eevki Erdem\" title=\"prof-dr-sevki-erdem-c\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/prof-dr-sevki-erdem\/\">Prof. Dr. \u015eevki Erdem<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Orthopedics and Traumatology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-67661\" class=\"cmsmasters_profile_horizontal one_fourth post-67661 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/bulent-duz\/\" title=\"Prof. Dr. Bulent Duz\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2022\/03\/prof-dr-bulent-duz-i-500x450.webp\" class=\" wp-post-image\" alt=\"B\u00fclent D\u00fcz\" title=\"prof-dr-bulent-duz-i\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/bulent-duz\/\">Prof. Dr. Bulent Duz<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Neurosurgery<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38064\" class=\"cmsmasters_profile_horizontal one_fourth post-38064 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-genel-cerrahi pl-categs-obezite-cerrahisi\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/mehmet-yildiz\/\" title=\"Prof. Dr. Mehmet Y\u0131ld\u0131z\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/dr-mehmet-yildiz-500x450.webp\" class=\" wp-post-image\" alt=\"Prof. Mehmet Y\u0131ld\u0131z\" title=\"dr-mehmet-yildiz\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/mehmet-yildiz\/\">Prof. Dr. Mehmet Y\u0131ld\u0131z<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">General Surgery<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-125968\" class=\"cmsmasters_profile_horizontal one_fourth post-125968 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi-dermatoloji-cildiye-deri-hastaliklari pl-categs-atasehir-hastanesi pl-categs-dermatoloji-cildiye-deri-hastaliklari\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/professor-doctor-sezai-sasmaz\/\" title=\"Professor Doctor Sezai \u015ea\u015fmaz\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/03\/profesor-doktor-sezai-sasmaz-500x450.webp\" class=\" wp-post-image\" alt=\"Sezai \u015ea\u015fmaz\" title=\"profesor-doktor-sezai-sasmaz\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/professor-doctor-sezai-sasmaz\/\">Professor Doctor Sezai \u015ea\u015fmaz<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Dermatology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-78048\" class=\"cmsmasters_profile_horizontal one_fourth post-78048 profile type-profile status-publish has-post-thumbnail hentry pl-categs-acil-servis pl-categs-atasehir-hastanesi pl-categs-atasehir-hastanesi-acil-servis\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/mustafa-haki-sucakli\/\" title=\"Assoc. Prof. Dr. Mustafa Haki Sucakli\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/doc-dr-mustafa-hakki-sucakli-500x450.webp\" class=\" wp-post-image\" alt=\"Do\u00e7ent Doktor Mustafa Hak\u0131 Sucakl\u0131\" title=\"doc-dr-mustafa-hakki-sucakli\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/mustafa-haki-sucakli\/\">Assoc. Prof. Dr. Mustafa Haki Sucakli<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Emergency Service<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-111618\" class=\"cmsmasters_profile_horizontal one_fourth post-111618 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi-kanser pl-categs-atasehir-hastanesi pl-categs-kanser\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/orhan-sencan\/\" title=\"Assoc. Prof. Dr. Orhan \u015eencan\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2024\/12\/orhan-sencan-1024x576-1-500x450.webp\" class=\" wp-post-image\" alt=\"Orhan \u015eencan\" title=\"orhan-sencan-1024x576\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/orhan-sencan\/\">Assoc. Prof. Dr. Orhan \u015eencan<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Oncology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-64814\" class=\"cmsmasters_profile_horizontal one_fourth post-64814 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/ali-cemal-yilmaz\/\" title=\"M.D. Ali Cemal Y\u0131lmaz\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2022\/01\/op-dr-ali-cemal-yilmaz-c-500x450.webp\" class=\" wp-post-image\" alt=\"Dr. Ali Cemal Y\u0131lmaz\" title=\"op-dr-ali-cemal-y\u0131lmaz-c\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/ali-cemal-yilmaz\/\">M.D. Ali Cemal Y\u0131lmaz<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Aesthetic, Plastic and Reconstructive Surgery<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-44710\" class=\"cmsmasters_profile_horizontal one_fourth post-44710 profile type-profile status-publish has-post-thumbnail hentry pl-categs-el-cerrahisi-ve-mikrocerrahi\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/atilla-zenciroglu\/\" title=\"M.D. Atilla Zenciro\u011flu\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/08\/m-d-m-s-atilla-zenciroglu-500x450.webp\" class=\" wp-post-image\" alt=\"M.D. M.S. Atilla Zenciro\u011flu\" title=\"m-d-m-s-atilla-zenciroglu\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/atilla-zenciroglu\/\">M.D. Atilla Zenciro\u011flu<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Orthopedics and Traumatology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-78077\" class=\"cmsmasters_profile_horizontal one_fourth post-78077 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/cihan-unlu-2\/\" title=\"Associate Professor Dr. Cihan \u00dcnl\u00fc\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/07\/op-dr-cihan-unlu-i-500x450.webp\" class=\" wp-post-image\" alt=\"Operat\u00f6r Doktor Cihan \u00dcnl\u00fc\" title=\"op-dr-cihan-unlu-i\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/cihan-unlu-2\/\">Associate Professor Dr. Cihan \u00dcnl\u00fc<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Ophthalmology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-102654\" class=\"cmsmasters_profile_horizontal one_fourth post-102654 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-atasehir-hastanesi-uroloji pl-categs-uroloji\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/ender-kavukcu\/\" title=\"M.D. Ender Kavuk\u00e7u\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2022\/12\/ender-kavukcu-1-1-500x450.webp\" class=\" wp-post-image\" alt=\"Ender Kavuk\u00e7u\" title=\"ender-kavukcu-\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/ender-kavukcu\/\">M.D. Ender Kavuk\u00e7u<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Urology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-105832\" class=\"cmsmasters_profile_horizontal one_fourth post-105832 profile type-profile status-publish has-post-thumbnail hentry pl-categs-kartal-hastanesi-ortopedi-ve-travmatoloji pl-categs-kartal-hastanesi pl-categs-ortopedi-ve-travmatoloji\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/huseyin-ekici\/\" title=\"Op. Dr. H\u00fcseyin Ekici\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/05\/kartal-op-dr-huseyin-ekici-500x450.webp\" class=\" wp-post-image\" alt=\"Op. Dr. H\u00fcseyin Ekici\" title=\"kartal-op-dr-huseyin-ekici\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/huseyin-ekici\/\">Op. Dr. H\u00fcseyin Ekici<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Orthopedics<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-64180\" class=\"cmsmasters_profile_horizontal one_fourth post-64180 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-ortopedi-ve-travmatoloji\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/op-dr-ismail-kalkar\/\" title=\"M.D. \u0130smail Kalkar\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/12\/op.dr-ismail-kalkar--500x450.webp\" class=\" wp-post-image\" alt=\"\u0130smail Kalkar\" title=\"op.dr-ismail-kalkar-\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/op-dr-ismail-kalkar\/\">M.D. \u0130smail Kalkar<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Orthopedics and Traumatology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-125860\" class=\"cmsmasters_profile_horizontal one_fourth post-125860 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-atasehir-hastanesi-kulak-burun-bogaz-kbb pl-categs-kulak-burun-bogaz-kbb\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/mehmet-ali-vural\/\" title=\"M.D.  Mehmet Ali Vural\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/03\/op-dr-mehmet-ali-vural-1-500x450.webp\" class=\" wp-post-image\" alt=\"Mehmet Ali Vural\" title=\"op-dr-mehmet -ali-vural\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/mehmet-ali-vural\/\">M.D.  Mehmet Ali Vural<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">ENT<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38549\" class=\"cmsmasters_profile_horizontal one_fourth post-38549 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/nuran-kiyak\/\" title=\"M.D. Nuran Kiyak\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/05\/dr-nuran-kiyak-500x450.webp\" class=\" wp-post-image\" alt=\"M.D. M.S. Nuran Kiyak\" title=\"dr-nuran-kiyak\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/nuran-kiyak\/\">M.D. Nuran Kiyak<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Obstetrics and Gynecology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-51277\" class=\"cmsmasters_profile_horizontal one_fourth post-51277 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-gastroenteroloji pl-categs-genel-cerrahi\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/makbule-lacinyurt-ozkan\/\" title=\"M.D. Makbule Lacinyurt Ozkan\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/makbule-lacinyurt-1-1024x576-1-500x450.webp\" class=\" wp-post-image\" alt=\"Makbule La\u00e7inyurt \u00d6zkan\" title=\"makbule-lacinyurt-\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/makbule-lacinyurt-ozkan\/\">M.D. Makbule Lacinyurt Ozkan<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">General Surgery<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38468\" class=\"cmsmasters_profile_horizontal one_fourth post-38468 profile type-profile status-publish has-post-thumbnail hentry pl-categs-kadin-hastaliklari-ve-dogum\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/mustafa-turkmen\/\" title=\"M.D. Mustafa Turkmen\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/03\/dr-mustafa-turkmen-i-500x450.webp\" class=\" wp-post-image\" alt=\"M.D. M.S. Mustafa Turkmen\" title=\"dr-mustafa- turkmen-i\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/mustafa-turkmen\/\">M.D. Mustafa Turkmen<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Obstetrics and Gynecology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38853\" class=\"cmsmasters_profile_horizontal one_fourth post-38853 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-gastroenteroloji pl-categs-genel-cerrahi pl-categs-obezite-cerrahisi\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/osman-aktas\/\" title=\"M.D. Osman Aktas\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/osman-aktas-1024x576-1-500x450.webp\" class=\" wp-post-image\" alt=\"Osman Akta\u015f\" title=\"osman-aktas-1024x576\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/osman-aktas\/\">M.D. Osman Aktas<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">General Surgery \/ Bariatric surgeon<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-110026\" class=\"cmsmasters_profile_horizontal one_fourth post-110026 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-atasehir-hastanesi-kulak-burun-bogaz-kbb pl-categs-kulak-burun-bogaz-kbb\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/mustafa-salih-canpolat\/\" title=\"M.D. Mustafa Salih Canpolat\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2024\/11\/op-dr-musfata-salih-canpolat-g-3-500x450.webp\" class=\" wp-post-image\" alt=\"Mustafa Salih Canpolat\" title=\"op-dr-musfata-salih-canpolat-g (3)\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/mustafa-salih-canpolat\/\">M.D. Mustafa Salih Canpolat<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">ENT<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-51314\" class=\"cmsmasters_profile_horizontal one_fourth post-51314 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/md-ms-metin-sengoz\/\" title=\"M.D. Metin Sengoz\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/09\/dr-metin-sengoz-500x450.webp\" class=\" wp-post-image\" alt=\"MD. MS. Metin Sengoz\" title=\"dr-metin-sengoz\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/md-ms-metin-sengoz\/\">M.D. Metin Sengoz<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Ear, Nose, Throat<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-44688\" class=\"cmsmasters_profile_horizontal one_fourth post-44688 profile type-profile status-publish has-post-thumbnail hentry pl-categs-genel-cerrahi\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/omer-faruk-kayikci\/\" title=\"M.D. Omer Faruk Kay\u0131kc\u0131\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/08\/m-d-m-s-omer-faruk-kayikci-500x450.webp\" class=\" wp-post-image\" alt=\"M.D. M.S. Omer Faruk Kay\u0131kc\u0131\" title=\"m-d-m-s-omer-faruk-kayikci\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/omer-faruk-kayikci\/\">M.D. Omer Faruk Kay\u0131kc\u0131<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">General Surgery<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38663\" class=\"cmsmasters_profile_horizontal one_fourth post-38663 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-beyin-ve-sinir-cerrahisi-norosirurji\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/taskan-akdeniz\/\" title=\"M.D. Taskan Akdeniz\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/taskan-akdeniz-p-500x450.webp\" class=\" wp-post-image\" alt=\"Operat\u00f6r Doktor Ta\u015fkan Akdeniz\" title=\"taskan-akdeniz-p\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/taskan-akdeniz\/\">M.D. Taskan Akdeniz<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Neurosurgery<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38783\" class=\"cmsmasters_profile_horizontal one_fourth post-38783 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-goz-hastaliklari\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/yasin-yilmaz\/\" title=\"M.D. Yasin Yilmaz\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/op-dr-yasin-yilmaz-i-500x450.webp\" class=\" wp-post-image\" alt=\"Op. Dr. Yasin Yilmaz\" title=\"op-dr-yasin-yilmaz-i\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/yasin-yilmaz\/\">M.D. Yasin Yilmaz<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Ophthalmology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38545\" class=\"cmsmasters_profile_horizontal one_fourth post-38545 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/filiz-sarp\/\" title=\"M.D. Filiz Sarp\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/filiz-sarp-p-500x450.webp\" class=\" wp-post-image\" alt=\"Op. Dr. Filiz Sarp\" title=\"filiz-sarp-p\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/filiz-sarp\/\">M.D. Filiz Sarp<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Obstetrics and Gynecology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-87599\" class=\"cmsmasters_profile_horizontal one_fourth post-87599 profile type-profile status-publish has-post-thumbnail hentry pl-categs-kartal-hastanesi-plastik-rekonstruktif-ve-estetik-cerrahi pl-categs-plastik-rekonstruktif-ve-estetik-cerrahi\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/ali-dogan\/\" title=\"M.D. Ali Dogan\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2023\/07\/kartal-op-dr-ali-dogan-i-500x450.jpg\" class=\" wp-post-image\" alt=\"M.D Ali Dogan\" title=\"kartal-op-dr-ali-dogan-i\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/ali-dogan\/\">M.D. Ali Dogan<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Plastic Surgery<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-64592\" class=\"cmsmasters_profile_horizontal one_fourth post-64592 profile type-profile status-publish has-post-thumbnail hentry pl-categs-kadin-hastaliklari-ve-dogum\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/fatih-birol\/\" title=\"M.D. Fatih Birol\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/05\/kartal-op-dr-fatih-birol-500x450.webp\" class=\" wp-post-image\" alt=\"Operat\u00f6r Doktor Fatih Birol\" title=\"kartal-op-dr-fatih-birol\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/fatih-birol\/\">M.D. Fatih Birol<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Obstetrics and Gynecology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-125866\" class=\"cmsmasters_profile_horizontal one_fourth post-125866 profile type-profile status-publish has-post-thumbnail hentry pl-categs-agiz-ve-dis-sagligi pl-categs-atasehir-hastanesi pl-categs-atasehir-hastanesi-agiz-ve-dis-sagligi\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/cansu-aksoy\/\" title=\"Dentist Cansu Aksoy\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2025\/11\/doktor-cansu-aksoy-500x450.webp\" class=\" wp-post-image\" alt=\"Cansu Aksoy\" title=\"doktor-cansu-aksoy\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/cansu-aksoy\/\">Dentist Cansu Aksoy<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Oral and Dental health<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-78008\" class=\"cmsmasters_profile_horizontal one_fourth post-78008 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-atasehir-hastanesi-cocuk-sagligi-ve-hastaliklari pl-categs-cocuk-sagligi-ve-hastaliklari\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/adem-degirmenci\/\" title=\"Dr. Adem De\u011firmenci\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/09\/dr-adem-degirmenci-500x450.webp\" class=\" wp-post-image\" alt=\"Uzman Doktor Adem De\u011firmenci\" title=\"dr-adem-degirmenci\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/adem-degirmenci\/\">Dr. Adem De\u011firmenci<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Pediatrics<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-125382\" class=\"cmsmasters_profile_horizontal one_fourth post-125382 profile type-profile status-publish has-post-thumbnail hentry pl-categs-agiz-ve-dis-sagligi pl-categs-atasehir-hastanesi-agiz-ve-dis-sagligi pl-categs-atasehir-hastanesi\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/zeynep-yilmaz\/\" title=\"Dentist Zeynep Y\u0131lmaz\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2025\/11\/dt-zeynep-yilmaz-500x450.webp\" class=\" wp-post-image\" alt=\"Zeynep Y\u0131lmaz\" title=\"dt-zeynep-y\u0131lmaz\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/zeynep-yilmaz\/\">Dentist Zeynep Y\u0131lmaz<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Oral and Dental health<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38397\" class=\"cmsmasters_profile_horizontal one_fourth post-38397 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-cocuk-sagligi-ve-hastaliklari\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/ayse-calkan-kayabas\/\" title=\"M.D. Ayse Calkan Kayabas\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/05\/m-d-ayse-calkan-kayabas-500x450.webp\" class=\" wp-post-image\" alt=\"M.D. Ayse Calkan Kayabas\" title=\"m-d-ayse-calkan-kayabas\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/ayse-calkan-kayabas\/\">M.D. Ayse Calkan Kayabas<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Pediatrics<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38412\" class=\"cmsmasters_profile_horizontal one_fourth post-38412 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-ic-hastaliklari-dahiliye\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/alper-daskin\/\" title=\"M.D. Alper Daskin\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/05\/m-d-alper-daskin-500x450.webp\" class=\" wp-post-image\" alt=\"M.D. Alper Daskin\" title=\"m-d-alper-daskin\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/alper-daskin\/\">M.D. Alper Daskin<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">\u0130nternal Medicine<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38561\" class=\"cmsmasters_profile_horizontal one_fourth post-38561 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-radyoloji\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/hakki-ozaslan\/\" title=\"M.D. Hakki Ozaslan\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/05\/m-d-hakki-ozaslan-500x450.webp\" class=\" wp-post-image\" alt=\"M.D. Hakki Ozaslan\" title=\"m-d-hakki-ozaslan\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/hakki-ozaslan\/\">M.D. Hakki Ozaslan<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Radiology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-123774\" class=\"cmsmasters_profile_horizontal one_fourth post-123774 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-atasehir-hastanesi-kardiyoloji pl-categs-kardiyoloji\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/m-d-abdulhalim-sozcuer\/\" title=\"M.D. Abd\u00fclhalim\u00a0S\u00f6zc\u00fcer\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2025\/09\/doktor-web-gorsel-1-500x450.webp\" class=\" wp-post-image\" alt=\"Abd\u00fclhalim S\u00f6zc\u00fcer\" title=\"doktor-web-gorsel-1\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/m-d-abdulhalim-sozcuer\/\">M.D. Abd\u00fclhalim\u00a0S\u00f6zc\u00fcer<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Cardiology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-39112\" class=\"cmsmasters_profile_horizontal one_fourth post-39112 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-dermatoloji-cildiye-deri-hastaliklari\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/mine-cevik\/\" title=\"M.D. Mine Cevik\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/mine-cevik-p-500x450.webp\" class=\" wp-post-image\" alt=\"Uzm. Dr. Mine \u00c7evik\" title=\"mine-cevik-p\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/mine-cevik\/\">M.D. Mine Cevik<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Dermatology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-77993\" class=\"cmsmasters_profile_horizontal one_fourth post-77993 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi-enfeksiyon-hastaliklari-ve-mikrobiyoloji pl-categs-atasehir-hastanesi-laboratuvar pl-categs-atasehir-hastanesi pl-categs-enfeksiyon-hastaliklari-ve-mikrobiyoloji pl-categs-laboratuvar\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/nermin-etiz\/\" title=\"Specialist Dr. Nermin Etiz\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/dr-nermin-etiz-i-500x450.jpeg\" class=\" wp-post-image\" alt=\"Dr. Nermin Etiz\" title=\"dr-nermin-etiz-i\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/nermin-etiz\/\">Specialist Dr. Nermin Etiz<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Infectious Diseases<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-103034\" class=\"cmsmasters_profile_horizontal one_fourth post-103034 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-atasehir-hastanesi-ic-hastaliklari-dahiliye pl-categs-ic-hastaliklari-dahiliye\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/nahida-valikhanova\/\" title=\"M.D. Nah\u0131da Val\u0131khanova\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2024\/04\/nahida-valikhanova-i-1-500x450.webp\" class=\" wp-post-image\" alt=\"Nahida Valikhanova\" title=\"nahida-valikhanova-i\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/nahida-valikhanova\/\">M.D. Nah\u0131da Val\u0131khanova<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">\u0130nternal Medicine<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38186\" class=\"cmsmasters_profile_horizontal one_fourth post-38186 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-gogus-hastaliklari\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/nazmi-demirtas\/\" title=\"M.D. Nazmi Demirtas\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/m-d-nazmi-demirtas-500x450.webp\" class=\" wp-post-image\" alt=\"M.D. Nazmi Demirtas\" title=\"m-d-nazmi-demirtas\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/nazmi-demirtas\/\">M.D. Nazmi Demirtas<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Pulmonary Medicine<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-44706\" class=\"cmsmasters_profile_horizontal one_fourth post-44706 profile type-profile status-publish has-post-thumbnail hentry pl-categs-dermatoloji-cildiye-deri-hastaliklari\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/sertac-sever\/\" title=\"M.D. Serta\u00e7 Sever\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/08\/m-d-sertac-sever-500x450.webp\" class=\" wp-post-image\" alt=\"M.D. Serta\u00e7 Sever\" title=\"m-d-sertac-sever\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/sertac-sever\/\">M.D. Serta\u00e7 Sever<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Dermatology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-105318\" class=\"cmsmasters_profile_horizontal one_fourth post-105318 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-atasehir-hastanesi-plastik-rekonstruktif-ve-estetik-cerrahi pl-categs-plastik-rekonstruktif-ve-estetik-cerrahi\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/caner-kaya\/\" title=\"M.D Caner Kaya\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2024\/06\/caner-kaya-i-1-500x450.webp\" class=\" wp-post-image\" alt=\"Caner Kaya\" title=\"caner-kaya-i\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/caner-kaya\/\">M.D Caner Kaya<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Plastic Surgery<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-118316\" class=\"cmsmasters_profile_horizontal one_fourth post-118316 profile type-profile status-publish hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/murat-han-turker\/\">M.D. Murat Han T\u00fcrker<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Pediatrics<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-78027\" class=\"cmsmasters_profile_horizontal one_fourth post-78027 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-atasehir-hastanesi-beslenme-ve-diyet pl-categs-beslenme-ve-diyet\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/ceyda-akin\/\" title=\"Nutritionist Ceyda Akin\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/dyt-ceyda-akin-500x450.webp\" class=\" wp-post-image\" alt=\"Diyetisyen Ceyda Ak\u0131n\" title=\"dyt-ceyda-akin\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/ceyda-akin\/\">Nutritionist Ceyda Akin<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Nutrition and Diet<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-78035\" class=\"cmsmasters_profile_horizontal one_fourth post-78035 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi-yogun-bakim pl-categs-atasehir-hastanesi pl-categs-yogun-bakim\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/feriha-temizel\/\" title=\"Specialist Dr. Feriha Temizel\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/uzm-dr-feriha-temizel-500x450.webp\" class=\" wp-post-image\" alt=\"Uzman Doktor Feriha Temizel\" title=\"uzm-dr-feriha-temizel\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/feriha-temizel\/\">Specialist Dr. Feriha Temizel<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Intensive Care<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-78038\" class=\"cmsmasters_profile_horizontal one_fourth post-78038 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-atasehir-hastanesi-yogun-bakim pl-categs-yogun-bakim\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/gunes-celik\/\" title=\"Specialist Dr. Gunes Celik\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/04\/uzm-dr-gunes-celik-1-500x450.webp\" class=\" wp-post-image\" alt=\"G\u00fcne\u015f \u00c7elik\" title=\"uzm-dr-gunes-celik\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/gunes-celik\/\">Specialist Dr. Gunes Celik<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Intensive Care<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-78001\" class=\"cmsmasters_profile_horizontal one_fourth post-78001 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi-yogun-bakim pl-categs-atasehir-hastanesi pl-categs-yogun-bakim\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/selcen-ozbek\/\" title=\"Specialist Dr. Selcen Ozbek\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2022\/10\/dr-selcen-ozbek-p-500x450.webp\" class=\" wp-post-image\" alt=\"Dr. Selcen \u00d6zbek\" title=\"dr-selcen-ozbek-p\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/selcen-ozbek\/\">Specialist Dr. Selcen Ozbek<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Intensive Care<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-78041\" class=\"cmsmasters_profile_horizontal one_fourth post-78041 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-atasehir-hastanesi-yogun-bakim pl-categs-kartal-hastanesi-yogun-bakim pl-categs-kartal-hastanesi pl-categs-yogun-bakim\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/saduman-karslioglu\/\" title=\"Specialist Dr. Saduman Karsl\u0131oglu\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/uzm-dr-saduman-karslioglu-500x450.webp\" class=\" wp-post-image\" alt=\"Uzman Doktor \u015eaduman Karsl\u0131o\u011flu\" title=\"uzm-dr-saduman-karslioglu\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/saduman-karslioglu\/\">Specialist Dr. Saduman Karsl\u0131oglu<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Intensive Care<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-78052\" class=\"cmsmasters_profile_horizontal one_fourth post-78052 profile type-profile status-publish has-post-thumbnail hentry pl-categs-acil-servis pl-categs-atasehir-hastanesi pl-categs-atasehir-hastanesi-acil-servis\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/faruk-aytekin\/\" title=\"M.D.  Faruk Aytekin\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/dr-faruk-aytekin-500x450.webp\" class=\" wp-post-image\" alt=\"Doktor Faruk Aytekin\" title=\"dr-faruk-aytekin\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/faruk-aytekin\/\">M.D.  Faruk Aytekin<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Emergency Service<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-78044\" class=\"cmsmasters_profile_horizontal one_fourth post-78044 profile type-profile status-publish has-post-thumbnail hentry pl-categs-acil-servis pl-categs-atasehir-hastanesi pl-categs-atasehir-hastanesi-acil-servis pl-categs-emergency-service\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/temel-kalender\/\" title=\"M.D. Temel kalender\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/dr-temel-kalender-500x450.webp\" class=\" wp-post-image\" alt=\"Doktor Temel Kalender\" title=\"dr-temel-kalender\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/temel-kalender\/\">M.D. Temel kalender<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Emergency Service- Ata\u015fehir Hospital<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38177\" class=\"cmsmasters_profile_horizontal one_fourth post-38177 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/nail-erbek\/\" title=\"Assoc. Prof. Nail Erbek\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/10\/dr-nail-erbek-500x450.webp\" class=\" wp-post-image\" alt=\"Assoc. Prof. Nail Erbek\" title=\"dr-nail-erbek\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/nail-erbek\/\">Assoc. Prof. Nail Erbek<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Pediatrics<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-39243\" class=\"cmsmasters_profile_horizontal one_fourth post-39243 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/sibel-zorbas\/\" title=\"M.D. Sibel Zorbas\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/05\/m-d-sibel-zorbas-500x450.webp\" class=\" wp-post-image\" alt=\"M.D. Sibel Zorbas\" title=\"m-d-sibel-zorbas\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/sibel-zorbas\/\">M.D. Sibel Zorbas<\/a><\/h3><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38169\" class=\"cmsmasters_profile_horizontal one_fourth post-38169 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-kulak-burun-bogaz-kbb\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/baris-naiboglu\/\" title=\"Assoc. Prof. Dr. Baris Naiboglu\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/10\/dr-baris-naiboglu-500x450.webp\" class=\" wp-post-image\" alt=\"Assoc. Prof. Baris Naiboglu\" title=\"dr-baris-naiboglu\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/baris-naiboglu\/\">Assoc. Prof. Dr. Baris Naiboglu<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">ENT<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38174\" class=\"cmsmasters_profile_horizontal one_fourth post-38174 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-noroloji\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/nimet-dortcan\/\" title=\"Assoc. Prof. Dr. Nimet Dortcan\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/10\/dr-nimet-dortcan-500x450.webp\" class=\" wp-post-image\" alt=\"Assoc. Prof. Nimet Dortcan\" title=\"dr-nimet-dortcan\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/nimet-dortcan\/\">Assoc. Prof. Dr. Nimet Dortcan<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Neurology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38428\" class=\"cmsmasters_profile_horizontal one_fourth post-38428 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/halil-akkurt\/\" title=\"M.D. Halil Akkurt\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/05\/m-d-halil-akkurt-500x450.webp\" class=\" wp-post-image\" alt=\"M.D. Halil Akkurt\" title=\"m-d-halil-akkurt\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/halil-akkurt\/\">M.D. Halil Akkurt<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Physiotherapy and Rehabilitation<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38459\" class=\"cmsmasters_profile_horizontal one_fourth post-38459 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/dds-rukiye-anar\/\" title=\"M.D. Rukiye Anar\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/dds-rukiye-anar-i-500x450.webp\" class=\" wp-post-image\" alt=\"DDS. Rukiye Anar\" title=\"dds-rukiye-anar-i\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/dds-rukiye-anar\/\">M.D. Rukiye Anar<\/a><\/h3><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-39762\" class=\"cmsmasters_profile_horizontal one_fourth post-39762 profile type-profile status-publish has-post-thumbnail hentry pl-categs-kadin-hastaliklari-ve-dogum pl-categs-kartal-hastanesi pl-categs-kartal-hastanesi-acil-servis\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/nazan-aydogdu-soy\/\" title=\"M.D. Nazan Aydogdu Soy\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/06\/dr-nazan-aydogdu-soy-500x450.webp\" class=\" wp-post-image\" alt=\"Dr. Nazan Aydo\u011fdu Soy\" title=\"dr-nazan-aydogdu-soy\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/nazan-aydogdu-soy\/\">M.D. Nazan Aydogdu Soy<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Obstetrics &amp; Gynecology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38512\" class=\"cmsmasters_profile_horizontal one_fourth post-38512 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/osman-zeki-ozel\/\" title=\"M.D. Osman Zeki Ozel\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/05\/m-d-osman-zeki-ozel-500x450.webp\" class=\" wp-post-image\" alt=\"M.D. Osman Zeki Ozel\" title=\"m-d-osman-zeki-ozel\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/osman-zeki-ozel\/\">M.D. Osman Zeki Ozel<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Psikiyatri<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38532\" class=\"cmsmasters_profile_horizontal one_fourth post-38532 profile type-profile status-publish has-post-thumbnail hentry pl-categs-atasehir-hastanesi pl-categs-kardiyoloji\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/mehmet-marasli\/\" title=\"M.D. Mehmet Marasli\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2023\/12\/doktor-web-gorsel-1024x576-1-500x450.webp\" class=\" wp-post-image\" alt=\"Mehmet Mara\u015fl\u0131\" title=\"doktor-web-gorsel-1024x576\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/mehmet-marasli\/\">M.D. Mehmet Marasli<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Cardiology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-38848\" class=\"cmsmasters_profile_horizontal one_fourth post-38848 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/mehmet-levent-pektas\/\" title=\"M.D. Mehmet Levent Pektas\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/m-d-m-s-mehmet-levent-pektas-500x450.webp\" class=\" wp-post-image\" alt=\"M.D. M.S. Mehmet Levent Pektas\" title=\"m-d-m-s-mehmet-levent-pektas\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/mehmet-levent-pektas\/\">M.D. Mehmet Levent Pektas<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Plastic Surgery<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-39147\" class=\"cmsmasters_profile_horizontal one_fourth post-39147 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/tulin-eroglu-elmas\/\" title=\"M.D. Tulin Eroglu Elmas\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/tulin-eroglu-p-500x450.webp\" class=\" wp-post-image\" alt=\"T\u00fclin Ero\u011flu Elmas\" title=\"tulin-eroglu-p\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/tulin-eroglu-elmas\/\">M.D. Tulin Eroglu Elmas<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Obstetrics and Gynecology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-39149\" class=\"cmsmasters_profile_horizontal one_fourth post-39149 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/ceyda-mumcuoglu\/\" title=\"M.D. Ceyda Mumcuoglu\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2020\/01\/ceyda-mumcu-p-500x450.webp\" class=\" wp-post-image\" alt=\"Ceyda Mumcuo\u011flu\" title=\"ceyda-mumcu-p\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/ceyda-mumcuoglu\/\">M.D. Ceyda Mumcuoglu<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Dermatology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-41853\" class=\"cmsmasters_profile_horizontal one_fourth post-41853 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/serol-mehmet-inceoglu\/\" title=\"M.D. Serol Mehmet \u0130nceo\u011flu\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/10\/dr-serol-mehmet-inceoglu-500x450.webp\" class=\" wp-post-image\" alt=\"MD. MS. Serol Mehmet \u0130nceo\u011flu\" title=\"dr-serol-mehmet-inceoglu\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/serol-mehmet-inceoglu\/\">M.D. Serol Mehmet \u0130nceo\u011flu<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Plastic Surgery<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-44661\" class=\"cmsmasters_profile_horizontal one_fourth post-44661 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/lker-abdullah-sarikaya\/\" title=\"Assoc. Prof Dr. Ilker Abdullah Sarikaya\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/05\/kartal-doc-dr-ilker-abdullah-sarikaya-500x450.webp\" class=\" wp-post-image\" alt=\"Do\u00e7ent Doktor \u0130lker Abdullah Sar\u0131kaya\" title=\"kartal-doc-dr-ilker-abdullah-sarikaya\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/lker-abdullah-sarikaya\/\">Assoc. Prof Dr. Ilker Abdullah Sarikaya<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Orthopedics and Traumatology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-58167\" class=\"cmsmasters_profile_horizontal one_fourth post-58167 profile type-profile status-publish has-post-thumbnail hentry pl-categs-beyin-ve-sinir-cerrahisi-norosirurji\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/mehmet-akif-gogusgeren\/\" title=\"M.D. Mehmet Akif Gogusgeren\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/06\/kartal-op-dr-mehmet-akif-gogusgeren-500x450.webp\" class=\" wp-post-image\" alt=\"Op. Dr. Mehmet Akif G\u00f6\u011f\u00fcsgeren\" title=\"kartal-op-dr-mehmet-akif-gogusgeren\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/mehmet-akif-gogusgeren\/\">M.D. Mehmet Akif Gogusgeren<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Neurosurgery<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-65105\" class=\"cmsmasters_profile_horizontal one_fourth post-65105 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/osman-fazliogullari\/\" title=\"M.D. Osman Fazl\u0131o\u011fullar\u0131\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2022\/01\/op-dr-osman-fazliogullari-c-500x450.webp\" class=\" wp-post-image\" alt=\"Op. Dr. Osman Fazl\u0131o\u011fullar\u0131\" title=\"op-dr-osman-fazl\u0131ogullar\u0131-c\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/osman-fazliogullari\/\">M.D. Osman Fazl\u0131o\u011fullar\u0131<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Cardiovascular Surgery (CVC)<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-75758\" class=\"cmsmasters_profile_horizontal one_fourth post-75758 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/asude-koksal\/\" title=\"M.D. Asude Koksal\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2022\/08\/dr-asude-koksal-p-500x450.webp\" class=\" wp-post-image\" alt=\"Dr. Asude K\u00f6ksal\" title=\"dr-asude-koksal-p\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/asude-koksal\/\">M.D. Asude Koksal<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Plastic Surgery<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-78017\" class=\"cmsmasters_profile_horizontal one_fourth post-78017 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/senay-rasimoglu\/\" title=\"Specialist Dr. Senay Rasimo\u011flu\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2022\/01\/uzm-dr-senay-rasimoglu-c-500x450.webp\" class=\" wp-post-image\" alt=\"Uzman Doktor Senay Rasimo\u011flu\" title=\"uzm-dr-senay-rasimoglu-c\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/senay-rasimoglu\/\">Specialist Dr. Senay Rasimo\u011flu<\/a><\/h3><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-78024\" class=\"cmsmasters_profile_horizontal one_fourth post-78024 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/bugra-dede\/\" title=\"Doctor Bugra Dede\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/09\/dr-bugra-dede-500x450.webp\" class=\" wp-post-image\" alt=\"Doktor Bu\u011fra Dede\" title=\"dr-bugra-dede\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/bugra-dede\/\">Doctor Bugra Dede<\/a><\/h3><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-78998\" class=\"cmsmasters_profile_horizontal one_fourth post-78998 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/aykut-misirlioglu\/\" title=\"M. D. Aykut Misirlioglu\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2022\/10\/aykut-misirlioglu-500x450.webp\" class=\" wp-post-image\" alt=\"Op. Dr. Aykut M\u0131s\u0131rl\u0131o\u011flu\" title=\"aykut-m\u0131s\u0131rl\u0131oglu\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/aykut-misirlioglu\/\">M. D. Aykut Misirlioglu<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Plastic Surgery<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-82361\" class=\"cmsmasters_profile_horizontal one_fourth post-82361 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/ozgur-senol\/\" title=\"Dr. Ozgur Senol\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2023\/01\/dr-ozgur-senol-p-500x450.webp\" class=\" wp-post-image\" alt=\"Operat\u00f6r Doktor \u00d6zg\u00fcr \u015eenol\" title=\"dr-ozgur-senol-p\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/ozgur-senol\/\">Dr. Ozgur Senol<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Neurosurgery<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-89586\" class=\"cmsmasters_profile_horizontal one_fourth post-89586 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/gaye-tok\/\" title=\"Dr. Gaye Tok\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2023\/08\/dr-gaye-tok-i-500x450.webp\" class=\" wp-post-image\" alt=\"Dr. Gaye Tok\" title=\"dr-gaye-tok-i\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/gaye-tok\/\">Dr. Gaye Tok<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">A\u011f\u0131z ve Di\u015f Sa\u011fl\u0131\u011f\u0131 - Ata\u015fehir Hastanesi<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-101766\" class=\"cmsmasters_profile_horizontal one_fourth post-101766 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/besir-ozturk\/\" title=\"Assoc. Dr. Muhammed Bes\u0131r Ozturk\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2024\/03\/dr-pr-besir-ozturk-i-500x450.webp\" class=\" wp-post-image\" alt=\"ASSOC. DR. M. Bes\u0131r Ozturk\" title=\"dr-pr-besir-\u00f6zt\u00fcrk-i\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/besir-ozturk\/\">Assoc. Dr. Muhammed Bes\u0131r Ozturk<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Plastic Surgery<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-102293\" class=\"cmsmasters_profile_horizontal one_fourth post-102293 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/tufan-babayigit\/\" title=\"M.D. Tufan Babayi\u011fit\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2024\/03\/mehmet-tufan-babayigit-web-sitesi-i-2-500x450.webp\" class=\" wp-post-image\" alt=\"Operat\u00f6r doktor Tufan Babayi\u011fit\" title=\"mehmet-tufan-babayi\u011fit-web-sitesi-i (2)\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/tufan-babayigit\/\">M.D. Tufan Babayi\u011fit<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Obstetrics and Gynecology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-106455\" class=\"cmsmasters_profile_horizontal one_fourth post-106455 profile type-profile status-publish has-post-thumbnail hentry pl-categs-agiz-ve-dis-sagligi pl-categs-atasehir-hastanesi pl-categs-atasehir-hastanesi-agiz-ve-dis-sagligi\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/ahmet-ulug\/\" title=\"Dentist Ahmet Ulug\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2024\/08\/ahmet-ulug-2-1024x576-1-500x450.webp\" class=\" wp-post-image\" alt=\"Ahmet Ulug\" title=\"ahmet-ulug-2-1024x576\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/ahmet-ulug\/\">Dentist Ahmet Ulug<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Oral and Dental health<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-109715\" class=\"cmsmasters_profile_horizontal one_fourth post-109715 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/m-d-gul-dilan-bostan-sendogan\/\" title=\"M.D. G\u00fcl Dilan Bostan \u015eendo\u011fan\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2024\/10\/dr-gul-dilan-bostan-sendogan-500x450.webp\" class=\" wp-post-image\" alt=\"Operat\u00f6r Doktor G\u00fcl Dilan Bostan \u015eendo\u011fan\" title=\"dr-gul-dilan-bostan-sendogan\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/m-d-gul-dilan-bostan-sendogan\/\">M.D. G\u00fcl Dilan Bostan \u015eendo\u011fan<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Obstetrics and Gynecology<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-110195\" class=\"cmsmasters_profile_horizontal one_fourth post-110195 profile type-profile status-publish has-post-thumbnail hentry pl-categs-agiz-ve-dis-sagligi pl-categs-atasehir-hastanesi pl-categs-atasehir-hastanesi-agiz-ve-dis-sagligi\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/beytullah-eroglu\/\" title=\"Dentist Beytullah Ero\u011flu\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2024\/11\/dr-beytullah-eroglu-500x450.webp\" class=\" wp-post-image\" alt=\"Beytullah Ero\u011flu\" title=\"dr-beytullah-eroglu\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/beytullah-eroglu\/\">Dentist Beytullah Ero\u011flu<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Oral and Dental Health<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<!-- Start Profile Horizontal Article -->\r\n<article id=\"post-44644\" class=\"cmsmasters_profile_horizontal one_fourth post-44644 profile type-profile status-publish has-post-thumbnail hentry\">\r\n\t<div class=\"profile_outer\">\r\n\t<figure class=\"cmsmasters_img_wrap\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/murat-salihoglu\/\" title=\"Assoc. Prof. Dr. Murat Salihoglu\" class=\"cmsmasters_img_link\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\" src=\"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/08\/assoc-prof-pr-murat-salihoglu-500x450.webp\" class=\" wp-post-image\" alt=\"Assoc. Prof. Dr. Murat Salihoglu\" title=\"assoc-prof-pr-murat-salihoglu\" \/><\/a><\/figure><div class=\"profile_inner\"><header class=\"cmsmasters_profile_header entry-header\"><h3 class=\"cmsmasters_profile_title entry-title\"><a href=\"https:\/\/avicennaint.com\/en\/doctor\/murat-salihoglu\/\">Assoc. Prof. Dr. Murat Salihoglu<\/a><\/h3><h6 class=\"cmsmasters_profile_subtitle\">Ear, Nose,\u00a0Throat<\/h6><\/header><\/div>\t<\/div>\r\n<\/article>\r\n<!-- Finish Profile Horizontal Article -->\r\n\r\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":57785,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-58817","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Avicenna Hospital Anesthesiology and Reanimation Doctors<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/avicennaint.com\/en\/doctors\/anesthesiology-reanimation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Avicenna Hospital Anesthesiology and Reanimation Doctors\" \/>\n<meta property=\"og:url\" content=\"https:\/\/avicennaint.com\/en\/doctors\/anesthesiology-reanimation\/\" \/>\n<meta property=\"og:site_name\" content=\"\u041c\u0435\u0436\u0434\u0443\u043d\u0430\u0440\u043e\u0434\u043d\u0430 \u0431\u043e\u043b\u043d\u0438\u0446\u0430 \u0410\u0432\u0438\u0446\u0435\u043d\u0430\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/avicennaint\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-18T11:44:15+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@avicennaintcom\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/doctors\\\/anesthesiology-reanimation\\\/\",\"url\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/doctors\\\/anesthesiology-reanimation\\\/\",\"name\":\"Avicenna Hospital Anesthesiology and Reanimation Doctors\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/#website\"},\"datePublished\":\"2021-11-09T08:54:13+00:00\",\"dateModified\":\"2025-06-18T11:44:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/doctors\\\/anesthesiology-reanimation\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/avicennaint.com\\\/en\\\/doctors\\\/anesthesiology-reanimation\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/doctors\\\/anesthesiology-reanimation\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Doctors\",\"item\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/doctors\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Avicenna Hospital Anesthesiology and Reanimation Doctors\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/\",\"name\":\"Avicenna Hastanesi\",\"description\":\"Avicenna Atasehir International Hospital\",\"publisher\":{\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/#organization\"},\"alternateName\":\"Avicenna\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/#organization\",\"name\":\"Avicenna Hastanesi\",\"alternateName\":\"Avicenna Hospital\",\"url\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/avicennaint.com\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/avicenna-logo-kare-blog.jpg\",\"contentUrl\":\"https:\\\/\\\/avicennaint.com\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/avicenna-logo-kare-blog.jpg\",\"width\":800,\"height\":450,\"caption\":\"Avicenna Hastanesi\"},\"image\":{\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/avicennaint\",\"https:\\\/\\\/x.com\\\/avicennaintcom\",\"https:\\\/\\\/mastodon.social\\\/@avicenna\",\"https:\\\/\\\/www.instagram.com\\\/avicennahastanesi\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/avicennahastanesi\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@avicennaint\\\/\",\"https:\\\/\\\/www.instagram.com\\\/avicennaint\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Avicenna Hospital Anesthesiology and Reanimation Doctors","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:\/\/avicennaint.com\/en\/doctors\/anesthesiology-reanimation\/","og_locale":"en_US","og_type":"article","og_title":"Avicenna Hospital Anesthesiology and Reanimation Doctors","og_url":"https:\/\/avicennaint.com\/en\/doctors\/anesthesiology-reanimation\/","og_site_name":"\u041c\u0435\u0436\u0434\u0443\u043d\u0430\u0440\u043e\u0434\u043d\u0430 \u0431\u043e\u043b\u043d\u0438\u0446\u0430 \u0410\u0432\u0438\u0446\u0435\u043d\u0430","article_publisher":"https:\/\/www.facebook.com\/avicennaint","article_modified_time":"2025-06-18T11:44:15+00:00","twitter_card":"summary_large_image","twitter_site":"@avicennaintcom","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/avicennaint.com\/en\/doctors\/anesthesiology-reanimation\/","url":"https:\/\/avicennaint.com\/en\/doctors\/anesthesiology-reanimation\/","name":"Avicenna Hospital Anesthesiology and Reanimation Doctors","isPartOf":{"@id":"https:\/\/avicennaint.com\/en\/#website"},"datePublished":"2021-11-09T08:54:13+00:00","dateModified":"2025-06-18T11:44:15+00:00","breadcrumb":{"@id":"https:\/\/avicennaint.com\/en\/doctors\/anesthesiology-reanimation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/avicennaint.com\/en\/doctors\/anesthesiology-reanimation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/avicennaint.com\/en\/doctors\/anesthesiology-reanimation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/avicennaint.com\/en\/"},{"@type":"ListItem","position":2,"name":"Doctors","item":"https:\/\/avicennaint.com\/en\/doctors\/"},{"@type":"ListItem","position":3,"name":"Avicenna Hospital Anesthesiology and Reanimation Doctors"}]},{"@type":"WebSite","@id":"https:\/\/avicennaint.com\/en\/#website","url":"https:\/\/avicennaint.com\/en\/","name":"Avicenna Hastanesi","description":"Avicenna Atasehir International Hospital","publisher":{"@id":"https:\/\/avicennaint.com\/en\/#organization"},"alternateName":"Avicenna","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/avicennaint.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/avicennaint.com\/en\/#organization","name":"Avicenna Hastanesi","alternateName":"Avicenna Hospital","url":"https:\/\/avicennaint.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/avicennaint.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/04\/avicenna-logo-kare-blog.jpg","contentUrl":"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/04\/avicenna-logo-kare-blog.jpg","width":800,"height":450,"caption":"Avicenna Hastanesi"},"image":{"@id":"https:\/\/avicennaint.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/avicennaint","https:\/\/x.com\/avicennaintcom","https:\/\/mastodon.social\/@avicenna","https:\/\/www.instagram.com\/avicennahastanesi\/","https:\/\/www.linkedin.com\/company\/avicennahastanesi\/","https:\/\/www.youtube.com\/@avicennaint\/","https:\/\/www.instagram.com\/avicennaint\/"]}]}},"_links":{"self":[{"href":"https:\/\/avicennaint.com\/en\/wp-json\/wp\/v2\/pages\/58817","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/avicennaint.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/avicennaint.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/avicennaint.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/avicennaint.com\/en\/wp-json\/wp\/v2\/comments?post=58817"}],"version-history":[{"count":0,"href":"https:\/\/avicennaint.com\/en\/wp-json\/wp\/v2\/pages\/58817\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/avicennaint.com\/en\/wp-json\/wp\/v2\/pages\/57785"}],"wp:attachment":[{"href":"https:\/\/avicennaint.com\/en\/wp-json\/wp\/v2\/media?parent=58817"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}