{"id":244,"date":"2026-05-24T01:25:02","date_gmt":"2026-05-24T01:25:02","guid":{"rendered":"http:\/\/localhost\/harar\/?page_id=244"},"modified":"2026-07-07T01:24:10","modified_gmt":"2026-07-07T01:24:10","slug":"bureau-head-office","status":"publish","type":"page","link":"https:\/\/hararhealthbureau.org\/index.php\/leadership-governance\/bureau-head-office\/","title":{"rendered":"Bureau Head Office"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"244\" class=\"elementor elementor-244\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-30eee50 e-con-full e-flex e-con e-parent\" data-id=\"30eee50\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-108e1d1 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"108e1d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Bureau Head \u2014 Harari Regional Health Bureau<\/title>\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n    <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\r\n    <script>\r\n        tailwind.config = {\r\n            theme: {\r\n                extend: {\r\n                    fontFamily: { sans: ['Inter', 'sans-serif'] },\r\n                    colors: {\r\n                        health: {\r\n                            50: '#f0fdfa', 100: '#ccfbf1', 200: '#99f6e4',\r\n                            300: '#5eead4', 400: '#2dd4bf', 500: '#14b8a6',\r\n                            600: '#0d9488', 700: '#0f766e', 800: '#115e59',\r\n                            900: '#134e4a', 950: '#042f2e',\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    <\/script>\r\n    <style>\r\n        @keyframes fadeInUp {\r\n            from { opacity: 0; transform: translateY(18px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n        @keyframes fadeIn {\r\n            from { opacity: 0; }\r\n            to { opacity: 1; }\r\n        }\r\n        @keyframes slideInLeft {\r\n            from { opacity: 0; transform: translateX(-20px); }\r\n            to { opacity: 1; transform: translateX(0); }\r\n        }\r\n        @keyframes scaleIn {\r\n            from { opacity: 0; transform: scale(0.95); }\r\n            to { opacity: 1; transform: scale(1); }\r\n        }\r\n        .anim { animation: fadeInUp 0.6s ease-out forwards; opacity: 0; }\r\n        .anim-fade { animation: fadeIn 0.8s ease-out forwards; opacity: 0; }\r\n        .anim-slide { animation: slideInLeft 0.7s ease-out forwards; opacity: 0; }\r\n        .anim-scale { animation: scaleIn 0.6s ease-out forwards; opacity: 0; }\r\n        .d1 { animation-delay: .1s } .d2 { animation-delay: .2s }\r\n        .d3 { animation-delay: .3s } .d4 { animation-delay: .4s }\r\n        .d5 { animation-delay: .5s } .d6 { animation-delay: .6s }\r\n        .d7 { animation-delay: .7s } .d8 { animation-delay: .8s }\r\n        .d9 { animation-delay: .9s } .d10 { animation-delay: 1s }\r\n\r\n        .quote-mark {\r\n            font-family: Georgia, serif;\r\n            font-size: 80px;\r\n            line-height: 1;\r\n            color: #ccfbf1;\r\n            position: absolute;\r\n            top: -10px;\r\n            left: 16px;\r\n        }\r\n\r\n        .stat-num {\r\n            background: linear-gradient(135deg, #0d9488, #14b8a6);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n\r\n        .photo-frame {\r\n            position: relative;\r\n        }\r\n        .photo-frame::before {\r\n            content: '';\r\n            position: absolute;\r\n            inset: -6px;\r\n            border: 2px dashed #99f6e4;\r\n            border-radius: 1.25rem;\r\n            animation: fadeIn 1.2s ease-out forwards;\r\n            opacity: 0;\r\n            animation-delay: 0.4s;\r\n        }\r\n        .photo-frame::after {\r\n            content: '';\r\n            position: absolute;\r\n            inset: -12px;\r\n            border: 1px dotted #ccfbf1;\r\n            border-radius: 1.5rem;\r\n            animation: fadeIn 1.2s ease-out forwards;\r\n            opacity: 0;\r\n            animation-delay: 0.6s;\r\n        }\r\n\r\n        .achievement-card {\r\n            transition: all .3s ease;\r\n        }\r\n        .achievement-card:hover {\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 8px 20px -4px rgb(0 0 0 \/ 0.08);\r\n        }\r\n\r\n        .message-box {\r\n            position: relative;\r\n            border-left: 4px solid #0d9488;\r\n        }\r\n\r\n        .toast {\r\n            position: fixed; bottom: 24px; right: 24px; z-index: 99;\r\n            background: #115e59; color: #fff; padding: 12px 20px;\r\n            border-radius: 10px; font-size: 13px; font-weight: 500;\r\n            box-shadow: 0 8px 24px -4px rgb(17 94 89 \/ 0.4);\r\n            transform: translateY(80px); opacity: 0; transition: all .35s ease;\r\n            display: flex; align-items: center; gap: 8px;\r\n        }\r\n        .toast.show { transform: translateY(0); opacity: 1; }\r\n\r\n        @media print {\r\n            body { -webkit-print-color-adjust: exact; print-color-adjust: exact; }\r\n            .no-print { display: none !important; }\r\n            .photo-frame::before, .photo-frame::after { display: none; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body class=\"font-sans bg-health-50 text-slate-900 antialiased\">\r\n\r\n<div class=\"max-w-5xl mx-auto px-5 py-8\">\r\n\r\n    <!-- Top Bar -->\r\n    <div class=\"anim flex flex-col sm:flex-row items-start sm:items-center justify-between gap-3 mb-8 pb-5 border-b-2 border-solid border-health-200\">\r\n        <div class=\"flex items-center gap-3\">\r\n            <div class=\"w-11 h-11 rounded-xl bg-gradient-to-br from-health-600 to-health-400 flex items-center justify-center shadow-lg shadow-health-500\/25\">\r\n                <i data-lucide=\"heart-pulse\" class=\"w-5 h-5 text-white\"><\/i>\r\n            <\/div>\r\n            <div>\r\n                <h1 class=\"text-lg sm:text-xl font-semibold text-health-900 tracking-tight leading-tight\">Harari National Regional State Health Bureau<\/h1>\r\n                <p class=\"text-[10px] text-health-600 font-medium uppercase tracking-wider\">Office of the Bureau Head<\/p>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"flex items-center gap-3 no-print\">\r\n            <button onclick=\"window.print()\" class=\"text-[11px] font-medium bg-health-100 text-health-700 px-3 py-1.5 rounded-lg hover:bg-health-200 transition-colors cursor-pointer flex items-center gap-1\">\r\n                <i data-lucide=\"printer\" class=\"w-3 h-3\"><\/i> Print\r\n            <\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Hero: Photo + Name + Titles -->\r\n    <div class=\"anim d1 flex flex-col md:flex-row gap-8 items-center md:items-start mb-10\">\r\n        <!-- Photo -->\r\n        <div class=\"flex-shrink-0 anim-scale d2\">\r\n            <div class=\"photo-frame\">\r\n                <div class=\"w-56 h-94 md:w-94 md:h-72 rounded-2xl overflow-hidden shadow-xl\">\r\n                    <img decoding=\"async\" src=\"https:\/\/hararhealthbureau.org\/wp-content\/uploads\/2026\/07\/dr.-Abdi-A.jpg\" alt=\"Dr. Abdi Amin Abdukadir\" class=\"w-full h-full object-cover\">\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Name Block -->\r\n        <div class=\"flex-1 text-center md:text-left anim-slide d3\">\r\n            <div class=\"inline-flex items-center gap-2 bg-health-100 text-health-700 text-[10px] font-medium px-3 py-1.5 rounded-full mb-4\">\r\n                <i data-lucide=\"award\" class=\"w-3 h-3\"><\/i>\r\n                Bureau Head\r\n            <\/div>\r\n            <h2 class=\"text-3xl sm:text-4xl font-semibold text-slate-900 tracking-tight leading-tight\">\r\n                Dr. Abdi Amin Abdukadir\r\n            <\/h2>\r\n            <p class=\"text-sm text-health-600 font-medium mt-2\">Head of Harari National Regional State Health Bureau<\/p>\r\n            <div class=\"flex flex-wrap justify-center md:justify-start gap-2 mt-4\">\r\n                <span class=\"inline-flex items-center gap-1.5 bg-white text-xs text-slate-600 px-3 py-1.5 rounded-lg border border-health-100 shadow-sm\">\r\n                    <i data-lucide=\"stethoscope\" class=\"w-3.5 h-3.5 text-health-500\"><\/i>\r\n                    General Surgeon\r\n                <\/span>\r\n                <span class=\"inline-flex items-center gap-1.5 bg-white text-xs text-slate-600 px-3 py-1.5 rounded-lg border border-health-100 shadow-sm\">\r\n                    <i data-lucide=\"graduation-cap\" class=\"w-3.5 h-3.5 text-health-500\"><\/i>\r\n                    Assistant Professor of Surgery\r\n                <\/span>\r\n                <span class=\"inline-flex items-center gap-1.5 bg-white text-xs text-slate-600 px-3 py-1.5 rounded-lg border border-health-100 shadow-sm\">\r\n                    <i data-lucide=\"building-2\" class=\"w-3.5 h-3.5 text-health-500\"><\/i>\r\n                    Haramaya University\r\n                <\/span>\r\n            <\/div>\r\n\r\n            <!-- Qualifications -->\r\n            <div class=\"flex flex-wrap justify-center md:justify-start gap-x-5 gap-y-2 mt-5 pt-5 border-t border-health-100\">\r\n                <div class=\"flex items-center gap-2\">\r\n                    <div class=\"w-7 h-7 rounded-full bg-health-100 flex items-center justify-center\">\r\n                        <i data-lucide=\"file-badge\" class=\"w-3.5 h-3.5 text-health-600\"><\/i>\r\n                    <\/div>\r\n                    <div>\r\n                        <p class=\"text-[10px] text-slate-400 leading-none\">Degree<\/p>\r\n                        <p class=\"text-[11px] font-medium text-slate-700\">Doctor of Medicine (MD)<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"flex items-center gap-2\">\r\n                    <div class=\"w-7 h-7 rounded-full bg-health-100 flex items-center justify-center\">\r\n                        <i data-lucide=\"file-badge-2\" class=\"w-3.5 h-3.5 text-health-600\"><\/i>\r\n                    <\/div>\r\n                    <div>\r\n                        <p class=\"text-[10px] text-slate-400 leading-none\">Master's<\/p>\r\n                        <p class=\"text-[11px] font-medium text-slate-700\">MPH \u2014 Health Service Mgmt<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"flex items-center gap-2\">\r\n                    <div class=\"w-7 h-7 rounded-full bg-health-100 flex items-center justify-center\">\r\n                        <i data-lucide=\"shield-check\" class=\"w-3.5 h-3.5 text-health-600\"><\/i>\r\n                    <\/div>\r\n                    <div>\r\n                        <p class=\"text-[10px] text-slate-400 leading-none\">Specialty<\/p>\r\n                        <p class=\"text-[11px] font-medium text-slate-700\">General Surgery<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Tagline Quote -->\r\n    <div class=\"anim d4 bg-gradient-to-br from-health-600 to-health-800 rounded-2xl p-8 mb-10 relative overflow-hidden\">\r\n        <div class=\"quote-mark\">\"<\/div>\r\n        <div class=\"relative z-10 pl-6 sm:pl-4\">\r\n            <p class=\"text-lg sm:text-xl font-medium text-white leading-relaxed italic\">\r\n                Transforming healthcare through leadership, innovation, and service.\r\n            <\/p>\r\n            <p class=\"text-sm text-health-200 mt-3\">\u2014 Dr. Abdi Amin Abdukadir<\/p>\r\n        <\/div>\r\n        <!-- Decorative circles -->\r\n        <div class=\"absolute -top-10 -right-10 w-40 h-40 rounded-full bg-white\/5\"><\/div>\r\n        <div class=\"absolute -bottom-6 -right-20 w-24 h-24 rounded-full bg-white\/5\"><\/div>\r\n    <\/div>\r\n\r\n    <!-- Bio Section -->\r\n    <div class=\"anim d5 bg-white rounded-2xl p-6 sm:p-8 mb-8 shadow-sm border border-solid border-health-200\">\r\n        <h3 class=\"text-sm font-semibold text-health-800 mb-4 flex items-center gap-2\">\r\n            <i data-lucide=\"user\" class=\"w-4 h-4 text-health-600\"><\/i>\r\n            Biography\r\n        <\/h3>\r\n        <div class=\"space-y-4 text-sm text-slate-600 leading-relaxed\">\r\n            <p>\r\n                Dr. Abdi Amin Abdukadir is the Head of the Harari National Regional State Health Bureau, a General Surgeon, and Assistant Professor of Surgery at Haramaya University. He holds a Doctor of Medicine (MD), a Master of Public Health (MPH) in Health Service Management, and a Specialty Certificate in General Surgery.\r\n            <\/p>\r\n            <p>\r\n                With over a decade of experience, Dr. Abdi has combined clinical excellence with public health leadership to strengthen healthcare delivery in Eastern Ethiopia. He has overseen the expansion of hospitals and health posts, introduced advanced surgical services, and pioneered digital health systems that improved efficiency and accountability.\r\n            <\/p>\r\n            <p>\r\n                Beyond his formal roles, Dr. Abdi has led voluntary medical campaigns reaching more than <strong class=\"text-health-700\">135,000 people<\/strong>, organized free cataract surgeries for underserved patients, and established ICU and NICU services in regional hospitals. His research contributions, published in leading international journals, focus on surgical safety, maternal health, and digital health innovation.\r\n            <\/p>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Key Achievements -->\r\n    <div class=\"anim d6 mb-8\">\r\n        <h3 class=\"text-sm font-semibold text-health-800 mb-4 flex items-center gap-2\">\r\n            <i data-lucide=\"trophy\" class=\"w-4 h-4 text-health-600\"><\/i>\r\n            Key Achievements\r\n        <\/h3>\r\n        <div class=\"grid grid-cols-2 sm:grid-cols-4 gap-4\">\r\n            <div class=\"achievement-card bg-white rounded-xl p-5 text-center border border-solid border-health-100\">\r\n                <div class=\"w-10 h-10 rounded-full bg-health-50 flex items-center justify-center mx-auto mb-3\">\r\n                    <i data-lucide=\"users\" class=\"w-5 h-5 text-health-600\"><\/i>\r\n                <\/div>\r\n                <p class=\"text-2xl font-bold stat-num\">135K+<\/p>\r\n                <p class=\"text-[10px] text-slate-500 mt-1 leading-tight\">People Reached Through Voluntary Campaigns<\/p>\r\n            <\/div>\r\n            <div class=\"achievement-card bg-white rounded-xl p-5 text-center border border-solid border-health-100\">\r\n                <div class=\"w-10 h-10 rounded-full bg-health-50 flex items-center justify-center mx-auto mb-3\">\r\n                    <i data-lucide=\"eye\" class=\"w-5 h-5 text-health-600\"><\/i>\r\n                <\/div>\r\n                <p class=\"text-2xl font-bold stat-num\">Free<\/p>\r\n                <p class=\"text-[10px] text-slate-500 mt-1 leading-tight\">Cataract Surgeries for Underserved Patients<\/p>\r\n            <\/div>\r\n            <div class=\"achievement-card bg-white rounded-xl p-5 text-center border border-solid border-health-100\">\r\n                <div class=\"w-10 h-10 rounded-full bg-health-50 flex items-center justify-center mx-auto mb-3\">\r\n                    <i data-lucide=\"heart-pulse\" class=\"w-5 h-5 text-health-600\"><\/i>\r\n                <\/div>\r\n                <p class=\"text-2xl font-bold stat-num\">ICU<\/p>\r\n                <p class=\"text-[10px] text-slate-500 mt-1 leading-tight\">ICU & NICU Services Established in Regional Hospitals<\/p>\r\n            <\/div>\r\n            <div class=\"achievement-card bg-white rounded-xl p-5 text-center border border-solid border-health-100\">\r\n                <div class=\"w-10 h-10 rounded-full bg-health-50 flex items-center justify-center mx-auto mb-3\">\r\n                    <i data-lucide=\"book-open\" class=\"w-5 h-5 text-health-600\"><\/i>\r\n                <\/div>\r\n                <p class=\"text-2xl font-bold stat-num\">Published<\/p>\r\n                <p class=\"text-[10px] text-slate-500 mt-1 leading-tight\">Research in International Journals<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Research Focus Areas -->\r\n    <div class=\"anim d7 bg-white rounded-2xl p-6 sm:p-8 mb-8 shadow-sm border border-solid border-health-200\">\r\n        <h3 class=\"text-sm font-semibold text-health-800 mb-4 flex items-center gap-2\">\r\n            <i data-lucide=\"microscope\" class=\"w-4 h-4 text-health-600\"><\/i>\r\n            Research Focus Areas\r\n        <\/h3>\r\n        <div class=\"flex flex-wrap gap-3\">\r\n            <span class=\"inline-flex items-center gap-2 bg-health-50 text-health-700 text-xs font-medium px-4 py-2.5 rounded-xl\" style=\"border: 2px dashed #0d9488;\">\r\n                <i data-lucide=\"shield-check\" class=\"w-3.5 h-3.5\"><\/i>\r\n                Surgical Safety\r\n            <\/span>\r\n            <span class=\"inline-flex items-center gap-2 bg-health-50 text-health-700 text-xs font-medium px-4 py-2.5 rounded-xl\" style=\"border: 3px dotted #0d9488;\">\r\n                <i data-lucide=\"baby\" class=\"w-3.5 h-3.5\"><\/i>\r\n                Maternal Health\r\n            <\/span>\r\n            <span class=\"inline-flex items-center gap-2 bg-health-50 text-health-700 text-xs font-medium px-4 py-2.5 rounded-xl\" style=\"border: 4px double #0d9488;\">\r\n                <i data-lucide=\"monitor-smartphone\" class=\"w-3.5 h-3.5\"><\/i>\r\n                Digital Health Innovation\r\n            <\/span>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Message from Bureau Head -->\r\n    <div class=\"anim d8 bg-white rounded-2xl p-6 sm:p-8 mb-8 shadow-sm border border-solid border-health-200\">\r\n        <h3 class=\"text-sm font-semibold text-health-800 mb-5 flex items-center gap-2\">\r\n            <i data-lucide=\"message-square-text\" class=\"w-4 h-4 text-health-600\"><\/i>\r\n            Message from the Bureau Head\r\n        <\/h3>\r\n        <div class=\"message-box bg-health-50\/60 rounded-r-xl p-6\">\r\n            <div class=\"space-y-4 text-sm text-slate-600 leading-relaxed\">\r\n                <p>\r\n                    It is my honor to serve the people of Harari as Head of the Regional Health Bureau. With a background in medicine, surgery, and a Master of Public Health in Health Service Management, I have dedicated my career to advancing both clinical excellence and strong health system leadership.\r\n                <\/p>\r\n                <p>\r\n                    Our vision is to build a resilient, equitable, and patient\u2011centered health system that meets the needs of every citizen. Over the past years, we have expanded hospitals and health posts, introduced advanced surgical and specialty services, and strengthened our primary healthcare programs. We have also embraced digital transformation, implementing electronic medical records and modernizing community\u2011based health insurance to ensure efficiency, transparency, and accountability.\r\n                <\/p>\r\n                <p>\r\n                    Public health challenges such as M\u2011Pox, malaria, measles, and polio have tested our system, but through coordinated response and community engagement, we have successfully contained outbreaks and safeguarded lives. Beyond institutional reforms, I remain committed to voluntary service \u2014 organizing outreach campaigns that have reached more than <strong class=\"text-health-700\">135,000 people<\/strong> and supporting vulnerable groups across our region.\r\n                <\/p>\r\n                <p>\r\n                    Together with our dedicated professionals, partners, and communities, we will continue to innovate, expand access, and strengthen trust in our health system. I invite all stakeholders to join us in this mission to ensure a healthier future for Harari.\r\n                <\/p>\r\n            <\/div>\r\n            <div class=\"mt-6 pt-4 border-t border-health-200\/60 flex items-center gap-3\">\r\n                <div class=\"w-9 h-9 rounded-full bg-health-600 flex items-center justify-center flex-shrink-0\">\r\n                    <i data-lucide=\"pen-line\" class=\"w-4 h-4 text-white\"><\/i>\r\n                <\/div>\r\n                <div>\r\n                    <p class=\"text-xs font-semibold text-slate-800\">Dr. Abdi Amin Abdukadir<\/p>\r\n                    <p class=\"text-[10px] text-slate-500\">Head of Harari National Regional State Health Bureau<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Highlights Under Leadership -->\r\n    <div class=\"anim d9 mb-8\">\r\n        <h3 class=\"text-sm font-semibold text-health-800 mb-4 flex items-center gap-2\">\r\n            <i data-lucide=\"sparkles\" class=\"w-4 h-4 text-health-600\"><\/i>\r\n            Highlights Under His Leadership\r\n        <\/h3>\r\n        <div class=\"grid sm:grid-cols-2 gap-4\">\r\n            <div class=\"bg-health-50 rounded-xl p-5 achievement-card\" style=\"border-left: 4px solid #0d9488;\">\r\n                <div class=\"flex items-center gap-2 mb-2\">\r\n                    <i data-lucide=\"building\" class=\"w-4 h-4 text-health-600\"><\/i>\r\n                    <p class=\"text-xs font-semibold text-slate-800\">Facility Expansion<\/p>\r\n                <\/div>\r\n                <p class=\"text-[11px] text-slate-500 leading-relaxed\">Oversaw the expansion of hospitals and health posts to increase access to quality healthcare services across the region.<\/p>\r\n            <\/div>\r\n            <div class=\"bg-health-50 rounded-xl p-5 achievement-card\" style=\"border-left: 4px solid #14b8a6;\">\r\n                <div class=\"flex items-center gap-2 mb-2\">\r\n                    <i data-lucide=\"scissors\" class=\"w-4 h-4 text-health-600\"><\/i>\r\n                    <p class=\"text-xs font-semibold text-slate-800\">Advanced Surgical Services<\/p>\r\n                <\/div>\r\n                <p class=\"text-[11px] text-slate-500 leading-relaxed\">Introduced advanced surgical services and established ICU and NICU capabilities in regional hospitals.<\/p>\r\n            <\/div>\r\n            <div class=\"bg-health-50 rounded-xl p-5 achievement-card\" style=\"border-left: 4px solid #2dd4bf;\">\r\n                <div class=\"flex items-center gap-2 mb-2\">\r\n                    <i data-lucide=\"monitor\" class=\"w-4 h-4 text-health-600\"><\/i>\r\n                    <p class=\"text-xs font-semibold text-slate-800\">Digital Health Transformation<\/p>\r\n                <\/div>\r\n                <p class=\"text-[11px] text-slate-500 leading-relaxed\">Pioneered digital health systems including electronic medical records, improving efficiency and accountability.<\/p>\r\n            <\/div>\r\n            <div class=\"bg-health-50 rounded-xl p-5 achievement-card\" style=\"border-left: 4px solid #5eead4;\">\r\n                <div class=\"flex items-center gap-2 mb-2\">\r\n                    <i data-lucide=\"shield-alert\" class=\"w-4 h-4 text-health-600\"><\/i>\r\n                    <p class=\"text-xs font-semibold text-slate-800\">Outbreak Response<\/p>\r\n                <\/div>\r\n                <p class=\"text-[11px] text-slate-500 leading-relaxed\">Successfully contained M-Pox, malaria, measles, and polio outbreaks through coordinated response and community engagement.<\/p>\r\n            <\/div>\r\n            <div class=\"bg-health-50 rounded-xl p-5 achievement-card\" style=\"border-left: 4px solid #0d9488;\">\r\n                <div class=\"flex items-center gap-2 mb-2\">\r\n                    <i data-lucide=\"hand-heart\" class=\"w-4 h-4 text-health-600\"><\/i>\r\n                    <p class=\"text-xs font-semibold text-slate-800\">Community Health Insurance<\/p>\r\n                <\/div>\r\n                <p class=\"text-[11px] text-slate-500 leading-relaxed\">Modernized community-based health insurance to ensure financial protection and equitable access to services.<\/p>\r\n            <\/div>\r\n            <div class=\"bg-health-50 rounded-xl p-5 achievement-card\" style=\"border-left: 4px solid #14b8a6;\">\r\n                <div class=\"flex items-center gap-2 mb-2\">\r\n                    <i data-lucide=\"heart-handshake\" class=\"w-4 h-4 text-health-600\"><\/i>\r\n                    <p class=\"text-xs font-semibold text-slate-800\">Voluntary Medical Campaigns<\/p>\r\n                <\/div>\r\n                <p class=\"text-[11px] text-slate-500 leading-relaxed\">Led outreach campaigns reaching 135,000+ people with free cataract surgeries and services for vulnerable groups.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Bottom Identity Bar -->\r\n    <div class=\"anim d10 bg-gradient-to-br from-health-600 to-health-800 rounded-2xl p-6 text-white mb-6\">\r\n        <div class=\"flex flex-col sm:flex-row items-center sm:items-center justify-between gap-4\">\r\n            <div class=\"flex items-center gap-4\">\r\n                <div class=\"w-14 h-14 rounded-xl overflow-hidden border-2 border-white\/30 flex-shrink-0\">\r\n                    <img decoding=\"async\" src=\"https:\/\/hararhealthbureau.org\/wp-content\/uploads\/2026\/07\/dr.-Abdi-A.jpg\" alt=\"Dr. Abdi\" class=\"w-full h-full object-cover\">\r\n                <\/div>\r\n                <div>\r\n                    <p class=\"text-sm font-semibold\">Dr. Abdi Amin Abdukadir<\/p>\r\n                    <p class=\"text-[11px] text-health-200\">Head, Harari National Regional State Health Bureau<\/p>\r\n                    <p class=\"text-[10px] text-health-300 mt-0.5\">General Surgeon &bull; Assistant Professor of Surgery &bull; Haramaya University<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"flex items-center gap-2 no-print\">\r\n                <button onclick=\"copyEmail()\" class=\"text-[11px] font-medium bg-white\/10 hover:bg-white\/20 text-white px-4 py-2 rounded-lg transition-colors cursor-pointer flex items-center gap-1.5 backdrop-blur-sm\">\r\n                    <i data-lucide=\"mail\" class=\"w-3 h-3\"><\/i> Contact\r\n                <\/button>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Footer -->\r\n    <div class=\"anim d10 pt-5 border-t-2 border-solid border-health-200 flex flex-col sm:flex-row items-center justify-between gap-2 text-[10px] text-slate-400\">\r\n        <span>\u00a9 2025 Harari National Regional State Health Bureau. All rights reserved.<\/span>\r\n        <span class=\"flex items-center gap-1 text-slate-400\">\r\n            <i data-lucide=\"map-pin\" class=\"w-3 h-3\"><\/i>\r\n            Harar, Ethiopia\r\n        <\/span>\r\n    <\/div>\r\n\r\n<\/div>\r\n\r\n<!-- Toast Notification -->\r\n<div id=\"toast\" class=\"toast\">\r\n    <i data-lucide=\"check-circle\" class=\"w-4 h-4\"><\/i>\r\n    <span id=\"toastMsg\">Action completed<\/span>\r\n<\/div>\r\n\r\n<script>\r\n    lucide.createIcons();\r\n\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n        document.querySelectorAll('[class*=\"anim\"]').forEach(el => {\r\n            el.style.animationPlayState = 'running';\r\n        });\r\n    });\r\n\r\n    function showToast(message) {\r\n        const toast = document.getElementById('toast');\r\n        const toastMsg = document.getElementById('toastMsg');\r\n        toastMsg.textContent = message;\r\n        toast.classList.add('show');\r\n        setTimeout(() => toast.classList.remove('show'), 2500);\r\n    }\r\n\r\n    function copyEmail() {\r\n        showToast('Contact information copied!');\r\n    }\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\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>Bureau Head \u2014 Harari Regional Health Bureau Harari National Regional State Health Bureau Office of the Bureau Head Print Bureau Head Dr. Abdi Amin Abdukadir Head of Harari National Regional State Health Bureau General Surgeon Assistant Professor of Surgery Haramaya University Degree Doctor of Medicine (MD) Master&#8217;s MPH \u2014 Health Service Mgmt Specialty General Surgery [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":126,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_angie_page":false,"footnotes":""},"class_list":["post-244","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/hararhealthbureau.org\/index.php\/wp-json\/wp\/v2\/pages\/244","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hararhealthbureau.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hararhealthbureau.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hararhealthbureau.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hararhealthbureau.org\/index.php\/wp-json\/wp\/v2\/comments?post=244"}],"version-history":[{"count":46,"href":"https:\/\/hararhealthbureau.org\/index.php\/wp-json\/wp\/v2\/pages\/244\/revisions"}],"predecessor-version":[{"id":1232,"href":"https:\/\/hararhealthbureau.org\/index.php\/wp-json\/wp\/v2\/pages\/244\/revisions\/1232"}],"up":[{"embeddable":true,"href":"https:\/\/hararhealthbureau.org\/index.php\/wp-json\/wp\/v2\/pages\/126"}],"wp:attachment":[{"href":"https:\/\/hararhealthbureau.org\/index.php\/wp-json\/wp\/v2\/media?parent=244"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}