{"id":225,"date":"2026-05-24T01:13:50","date_gmt":"2026-05-24T01:13:50","guid":{"rendered":"http:\/\/localhost\/harar\/?page_id=225"},"modified":"2026-07-20T17:09:40","modified_gmt":"2026-07-20T17:09:40","slug":"immunization-program","status":"publish","type":"page","link":"https:\/\/hararhealthbureau.org\/index.php\/health-programs\/immunization-program\/","title":{"rendered":"Immunization Program"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"225\" class=\"elementor elementor-225\" 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-78a16b8 e-flex e-con-boxed e-con e-parent\" data-id=\"78a16b8\" 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-a8bc617 elementor-widget elementor-widget-html\" data-id=\"a8bc617\" 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>PMED, Digital Health & Infrastructure Directorate<\/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        .anim { animation: fadeInUp 0.5s ease-out forwards; opacity: 0; }\r\n        .d1 { animation-delay: .08s } .d2 { animation-delay: .16s }\r\n        .d3 { animation-delay: .24s } .d4 { animation-delay: .32s }\r\n        .d5 { animation-delay: .4s } .d6 { animation-delay: .48s }\r\n        .d7 { animation-delay: .56s } .d8 { animation-delay: .64s }\r\n        .d9 { animation-delay: .72s } .d10 { animation-delay: .8s }\r\n\r\n        .b-dashed  { border: 2px dashed #0d9488; }\r\n        .b-dotted  { border: 3px dotted #0d9488; }\r\n        .b-double  { border: 4px double #0d9488; }\r\n        .b-groove  { border: 3px groove #0d9488; }\r\n        .b-ridge   { border: 3px ridge #0d9488; }\r\n        .b-inset   { border: 3px inset #0d9488; }\r\n\r\n        .ico {\r\n            width: 46px; height: 46px; border-radius: 50%;\r\n            display: flex; align-items: center; justify-content: center;\r\n            background: linear-gradient(135deg, #0d9488, #14b8a6);\r\n            box-shadow: 0 4px 14px -2px rgb(13 148 136 \/ 0.45);\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .card { transition: all .3s ease; }\r\n        .card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px -6px rgb(0 0 0 \/ 0.1); }\r\n\r\n        .dept-body { max-height: 0; overflow: hidden; transition: max-height .5s ease, padding .3s ease, opacity .3s ease; opacity: 0; }\r\n        .dept-body.open { max-height: 600px; opacity: 1; }\r\n\r\n        .chevron-rotate { transition: transform .3s ease; }\r\n        .chevron-rotate.rotated { transform: rotate(180deg); }\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        .tab-btn { transition: all .2s ease; }\r\n        .tab-btn.active { background: #0d9488; color: #fff; box-shadow: 0 4px 12px -2px rgb(13 148 136 \/ 0.35); }\r\n\r\n        .obj-item { position: relative; padding-left: 18px; }\r\n        .obj-item::before {\r\n            content: ''; position: absolute; left: 0; top: 6px;\r\n            width: 8px; height: 8px; border-radius: 50%;\r\n            background: #14b8a6; border: 2px solid #0d9488;\r\n        }\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            .dept-body { max-height: none !important; opacity: 1 !important; }\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    <!-- Header -->\r\n    <div class=\"anim flex flex-col sm:flex-row items-start sm:items-center justify-between gap-3 mb-7 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=\"bar-chart-3\" class=\"w-5 h-5 text-white\"><\/i>\r\n            <\/div>\r\n            <div>\r\n                <h1 class=\"text-xl sm:text-2xl font-semibold text-health-900 tracking-tight leading-tight\">Plan, Monitoring Evaluation, Digital Health & Infrastructure Directorate<\/h1>\r\n                <p class=\"text-xs text-health-600 font-medium\">Harari Regional Health Bureau<\/p>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"flex items-center gap-3 no-print\">\r\n            <div class=\"flex items-center gap-1.5 text-xs text-slate-400\">\r\n                <i data-lucide=\"calendar\" class=\"w-3.5 h-3.5\"><\/i>\r\n                <span>June 2025<\/span>\r\n            <\/div>\r\n            <button onclick=\"toggleAll()\" id=\"toggleAllBtn\" 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\">\r\n                Expand All\r\n            <\/button>\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    <!-- Director Profile -->\r\n    <div class=\"anim d1 bg-white rounded-2xl p-5 sm:p-7 mb-7 shadow-sm border border-solid border-health-200\">\r\n        <div class=\"flex flex-col sm:flex-row gap-5 items-start\">\r\n            <div class=\"relative flex-shrink-0 mx-auto sm:mx-0\">\r\n                <div class=\"w-32 h-36 rounded-xl overflow-hidden border-2 border-solid border-health-200 shadow-md\">\r\n                    <img decoding=\"async\" src=\"https:\/\/hararhealthbureau.org\/wp-content\/uploads\/2026\/07\/Abdusemed-Ali.jpg\" alt=\"Director Photo\" class=\"w-full h-full object-cover\">\r\n                <\/div>\r\n                <div class=\"absolute -bottom-2 -right-2 bg-health-600 text-white text-[8px] font-semibold px-2 py-1 rounded-full uppercase tracking-wider shadow\">Director<\/div>\r\n            <\/div>\r\n            <div class=\"flex-1 text-center sm:text-left\">\r\n                <h2 class=\"text-xl font-semibold text-slate-900 tracking-tight\">Directorate Director<\/h2>\r\n                <h3 class=\"text-xl font-semibold text-slate-900 tracking-tight\">Mr. Abdusemed Ali<\/h3>\r\n                                <p class=\"text-xs text-health-600 font-medium mt-0.5\">PMED, Digital Health & Infrastructure Directorate<\/p>\r\n                <p class=\"text-xs text-slate-500 leading-relaxed mt-2.5\">\r\n                    The Directorate Director leads the planning, budgeting, monitoring, evaluation, resource mobilization, digital health, and infrastructure development functions of the Harari Regional Health Bureau. The Director institutionalizes the principles of One Plan, One Budget, and One Report within the health sector, spearheads preparation of strategic and operational plans through participatory processes, implements robust health information systems, and ensures effective coordination and harmonization among all health sector stakeholders.\r\n                <\/p>\r\n                <div class=\"flex flex-wrap justify-center sm:justify-start gap-4 mt-3\">\r\n                    <div class=\"flex items-center gap-1.5\">\r\n                        <i data-lucide=\"map-pin\" class=\"w-3.5 h-3.5 text-health-500\"><\/i>\r\n                        <span class=\"text-[11px] font-medium text-slate-600\">Harari Regional Health Bureau<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"flex-shrink-0 bg-health-50 rounded-xl p-4 w-full sm:w-52 text-center sm:text-left\" style=\"border: 3px dotted #0d9488;\">\r\n                <p class=\"text-[9px] font-semibold uppercase tracking-widest text-health-600 mb-2.5\">Office Contact<\/p>\r\n                <div class=\"space-y-2\">\r\n                    <div class=\"flex items-center gap-2 justify-center sm:justify-start\">\r\n                        <i data-lucide=\"phone\" class=\"w-3 h-3 text-health-500\"><\/i>\r\n                        <span class=\"text-[11px] text-slate-700\">+251 25 111 2200<\/span>\r\n                    <\/div>\r\n                    <div class=\"flex items-center gap-2 justify-center sm:justify-start\">\r\n                        <i data-lucide=\"mail\" class=\"w-3 h-3 text-health-500\"><\/i>\r\n                        <span class=\"text-[11px] text-slate-700 break-all\">abdusemedali50@gmail.com<\/span>\r\n                    <\/div>\r\n                    <div class=\"flex items-center gap-2 justify-center sm:justify-start\">\r\n                        <i data-lucide=\"map-pin\" class=\"w-3 h-3 text-health-500\"><\/i>\r\n                        <span class=\"text-[11px] text-slate-700\">Harari Regional Health Bureau, Harar<\/span>\r\n                    <\/div>\r\n                    <div class=\"flex items-center gap-2 justify-center sm:justify-start\">\r\n                        <i data-lucide=\"clock\" class=\"w-3 h-3 text-health-500\"><\/i>\r\n                        <span class=\"text-[11px] text-slate-700\">Mon\u2013Fri, 8:30 AM\u20135:30 PM<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Vision & Mission -->\r\n    <div class=\"anim d2 grid sm:grid-cols-2 gap-4 mb-7\">\r\n        <div class=\"bg-white rounded-xl p-5 border border-solid border-health-100 card\">\r\n            <div class=\"flex items-center gap-2 mb-2.5\">\r\n                <i data-lucide=\"eye\" class=\"w-4 h-4 text-health-600\"><\/i>\r\n                <h3 class=\"text-sm font-semibold text-slate-900\">Vision<\/h3>\r\n            <\/div>\r\n            <p class=\"text-xs text-slate-500 leading-relaxed\">\r\n                To see a healthy, productive and prosperous society through evidence-based planning, budgeting, and decision-making practices.\r\n            <\/p>\r\n        <\/div>\r\n        <div class=\"bg-white rounded-xl p-5 border border-solid border-health-100 card\">\r\n            <div class=\"flex items-center gap-2 mb-2.5\">\r\n                <i data-lucide=\"target\" class=\"w-4 h-4 text-health-600\"><\/i>\r\n                <h3 class=\"text-sm font-semibold text-slate-900\">Mission<\/h3>\r\n            <\/div>\r\n            <p class=\"text-xs text-slate-500 leading-relaxed\">\r\n                To advance culture of evidence informed decision making to continually improve health system performance in delivering quality health services for all. The Directorate institutionalizes One Plan, One Budget, and One Report principles; prepares strategic and operational plans through participatory process; implements robust HIS; mobilizes resources; synthesizes evidence on health economics and financing; and strengthens harmonization and alignment of health sector stakeholders with effective private sector engagement.\r\n            <\/p>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Objectives -->\r\n    <div class=\"anim d2 bg-white rounded-2xl p-5 sm:p-7 mb-7 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=\"flag\" class=\"w-4 h-4 text-health-600\"><\/i>\r\n            Directorate Objectives\r\n        <\/h3>\r\n        <div class=\"space-y-3\">\r\n            <div class=\"obj-item text-xs text-slate-600 leading-relaxed\">\r\n                Promote culture of evidence-based planning, monitoring and decision making within the health sector to drive improvement in health system performance and thereby improve health outcomes.\r\n            <\/div>\r\n            <div class=\"obj-item text-xs text-slate-600 leading-relaxed\">\r\n                Identify funding gaps, map resources, and mobilize resources for priority health system investments.\r\n            <\/div>\r\n            <div class=\"obj-item text-xs text-slate-600 leading-relaxed\">\r\n                Ensure efficient utilization and equitable allocation of existing resources and guide efforts to increase financial risk protection through grant management practices.\r\n            <\/div>\r\n            <div class=\"obj-item text-xs text-slate-600 leading-relaxed\">\r\n                Serve as a focal unit for Development Partners coordination to strengthen harmonization and alignment among stakeholders of the health sector.\r\n            <\/div>\r\n            <div class=\"obj-item text-xs text-slate-600 leading-relaxed\">\r\n                Engage private for-profit and non-profit stakeholders in fostering a shared vision and agenda in health, harnessing the potentials of private sector engagement and facilitating an enabling environment.\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Quick Stats Row -->\r\n    <div class=\"anim d3 grid grid-cols-2 sm:grid-cols-4 gap-3 mb-7\">\r\n        <div class=\"bg-white rounded-xl p-4 text-center border border-solid border-health-100 card\">\r\n            <p class=\"text-2xl font-bold text-health-700\">6<\/p>\r\n            <p class=\"text-[10px] text-slate-500 mt-0.5\">Teams & Units<\/p>\r\n        <\/div>\r\n        <div class=\"bg-white rounded-xl p-4 text-center border border-solid border-health-100 card\">\r\n            <p class=\"text-2xl font-bold text-health-700\">1 Plan<\/p>\r\n            <p class=\"text-[10px] text-slate-500 mt-0.5\">One Budget, One Report<\/p>\r\n        <\/div>\r\n        <div class=\"bg-white rounded-xl p-4 text-center border border-solid border-health-100 card\">\r\n            <p class=\"text-2xl font-bold text-health-700\">HIS<\/p>\r\n            <p class=\"text-[10px] text-slate-500 mt-0.5\">Digital Health Systems<\/p>\r\n        <\/div>\r\n        <div class=\"bg-white rounded-xl p-4 text-center border border-solid border-health-100 card\">\r\n            <p class=\"text-2xl font-bold text-health-700\">PPP<\/p>\r\n            <p class=\"text-[10px] text-slate-500 mt-0.5\">Private Sector Engagement<\/p>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Filter Tabs -->\r\n    <div class=\"anim d3 flex flex-wrap items-center gap-2 mb-5 no-print\">\r\n        <span class=\"text-[10px] font-semibold uppercase tracking-widest text-slate-400 mr-1\">Filter:<\/span>\r\n        <button onclick=\"filterDept('all')\" class=\"tab-btn active text-[11px] font-medium px-3 py-1.5 rounded-lg bg-health-100 text-health-700 cursor-pointer\" data-filter=\"all\">All<\/button>\r\n        <button onclick=\"filterDept('pmed')\" class=\"tab-btn text-[11px] font-medium px-3 py-1.5 rounded-lg bg-health-100 text-health-700 cursor-pointer\" data-filter=\"pmed\">PMED Teams<\/button>\r\n        <button onclick=\"filterDept('ops')\" class=\"tab-btn text-[11px] font-medium px-3 py-1.5 rounded-lg bg-health-100 text-health-700 cursor-pointer\" data-filter=\"ops\">Digital Health & Infra<\/button>\r\n    <\/div>\r\n\r\n    <!-- Section Title -->\r\n    <div class=\"anim d3 flex items-center gap-3 mb-5\">\r\n        <div class=\"h-px flex-1 bg-health-200\"><\/div>\r\n        <h2 class=\"text-xs font-semibold uppercase tracking-widest text-health-700 flex items-center gap-2\">\r\n            <i data-lucide=\"layout-grid\" class=\"w-3.5 h-3.5\"><\/i>\r\n            Teams & Units\r\n        <\/h2>\r\n        <div class=\"h-px flex-1 bg-health-200\"><\/div>\r\n    <\/div>\r\n\r\n    <!-- Departments Grid -->\r\n    <div class=\"grid sm:grid-cols-2 lg:grid-cols-3 gap-5 mb-7\" id=\"deptGrid\">\r\n\r\n        <!-- 1. Health Information and Statistics Team -->\r\n        <div class=\"anim d3 dept-card bg-health-50 rounded-xl b-dashed card\" data-category=\"pmed\">\r\n            <div class=\"p-5 cursor-pointer select-none\" onclick=\"toggleDept(this)\">\r\n                <div class=\"flex items-start justify-between\">\r\n                    <div class=\"flex items-center gap-3\">\r\n                        <div class=\"ico\"><i data-lucide=\"database\" class=\"w-5 h-5 text-white\"><\/i><\/div>\r\n                        <div>\r\n                            <h3 class=\"text-sm font-semibold text-slate-900 leading-tight\">Health Information & Statistics<\/h3>\r\n                            <p class=\"text-[10px] text-health-600 font-medium mt-0.5\">HIS & Data Management<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <i data-lucide=\"chevron-down\" class=\"w-4 h-4 text-slate-400 chevron-rotate mt-1 flex-shrink-0\"><\/i>\r\n                <\/div>\r\n                <p class=\"text-[11px] text-slate-500 leading-relaxed mt-2.5\">\r\n                    Developing, testing, and implementing health information systems to generate and ensure access to quality data at all levels, fostering culture of evidence informed decision making.\r\n                <\/p>\r\n            <\/div>\r\n            <div class=\"dept-body px-5 pb-0\">\r\n                <div class=\"pb-5\">\r\n                    <ul class=\"space-y-1.5 mb-3\">\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Develop & Implement Health Information Systems\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Routine Data Analysis, Generation & Use\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Identify Priority HIS Sub-Systems for Digitization\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Software Requirements Development & Testing\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Strengthen Governance of HIS for Coordination\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Dissemination of Information Products to Actors\r\n                        <\/li>\r\n                    <\/ul>\r\n                    <div class=\"pt-3 border-t border-health-200\/60 grid grid-cols-2 gap-2\">\r\n                        <div class=\"flex items-center gap-1.5 text-[10px] text-slate-400\">\r\n                            <i data-lucide=\"phone\" class=\"w-3 h-3\"><\/i> +251 25 111 2210\r\n                        <\/div>\r\n                        <div class=\"flex items-center gap-1.5 text-[10px] text-slate-400\">\r\n                            <i data-lucide=\"mail\" class=\"w-3 h-3\"><\/i> his@hararihealth.gov.et\r\n                        <\/div>\r\n                        <div class=\"flex items-center gap-1.5 text-[10px] text-slate-400 col-span-2\">\r\n                            <i data-lucide=\"user\" class=\"w-3 h-3\"><\/i> Team Leader: TBD\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- 2. Plan, Budget, Monitoring and Evaluation Team -->\r\n        <div class=\"anim d4 dept-card bg-health-50 rounded-xl b-dotted card\" data-category=\"pmed\">\r\n            <div class=\"p-5 cursor-pointer select-none\" onclick=\"toggleDept(this)\">\r\n                <div class=\"flex items-start justify-between\">\r\n                    <div class=\"flex items-center gap-3\">\r\n                        <div class=\"ico\"><i data-lucide=\"chart-no-axes-combined\" class=\"w-5 h-5 text-white\"><\/i><\/div>\r\n                        <div>\r\n                            <h3 class=\"text-sm font-semibold text-slate-900 leading-tight\">Plan, Budget, M&E<\/h3>\r\n                            <p class=\"text-[10px] text-health-600 font-medium mt-0.5\">Strategic Planning & Performance Tracking<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <i data-lucide=\"chevron-down\" class=\"w-4 h-4 text-slate-400 chevron-rotate mt-1 flex-shrink-0\"><\/i>\r\n                <\/div>\r\n                <p class=\"text-[11px] text-slate-500 leading-relaxed mt-2.5\">\r\n                    Preparing strategic and operational plans, ensuring routinization of performance monitoring, and leading evaluations including ARM, JSC, MTR and Final Evaluation of strategic plans.\r\n                <\/p>\r\n            <\/div>\r\n            <div class=\"dept-body px-5 pb-0\">\r\n                <div class=\"pb-5\">\r\n                    <ul class=\"space-y-1.5 mb-3\">\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Strategic & Operational Plan Preparation\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Performance Reviews & Supervisory Visits\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Annual Review Meetings (ARM) Coordination\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Joint Steering Committee (JSC) Facilitation\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Mid-Term & Final Evaluation of Strategic Plans\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Implementation Research & Surveys Coordination\r\n                        <\/li>\r\n                    <\/ul>\r\n                    <div class=\"pt-3 border-t border-health-200\/60 grid grid-cols-2 gap-2\">\r\n                        <div class=\"flex items-center gap-1.5 text-[10px] text-slate-400\">\r\n                            <i data-lucide=\"phone\" class=\"w-3 h-3\"><\/i> +251 25 111 2220\r\n                        <\/div>\r\n                        <div class=\"flex items-center gap-1.5 text-[10px] text-slate-400\">\r\n                            <i data-lucide=\"mail\" class=\"w-3 h-3\"><\/i> pme@hararihealth.gov.et\r\n                        <\/div>\r\n                        <div class=\"flex items-center gap-1.5 text-[10px] text-slate-400 col-span-2\">\r\n                            <i data-lucide=\"user\" class=\"w-3 h-3\"><\/i> Team Leader: TBD\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- 3. Grant and Project Management Team -->\r\n        <div class=\"anim d5 dept-card bg-health-50 rounded-xl b-double card\" data-category=\"pmed\">\r\n            <div class=\"p-5 cursor-pointer select-none\" onclick=\"toggleDept(this)\">\r\n                <div class=\"flex items-start justify-between\">\r\n                    <div class=\"flex items-center gap-3\">\r\n                        <div class=\"ico\"><i data-lucide=\"wallet\" class=\"w-5 h-5 text-white\"><\/i><\/div>\r\n                        <div>\r\n                            <h3 class=\"text-sm font-semibold text-slate-900 leading-tight\">Grant & Project Management<\/h3>\r\n                            <p class=\"text-[10px] text-health-600 font-medium mt-0.5\">Resource Mobilization & Grant Administration<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <i data-lucide=\"chevron-down\" class=\"w-4 h-4 text-slate-400 chevron-rotate mt-1 flex-shrink-0\"><\/i>\r\n                <\/div>\r\n                <p class=\"text-[11px] text-slate-500 leading-relaxed mt-2.5\">\r\n                    Coordinating and administering Treasury budget, grants, and projects; serving as liaison between MOH, BOFED, Development Partners; and delivering capacity building on grant management.\r\n                <\/p>\r\n            <\/div>\r\n            <div class=\"dept-body px-5 pb-0\">\r\n                <div class=\"pb-5\">\r\n                    <ul class=\"space-y-1.5 mb-3\">\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Treasury Budget, Grant & Project Administration\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Stakeholder Resource Mapping & Mobilization\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Concept Note Preparation & Resource Solicitation\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Pledged Fund Tracking & Management Systems\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Capacity Building on Grant & CSO Management\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Liaison with MOH, BOFED & Development Partners\r\n                        <\/li>\r\n                    <\/ul>\r\n                    <div class=\"pt-3 border-t border-health-200\/60 grid grid-cols-2 gap-2\">\r\n                        <div class=\"flex items-center gap-1.5 text-[10px] text-slate-400\">\r\n                            <i data-lucide=\"phone\" class=\"w-3 h-3\"><\/i> +251 25 111 2230\r\n                        <\/div>\r\n                        <div class=\"flex items-center gap-1.5 text-[10px] text-slate-400\">\r\n                            <i data-lucide=\"mail\" class=\"w-3 h-3\"><\/i> grants@hararihealth.gov.et\r\n                        <\/div>\r\n                        <div class=\"flex items-center gap-1.5 text-[10px] text-slate-400 col-span-2\">\r\n                            <i data-lucide=\"user\" class=\"w-3 h-3\"><\/i> Team Leader: TBD\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- 4. Health Economics, Financing & PPP Team -->\r\n        <div class=\"anim d6 dept-card bg-health-50 rounded-xl b-groove card\" data-category=\"pmed\">\r\n            <div class=\"p-5 cursor-pointer select-none\" onclick=\"toggleDept(this)\">\r\n                <div class=\"flex items-start justify-between\">\r\n                    <div class=\"flex items-center gap-3\">\r\n                        <div class=\"ico\"><i data-lucide=\"handshake\" class=\"w-5 h-5 text-white\"><\/i><\/div>\r\n                        <div>\r\n                            <h3 class=\"text-sm font-semibold text-slate-900 leading-tight\">Health Economics, Financing & PPP<\/h3>\r\n                            <p class=\"text-[10px] text-health-600 font-medium mt-0.5\">Sustainable Financing & Private Sector Engagement<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <i data-lucide=\"chevron-down\" class=\"w-4 h-4 text-slate-400 chevron-rotate mt-1 flex-shrink-0\"><\/i>\r\n                <\/div>\r\n                <p class=\"text-[11px] text-slate-500 leading-relaxed mt-2.5\">\r\n                    Designing financial and economic analysis for evidence-based resource allocation, harnessing private sector engagement for UHC, and ensuring harmonization and alignment per the Paris Declaration.\r\n                <\/p>\r\n            <\/div>\r\n            <div class=\"dept-body px-5 pb-0\">\r\n                <div class=\"pb-5\">\r\n                    <ul class=\"space-y-1.5 mb-3\">\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Financial & Economic Analysis for Resource Allocation\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Private Capital Mobilization for Health\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Public-Private Coordination for Efficiency\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Quality Standards Enforcement for All Providers\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Harmonization & Alignment per Paris Declaration\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            JSC & Regional Platform Coordination\r\n                        <\/li>\r\n                    <\/ul>\r\n                    <div class=\"pt-3 border-t border-health-200\/60 grid grid-cols-2 gap-2\">\r\n                        <div class=\"flex items-center gap-1.5 text-[10px] text-slate-400\">\r\n                            <i data-lucide=\"phone\" class=\"w-3 h-3\"><\/i> +251 25 111 2240\r\n                        <\/div>\r\n                        <div class=\"flex items-center gap-1.5 text-[10px] text-slate-400\">\r\n                            <i data-lucide=\"mail\" class=\"w-3 h-3\"><\/i> ppp@hararihealth.gov.et\r\n                        <\/div>\r\n                        <div class=\"flex items-center gap-1.5 text-[10px] text-slate-400 col-span-2\">\r\n                            <i data-lucide=\"user\" class=\"w-3 h-3\"><\/i> Team Leader: TBD\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- 5. Digital Health -->\r\n        <div class=\"anim d7 dept-card bg-health-50 rounded-xl b-ridge card\" data-category=\"ops\">\r\n            <div class=\"p-5 cursor-pointer select-none\" onclick=\"toggleDept(this)\">\r\n                <div class=\"flex items-start justify-between\">\r\n                    <div class=\"flex items-center gap-3\">\r\n                        <div class=\"ico\"><i data-lucide=\"monitor-smartphone\" class=\"w-5 h-5 text-white\"><\/i><\/div>\r\n                        <div>\r\n                            <h3 class=\"text-sm font-semibold text-slate-900 leading-tight\">Digital Health<\/h3>\r\n                            <p class=\"text-[10px] text-health-600 font-medium mt-0.5\">Digital Health Case Team<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <i data-lucide=\"chevron-down\" class=\"w-4 h-4 text-slate-400 chevron-rotate mt-1 flex-shrink-0\"><\/i>\r\n                <\/div>\r\n                <p class=\"text-[11px] text-slate-500 leading-relaxed mt-2.5\">\r\n                    Leading the digital transformation of health service delivery through identification of priority health information sub-systems for digitization, software development requirements, and implementation of digital health solutions at all levels of the health system.\r\n                <\/p>\r\n            <\/div>\r\n            <div class=\"dept-body px-5 pb-0\">\r\n                <div class=\"pb-5\">\r\n                    <ul class=\"space-y-1.5 mb-3\">\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Digital Health Strategy & Implementation\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            HIS Sub-System Digitization & Software Development\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            eHealth Solutions Deployment at All Levels\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            IT Infrastructure & Network Management\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Data Security & Interoperability Standards\r\n                        <\/li>\r\n                    <\/ul>\r\n                    <div class=\"pt-3 border-t border-health-200\/60 grid grid-cols-2 gap-2\">\r\n                        <div class=\"flex items-center gap-1.5 text-[10px] text-slate-400\">\r\n                            <i data-lucide=\"phone\" class=\"w-3 h-3\"><\/i> +251 25 111 2250\r\n                        <\/div>\r\n                        <div class=\"flex items-center gap-1.5 text-[10px] text-slate-400\">\r\n                            <i data-lucide=\"mail\" class=\"w-3 h-3\"><\/i> digitalhealth@hararihealth.gov.et\r\n                        <\/div>\r\n                        <div class=\"flex items-center gap-1.5 text-[10px] text-slate-400 col-span-2\">\r\n                            <i data-lucide=\"user\" class=\"w-3 h-3\"><\/i> Case Team Leader: TBD\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- 6. Infrastructure Unit -->\r\n        <div class=\"anim d8 dept-card bg-health-50 rounded-xl b-inset card\" data-category=\"ops\">\r\n            <div class=\"p-5 cursor-pointer select-none\" onclick=\"toggleDept(this)\">\r\n                <div class=\"flex items-start justify-between\">\r\n                    <div class=\"flex items-center gap-3\">\r\n                        <div class=\"ico\"><i data-lucide=\"building\" class=\"w-5 h-5 text-white\"><\/i><\/div>\r\n                        <div>\r\n                            <h3 class=\"text-sm font-semibold text-slate-900 leading-tight\">Infrastructure Unit<\/h3>\r\n                            <p class=\"text-[10px] text-health-600 font-medium mt-0.5\">Health Facility Construction & Rehabilitation<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <i data-lucide=\"chevron-down\" class=\"w-4 h-4 text-slate-400 chevron-rotate mt-1 flex-shrink-0\"><\/i>\r\n                <\/div>\r\n                <p class=\"text-[11px] text-slate-500 leading-relaxed mt-2.5\">\r\n                    Increasing access to and improving the quality of health services through rehabilitation of existing facilities and construction of new ones \u2014 providing adequately equipped, staffed, and governed health facilities.\r\n                <\/p>\r\n            <\/div>\r\n            <div class=\"dept-body px-5 pb-0\">\r\n                <div class=\"pb-5\">\r\n                    <ul class=\"space-y-1.5 mb-3\">\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Construction of Health Posts & Health Centers\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Rehabilitation of Existing Infrastructure\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Furniture, Medical & Hospital Equipment\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Equipping Health Posts & Health Centers\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            IT Expansion & Maintenance\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-2 text-[11px] text-slate-600\">\r\n                            <i data-lucide=\"check\" class=\"w-3 h-3 text-health-500 flex-shrink-0\"><\/i>\r\n                            Customer-Friendly Standard Facility Layout\r\n                        <\/li>\r\n                    <\/ul>\r\n                    <div class=\"pt-3 border-t border-health-200\/60 grid grid-cols-2 gap-2\">\r\n                        <div class=\"flex items-center gap-1.5 text-[10px] text-slate-400\">\r\n                            <i data-lucide=\"phone\" class=\"w-3 h-3\"><\/i> +251 25 111 2260\r\n                        <\/div>\r\n                        <div class=\"flex items-center gap-1.5 text-[10px] text-slate-400\">\r\n                            <i data-lucide=\"mail\" class=\"w-3 h-3\"><\/i> infrastructure@hararihealth.gov.et\r\n                        <\/div>\r\n                        <div class=\"flex items-center gap-1.5 text-[10px] text-slate-400 col-span-2\">\r\n                            <i data-lucide=\"user\" class=\"w-3 h-3\"><\/i> Unit Head: TBD\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Summary Card -->\r\n        <div class=\"anim d9 bg-gradient-to-br from-health-600 to-health-800 rounded-xl p-5 text-white flex flex-col justify-between card\">\r\n            <div>\r\n                <h3 class=\"text-sm font-semibold mb-1\">Directorate at a Glance<\/h3>\r\n                <p class=\"text-[10px] text-health-200\">One Plan, One Budget, One Report<\/p>\r\n            <\/div>\r\n            <div class=\"grid grid-cols-2 gap-2 mt-4\">\r\n                <div class=\"bg-white\/10 rounded-lg p-3 text-center backdrop-blur-sm\">\r\n                    <p class=\"text-xl font-bold\">4<\/p>\r\n                    <p class=\"text-[9px] text-health-200 mt-0.5\">PMED Teams<\/p>\r\n                <\/div>\r\n                <div class=\"bg-white\/10 rounded-lg p-3 text-center backdrop-blur-sm\">\r\n                    <p class=\"text-xl font-bold\">2<\/p>\r\n                    <p class=\"text-[9px] text-health-200 mt-0.5\">Operational Units<\/p>\r\n                <\/div>\r\n                <div class=\"bg-white\/10 rounded-lg p-3 text-center backdrop-blur-sm\">\r\n                    <p class=\"text-xl font-bold\">6<\/p>\r\n                    <p class=\"text-[9px] text-health-200 mt-0.5\">Total Teams\/Units<\/p>\r\n                <\/div>\r\n                <div class=\"bg-white\/10 rounded-lg p-3 text-center backdrop-blur-sm\">\r\n                    <p class=\"text-xl font-bold\">PPP<\/p>\r\n                    <p class=\"text-[9px] text-health-200 mt-0.5\">Private Sector<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"mt-4 pt-3 border-t border-white\/15 flex items-center gap-2 text-[10px] text-health-200\">\r\n                <i data-lucide=\"map-pin\" class=\"w-3 h-3\"><\/i>\r\n                Harari Regional Health Bureau, Harar, Ethiopia\r\n            <\/div>\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <!-- No Results Message -->\r\n    <div id=\"noResults\" class=\"hidden text-center py-10 mb-7\">\r\n        <i data-lucide=\"search-x\" class=\"w-10 h-10 text-slate-300 mx-auto mb-3\"><\/i>\r\n        <p class=\"text-sm text-slate-400\">No teams match this filter.<\/p>\r\n    <\/div>\r\n\r\n    <!-- Key Roles Overview -->\r\n    <div class=\"anim d9 bg-white rounded-2xl p-6 mb-7 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=\"list-checks\" class=\"w-4 h-4 text-health-600\"><\/i>\r\n            Key Roles & Responsibilities of the Directorate\r\n        <\/h3>\r\n        <div class=\"grid sm:grid-cols-2 gap-4\">\r\n            <div class=\"bg-health-50 rounded-xl p-4\" style=\"border-left: 4px solid #0d9488;\">\r\n                <p class=\"text-[11px] font-semibold text-slate-800 mb-1\">Strategic & Operational Planning<\/p>\r\n                <p class=\"text-[10px] text-slate-500 leading-relaxed\">Develop health sector strategies aligned with national long-term plans and global goals through participatory processes to carve out one harmonized plan.<\/p>\r\n            <\/div>\r\n            <div class=\"bg-health-50 rounded-xl p-4\" style=\"border-left: 4px solid #14b8a6;\">\r\n                <p class=\"text-[11px] font-semibold text-slate-800 mb-1\">Robust HIS Implementation<\/p>\r\n                <p class=\"text-[10px] text-slate-500 leading-relaxed\">Develop, test, and implement HIS generating quality data; identify sub-systems for digitization; strengthen HIS governance for coordinated efforts.<\/p>\r\n            <\/div>\r\n            <div class=\"bg-health-50 rounded-xl p-4\" style=\"border-left: 4px solid #2dd4bf;\">\r\n                <p class=\"text-[11px] font-semibold text-slate-800 mb-1\">Monitoring & Evaluation<\/p>\r\n                <p class=\"text-[10px] text-slate-500 leading-relaxed\">Routinize performance monitoring through reviews, supervisory visits, data analysis; lead ARM, JSC, MTR, Final Evaluations and implementation research.<\/p>\r\n            <\/div>\r\n            <div class=\"bg-health-50 rounded-xl p-4\" style=\"border-left: 4px solid #5eead4;\">\r\n                <p class=\"text-[11px] font-semibold text-slate-800 mb-1\">Resource Mobilization & Grants<\/p>\r\n                <p class=\"text-[10px] text-slate-500 leading-relaxed\">Map stakeholders and resources; mobilize for priority programs and emergencies; prepare concept notes; administer Treasury budget, grants, and CSO projects.<\/p>\r\n            <\/div>\r\n            <div class=\"bg-health-50 rounded-xl p-4\" style=\"border-left: 4px solid #0d9488;\">\r\n                <p class=\"text-[11px] font-semibold text-slate-800 mb-1\">Sustainable Financing & PPP<\/p>\r\n                <p class=\"text-[10px] text-slate-500 leading-relaxed\">Design financial and economic analysis for evidence-based allocation; harness private capital; ensure quality standards for all healthcare providers.<\/p>\r\n            <\/div>\r\n            <div class=\"bg-health-50 rounded-xl p-4\" style=\"border-left: 4px solid #14b8a6;\">\r\n                <p class=\"text-[11px] font-semibold text-slate-800 mb-1\">Harmonization & Alignment<\/p>\r\n                <p class=\"text-[10px] text-slate-500 leading-relaxed\">Engage all stakeholders per Paris Declaration; avoid duplication; ensure harmony and alignment to government priorities via JSC and regional platforms.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Bottom Summary -->\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-start sm:items-center justify-between gap-4\">\r\n            <div>\r\n                <h3 class=\"text-sm font-semibold mb-1\">PMED, Digital Health & Infrastructure Directorate<\/h3>\r\n                <p class=\"text-[11px] text-health-200 leading-relaxed max-w-lg\">\r\n                    Realizing the principles of One Plan, One Budget, and One Report within the Harari regional health sector \u2014 ensuring sustainable health financing, efficient utilization of resources, robust health information systems, digital transformation, and quality infrastructure for improved health outcomes.\r\n                <\/p>\r\n            <\/div>\r\n            <div class=\"flex flex-col items-center sm:items-end gap-1.5 bg-white\/10 rounded-xl px-5 py-3 backdrop-blur-sm\">\r\n                <p class=\"text-[9px] text-health-200 uppercase tracking-wider\">Total Teams & Units<\/p>\r\n                <p class=\"text-3xl font-bold\">6<\/p>\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 PMED, Digital Health & Infrastructure Directorate \u2014 Harari Regional Health Bureau. All rights reserved.<\/span>\r\n        <span class=\"flex items-center gap-3 no-print\">\r\n            <span class=\"flex items-center gap-1 cursor-pointer hover:text-health-600 transition-colors\" onclick=\"copyEmail()\">\r\n                <i data-lucide=\"copy\" class=\"w-3 h-3\"><\/i> Copy Email\r\n            <\/span>\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('.anim').forEach(el => {\r\n            el.style.animationPlayState = 'running';\r\n        });\r\n    });\r\n\r\n    function toggleDept(header) {\r\n        const card = header.closest('.dept-card');\r\n        const body = card.querySelector('.dept-body');\r\n        const chevron = header.querySelector('.chevron-rotate');\r\n        const isOpen = body.classList.contains('open');\r\n        if (isOpen) {\r\n            body.classList.remove('open');\r\n            chevron.classList.remove('rotated');\r\n        } else {\r\n            body.classList.add('open');\r\n            chevron.classList.add('rotated');\r\n        }\r\n        updateToggleAllBtn();\r\n    }\r\n\r\n    let allOpen = false;\r\n    function toggleAll() {\r\n        const visibleCards = document.querySelectorAll('.dept-card:not([style*=\"display: none\"])');\r\n        allOpen = !allOpen;\r\n        visibleCards.forEach(card => {\r\n            const body = card.querySelector('.dept-body');\r\n            const chevron = card.querySelector('.chevron-rotate');\r\n            if (allOpen) {\r\n                body.classList.add('open');\r\n                chevron.classList.add('rotated');\r\n            } else {\r\n                body.classList.remove('open');\r\n                chevron.classList.remove('rotated');\r\n            }\r\n        });\r\n        updateToggleAllBtn();\r\n    }\r\n\r\n    function updateToggleAllBtn() {\r\n        const btn = document.getElementById('toggleAllBtn');\r\n        const visibleBodies = document.querySelectorAll('.dept-card:not([style*=\"display: none\"]) .dept-body');\r\n        const openBodies = document.querySelectorAll('.dept-card:not([style*=\"display: none\"]) .dept-body.open');\r\n        allOpen = visibleBodies.length > 0 && openBodies.length === visibleBodies.length;\r\n        btn.textContent = allOpen ? 'Collapse All' : 'Expand All';\r\n    }\r\n\r\n    function filterDept(category) {\r\n        const cards = document.querySelectorAll('.dept-card');\r\n        const noResults = document.getElementById('noResults');\r\n        let visibleCount = 0;\r\n        document.querySelectorAll('.tab-btn').forEach(btn => {\r\n            btn.classList.remove('active');\r\n            if (btn.dataset.filter === category) btn.classList.add('active');\r\n        });\r\n        cards.forEach(card => {\r\n            if (category === 'all' || card.dataset.category === category) {\r\n                card.style.display = '';\r\n                visibleCount++;\r\n            } else {\r\n                card.style.display = 'none';\r\n            }\r\n        });\r\n        noResults.classList.toggle('hidden', visibleCount > 0);\r\n        updateToggleAllBtn();\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        navigator.clipboard.writeText('pmed@hararihealth.gov.et').then(() => {\r\n            showToast('Email copied to clipboard!');\r\n        }).catch(() => {\r\n            showToast('Could not copy email');\r\n        });\r\n    }\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\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>PMED, Digital Health &#038; Infrastructure Directorate Plan, Monitoring Evaluation, Digital Health &#038; Infrastructure Directorate Harari Regional Health Bureau June 2025 Expand All Print Director Directorate Director Mr. Abdusemed Ali PMED, Digital Health &#038; Infrastructure Directorate The Directorate Director leads the planning, budgeting, monitoring, evaluation, resource mobilization, digital health, and infrastructure development functions of the Harari [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":130,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_angie_page":false,"footnotes":""},"class_list":["post-225","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/hararhealthbureau.org\/index.php\/wp-json\/wp\/v2\/pages\/225","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=225"}],"version-history":[{"count":16,"href":"https:\/\/hararhealthbureau.org\/index.php\/wp-json\/wp\/v2\/pages\/225\/revisions"}],"predecessor-version":[{"id":1742,"href":"https:\/\/hararhealthbureau.org\/index.php\/wp-json\/wp\/v2\/pages\/225\/revisions\/1742"}],"up":[{"embeddable":true,"href":"https:\/\/hararhealthbureau.org\/index.php\/wp-json\/wp\/v2\/pages\/130"}],"wp:attachment":[{"href":"https:\/\/hararhealthbureau.org\/index.php\/wp-json\/wp\/v2\/media?parent=225"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}