{"id":180,"date":"2026-07-24T09:47:10","date_gmt":"2026-07-24T09:47:10","guid":{"rendered":"https:\/\/dahb.gov.et\/?page_id=180"},"modified":"2026-07-25T10:16:15","modified_gmt":"2026-07-25T10:16:15","slug":"directorates","status":"publish","type":"page","link":"https:\/\/dahb.gov.et\/?page_id=180","title":{"rendered":"Directorates"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"180\" class=\"elementor elementor-180\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e5e78e5 e-flex e-con-boxed e-con e-parent\" data-id=\"e5e78e5\" 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-87add23 elementor-widget elementor-widget-html\" data-id=\"87add23\" 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>Directorates - 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&family=Playfair+Display:wght@500;600;700&display=swap\">\n<style>\n  :root {\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: #0f172a;\n    --ink-soft: #475569;\n    --border: #e2e8f0;\n    --shadow-soft: 0 10px 30px -10px rgba(2, 132, 199, 0.15);\n    --shadow-card: 0 4px 20px rgba(2, 132, 199, 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: linear-gradient(180deg, var(--white) 0%, var(--sky-light) 100%);\n    line-height: 1.7;\n    min-height: 100vh;\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 {\n    font-family: 'Playfair Display', serif;\n    color: var(--blue-deep);\n    line-height: 1.2;\n  }\n\n  h1 {\n    font-size: clamp(2.2rem, 4vw, 3rem);\n    font-weight: 700;\n    margin-bottom: 1rem;\n  }\n\n  h2 {\n    font-size: clamp(1.8rem, 3vw, 2.2rem);\n    font-weight: 600;\n    margin-bottom: 1rem;\n    text-align: center;\n  }\n\n  h3 {\n    font-size: 1.25rem;\n    font-weight: 600;\n    margin-bottom: 0.75rem;\n    color: var(--blue-deep);\n  }\n\n  p {\n    color: var(--ink-soft);\n    font-size: 1.05rem;\n  }\n\n  \/* Page Title Block *\/\n  .page-title-block {\n    text-align: center;\n    padding: 5rem 0 3rem;\n  }\n\n  .subtitle {\n    display: inline-block;\n    font-family: 'Inter', sans-serif;\n    font-size: 0.9rem;\n    color: var(--blue-primary);\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    margin-bottom: 1.5rem;\n    background: var(--sky-pale);\n    padding: 0.5rem 1rem;\n    border-radius: 50px;\n  }\n\n  .section-divider {\n    width: 60px;\n    height: 4px;\n    background: linear-gradient(90deg, var(--blue-primary), var(--sky-mid));\n    margin: 1.5rem auto 0;\n    border-radius: 2px;\n  }\n\n  \/* General Overview Section *\/\n  .overview {\n    background: var(--white);\n    padding: 3rem;\n    border-radius: 16px;\n    box-shadow: var(--shadow-card);\n    border: 1px solid var(--border);\n    margin-bottom: 4rem;\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    gap: 3rem;\n    align-items: center;\n  }\n\n  .overview__icon {\n    background: var(--sky-light);\n    border-radius: 50%;\n    width: 120px;\n    height: 120px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto;\n    color: var(--blue-primary);\n  }\n\n  \/* Directorates Grid *\/\n  .directorates-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n    gap: 1.5rem;\n    padding-bottom: 5rem;\n  }\n\n  .directorate-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    padding: 2rem;\n    text-decoration: none;\n    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    position: relative;\n    overflow: hidden;\n    display: flex;\n    flex-direction: column;\n  }\n\n  .directorate-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 4px;\n    background: var(--blue-primary);\n    transform: scaleX(0);\n    transform-origin: left;\n    transition: transform 0.4s ease;\n  }\n\n  .directorate-card:hover {\n    transform: translateY(-8px);\n    box-shadow: var(--shadow-soft);\n    border-color: transparent;\n  }\n\n  .directorate-card:hover::before {\n    transform: scaleX(1);\n  }\n\n  .card__icon {\n    width: 48px;\n    height: 48px;\n    background: var(--sky-light);\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 1.5rem;\n    color: var(--blue-primary);\n    transition: all 0.3s ease;\n  }\n\n  .directorate-card:hover .card__icon {\n    background: var(--blue-primary);\n    color: var(--white);\n  }\n\n  .card__title {\n    font-size: 1.15rem;\n    font-weight: 600;\n    margin-bottom: 0.75rem;\n    color: var(--blue-deep);\n  }\n\n  .card__desc {\n    font-size: 0.9rem;\n    color: var(--ink-soft);\n    flex-grow: 1;\n    margin-bottom: 1.5rem;\n  }\n\n  .card__link {\n    display: inline-flex;\n    align-items: center;\n    font-size: 0.85rem;\n    font-weight: 600;\n    color: var(--blue-primary);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  .card__link svg {\n    width: 16px;\n    height: 16px;\n    margin-left: 0.5rem;\n    transition: transform 0.3s ease;\n  }\n\n  .directorate-card:hover .card__link svg {\n    transform: translateX(4px);\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 768px) {\n    .overview {\n      grid-template-columns: 1fr;\n      gap: 2rem;\n      padding: 2rem;\n      text-align: center;\n    }\n    \n    .page-title-block {\n      padding: 3rem 0 2rem;\n    }\n  }\n<\/style>\n<\/head>\n<body>\n\n  <div class=\"container\">\n    \n    <!-- Title Section -->\n    <div class=\"page-title-block\">\n      <span class=\"subtitle\">Core Processes<\/span>\n      <h1>Bureau Directorates<\/h1>\n      <div class=\"section-divider\"><\/div>\n    <\/div>\n\n    <!-- General Overview Content -->\n    <div class=\"overview\">\n      <div class=\"overview__icon\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"56\" height=\"56\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M3 21h18\"><\/path>\n          <path d=\"M5 21V7l8-4v18\"><\/path>\n          <path d=\"M19 21V11l-6-4\"><\/path>\n          <line x1=\"9\" y1=\"9\" x2=\"9\" y2=\"9.01\"><\/line>\n          <line x1=\"9\" y1=\"12\" x2=\"9\" y2=\"12.01\"><\/line>\n          <line x1=\"9\" y1=\"15\" x2=\"9\" y2=\"15.01\"><\/line>\n          <line x1=\"9\" y1=\"18\" x2=\"9\" y2=\"18.01\"><\/line>\n        <\/svg>\n      <\/div>\n      <div>\n        <h3>Mandate of the Directorates<\/h3>\n        <p>\n          The directorates of the Dire Dawa Health Bureau function as the specialized operational arms of the administration. While the Bureau Head provides overarching strategic leadership, these directorates are tasked with executing core health processes, managing daily operations, and delivering specialized public health services. Together, they ensure a comprehensive, coordinated, and resilient healthcare system that spans from policy planning and emergency management to clinical care and administrative support.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <!-- Directorates Menu Grid -->\n    <div class=\"directorates-grid\">\n      \n      <!-- Card 1 -->\n      <a href=\"#\" class=\"directorate-card\">\n        <div class=\"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\">\n            <path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path>\n          <\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Health Promotion & Disease Prevention<\/h3>\n        <p class=\"card__desc\">Leads community health education, hygiene initiatives, and preventive programs to safeguard the public from communicable diseases.<\/p>\n        <span class=\"card__link\">View Directorate <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/span>\n      <\/a>\n\n      <!-- Card 2 -->\n      <a href=\"#\" class=\"directorate-card\">\n        <div class=\"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\">\n            <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path>\n          <\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Public Health Emergency & Lab<\/h3>\n        <p class=\"card__desc\">Coordinates emergency medical responses, manages central laboratories, and conducts vital health research for the region.<\/p>\n        <span class=\"card__link\">View Directorate <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/span>\n      <\/a>\n\n      <!-- Card 3 -->\n      <a href=\"#\" class=\"directorate-card\">\n        <div class=\"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\">\n            <path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"><\/path>\n          <\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Curative & Rehabilitative Services<\/h3>\n        <p class=\"card__desc\">Oversees clinical care standards, blood bank operations, and palliative services to ensure high-quality patient treatment.<\/p>\n        <span class=\"card__link\">View Directorate <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/span>\n      <\/a>\n\n      <!-- Card 4 -->\n      <a href=\"#\" class=\"directorate-card\">\n        <div class=\"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\">\n            <path d=\"M9 11l3 3L22 4\"><\/path><path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"><\/path>\n          <\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Quality Control & Supplies<\/h3>\n        <p class=\"card__desc\">Ensures the safety and quality of health services, pharmaceuticals, and medical supplies through inspection and licensing.<\/p>\n        <span class=\"card__link\">View Directorate <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/span>\n      <\/a>\n\n      <!-- Card 5 -->\n      <a href=\"#\" class=\"directorate-card\">\n        <div class=\"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\">\n            <line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"10\"><\/line><line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"4\"><\/line><line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"14\"><\/line>\n          <\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Plan, Monitoring & Evaluation<\/h3>\n        <p class=\"card__desc\">Handles strategic planning, budget allocation, and performance monitoring to ensure health targets are met efficiently.<\/p>\n        <span class=\"card__link\">View Directorate <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/span>\n      <\/a>\n\n      <!-- Card 6 -->\n      <a href=\"#\" class=\"directorate-card\">\n        <div class=\"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\">\n            <rect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"2\"><\/rect><line x1=\"2\" y1=\"10\" x2=\"22\" y2=\"10\"><\/line>\n          <\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Finance & Procurement<\/h3>\n        <p class=\"card__desc\">Manages financial resources, payment processing, procurement of assets, and general administrative services.<\/p>\n        <span class=\"card__link\">View Directorate <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/span>\n      <\/a>\n\n      <!-- Card 7 -->\n      <a href=\"#\" class=\"directorate-card\">\n        <div class=\"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\">\n            <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"><\/path><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path>\n          <\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Human Resource Management<\/h3>\n        <p class=\"card__desc\">Administers workforce development, personnel management, and continuous professional development (CPD) training.<\/p>\n        <span class=\"card__link\">View Directorate <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/span>\n      <\/a>\n\n    <\/div>\n  <\/div>\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>Directorates &#8211; Dire Dawa Health Bureau Core Processes Bureau Directorates Mandate of the Directorates The directorates of the Dire Dawa Health Bureau function as the specialized operational arms of the administration. While the Bureau Head provides overarching strategic leadership, these directorates are tasked with executing core health processes, managing daily operations, and delivering specialized public [&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-180","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\/180","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=180"}],"version-history":[{"count":4,"href":"https:\/\/dahb.gov.et\/index.php?rest_route=\/wp\/v2\/pages\/180\/revisions"}],"predecessor-version":[{"id":347,"href":"https:\/\/dahb.gov.et\/index.php?rest_route=\/wp\/v2\/pages\/180\/revisions\/347"}],"wp:attachment":[{"href":"https:\/\/dahb.gov.et\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=180"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}