{"id":274,"date":"2026-07-24T10:28:11","date_gmt":"2026-07-24T10:28:11","guid":{"rendered":"https:\/\/dahb.gov.et\/?page_id=274"},"modified":"2026-07-25T11:18:50","modified_gmt":"2026-07-25T11:18:50","slug":"programs-services","status":"publish","type":"page","link":"https:\/\/dahb.gov.et\/?page_id=274","title":{"rendered":"Programs &amp; Services"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"274\" class=\"elementor elementor-274\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0fbfc89 e-flex e-con-boxed e-con e-parent\" data-id=\"0fbfc89\" 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-919d9d7 elementor-widget elementor-widget-html\" data-id=\"919d9d7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Programs & Services - Dire Dawa Health Bureau<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&family=Merriweather:ital,wght@0,400;0,700;1,400&display=swap\">\n<style>\n  :root {\n    --bg-bleached: #f8fbff; \/* Very light, bleached sky blue background *\/\n    --sky-light: #f0f9ff;\n    --sky-pale: #e0f2fe;\n    --sky-mid: #bae6fd;\n    --blue-primary: #0284c7;\n    --blue-deep: #0c4a6e;\n    --white: #ffffff;\n    --ink: #1e293b;\n    --ink-soft: #475569;\n    --border: #e2e8f0;\n    --shadow-soft: 0 15px 40px -15px rgba(2, 132, 199, 0.12);\n    --shadow-card: 0 4px 10px -2px rgba(14, 165, 233, 0.06);\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Inter', sans-serif;\n    color: var(--ink);\n    background: var(--bg-bleached);\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 2rem;\n  }\n\n  \/* Typography *\/\n  h1, h2, h3, h4 {\n    font-family: 'Merriweather', serif;\n    color: var(--blue-deep);\n    line-height: 1.3;\n  }\n\n  h1 {\n    font-size: clamp(2.2rem, 4vw, 3.2rem);\n    font-weight: 700;\n    margin-bottom: 1.5rem;\n  }\n\n  h2 {\n    font-size: clamp(1.8rem, 3vw, 2.4rem);\n    font-weight: 700;\n    margin-bottom: 1rem;\n  }\n\n  h3 {\n    font-size: 1.4rem;\n    font-weight: 700;\n    margin-bottom: 0.75rem;\n  }\n\n  p {\n    color: var(--ink-soft);\n    font-size: 1.05rem;\n    margin-bottom: 1.5rem;\n  }\n\n  \/* Breadcrumb *\/\n  .breadcrumb {\n    background: var(--white);\n    border-bottom: 1px solid var(--sky-pale);\n    padding: 1rem 0;\n    font-size: 0.85rem;\n    color: var(--ink-soft);\n  }\n  .breadcrumb a { color: var(--ink-soft); font-weight: 500; text-decoration: none; }\n  .breadcrumb a:hover { color: var(--blue-primary); }\n  .breadcrumb span { margin: 0 0.5rem; color: #cbd5e1; }\n\n  \/* Hero Section (Bleached Sky Theme) *\/\n  .hero {\n    background: linear-gradient(180deg, var(--white) 0%, var(--sky-light) 100%);\n    text-align: center;\n    padding: 6rem 2rem 5rem;\n    border-bottom: 1px solid var(--sky-pale);\n  }\n\n  .hero h1 {\n    color: var(--blue-deep);\n  }\n\n  .hero p {\n    color: var(--ink-soft);\n    max-width: 700px;\n    margin: 0 auto;\n    font-size: 1.15rem;\n  }\n\n  .hero-badge {\n    display: inline-block;\n    background: var(--white);\n    color: var(--blue-primary);\n    padding: 0.5rem 1.5rem;\n    border-radius: 50px;\n    font-size: 0.85rem;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    margin-bottom: 1.5rem;\n    border: 1px solid var(--sky-mid);\n    box-shadow: 0 4px 6px -1px rgba(14, 165, 233, 0.1);\n  }\n\n  \/* Section Spacing *\/\n  section {\n    padding: 5rem 0;\n  }\n\n  \/* Alternating Feature Rows *\/\n  .feature-row {\n    display: flex;\n    align-items: center;\n    gap: 4rem;\n    margin-bottom: 5rem;\n  }\n\n  .feature-row:last-child {\n    margin-bottom: 0;\n  }\n\n  .feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .feature-image {\n    flex: 1;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: var(--shadow-soft);\n    aspect-ratio: 4\/3;\n    background: var(--white);\n    border: 1px solid var(--sky-pale);\n  }\n\n  .feature-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform 0.8s ease;\n  }\n\n  .feature-image:hover img {\n    transform: scale(1.05);\n  }\n\n  .feature-content {\n    flex: 1;\n  }\n\n  .feature-tag {\n    display: inline-block;\n    font-family: 'Inter', sans-serif;\n    font-size: 0.85rem;\n    color: var(--blue-primary);\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    margin-bottom: 1rem;\n  }\n\n  .btn-text {\n    display: inline-flex;\n    align-items: center;\n    color: var(--blue-primary);\n    font-weight: 600;\n    text-decoration: none;\n    margin-top: 1rem;\n    transition: gap 0.3s ease;\n    gap: 0.5rem;\n  }\n\n  .btn-text:hover {\n    gap: 1rem;\n    color: var(--blue-deep);\n  }\n\n  .check-list {\n    list-style: none;\n    margin-bottom: 1.5rem;\n  }\n  .check-list li {\n    position: relative;\n    padding-left: 1.75rem;\n    margin-bottom: 0.5rem;\n    color: var(--ink-soft);\n    font-size: 1rem;\n  }\n  .check-list li::before {\n    content: '\u2713';\n    position: absolute;\n    left: 0;\n    color: var(--blue-primary);\n    font-weight: bold;\n  }\n\n  \/* Standard Services Grid *\/\n  .services-grid-section {\n    background: var(--white);\n    border-top: 1px solid var(--sky-pale);\n    border-bottom: 1px solid var(--sky-pale);\n  }\n\n  .section-header {\n    text-align: center;\n    max-width: 700px;\n    margin: 0 auto 4rem;\n  }\n\n  .services-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 2rem;\n  }\n\n  .service-card {\n    background: var(--bg-bleached);\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: var(--shadow-card);\n    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;\n    border: 1px solid var(--sky-pale);\n  }\n\n  .service-card:hover {\n    transform: translateY(-8px);\n    box-shadow: var(--shadow-soft);\n    background: var(--white);\n    border-color: var(--sky-mid);\n  }\n\n  .service-card__image {\n    width: 100%;\n    height: 200px;\n    object-fit: cover;\n  }\n\n  .service-card__body {\n    padding: 2rem;\n  }\n\n  .service-card__icon {\n    width: 48px;\n    height: 48px;\n    background: var(--sky-pale);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--blue-primary);\n    margin-bottom: 1.5rem;\n    margin-top: -3.5rem; \/* Pull up over image *\/\n    border: 4px solid var(--bg-bleached);\n    position: relative;\n    z-index: 2;\n    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;\n  }\n\n  .service-card:hover .service-card__icon {\n    background: var(--blue-primary);\n    color: var(--white);\n    border-color: var(--white);\n  }\n\n  .service-card h3 {\n    font-size: 1.25rem;\n    margin-bottom: 0.5rem;\n  }\n\n  .service-card p {\n    font-size: 0.95rem;\n    margin-bottom: 1rem;\n  }\n\n  \/* Administrative Services Section (Bleached) *\/\n  .admin-section {\n    background: var(--sky-light);\n  }\n\n  .admin-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 1.5rem;\n  }\n\n  .admin-card {\n    background: var(--white);\n    border: 1px solid var(--sky-pale);\n    border-radius: 12px;\n    padding: 2rem;\n    transition: all 0.3s ease;\n    box-shadow: var(--shadow-card);\n  }\n\n  .admin-card:hover {\n    transform: translateY(-5px);\n    border-color: var(--sky-mid);\n    box-shadow: var(--shadow-soft);\n  }\n\n  .admin-card__icon {\n    width: 40px;\n    height: 40px;\n    background: var(--sky-light);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--blue-primary);\n    margin-bottom: 1.5rem;\n    transition: all 0.3s ease;\n  }\n\n  .admin-card:hover .admin-card__icon {\n    background: var(--blue-deep);\n    color: var(--white);\n  }\n\n  .admin-card h4 {\n    font-family: 'Inter', sans-serif;\n    color: var(--blue-deep);\n    font-size: 1.1rem;\n    font-weight: 600;\n    margin-bottom: 0.5rem;\n  }\n\n  .admin-card p {\n    font-size: 0.9rem;\n    color: var(--ink-soft);\n    margin: 0;\n  }\n\n  \/* Scroll Reveal Animation *\/\n  .reveal {\n    opacity: 0;\n    transform: translateY(40px);\n    transition: opacity 0.8s ease, transform 0.8s ease;\n  }\n\n  .reveal.active {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 900px) {\n    .feature-row, .feature-row.reverse {\n      flex-direction: column;\n      gap: 2rem;\n    }\n\n    section {\n      padding: 4rem 0;\n    }\n\n    .hero {\n      padding: 4rem 1.5rem 3rem;\n    }\n  }\n<\/style>\n<\/head>\n<body>\n\n  <!-- Breadcrumb -->\n\n  <!-- Hero Section -->\n  <section class=\"hero\">\n    <div class=\"container reveal\">\n      <div class=\"hero-badge\">Dire Dawa Health Bureau<\/div>\n      <h1>Programs & Services<\/h1>\n      <p>\n        Delivering comprehensive, equitable, and high-quality healthcare to the residents of Dire Dawa. Explore our major public health initiatives, clinical services, and administrative support structures designed to keep our community healthy and safe.\n      <\/p>\n    <\/div>\n  <\/section>\n\n  <!-- Major Public Health Programs (Alternating Features) -->\n  <section>\n    <div class=\"container\">\n      \n      <!-- Feature 1: Maternal & Child Health -->\n      <div class=\"feature-row reveal\">\n        <div class=\"feature-image\">\n          <img decoding=\"async\" src=\"https:\/\/picsum.photos\/seed\/maternal-health-program\/800\/600\" alt=\"Maternal and Child Health\">\n        <\/div>\n        <div class=\"feature-content\">\n          <span class=\"feature-tag\">Flagship Program<\/span>\n          <h2>Maternal, Newborn & Child Health (MNCH)<\/h2>\n          <p>\n            Our MNCH program is dedicated to reducing maternal and infant mortality by ensuring every mother has access to skilled care before, during, and after childbirth. We provide comprehensive antenatal care, safe delivery services, and essential immunizations for children under five.\n          <\/p>\n          <ul class=\"check-list\">\n            <li>Antenatal & Postnatal Care<\/li>\n            <li>Immunization & Vaccination<\/li>\n            <li>Growth Monitoring & Nutrition<\/li>\n          <\/ul>\n          <a href=\"#\" class=\"btn-text\">Learn More About MNCH <span>\u2192<\/span><\/a>\n        <\/div>\n      <\/div>\n\n      <!-- Feature 2: Disease Prevention -->\n      <div class=\"feature-row reverse reveal\">\n        <div class=\"feature-image\">\n          <img decoding=\"async\" src=\"https:\/\/picsum.photos\/seed\/disease-prevention\/800\/600\" alt=\"Disease Prevention and Control\">\n        <\/div>\n        <div class=\"feature-content\">\n          <span class=\"feature-tag\">Public Health<\/span>\n          <h2>Communicable Disease Control<\/h2>\n          <p>\n            We actively combat the spread of endemic and epidemic diseases through robust surveillance, rapid response, and community education. Our programs focus on the \"big three\" (HIV\/AIDS, TB, Malaria) as well as vaccine-preventable diseases like measles and polio.\n          <\/p>\n          <ul class=\"check-list\">\n            <li>HIV\/AIDS Testing & ART<\/li>\n            <li>TB & Leprosy Control<\/li>\n            <li>Malaria Prevention & Treatment<\/li>\n          <\/ul>\n          <a href=\"#\" class=\"btn-text\">View Disease Control Initiatives <span>\u2192<\/span><\/a>\n        <\/div>\n      <\/div>\n\n      <!-- Feature 3: Emergency Preparedness -->\n      <div class=\"feature-row reveal\">\n        <div class=\"feature-image\">\n          <img decoding=\"async\" src=\"https:\/\/picsum.photos\/seed\/emergency-response\/800\/600\" alt=\"Emergency Response\">\n        <\/div>\n        <div class=\"feature-content\">\n          <span class=\"feature-tag\">Readiness & Response<\/span>\n          <h2>Public Health Emergency Management<\/h2>\n          <p>\n            Through PHEM, we ensure the region is prepared for and can rapidly respond to public health threats, including outbreaks, chemical spills, and natural disasters. We maintain an early warning system and deploy rapid response teams to contain threats at their source.\n          <\/p>\n          <ul class=\"check-list\">\n            <li>Epidemic Early Warning (EWARS)<\/li>\n            <li>Outbreak Investigation<\/li>\n            <li>Cross-border Surveillance<\/li>\n          <\/ul>\n          <a href=\"#\" class=\"btn-text\">Emergency Response Details <span>\u2192<\/span><\/a>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- Clinical & Facility Services Grid -->\n  <section class=\"services-grid-section\">\n    <div class=\"container\">\n      <div class=\"section-header reveal\">\n        <span class=\"feature-tag\" style=\"display: block; text-align: center;\">Facility-Based Care<\/span>\n        <h2>Clinical & Medical Services<\/h2>\n        <p>Comprehensive diagnostic, therapeutic, and rehabilitative services delivered across our network of health centers and referral hospitals.<\/p>\n      <\/div>\n\n      <div class=\"services-grid\">\n        <!-- Card 1 -->\n        <div class=\"service-card reveal\">\n          <img decoding=\"async\" src=\"https:\/\/picsum.photos\/seed\/outpatient-care\/600\/400\" alt=\"Outpatient Care\" class=\"service-card__image\">\n          <div class=\"service-card__body\">\n            <div class=\"service-card__icon\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z\"><\/path><\/svg>\n            <\/div>\n            <h3>Outpatient & Inpatient Care<\/h3>\n            <p>General medical consultations, emergency triage, and specialized inpatient ward care for adult and pediatric patients.<\/p>\n            <a href=\"#\" class=\"btn-text\">Find a Facility <span>\u2192<\/span><\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Card 2 -->\n        <div class=\"service-card reveal\">\n          <img decoding=\"async\" src=\"https:\/\/picsum.photos\/seed\/medical-lab\/600\/400\" alt=\"Laboratory Services\" class=\"service-card__image\">\n          <div class=\"service-card__body\">\n            <div class=\"service-card__icon\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M9 2v6l4 7\"><\/path><path d=\"M15 2v6l-4 7\"><\/path><path d=\"M5 2h14\"><\/path><path d=\"M9 15h6\"><\/path><path d=\"M11.5 19.5L9 22h6l-2.5-2.5\"><\/path><\/svg>\n            <\/div>\n            <h3>Laboratory & Diagnostics<\/h3>\n            <p>Advanced hematology, chemistry, microbiology, and molecular diagnostics (including HIV viral load and TB GeneXpert).<\/p>\n            <a href=\"#\" class=\"btn-text\">View Lab Standards <span>\u2192<\/span><\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Card 3 -->\n        <div class=\"service-card reveal\">\n          <img decoding=\"async\" src=\"https:\/\/picsum.photos\/seed\/blood-bank\/600\/400\" alt=\"Blood Bank\" class=\"service-card__image\">\n          <div class=\"service-card__body\">\n            <div class=\"service-card__icon\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2v6\"><\/path><path d=\"M19 9v6a7 7 0 0 1-14 0V9\"><\/path><path d=\"M5 9h14\"><\/path><path d=\"M12 15v7\"><\/path><\/svg>\n            <\/div>\n            <h3>Regional Blood Bank<\/h3>\n            <p>Safe blood collection, typing, testing, and storage. We ensure a reliable supply of blood products for emergencies and surgeries.<\/p>\n            <a href=\"#\" class=\"btn-text\">Donate Blood <span>\u2192<\/span><\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Card 4 -->\n        <div class=\"service-card reveal\">\n          <img decoding=\"async\" src=\"https:\/\/picsum.photos\/seed\/pharmacy-services\/600\/400\" alt=\"Pharmacy\" class=\"service-card__image\">\n          <div class=\"service-card__body\">\n            <div class=\"service-card__icon\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m11 15-3-3 3-3\"><\/path><path d=\"M16 18a4 4 0 0 0 0-8h-4\"><\/path><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"><\/rect><\/svg>\n            <\/div>\n            <h3>Pharmacy & Dispensing<\/h3>\n            <p>Safe procurement, storage, and dispensing of essential medicines. We ensure rational drug use and availability across all clinics.<\/p>\n            <a href=\"#\" class=\"btn-text\">Essential Drug List <span>\u2192<\/span><\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Card 5 -->\n        <div class=\"service-card reveal\">\n          <img decoding=\"async\" src=\"https:\/\/picsum.photos\/seed\/rehabilitation-care\/600\/400\" alt=\"Rehabilitation\" class=\"service-card__image\">\n          <div class=\"service-card__body\">\n            <div class=\"service-card__icon\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8\"><\/path><path d=\"M3 3v5h5\"><\/path><\/svg>\n            <\/div>\n            <h3>Rehabilitation & Physiotherapy<\/h3>\n            <p>Physical therapy, occupational therapy, and palliative care services designed to restore function and improve quality of life.<\/p>\n            <a href=\"#\" class=\"btn-text\">Learn More <span>\u2192<\/span><\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Card 6 -->\n        <div class=\"service-card reveal\">\n          <img decoding=\"async\" src=\"https:\/\/picsum.photos\/seed\/mental-health-support\/600\/400\" alt=\"Mental Health\" class=\"service-card__image\">\n          <div class=\"service-card__body\">\n            <div class=\"service-card__icon\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2a5 5 0 0 0-5 5v3a5 5 0 0 0 10 0V7a5 5 0 0 0-5-5Z\"><\/path><path d=\"M12 22v-4\"><\/path><path d=\"M8 22h8\"><\/path><\/svg>\n            <\/div>\n            <h3>Mental Health Services<\/h3>\n            <p>Integration of mental health into primary care, providing counseling, psychiatric evaluation, and substance abuse support.<\/p>\n            <a href=\"#\" class=\"btn-text\">Get Support <span>\u2192<\/span><\/a>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Administrative & Support Services Section -->\n  <section class=\"admin-section\">\n    <div class=\"container\">\n      <div class=\"section-header reveal\">\n        <span class=\"feature-tag\" style=\"display: block; text-align: center;\">Operational Support<\/span>\n        <h2>Administrative & Public Services<\/h2>\n        <p>Behind every health program is a framework of administrative services ensuring transparency, efficiency, and public satisfaction.<\/p>\n      <\/div>\n\n      <div class=\"admin-grid\">\n        <!-- Admin Card 1 -->\n        <div class=\"admin-card reveal\">\n          <div class=\"admin-card__icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><path d=\"M22 21v-2a4 4 0 0 0-3-3.87\"><\/path><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path><\/svg>\n          <\/div>\n          <h4>HR & Career Opportunities<\/h4>\n          <p>Manage workforce development, staff licensing, and civil service employment within the regional health sector.<\/p>\n        <\/div>\n\n        <!-- Admin Card 2 -->\n        <div class=\"admin-card reveal\">\n          <div class=\"admin-card__icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"2\"><\/rect><line x1=\"2\" y1=\"10\" x2=\"22\" y2=\"10\"><\/line><\/svg>\n          <\/div>\n          <h4>Finance & Procurement<\/h4>\n          <p>Budget execution, financial reporting, and transparent procurement of medical supplies and facility equipment.<\/p>\n        <\/div>\n\n        <!-- Admin Card 3 -->\n        <div class=\"admin-card reveal\">\n          <div class=\"admin-card__icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><\/svg>\n          <\/div>\n          <h4>Health Insurance (CBHI)<\/h4>\n          <p>Coordination of Community-Based Health Insurance to ensure financial protection and universal access to care.<\/p>\n        <\/div>\n\n        <!-- Admin Card 4 -->\n        <div class=\"admin-card reveal\">\n          <div class=\"admin-card__icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><\/svg>\n          <\/div>\n          <h4>Grievance & Ethics Office<\/h4>\n          <p>A dedicated channel for public complaints, whistleblower protection, and enforcement of the citizen service charter.<\/p>\n        <\/div>\n\n        <!-- Admin Card 5 -->\n        <div class=\"admin-card reveal\">\n          <div class=\"admin-card__icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"><\/path><\/svg>\n          <\/div>\n          <h4>Facility Licensing<\/h4>\n          <p>Inspection, licensing, and regulation of private clinics, pharmacies, and rural health posts to ensure quality standards.<\/p>\n        <\/div>\n\n        <!-- Admin Card 6 -->\n        <div class=\"admin-card reveal\">\n          <div class=\"admin-card__icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 3v18h18\"><\/path><path d=\"m19 9-5 5-4-4-3 3\"><\/path><\/svg>\n          <\/div>\n          <h4>Planning & M&E<\/h4>\n          <p>Strategic health planning, data collection, and monitoring & evaluation of regional health sector performance.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <script>\n    \/\/ Scroll Reveal Animation\n    const revealElements = document.querySelectorAll('.reveal');\n\n    const observer = new IntersectionObserver((entries) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('active');\n          \/\/ Unobserve after animation to reduce overhead\n          observer.unobserve(entry.target);\n        }\n      });\n    }, {\n      threshold: 0.15,\n      rootMargin: '0px 0px -50px 0px'\n    });\n\n    revealElements.forEach(el => {\n      observer.observe(el);\n    });\n  <\/script>\n\n<\/body>\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>Programs &#038; Services &#8211; Dire Dawa Health Bureau Dire Dawa Health Bureau Programs &#038; Services Delivering comprehensive, equitable, and high-quality healthcare to the residents of Dire Dawa. Explore our major public health initiatives, clinical services, and administrative support structures designed to keep our community healthy and safe. Flagship Program Maternal, Newborn &#038; Child Health (MNCH) [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-274","page","type-page","status-publish","hentry"],"blocksy_meta":{"has_hero_section":"disabled","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":7}},"_links":{"self":[{"href":"https:\/\/dahb.gov.et\/index.php?rest_route=\/wp\/v2\/pages\/274","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dahb.gov.et\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dahb.gov.et\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dahb.gov.et\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dahb.gov.et\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=274"}],"version-history":[{"count":10,"href":"https:\/\/dahb.gov.et\/index.php?rest_route=\/wp\/v2\/pages\/274\/revisions"}],"predecessor-version":[{"id":394,"href":"https:\/\/dahb.gov.et\/index.php?rest_route=\/wp\/v2\/pages\/274\/revisions\/394"}],"wp:attachment":[{"href":"https:\/\/dahb.gov.et\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=274"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}