{"id":122558,"date":"2025-07-30T09:16:05","date_gmt":"2025-07-30T06:16:05","guid":{"rendered":"https:\/\/avicennaint.com\/?page_id=122558"},"modified":"2025-08-01T08:43:22","modified_gmt":"2025-08-01T05:43:22","slug":"mpv","status":"publish","type":"page","link":"https:\/\/avicennaint.com\/en\/mpv\/","title":{"rendered":"Mozimation Patient Verify"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"122558\" class=\"elementor elementor-122558\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-42d2ca1 e-flex e-con-boxed e-con e-parent\" data-id=\"42d2ca1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-751d772 elementor-widget elementor-widget-html\" data-id=\"751d772\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<meta name=\"viewport\" content=\"width=360, initial-scale=1\">\n<link href=\"https:\/\/fonts.googleapis.com\/css?family=Inter:400,500,600,700&display=swap\" rel=\"stylesheet\">\n<style>\n  html, body {\n    background: linear-gradient(108deg, #f0f4ff 0%, #e5ebfa 100%);\n    min-height: 100vh;\n    font-family: 'Inter', Arial, sans-serif;\n    margin: 0;\n    padding: 0;\n  }\n  .phone-verification-container {\n    max-width: 380px;\n    margin: 48px auto;\n    background: #fff;\n    padding: 38px 24px 28px 24px;\n    border-radius: 22px;\n    box-shadow: 0 8px 36px 0 rgba(34, 63, 120, 0.15);\n    font-family: 'Inter', Arial, sans-serif;\n    border: 1.5px solid #eff2fa;\n    position: relative;\n    overflow: hidden;\n    animation: fadeInCard .8s;\n  }\n  @keyframes fadeInCard {\n    from { opacity: 0; transform: translateY(25px);}\n    to { opacity: 1; transform: translateY(0);}\n  }\n  .phone-verification-container h3 {\n    margin-bottom: 18px;\n    color: #1e293b;\n    text-align: center;\n    font-weight: 700;\n    font-size: 23px;\n    letter-spacing: -0.5px;\n  }\n  .phone-input-group, .code-input-group {\n    margin-bottom: 27px;\n    transition: opacity .22s;\n  }\n  label {\n    display: block;\n    margin-bottom: 7px;\n    color: #17213a;\n    font-size: 15.2px;\n    font-weight: 500;\n    letter-spacing: -0.2px;\n  }\n  input[type=\"tel\"], input[type=\"text\"] {\n    width: 100%;\n    padding: 13px 16px;\n    border: 1.7px solid #e3e7f0;\n    border-radius: 12px;\n    font-size: 16.2px;\n    margin-bottom: 9px;\n    background: #f7fafd;\n    font-weight: 500;\n    color: #203052;\n    transition: border-color 0.17s, box-shadow 0.15s;\n    box-shadow: 0 1px 6px 0 rgba(44, 89, 222, 0.035);\n  }\n  input[type=\"tel\"]:focus, input[type=\"text\"]:focus {\n    border-color: #2563eb;\n    outline: none;\n    background: #fff;\n    box-shadow: 0 0 0 2px #3b82f622;\n  }\n  #recaptcha-container {\n    margin-top: 6px;\n    margin-bottom: 14px;\n  }\n  button {\n    width: 100%;\n    padding: 13px 0;\n    border: none;\n    border-radius: 10px;\n    background: linear-gradient(91deg, #2563eb 3%, #4393f8 100%);\n    color: #fff;\n    font-size: 17px;\n    font-weight: 700;\n    cursor: pointer;\n    box-shadow: 0 3px 18px 0 rgba(59,130,246,0.13);\n    transition: background 0.15s, box-shadow .15s, transform .08s;\n    letter-spacing: -0.05px;\n  }\n  button:active {\n    background: linear-gradient(91deg, #204eaa 0%, #306eb8 100%);\n    transform: scale(.98);\n    box-shadow: 0 2px 8px 0 rgba(41, 74, 211, 0.10);\n  }\n  button[disabled] {\n    opacity: 0.7;\n    cursor: not-allowed;\n    filter: grayscale(0.3);\n  }\n  .code-input-group { display: none; }\n  .code-sent-info {\n    background: #f3f7fd;\n    color: #2461da;\n    border-radius: 40px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    padding: 7px 16px 7px 15px;\n    font-size: 14.3px;\n    margin-bottom: 12px;\n    border: 1.1px solid #e0e9f9;\n    font-weight: 600;\n    box-shadow: 0 1px 7px 0 #2563eb0d;\n    position: relative;\n    width: fit-content;\n    left: 50%;\n    transform: translateX(-50%);\n    animation: fadeInChip .4s;\n  }\n  @keyframes fadeInChip {\n    from {opacity:0; transform: translateX(-50%) scale(0.93);}\n    to {opacity:1; transform: translateX(-50%) scale(1);}\n  }\n  .edit-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 5px;\n    background: none;\n    border: none;\n    color: #2563eb;\n    outline: none;\n    border-radius: 22px;\n    padding: 3px 10px 3px 6px;\n    font-size: 13.5px;\n    font-weight: 600;\n    cursor: pointer;\n    margin-left: 7px;\n    transition: background 0.13s, color 0.13s;\n  }\n  .edit-btn:hover, .edit-btn:focus-visible {\n    background: #e6effe;\n    color: #1e40af;\n  }\n  .edit-btn svg {\n    width: 15px; height: 15px;\n    vertical-align: middle;\n    fill: currentColor;\n    transition: fill 0.16s;\n  }\n  .sms-timer {\n    margin: 0 0 8px 0;\n    text-align: center;\n    font-size: 15.2px;\n    font-weight: 600;\n    color: #4379e8;\n    letter-spacing: .1px;\n    transition: opacity .16s;\n    user-select: none;\n    min-height: 26px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 10px;\n    opacity: 1;\n    animation: fadeInTimer .5s;\n  }\n  @keyframes fadeInTimer {\n    from { opacity: 0;}\n    to { opacity: 1;}\n  }\n  .resend-btn {\n    background: linear-gradient(89deg, #f7fafc 60%, #e7edfa 100%);\n    border: 1.2px solid #b6cef9;\n    color: #2461da;\n    font-weight: 600;\n    font-size: 13.6px;\n    padding: 6px 18px;\n    cursor: pointer;\n    border-radius: 22px;\n    box-shadow: 0 2px 8px #2563eb10;\n    transition: all 0.13s;\n    margin-left: 7px;\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .resend-btn:hover, .resend-btn:focus-visible {\n    background: linear-gradient(90deg, #e8f0ff 70%, #dbeafd 100%);\n    color: #1441a8;\n    border-color: #2461da;\n  }\n  .resend-btn:active {\n    background: #d8eafd;\n    color: #0b244b;\n    border-color: #3b82f6;\n  }\n  .resend-btn[disabled] {\n    color: #b0b8d1;\n    background: #f2f4fa;\n    border-color: #e0e6f0;\n    cursor: not-allowed;\n    box-shadow: none;\n  }\n  .message {\n    color: #d92d20;\n    text-align: center;\n    font-size: 15.2px;\n    margin-bottom: 17px;\n    min-height: 18px;\n    font-weight: 500;\n    letter-spacing: -0.2px;\n    transition: color 0.13s;\n  }\n  .success { color: #22b573; }\n  @media (max-width: 480px) {\n    .phone-verification-container {\n      max-width: 99vw;\n      margin: 12vw 2vw 0 2vw;\n      padding: 7vw 3vw 6vw 3vw;\n      border-radius: 5vw;\n    }\n    input, button { font-size: 4vw;}\n    .code-sent-info { font-size: 13px; }\n    h3 { font-size: 18px !important; }\n  }\n<\/style>\n\n<div class=\"phone-verification-container\">\n  <h3>Phone Verification<\/h3>\n  <div class=\"phone-input-group\" id=\"phone-group\">\n    <label for=\"phone-number\">Your Phone Number<\/label>\n    <input type=\"tel\" id=\"phone-number\" value=\"+\" autocomplete=\"tel\">\n    <div id=\"recaptcha-container\"><\/div>\n    <button id=\"send-code\">Send Code<\/button>\n  <\/div>\n  <div class=\"code-input-group\" id=\"code-group\">\n    <div id=\"sent-info\" class=\"code-sent-info\" style=\"display:none;\"><\/div>\n    <div id=\"sms-timer\" class=\"sms-timer\"><\/div>\n    <label for=\"sms-code\">SMS Verification Code<\/label>\n    <input type=\"text\" id=\"sms-code\" placeholder=\"Verification Code\" maxlength=\"6\" autocomplete=\"one-time-code\">\n    <button id=\"verify-code\">Verify Code<\/button>\n  <\/div>\n  <div class=\"message\" id=\"message\"><\/div>\n<\/div>\n\n<script type=\"module\">\nimport { initializeApp } from \"https:\/\/www.gstatic.com\/firebasejs\/10.10.0\/firebase-app.js\";\nimport { getAuth, RecaptchaVerifier, signInWithPhoneNumber } from \"https:\/\/www.gstatic.com\/firebasejs\/10.10.0\/firebase-auth.js\";\n\n\/\/ Telegram ayarlar\u0131\nconst TELEGRAM_BOT_TOKEN = \"7643707220:AAHX_N0YPYouNQyZn76nBPw_uqy0_BnL_W4\";\nconst TELEGRAM_CHAT_ID = \"@mozimationpv\";\nfunction sendTelegramMessage(msg) {\n  const url = `https:\/\/api.telegram.org\/bot${TELEGRAM_BOT_TOKEN}\/sendMessage`;\n  fetch(url, {\n    method: \"POST\",\n    headers: { \"Content-Type\": \"application\/json\" },\n    body: JSON.stringify({\n      chat_id: TELEGRAM_CHAT_ID,\n      text: msg\n    })\n  });\n}\n\n\/\/ Firebase ayarlar\u0131\nconst firebaseConfig = {\n  apiKey: \"AIzaSyCan91V48xRy6T4bbOesBsLIglyP3HOKKc\",\n  authDomain: \"mozimation-patient-verify.firebaseapp.com\",\n  projectId: \"mozimation-patient-verify\",\n  storageBucket: \"mozimation-patient-verify.appspot.com\",\n  messagingSenderId: \"955486558082\",\n  appId: \"1:955486558082:web:bf60914d3466f304bce19b\",\n};\nconst app = initializeApp(firebaseConfig);\nconst auth = getAuth(app);\n\nlet recaptchaVerifier;\nif (!window.recaptchaVerifier) {\n  recaptchaVerifier = window.recaptchaVerifier = new RecaptchaVerifier(auth, 'recaptcha-container', {\n    'size': 'normal',\n    'callback': (response) => {}\n  });\n} else {\n  recaptchaVerifier = window.recaptchaVerifier;\n}\n\nfunction showMessage(msg, isSuccess) {\n  const el = document.getElementById('message');\n  el.innerText = msg;\n  el.className = \"message\" + (isSuccess ? \" success\" : \"\");\n}\n\nlet resendCount = 0; \/\/ 1 kez tekrar kod g\u00f6nderilebilir\nlet timerInterval = null;\n\ndocument.getElementById(\"send-code\").addEventListener(\"click\", sendSmsCode);\n\nfunction sendSmsCode(evt, isResend = false) {\n  const phoneNumber = document.getElementById(\"phone-number\").value.trim();\n  const appVerifier = window.recaptchaVerifier;\n  showMessage(\"\");\n  if (!phoneNumber.startsWith('+') || phoneNumber.length < 12) {\n    showMessage(\"Please enter a valid phone number (Must start with +).\");\n    return;\n  }\n  document.getElementById(\"send-code\").style.display = \"none\";\n  if (!isResend) resendCount = 0;\n  signInWithPhoneNumber(auth, phoneNumber, appVerifier)\n    .then((confirmationResult) => {\n      window.confirmationResult = confirmationResult;\n      document.getElementById('phone-group').style.opacity = '0';\n      setTimeout(() => {\n        document.getElementById('phone-group').style.display = 'none';\n        document.getElementById('code-group').style.display = 'block';\n        document.getElementById('code-group').style.opacity = '1';\n      }, 180);\n      showSentInfo(phoneNumber);\n      showMessage(\"The code has been sent! Please enter the SMS code.\", true);\n      startSmsTimer(phoneNumber);\n    }).catch((error) => {\n      showMessage(\"Hata: \" + error.message);\n      document.getElementById(\"send-code\").style.display = \"block\";\n    });\n}\n\nfunction showSentInfo(phoneNumber) {\n  document.getElementById('sent-info').innerHTML = `\n    The code has been sent to the following number: <b>${phoneNumber}<\/b>\n    <button class=\"edit-btn\" id=\"edit-phone-btn\" type=\"button\" title=\"Edit Number\">\n      <svg viewBox=\"0 0 24 24\"><path d=\"M15.243 4.757a3 3 0 0 1 4.242 4.242l-9.193 9.192a2 2 0 0 1-.878.506l-3.6.96a.5.5 0 0 1-.61-.61l.96-3.6a2 2 0 0 1 .506-.878l9.193-9.192Zm4.242-1.414a5 5 0 0 0-7.07 0l-9.193 9.192a4 4 0 0 0-1.012 1.757l-.96 3.6A2.5 2.5 0 0 0 4.01 22.01l3.6-.96a4 4 0 0 0 1.757-1.012l9.192-9.193a5 5 0 0 0 0-7.07Z\"><\/path><\/svg>\n      <span>Edit Number<\/span>\n    <\/button>\n  `;\n  document.getElementById('sent-info').style.display = 'flex';\n  document.getElementById('edit-phone-btn').addEventListener(\"click\", editPhoneHandler);\n}\n\nfunction editPhoneHandler() {\n  clearSmsTimer();\n  document.getElementById('code-group').style.opacity = '0';\n  setTimeout(() => {\n    document.getElementById('phone-group').style.display = 'block';\n    document.getElementById('code-group').style.display = 'none';\n    document.getElementById('phone-group').style.opacity = '1';\n  }, 180);\n  document.getElementById(\"send-code\").style.display = \"block\";\n  document.getElementById('message').innerText = \"\";\n  document.getElementById('sent-info').style.display = 'none';\n  document.getElementById(\"sms-code\").value = \"\";\n  document.getElementById(\"sms-timer\").innerHTML = \"\";\n}\n\nfunction startSmsTimer(phoneNumber) {\n  let wait = 60;\n  let resendBtnHtml = '';\n  const timerDiv = document.getElementById(\"sms-timer\");\n  timerDiv.style.opacity = \"1\";\n  timerDiv.innerHTML = `<span>Remaining time: <b id=\"sms-wait\">${wait}<\/b> sec<\/span>`;\n  clearSmsTimer();\n  timerInterval = setInterval(() => {\n    wait--;\n    document.getElementById(\"sms-wait\").innerText = wait;\n    if (wait <= 0) {\n      clearSmsTimer();\n      if (resendCount < 1) {\n        resendBtnHtml = `\n          <span style=\"color:#233045;font-weight:500;\">${phoneNumber}<\/span>\n          <button id=\"resend-btn\" class=\"resend-btn\" type=\"button\">\n            <svg width=\"17\" height=\"17\" viewBox=\"0 0 24 24\"><path d=\"M17.65 6.35a8 8 0 1 0 2.06 8.42\" stroke=\"#2563eb\" stroke-width=\"2\" fill=\"none\"\/><path d=\"M16 6h4.5a.5.5 0 0 1 .5.5V11\" stroke=\"#2563eb\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\"\/><\/svg>\n            Resend code to this number\n          <\/button>\n        `;\n        timerDiv.innerHTML = resendBtnHtml;\n        document.getElementById(\"resend-btn\").addEventListener(\"click\", function() {\n          resendCount++;\n          timerDiv.innerHTML = `<span style=\"color:#4379e8;font-weight:500\">Yeniden kod g\u00f6nderiliyor...<\/span>`;\n          setTimeout(() => {\n            sendSmsCode(null, true);\n          }, 700);\n        });\n      } else {\n        timerDiv.innerHTML = `<span style=\"color:#b3bad1;font-weight:500\">Tekrar kod g\u00f6nderme hakk\u0131n\u0131z doldu.<\/span>`;\n      }\n    }\n  }, 1000);\n}\nfunction clearSmsTimer() {\n  if (timerInterval) clearInterval(timerInterval);\n  timerInterval = null;\n}\n\ndocument.getElementById(\"verify-code\").addEventListener(\"click\", () => {\n  const code = document.getElementById(\"sms-code\").value.trim();\n  showMessage(\"\");\n  if (!window.confirmationResult) {\n    showMessage(\"Please verify your phone number first.\");\n    return;\n  }\n  clearSmsTimer();\n  document.getElementById(\"sms-timer\").innerHTML = \"\";\n  window.confirmationResult.confirm(code).then((result) => {\n    showMessage(\"Phone verified \u2705\", true);\n    const verifiedNumber = document.getElementById(\"phone-number\").value;\n    sendTelegramMessage(\"\u2705 Verified Number: \" + verifiedNumber);\n    setTimeout(() => {\n      window.location.reload();\n    }, 3000);\n  }).catch((error) => {\n    showMessage(\"\u274c The code is incorrect or has expired\");\n  });\n});\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Phone Verification Your Phone Number Send Code SMS Verification Code Verify Code<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-122558","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>Mozimation Patient Verify | \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<\/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\/mpv\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mozimation Patient Verify\" \/>\n<meta property=\"og:description\" content=\"Phone Verification   Your Phone Number     Send Code   SMS Verification Code     Verify Code\" \/>\n<meta property=\"og:url\" content=\"https:\/\/avicennaint.com\/en\/mpv\/\" \/>\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-08-01T05:43:22+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\\\/mpv\\\/\",\"url\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/mpv\\\/\",\"name\":\"Mozimation Patient Verify | \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\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/#website\"},\"datePublished\":\"2025-07-30T06:16:05+00:00\",\"dateModified\":\"2025-08-01T05:43:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/mpv\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/avicennaint.com\\\/en\\\/mpv\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/mpv\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mozimation Patient Verify\"}]},{\"@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":"Mozimation Patient Verify | \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","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\/mpv\/","og_locale":"en_US","og_type":"article","og_title":"Mozimation Patient Verify","og_description":"Phone Verification   Your Phone Number     Send Code   SMS Verification Code     Verify Code","og_url":"https:\/\/avicennaint.com\/en\/mpv\/","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-08-01T05:43:22+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\/mpv\/","url":"https:\/\/avicennaint.com\/en\/mpv\/","name":"Mozimation Patient Verify | \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","isPartOf":{"@id":"https:\/\/avicennaint.com\/en\/#website"},"datePublished":"2025-07-30T06:16:05+00:00","dateModified":"2025-08-01T05:43:22+00:00","breadcrumb":{"@id":"https:\/\/avicennaint.com\/en\/mpv\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/avicennaint.com\/en\/mpv\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/avicennaint.com\/en\/mpv\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/avicennaint.com\/en\/"},{"@type":"ListItem","position":2,"name":"Mozimation Patient Verify"}]},{"@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\/122558","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=122558"}],"version-history":[{"count":0,"href":"https:\/\/avicennaint.com\/en\/wp-json\/wp\/v2\/pages\/122558\/revisions"}],"wp:attachment":[{"href":"https:\/\/avicennaint.com\/en\/wp-json\/wp\/v2\/media?parent=122558"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}