{"id":177,"date":"2026-07-24T09:46:45","date_gmt":"2026-07-24T09:46:45","guid":{"rendered":"https:\/\/dahb.gov.et\/?page_id=177"},"modified":"2026-07-25T10:11:34","modified_gmt":"2026-07-25T10:11:34","slug":"organizational-structure","status":"publish","type":"page","link":"https:\/\/dahb.gov.et\/?page_id=177","title":{"rendered":"Organizational Structure"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"177\" class=\"elementor elementor-177\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb2d460 e-flex e-con-boxed e-con e-parent\" data-id=\"fb2d460\" 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-2ee317b elementor-widget elementor-widget-html\" data-id=\"2ee317b\" 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>Dire Dawa Health Bureau Organizational Structure<\/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&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: #cbd5e1;\n    --shadow-soft: 0 10px 25px -5px rgba(2, 132, 199, 0.1);\n    --shadow-card: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\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: #f8fafc;\n    -webkit-font-smoothing: antialiased;\n    padding: 2rem 0;\n  }\n\n  .container {\n    max-width: 1400px;\n    margin: 0 auto;\n    padding: 0 1.5rem;\n  }\n\n  \/* Title Section *\/\n  .title-block {\n    text-align: center;\n    margin-bottom: 3rem;\n  }\n\n  .title-block h1 {\n    color: var(--blue-deep);\n    font-size: clamp(1.8rem, 3vw, 2.5rem);\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n  }\n\n  .title-block h2 {\n    color: var(--blue-primary);\n    font-size: 1rem;\n    font-weight: 500;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    background: var(--sky-pale);\n    display: inline-block;\n    padding: 0.5rem 1.5rem;\n    border-radius: 50px;\n  }\n\n  \/* Organogram Layout *\/\n  .org-chart {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 2rem;\n  }\n\n  \/* Level 1: Head *\/\n  .level-1 {\n    display: flex;\n    justify-content: center;\n    width: 100%;\n  }\n\n  .node-head {\n    background: var(--blue-deep);\n    color: var(--white);\n    padding: 1.5rem 3rem;\n    border-radius: 12px;\n    font-size: 1.25rem;\n    font-weight: 700;\n    box-shadow: var(--shadow-soft);\n    text-align: center;\n    position: relative;\n    z-index: 10;\n  }\n\n  \/* Connector Line *\/\n  .connector-vertical {\n    width: 2px;\n    height: 40px;\n    background: var(--blue-primary);\n  }\n\n  \/* Level 2: Direct Support Units *\/\n  .level-2 {\n    width: 100%;\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    padding: 1.5rem;\n    box-shadow: var(--shadow-card);\n  }\n\n  .level-2 h3 {\n    text-align: center;\n    color: var(--blue-deep);\n    font-size: 0.9rem;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    margin-bottom: 1.5rem;\n    padding-bottom: 1rem;\n    border-bottom: 2px solid var(--sky-pale);\n  }\n\n  .support-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 1rem;\n  }\n\n  .node-support {\n    background: var(--sky-light);\n    border: 1px solid var(--sky-mid);\n    color: var(--blue-deep);\n    padding: 1rem;\n    border-radius: 8px;\n    font-size: 0.9rem;\n    font-weight: 600;\n    text-align: center;\n    transition: all 0.3s ease;\n  }\n\n  .node-support:hover {\n    background: var(--white);\n    border-color: var(--blue-primary);\n    transform: translateY(-3px);\n    box-shadow: var(--shadow-soft);\n  }\n\n  \/* Level 3: Directorates and Teams *\/\n  .level-3 {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n    gap: 1.5rem;\n    width: 100%;\n  }\n\n  .directorate-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: var(--shadow-card);\n    transition: all 0.3s ease;\n    display: flex;\n    flex-direction: column;\n  }\n\n  .directorate-card:hover {\n    transform: translateY(-5px);\n    box-shadow: var(--shadow-soft);\n    border-color: var(--sky-mid);\n  }\n\n  .directorate-header {\n    background: var(--blue-primary);\n    color: var(--white);\n    padding: 1.25rem 1.5rem;\n    font-size: 0.95rem;\n    font-weight: 600;\n    line-height: 1.4;\n  }\n\n  .directorate-header.deputy {\n    background: var(--blue-deep);\n  }\n\n  .team-list {\n    list-style: none;\n    padding: 1rem;\n    flex-grow: 1;\n  }\n\n  .team-list li {\n    padding: 0.75rem 1rem;\n    margin-bottom: 0.5rem;\n    background: #f8fafc;\n    border-left: 3px solid var(--sky-mid);\n    border-radius: 0 6px 6px 0;\n    font-size: 0.88rem;\n    color: var(--ink-soft);\n    transition: all 0.2s ease;\n  }\n\n  .team-list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .team-list li:hover {\n    background: var(--sky-light);\n    border-left-color: var(--blue-primary);\n    color: var(--blue-deep);\n    transform: translateX(4px);\n  }\n\n  @media (max-width: 768px) {\n    .level-3 {\n      grid-template-columns: 1fr;\n    }\n  }\n<\/style>\n<\/head>\n<body>\n\n  <div class=\"container\">\n    <div class=\"title-block\">\n      <h1>Dire Dawa Administration Health Bureau<\/h1>\n      <h2>Organizational Structure (March 2016)<\/h2>\n    <\/div>\n\n    <div class=\"org-chart\">\n      \n      <!-- Level 1: Bureau Head -->\n      <div class=\"level-1\">\n        <div class=\"node-head\">Bureau Head<\/div>\n      <\/div>\n\n      <div class=\"connector-vertical\"><\/div>\n\n      <!-- Level 2: Direct Support Units -->\n      <div class=\"level-2\">\n        <h3>Direct Support Offices & Units<\/h3>\n        <div class=\"support-grid\">\n          <div class=\"node-support\">Internal Audit Unit<\/div>\n          <div class=\"node-support\">Reform & Good Governance Directorate<\/div>\n          <div class=\"node-support\">Public Relation Unit<\/div>\n          <div class=\"node-support\">Cross Cutting Issues Unit<\/div>\n          <div class=\"node-support\">Ethics Officer<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"connector-vertical\"><\/div>\n\n      <!-- Level 3: Directorates and their Teams -->\n      <div class=\"level-3\">\n\n        <!-- Directorate 1 -->\n        <div class=\"directorate-card\">\n          <div class=\"directorate-header deputy\">Deputy Bureau Head & Health Promotion & Disease Prevention Directorate<\/div>\n          <ul class=\"team-list\">\n            <li>Health Promotion Team<\/li>\n            <li>Disease Prevention Team<\/li>\n            <li>Health Ext. & Health Education and Inculcation Team<\/li>\n            <li>Hygiene & Env\u2019t Health Team<\/li>\n            <li>HIV\/AIDS Prev. & Control Secretariat Office<\/li>\n            <li>Food Safety, Hygiene & Environmental Protection Team<\/li>\n            <li>Information Processing & Dissemination Team<\/li>\n          <\/ul>\n        <\/div>\n\n        <!-- Directorate 2 -->\n        <div class=\"directorate-card\">\n          <div class=\"directorate-header\">Public Health Emergency Management, Laboratory & Research Directorates<\/div>\n          <ul class=\"team-list\">\n            <li>PHEM Team<\/li>\n            <li>Central Laboratory Team<\/li>\n            <li>Research Team<\/li>\n          <\/ul>\n        <\/div>\n\n        <!-- Directorate 3 -->\n        <div class=\"directorate-card\">\n          <div class=\"directorate-header\">Curative, Palliative & Rehabilitative Directorate<\/div>\n          <ul class=\"team-list\">\n            <li>Blood bank Team<\/li>\n            <li>Health Service Quality Monitoring Team<\/li>\n          <\/ul>\n        <\/div>\n\n        <!-- Directorate 4 -->\n        <div class=\"directorate-card\">\n          <div class=\"directorate-header\">Health & Health Related Services and Supplies Quality Control Directorate<\/div>\n          <ul class=\"team-list\">\n            <li>Inspection, Licensing & Supply Quality Control Team<\/li>\n            <li>Pharmacy Service Improvement & Rational Drug Use Team<\/li>\n            <li>Pharmaceuticals & Medical Supplies Admin & Maintenance Case Team<\/li>\n          <\/ul>\n        <\/div>\n\n        <!-- Directorate 5 -->\n        <div class=\"directorate-card\">\n          <div class=\"directorate-header\">Plan, Monitoring & Evaluation Directorate<\/div>\n          <ul class=\"team-list\">\n            <li>Planning Unit<\/li>\n            <li>Budget Unit<\/li>\n            <li>M&E Unit<\/li>\n            <li>CBHI Coordination Unit<\/li>\n          <\/ul>\n        <\/div>\n\n        <!-- Directorate 6 -->\n        <div class=\"directorate-card\">\n          <div class=\"directorate-header\">Finance, Procurement & Property Administration Directorate<\/div>\n          <ul class=\"team-list\">\n            <li>Payment & General Ledger Team<\/li>\n            <li>Procurement & Property Admin. Team<\/li>\n            <li>General Service Unit<\/li>\n          <\/ul>\n        <\/div>\n\n        <!-- Directorate 7 -->\n        <div class=\"directorate-card\">\n          <div class=\"directorate-header\">Human Resource Management & Development Directorate<\/div>\n          <ul class=\"team-list\">\n            <li>CPD Unit<\/li>\n          <\/ul>\n        <\/div>\n\n      <\/div>\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>Dire Dawa Health Bureau Organizational Structure Dire Dawa Administration Health Bureau Organizational Structure (March 2016) Bureau Head Direct Support Offices &#038; Units Internal Audit Unit Reform &#038; Good Governance Directorate Public Relation Unit Cross Cutting Issues Unit Ethics Officer Deputy Bureau Head &#038; Health Promotion &#038; Disease Prevention Directorate Health Promotion Team Disease Prevention Team [&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-177","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\/177","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=177"}],"version-history":[{"count":10,"href":"https:\/\/dahb.gov.et\/index.php?rest_route=\/wp\/v2\/pages\/177\/revisions"}],"predecessor-version":[{"id":344,"href":"https:\/\/dahb.gov.et\/index.php?rest_route=\/wp\/v2\/pages\/177\/revisions\/344"}],"wp:attachment":[{"href":"https:\/\/dahb.gov.et\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=177"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}