{"id":624,"date":"2025-12-01T03:08:29","date_gmt":"2025-12-01T03:08:29","guid":{"rendered":"https:\/\/almalkipainmedicine.com\/get-to-know-me-better\/"},"modified":"2026-01-17T18:56:38","modified_gmt":"2026-01-17T18:56:38","slug":"get-to-know-me-better","status":"publish","type":"page","link":"https:\/\/almalkipainmedicine.com\/en\/get-to-know-me-better\/","title":{"rendered":"Personal Profile"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>About Me &#8211; Dr. Mohammed Almalki<\/title>\n    \n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <!-- Font Awesome for Icons -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n    <style>\n        \/* Scoped Styles for WordPress Content *\/\n        .wp-content-wrapper {\n            font-family: 'Inter', system-ui, -apple-system, sans-serif; \n            color: #444;\n            line-height: 1.6;\n            width: 100%;\n            max-width: 100%;\n            overflow: visible; \n        }\n\n        \/* CUSTOM COLORS *\/\n        :root {\n            --wp-blue: #64b5ff;\n            --wp-blue-hover: #4a9eff;\n            --wp-dark: #23282d;\n            --wp-border: #ccd0d4;\n        }\n\n        \/* FIXED FULL-WIDTH BACKGROUND *\/\n        .wp-full-width-bg {\n            position: relative;\n            z-index: 1;\n            background-color: transparent;\n            width: 100%;\n            max-width: 100%;\n        }\n\n        .wp-full-width-bg::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            margin-left: calc(-50vw + 50%);\n            margin-right: calc(-50vw + 50%);\n            width: auto;\n            background-color: #f9fafb; \n            z-index: -1;\n            pointer-events: none;\n        }\n\n        \/* Utility Classes *\/\n        .wp-text-primary { color: var(--wp-blue); }\n        .wp-bg-primary { background-color: var(--wp-blue); }\n        .wp-text-dark { color: var(--wp-dark); }\n        \n        .almalki-card {\n            transition: all 0.3s ease;\n            border: 1px solid var(--wp-border);\n            background: #fff;\n        }\n        .almalki-card:hover {\n            border-color: var(--wp-blue);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n            transform: translateY(-2px);\n        }\n\n        .wp-container {\n            width: 100%;\n            max-width: 1280px;\n            margin-left: auto;\n            margin-right: auto;\n            padding-left: 1rem;\n            padding-right: 1rem;\n        }\n\n        @media (min-width: 768px) {\n            .wp-container {\n                padding-left: 2rem;\n                padding-right: 2rem;\n            }\n        }\n\n        \/* ANIMATIONS *\/\n        .animate-on-scroll {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.6s ease-out, transform 0.6s ease-out;\n        }\n\n        .animate-on-scroll.animated {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .animate-delay-1 { transition-delay: 0.1s; }\n        .animate-delay-2 { transition-delay: 0.2s; }\n        .animate-delay-3 { transition-delay: 0.3s; }\n        .animate-delay-4 { transition-delay: 0.4s; }\n        .animate-delay-5 { transition-delay: 0.5s; }\n        .animate-delay-6 { transition-delay: 0.6s; }\n\n        .animate-fade-right {\n            opacity: 0;\n            transform: translateX(-30px);\n            transition: opacity 0.6s ease-out, transform 0.6s ease-out;\n        }\n\n        .animate-fade-right.animated {\n            opacity: 1;\n            transform: translateX(0);\n        }\n\n        .animate-fade-left {\n            opacity: 0;\n            transform: translateX(30px);\n            transition: opacity 0.6s ease-out, transform 0.6s ease-out;\n        }\n\n        .animate-fade-left.animated {\n            opacity: 1;\n            transform: translateX(0);\n        }\n\n        .animate-scale {\n            opacity: 0;\n            transform: scale(0.9);\n            transition: opacity 0.5s ease-out, transform 0.5s ease-out;\n        }\n\n        .animate-scale.animated {\n            opacity: 1;\n            transform: scale(1);\n        }\n\n        \/* GLASS MORPHISM CARDS *\/\n        .glass-card {\n            background: rgba(255, 255, 255, 0.7);\n            backdrop-filter: blur(20px);\n            -webkit-backdrop-filter: blur(20px);\n            border: 1px solid rgba(255, 255, 255, 0.3);\n            border-radius: 20px;\n            box-shadow: 0 8px 32px rgba(0, 110, 223, 0.1);\n            transition: all 0.4s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .glass-card::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 3px;\n            background: linear-gradient(90deg,#64b5ff, #00b4d8, #64b5ff);\n            background-size: 200% 100%;\n            animation: shimmer 3s infinite linear;\n        }\n\n        @keyframes shimmer {\n            0% { background-position: -200% 0; }\n            100% { background-position: 200% 0; }\n        }\n\n        .glass-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 40px rgba(0, 110, 223, 0.2);\n            border-color: rgba(0, 110, 223, 0.3);\n        }\n\n        .glass-card .icon-wrapper {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #64b5ff 0%, #00b4d8 100%);\n            border-radius: 16px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 1rem;\n            box-shadow: 0 4px 15px rgba(0, 110, 223, 0.3);\n            transition: all 0.3s ease;\n        }\n\n        .glass-card:hover .icon-wrapper {\n            transform: scale(1.1) rotate(5deg);\n        }\n\n        .glass-card .icon-wrapper i {\n            font-size: 1.5rem;\n            color: white;\n        }\n\n        .interests-bg::before {\n            background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 50%, #f5f9ff 100%) !important;\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-white\">\n\n<div class=\"wp-content-wrapper\">\n\n    <!-- About Hero Section -->\n    <section class=\"wp-full-width-bg pb-12 pt-20 md:pt-32 mt-16 md:mt-20\">\n        <div class=\"wp-container flex flex-col md:flex-row items-center gap-10\">\n            \n            <!-- Text Content -->\n            <div class=\"w-full md:w-1\/2 space-y-6\">\n                <span class=\"inline-block px-3 py-1 bg-blue-50 text-[#64b5ff] rounded-full text-sm font-bold border border-blue-100 animate-on-scroll\">\n                    Professional Profile\n                <\/span>\n                <h1 class=\"text-3xl md:text-5xl font-bold text-[#23282d] leading-tight animate-on-scroll animate-delay-1\">\n                    Dr. Mohammed Talal Almalki\n                <\/h1>\n                <h2 class=\"text-xl md:text-2xl text-[#64b5ff] font-semibold animate-on-scroll animate-delay-2\">\n                    Consultant in Anesthesiology and Pain Medicine\n                <\/h2>\n                <div class=\"text-lg text-gray-600 leading-relaxed space-y-4 animate-on-scroll animate-delay-3\">\n                    <p>\n                        Dual American Board-Certified physician specializing in Anesthesiology and Pain Medicine.\n                    <\/p>\n                    <p>\n                        I leverage extensive clinical expertise gained from world-renowned institutions\u2014including Harvard University, Tufts University, George Washington University hospitals, and Military Medical Centers\u2014to provide advanced medical care. My practice focuses on enhancing the quality of life for patients suffering from chronic pain through cutting-edge, minimally invasive interventional techniques.\n                    <\/p>\n                <\/div>\n                \n                <!-- Quick Stats Grid -->\n                <div class=\"grid grid-cols-2 md:grid-cols-4 gap-4 pt-4\">\n                    <div class=\"p-4 bg-white rounded-lg border border-gray-200 text-center shadow-sm animate-scale animate-delay-1\">\n                        <span class=\"block text-2xl font-bold text-[#64b5ff]\">+1500<\/span>\n                        <span class=\"text-xs text-gray-500\">Procedures<\/span>\n                    <\/div>\n                    <div class=\"p-4 bg-white rounded-lg border border-gray-200 text-center shadow-sm animate-scale animate-delay-2\">\n                        <span class=\"block text-2xl font-bold text-[#64b5ff]\">2<\/span>\n                        <span class=\"text-xs text-gray-500\">U.S. Boards<\/span>\n                    <\/div>\n                    <div class=\"p-4 bg-white rounded-lg border border-gray-200 text-center shadow-sm animate-scale animate-delay-3\">\n                        <span class=\"block text-2xl font-bold text-[#64b5ff]\">+15<\/span>\n                        <span class=\"text-xs text-gray-500\">Years Exp.<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Image\/Visual -->\n            <div class=\"w-full md:w-1\/2 flex justify-center md:justify-end animate-fade-left\">\n                <div class=\"relative w-full max-w-[500px] bg-white rounded-xl overflow-hidden shadow-lg border border-gray-100\">\n                    <img decoding=\"async\" \n                        src=\"https:\/\/almalkipainmedicine.com\/wp-content\/uploads\/2025\/11\/\u0645\u062d\u0645\u062f-\u0637\u0644\u0627\u0644-\u0627\u0644\u0645\u0627\u0644\u0643\u064a.webp\" \n                        alt=\"Dr. Mohammed Talal Almalki - Consultant Anesthesiologist &#038; Pain Specialist\"\n                        class=\"w-full h-auto object-cover\"\n                        loading=\"lazy\"\n                    >\n                    \n                    <!-- Badge Overlay -->\n                    <div class=\"absolute bottom-0 left-0 right-0 w-full bg-[#64b5ff]\/95 text-white p-4 text-center backdrop-blur-sm\">\n                        <p class=\"font-bold text-base\">Dr. Mohammed Talal Almalki<\/p>\n                 \n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <!-- Qualifications & Education -->\n    <section class=\"py-16 bg-white\">\n        <div class=\"wp-container\">\n            <h2 class=\"text-3xl font-bold text-[#23282d] mb-10 text-center border-b-2 border-[#64b5ff] inline-block pb-2 px-6 mx-auto flex justify-center animate-on-scroll\">\n                Professional Credentials\n            <\/h2>\n\n            <div class=\"max-w-3xl mx-auto\">\n                <div class=\"space-y-6 animate-fade-right\">\n                    <h3 class=\"text-xl font-bold text-[#23282d] flex items-center gap-2 mb-6\">\n                        <i class=\"fa-solid fa-graduation-cap text-[#64b5ff]\"><\/i> Certifications &#038; Board Diplomas\n                    <\/h3>\n\n                    <!-- Item 1 -->\n                    <div class=\"almalki-card p-5 rounded-lg flex items-start gap-4 animate-on-scroll animate-delay-1\">\n                        <div class=\"mt-1 text-[#64b5ff]\"><i class=\"fa-solid fa-certificate\"><\/i><\/div>\n                        <div>\n                            <h4 class=\"font-bold text-[#23282d]\">American Board &#038; Fellowship in Pain Medicine<\/h4>\n                            <p class=\"text-sm text-[#64b5ff] mb-1\">Harvard University Medical School Hospitals (2016)<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Item 2 -->\n                    <div class=\"almalki-card p-5 rounded-lg flex items-start gap-4 animate-on-scroll animate-delay-2\">\n                        <div class=\"mt-1 text-[#64b5ff]\"><i class=\"fa-solid fa-certificate\"><\/i><\/div>\n                        <div>\n                            <h4 class=\"font-bold text-[#23282d]\">American Board of Anesthesiology<\/h4>\n                            <p class=\"text-sm text-[#64b5ff] mb-1\">Tufts University Medical Center (2015)<\/p>\n                        \n                        <\/div>\n                    <\/div>\n\n                    <!-- Item 3 -->\n                    <div class=\"almalki-card p-5 rounded-lg flex items-start gap-4 animate-on-scroll animate-delay-3\">\n                        <div class=\"mt-1 text-[#64b5ff]\"><i class=\"fa-solid fa-user-graduate\"><\/i><\/div>\n                        <div>\n                            <h4 class=\"font-bold text-[#23282d]\">Executive Healthcare Leadership Program<\/h4>\n                            <p class=\"text-sm text-[#64b5ff] mb-1\">Cornell University (2020)<\/p>\n                          \n                        <\/div>\n                    <\/div>\n\n                    <!-- Item 4 -->\n                    <div class=\"almalki-card p-5 rounded-lg flex items-start gap-4 animate-on-scroll animate-delay-4\">\n                        <div class=\"mt-1 text-[#64b5ff]\"><i class=\"fa-solid fa-robot\"><\/i><\/div>\n                        <div>\n                            <h4 class=\"font-bold text-[#23282d]\">AI in Healthcare Specialization<\/h4>\n                            <p class=\"text-sm text-[#64b5ff] mb-1\">Johns Hopkins University (2025)<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Item 5 -->\n                    <div class=\"almalki-card p-5 rounded-lg flex items-start gap-4 animate-on-scroll animate-delay-5\">\n                        <div class=\"mt-1 text-[#64b5ff]\"><i class=\"fa-solid fa-hospital\"><\/i><\/div>\n                        <div>\n                            <h4 class=\"font-bold text-[#23282d]\">Emergency &#038; Disaster Management Program<\/h4>\n                            <p class=\"text-sm text-[#64b5ff] mb-1\">George Washington University (2011)<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Clinical Interests -->\n    <section class=\"wp-full-width-bg interests-bg py-20\">\n        <div class=\"wp-container\">\n            <h2 class=\"text-3xl font-bold text-[#23282d] mb-4 text-center animate-on-scroll\">Clinical Interests &#038; Specializations<\/h2>\n            <p class=\"text-gray-500 text-center mb-12 animate-on-scroll animate-delay-1\">Specialized expertise in the management of acute and chronic pain conditions<\/p>\n            \n            <div class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8\">\n                <!-- Card 1 -->\n                <div class=\"glass-card p-6 animate-on-scroll animate-delay-1\">\n                    <div class=\"icon-wrapper\">\n                        <i class=\"fa-solid fa-bone\"><\/i>\n                    <\/div>\n                    <h3 class=\"font-bold text-lg mb-2 text-[#23282d]\">Spinal Pain Management<\/h3>\n                    <p class=\"text-sm text-gray-600\">Precision diagnosis and non-surgical treatment for chronic spinal and back pain using advanced protocols.<\/p>\n                <\/div>\n                \n                <!-- Card 2 -->\n                <div class=\"glass-card p-6 animate-on-scroll animate-delay-2\">\n                    <div class=\"icon-wrapper\">\n                        <i class=\"fa-solid fa-person-running\"><\/i>\n                    <\/div>\n                    <h3 class=\"font-bold text-lg mb-2 text-[#23282d]\">Sports Medicine<\/h3>\n                    <p class=\"text-sm text-gray-600\">Managing arthritic joint pain, athletic injuries, and musculoskeletal rehabilitation for a faster return to activity.<\/p>\n                <\/div>\n                \n                <!-- Card 3 -->\n                <div class=\"glass-card p-6 animate-on-scroll animate-delay-3\">\n                    <div class=\"icon-wrapper\">\n                        <i class=\"fa-solid fa-bolt\"><\/i>\n                    <\/div>\n                    <h3 class=\"font-bold text-lg mb-2 text-[#23282d]\">Neuromodulation<\/h3>\n                    <p class=\"text-sm text-gray-600\">Advanced Spinal Cord Stimulation (SCS) techniques for complex and refractory neuropathic pain.<\/p>\n                <\/div>\n                \n                <!-- Card 4 -->\n                <div class=\"glass-card p-6 animate-on-scroll animate-delay-4\">\n                    <div class=\"icon-wrapper\">\n                        <i class=\"fa-solid fa-hand-holding-medical\"><\/i>\n                    <\/div>\n                    <h3 class=\"font-bold text-lg mb-2 text-[#23282d]\">Oncology Pain Management<\/h3>\n                    <p class=\"text-sm text-gray-600\">Integrated palliative and curative care focused on alleviating pain associated with cancer and its treatments.<\/p>\n                <\/div>\n                \n                <!-- Card 5 -->\n                <div class=\"glass-card p-6 animate-on-scroll animate-delay-5\">\n                    <div class=\"icon-wrapper\">\n                        <i class=\"fa-solid fa-capsules\"><\/i>\n                    <\/div>\n                    <h3 class=\"font-bold text-lg mb-2 text-[#23282d]\">Non-Opioid Strategies<\/h3>\n                    <p class=\"text-sm text-gray-600\">Modern multimodal pain control strategies designed to reduce or eliminate dependency on narcotic analgesics.<\/p>\n                <\/div>\n                \n                <!-- Card 6 -->\n                <div class=\"glass-card p-6 animate-on-scroll animate-delay-6\">\n                    <div class=\"icon-wrapper\">\n                        <i class=\"fa-solid fa-syringe\"><\/i>\n                    <\/div>\n                    <h3 class=\"font-bold text-lg mb-2 text-[#23282d]\">Minimally Invasive Interventions<\/h3>\n                    <p class=\"text-sm text-gray-600\">Targeted, non-surgical interventional procedures for precise pain source neutralization.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<!-- Animation Script -->\n<script>\n    document.addEventListener('DOMContentLoaded', function() {\n        const observerOptions = {\n            root: null,\n            rootMargin: '0px',\n            threshold: 0.1\n        };\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('animated');\n                }\n            });\n        }, observerOptions);\n\n        const animatedElements = document.querySelectorAll('.animate-on-scroll, .animate-fade-right, .animate-fade-left, .animate-scale');\n        animatedElements.forEach(el => observer.observe(el));\n    });\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>About Me &#8211; Dr. Mohammed Almalki Professional Profile Dr. Mohammed Talal Almalki Consultant in Anesthesiology and Pain Medicine Dual American Board-Certified physician specializing in Anesthesiology and<span class=\"excerpt-hellip\"> [\u2026]<\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-624","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Personal Profile - \u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645<\/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:\/\/almalkipainmedicine.com\/en\/get-to-know-me-better\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Personal Profile - \u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645\" \/>\n<meta property=\"og:description\" content=\"About Me &#8211; Dr. Mohammed Almalki Professional Profile Dr. Mohammed Talal Almalki Consultant in Anesthesiology and Pain Medicine Dual American Board-Certified physician specializing in Anesthesiology and [\u2026]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/almalkipainmedicine.com\/en\/get-to-know-me-better\/\" \/>\n<meta property=\"og:site_name\" content=\"\u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-17T18:56:38+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/get-to-know-me-better\\\/\",\"url\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/get-to-know-me-better\\\/\",\"name\":\"Personal Profile - \u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/#website\"},\"datePublished\":\"2025-12-01T03:08:29+00:00\",\"dateModified\":\"2026-01-17T18:56:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/get-to-know-me-better\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/get-to-know-me-better\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/get-to-know-me-better\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Personal Profile\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/\",\"name\":\"\u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645\",\"description\":\"\u0627\u062e\u0635\u0627\u0626\u064a \u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645\",\"publisher\":{\"@id\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/#\\\/schema\\\/person\\\/b346c04896533f22bb6687ab871cc569\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/#\\\/schema\\\/person\\\/b346c04896533f22bb6687ab871cc569\",\"name\":\"mtalasmi83@gmail.com\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/almalkipainmedicine.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/\u0645\u062d\u0645\u062f-\u0637\u0644\u0627\u0644-\u0627\u0644\u0645\u0627\u0644\u0643\u064a.webp\",\"url\":\"https:\\\/\\\/almalkipainmedicine.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/\u0645\u062d\u0645\u062f-\u0637\u0644\u0627\u0644-\u0627\u0644\u0645\u0627\u0644\u0643\u064a.webp\",\"contentUrl\":\"https:\\\/\\\/almalkipainmedicine.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/\u0645\u062d\u0645\u062f-\u0637\u0644\u0627\u0644-\u0627\u0644\u0645\u0627\u0644\u0643\u064a.webp\",\"width\":499,\"height\":500,\"caption\":\"mtalasmi83@gmail.com\"},\"logo\":{\"@id\":\"https:\\\/\\\/almalkipainmedicine.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/\u0645\u062d\u0645\u062f-\u0637\u0644\u0627\u0644-\u0627\u0644\u0645\u0627\u0644\u0643\u064a.webp\"},\"sameAs\":[\"http:\\\/\\\/almalkipainmedicine.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Personal Profile - \u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645","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:\/\/almalkipainmedicine.com\/en\/get-to-know-me-better\/","og_locale":"en_US","og_type":"article","og_title":"Personal Profile - \u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645","og_description":"About Me &#8211; Dr. Mohammed Almalki Professional Profile Dr. Mohammed Talal Almalki Consultant in Anesthesiology and Pain Medicine Dual American Board-Certified physician specializing in Anesthesiology and [\u2026]","og_url":"https:\/\/almalkipainmedicine.com\/en\/get-to-know-me-better\/","og_site_name":"\u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645","article_modified_time":"2026-01-17T18:56:38+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/almalkipainmedicine.com\/en\/get-to-know-me-better\/","url":"https:\/\/almalkipainmedicine.com\/en\/get-to-know-me-better\/","name":"Personal Profile - \u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645","isPartOf":{"@id":"https:\/\/almalkipainmedicine.com\/en\/#website"},"datePublished":"2025-12-01T03:08:29+00:00","dateModified":"2026-01-17T18:56:38+00:00","breadcrumb":{"@id":"https:\/\/almalkipainmedicine.com\/en\/get-to-know-me-better\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/almalkipainmedicine.com\/en\/get-to-know-me-better\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/almalkipainmedicine.com\/en\/get-to-know-me-better\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/almalkipainmedicine.com\/en\/"},{"@type":"ListItem","position":2,"name":"Personal Profile"}]},{"@type":"WebSite","@id":"https:\/\/almalkipainmedicine.com\/en\/#website","url":"https:\/\/almalkipainmedicine.com\/en\/","name":"\u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645","description":"\u0627\u062e\u0635\u0627\u0626\u064a \u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645","publisher":{"@id":"https:\/\/almalkipainmedicine.com\/en\/#\/schema\/person\/b346c04896533f22bb6687ab871cc569"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/almalkipainmedicine.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/almalkipainmedicine.com\/en\/#\/schema\/person\/b346c04896533f22bb6687ab871cc569","name":"mtalasmi83@gmail.com","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/almalkipainmedicine.com\/wp-content\/uploads\/2025\/11\/\u0645\u062d\u0645\u062f-\u0637\u0644\u0627\u0644-\u0627\u0644\u0645\u0627\u0644\u0643\u064a.webp","url":"https:\/\/almalkipainmedicine.com\/wp-content\/uploads\/2025\/11\/\u0645\u062d\u0645\u062f-\u0637\u0644\u0627\u0644-\u0627\u0644\u0645\u0627\u0644\u0643\u064a.webp","contentUrl":"https:\/\/almalkipainmedicine.com\/wp-content\/uploads\/2025\/11\/\u0645\u062d\u0645\u062f-\u0637\u0644\u0627\u0644-\u0627\u0644\u0645\u0627\u0644\u0643\u064a.webp","width":499,"height":500,"caption":"mtalasmi83@gmail.com"},"logo":{"@id":"https:\/\/almalkipainmedicine.com\/wp-content\/uploads\/2025\/11\/\u0645\u062d\u0645\u062f-\u0637\u0644\u0627\u0644-\u0627\u0644\u0645\u0627\u0644\u0643\u064a.webp"},"sameAs":["http:\/\/almalkipainmedicine.com"]}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"be_thumbnail":false,"be_clients":false,"slider-content":false,"portfolio-mf":false,"portfolio-mf-w":false,"portfolio-mf-t":false,"portfolio-list":false,"blog-portfolio":false,"blog-single":false,"mobile-srcset":false},"uagb_author_info":{"display_name":"mtalasmi83@gmail.com","author_link":"https:\/\/almalkipainmedicine.com\/en\/author\/mtalasmi83gmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"About Me &#8211; Dr. Mohammed Almalki Professional Profile Dr. Mohammed Talal Almalki Consultant in Anesthesiology and Pain Medicine Dual American Board-Certified physician specializing in Anesthesiology and [\u2026]","_links":{"self":[{"href":"https:\/\/almalkipainmedicine.com\/en\/wp-json\/wp\/v2\/pages\/624","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/almalkipainmedicine.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/almalkipainmedicine.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/almalkipainmedicine.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/almalkipainmedicine.com\/en\/wp-json\/wp\/v2\/comments?post=624"}],"version-history":[{"count":9,"href":"https:\/\/almalkipainmedicine.com\/en\/wp-json\/wp\/v2\/pages\/624\/revisions"}],"predecessor-version":[{"id":729,"href":"https:\/\/almalkipainmedicine.com\/en\/wp-json\/wp\/v2\/pages\/624\/revisions\/729"}],"wp:attachment":[{"href":"https:\/\/almalkipainmedicine.com\/en\/wp-json\/wp\/v2\/media?parent=624"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}