{"id":165,"date":"2026-05-24T00:43:16","date_gmt":"2026-05-24T00:43:16","guid":{"rendered":"http:\/\/localhost\/harar\/?page_id=165"},"modified":"2026-07-16T18:48:24","modified_gmt":"2026-07-16T18:48:24","slug":"license-services","status":"publish","type":"page","link":"https:\/\/hararhealthbureau.org\/index.php\/citizen-services\/license-services\/","title":{"rendered":"License Services"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"165\" class=\"elementor elementor-165\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f62c5cc e-con e-atomic-element e-flexbox-base e-a7e130f \" data-id=\"f62c5cc\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"f62c5cc\" data-e-type=\"e-flexbox\" data-id=\"f62c5cc\">\n    \t\t<div class=\"elementor-element elementor-element-78d02f5 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"78d02f5\" 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>Health License Services | Official HRL Portal<\/title>\n    \n    <!-- Font Awesome for Icons -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    \n    <style>\n        :root {\n            --primary-color: #004A99; \/* Trustworthy Government Blue *\/\n            --primary-hover: #003366;\n            --accent-color: #28a745; \/* Success Green for CTAs *\/\n            --accent-hover: #218838;\n            --bg-light: #f8f9fa;\n            --text-dark: #333333;\n            --text-muted: #6c757d;\n            --border-color: #e9ecef;\n            --max-width: 1100px;\n        }\n\n        \/* Base Reset *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.7;\n            color: var(--text-dark);\n            background-color: #ffffff;\n        }\n\n        \/* Container *\/\n        .container {\n            max-width: var(--max-width);\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Header *\/\n        header {\n            background-color: #ffffff;\n            border-bottom: 1px solid var(--border-color);\n            padding: 15px 0;\n            position: sticky;\n            top: 0;\n            z-index: 1000;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n\n        .header-content {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .logo {\n            font-size: 1.4rem;\n            font-weight: 700;\n            color: var(--primary-color);\n            text-decoration: none;\n        }\n\n        .breadcrumb {\n            font-size: 0.9rem;\n            color: var(--text-muted);\n        }\n\n        .breadcrumb a {\n            color: var(--primary-color);\n            text-decoration: none;\n        }\n\n        .breadcrumb a:hover {\n            text-decoration: underline;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, var(--primary-color) 0%, #002244 100%);\n            color: #ffffff;\n            padding: 60px 0;\n            text-align: center;\n        }\n\n        .hero h1 {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n\n        .hero p {\n            font-size: 1.15rem;\n            max-width: 700px;\n            margin: 0 auto 30px auto;\n            opacity: 0.9;\n        }\n\n        \/* Buttons *\/\n        .btn {\n            display: inline-block;\n            padding: 14px 32px;\n            font-size: 1.1rem;\n            font-weight: 600;\n            text-decoration: none;\n            border-radius: 6px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n            border: none;\n        }\n\n        .btn-primary {\n            background-color: var(--accent-color);\n            color: #ffffff;\n            box-shadow: 0 4px 6px rgba(40, 167, 69, 0.3);\n        }\n\n        .btn-primary:hover {\n            background-color: var(--accent-hover);\n            transform: translateY(-2px);\n            box-shadow: 0 6px 12px rgba(40, 167, 69, 0.4);\n        }\n\n        .btn-secondary {\n            background-color: transparent;\n            color: var(--primary-color);\n            border: 2px solid var(--primary-color);\n            margin-top: 10px;\n        }\n\n        .btn-secondary:hover {\n            background-color: var(--primary-color);\n            color: #ffffff;\n        }\n\n        \/* Sections *\/\n        section {\n            padding: 60px 0;\n        }\n\n        .section-light {\n            background-color: var(--bg-light);\n        }\n\n        h2 {\n            font-size: 2rem;\n            color: var(--primary-color);\n            text-align: center;\n            margin-bottom: 40px;\n        }\n\n        \/* Services Grid *\/\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n        }\n\n        .service-card {\n            background: #ffffff;\n            padding: 30px;\n            border-radius: 8px;\n            border: 1px solid var(--border-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .service-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.07);\n            border-color: var(--accent-color);\n        }\n\n        .service-card h3 {\n            color: var(--text-dark);\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .service-card h3 i {\n            color: var(--accent-color);\n            font-size: 1.2rem;\n        }\n\n        \/* Target Audience *\/\n        .audience-list {\n            list-style: none;\n            max-width: 800px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n        }\n\n        .audience-list li {\n            background: #ffffff;\n            padding: 15px 20px;\n            border-left: 4px solid var(--primary-color);\n            border-radius: 0 4px 4px 0;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.03);\n        }\n\n        \/* Benefits Grid *\/\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 20px;\n        }\n\n        .benefit-item {\n            text-align: center;\n            padding: 20px;\n        }\n\n        .benefit-item i {\n            font-size: 2.5rem;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n        }\n\n        .benefit-item h4 {\n            margin-bottom: 10px;\n            color: var(--text-dark);\n        }\n\n        \/* Steps *\/\n        .steps-container {\n            max-width: 800px;\n            margin: 0 auto;\n            position: relative;\n        }\n\n        .step {\n            display: flex;\n            gap: 20px;\n            margin-bottom: 30px;\n        }\n\n        .step-number {\n            background-color: var(--primary-color);\n            color: #ffffff;\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            flex-shrink: 0;\n        }\n\n        .step-content h4 {\n            margin-bottom: 5px;\n        }\n\n        .step-content p {\n            color: var(--text-muted);\n            font-size: 0.95rem;\n        }\n\n        .cta-banner {\n            text-align: center;\n            margin-top: 40px;\n        }\n\n        \/* FAQ *\/\n        .faq-container {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .faq-item {\n            border: 1px solid var(--border-color);\n            margin-bottom: 10px;\n            border-radius: 6px;\n            overflow: hidden;\n        }\n\n        .faq-question {\n            background-color: #ffffff;\n            padding: 18px 20px;\n            width: 100%;\n            border: none;\n            text-align: left;\n            font-size: 1rem;\n            font-weight: 600;\n            color: var(--text-dark);\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: background-color 0.3s ease;\n        }\n\n        .faq-question:hover {\n            background-color: var(--bg-light);\n        }\n\n        .faq-question i {\n            transition: transform 0.3s ease;\n            color: var(--primary-color);\n        }\n\n        .faq-question.active i {\n            transform: rotate(180deg);\n        }\n\n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease-out, padding 0.3s ease;\n            background-color: #ffffff;\n            padding: 0 20px;\n            color: var(--text-muted);\n        }\n\n        .faq-answer.show {\n            max-height: 200px;\n            padding: 0 20px 18px 20px;\n        }\n\n        \/* Disclaimer *\/\n        .disclaimer {\n            background-color: #fff3cd;\n            border-left: 4px solid #ffc107;\n            padding: 15px 20px;\n            margin-top: 60px;\n            font-size: 0.9rem;\n            color: #856404;\n            border-radius: 0 4px 4px 0;\n        }\n\n        \/* Footer *\/\n        footer {\n            background-color: #343a40;\n            color: #adb5bd;\n            text-align: center;\n            padding: 20px 0;\n            margin-top: 0;\n            font-size: 0.9rem;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2rem;\n            }\n            .hero {\n                padding: 40px 0;\n            }\n            section {\n                padding: 40px 0;\n            }\n            h2 {\n                font-size: 1.6rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <h1>Health License Services<\/h1>\n            <p>Apply, renew, and manage your health professional and facility licenses seamlessly through the official Federal Ministry of Health portal.<\/p>\n            <a href=\"https:\/\/hrl.moh.gov.et\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"btn btn-primary\">\n                <i class=\"fas fa-external-link-alt\"><\/i> Access the Official HRL Portal\n            <\/a>\n        <\/div>\n    <\/section>\n\n    <main>\n        <!-- Services Section -->\n        <section>\n            <div class=\"container\">\n                <h2>What Services Can You Access?<\/h2>\n                <p style=\"text-align: center; color: var(--text-muted); margin-top: -30px; margin-bottom: 40px;\">By visiting the HRL Portal, you can complete the following services without the need for in-person visits:<\/p>\n                \n                <div class=\"services-grid\">\n                    <div class=\"service-card\">\n                        <h3><i class=\"fas fa-file-medical\"><\/i> New License Application<\/h3>\n                        <p>Apply for initial licensing as a healthcare professional or health facility quickly and securely.<\/p>\n                    <\/div>\n                    <div class=\"service-card\">\n                        <h3><i class=\"fas fa-sync-alt\"><\/i> License Renewal<\/h3>\n                        <p>Quickly renew expired or expiring licenses to maintain your legal operating status without delays.<\/p>\n                    <\/div>\n                    <div class=\"service-card\">\n                        <h3><i class=\"fas fa-search\"><\/i> License Verification<\/h3>\n                        <p>Verify the authenticity and current status of a healthcare professional\u2019s or facility's license.<\/p>\n                    <\/div>\n                    <div class=\"service-card\">\n                        <h3><i class=\"fas fa-user-edit\"><\/i> Profile Management<\/h3>\n                        <p>Update your personal details, qualification documents, and contact information in real-time.<\/p>\n                    <\/div>\n                    <div class=\"service-card\">\n                        <h3><i class=\"fas fa-credit-card\"><\/i> Payment Processing<\/h3>\n                        <p>Pay required regulatory fees securely via the portal's integrated online payment system.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Who Is This For Section -->\n        <section class=\"section-light\">\n            <div class=\"container\">\n                <h2>Who Is This For?<\/h2>\n                <p style=\"text-align: center; color: var(--text-muted); margin-top: -30px; margin-bottom: 30px;\">The HRL portal is mandatory for:<\/p>\n                <ul class=\"audience-list\">\n                    <li><strong>Healthcare Professionals:<\/strong> Doctors, nurses, pharmacists, midwives, lab technicians, etc.<\/li>\n                    <li><strong>Health Facilities:<\/strong> Hospitals, clinics, pharmacies, diagnostic laboratories, etc.<\/li>\n                    <li><strong>Employers & Regulators:<\/strong> Organizations needing to verify the credentials of prospective hires.<\/li>\n                <\/ul>\n            <\/div>\n        <\/section>\n\n        <!-- Benefits Section -->\n        <section>\n            <div class=\"container\">\n                <h2>Why Use the Online Portal?<\/h2>\n                <div class=\"benefits-grid\">\n                    <div class=\"benefit-item\">\n                        <i class=\"fas fa-clock\"><\/i>\n                        <h4>Time-Saving<\/h4>\n                        <p>Skip the long queues and submit your applications from anywhere, at any time.<\/p>\n                    <\/div>\n                    <div class=\"benefit-item\">\n                        <i class=\"fas fa-tasks\"><\/i>\n                        <h4>Real-Time Tracking<\/h4>\n                        <p>Monitor the status of your application or renewal instantly via your dashboard.<\/p>\n                    <\/div>\n                    <div class=\"benefit-item\">\n                        <i class=\"fas fa-tree\"><\/i>\n                        <h4>Reduced Paperwork<\/h4>\n                        <p>Digitally upload all required credentials, certificates, and supporting documents.<\/p>\n                    <\/div>\n                    <div class=\"benefit-item\">\n                        <i class=\"fas fa-shield-alt\"><\/i>\n                        <h4>Enhanced Security<\/h4>\n                        <p>Your data and professional credentials are protected within a secure government system.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- How to Get Started Section -->\n        <section class=\"section-light\">\n            <div class=\"container\">\n                <h2>How to Get Started<\/h2>\n                <div class=\"steps-container\">\n                    <div class=\"step\">\n                        <div class=\"step-number\">1<\/div>\n                        <div class=\"step-content\">\n                            <h4>Visit the Portal<\/h4>\n                            <p>Click the link below to go directly to the official Ministry of Health website.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"step\">\n                        <div class=\"step-number\">2<\/div>\n                        <div class=\"step-content\">\n                            <h4>Create an Account \/ Log In<\/h4>\n                            <p>If you are a first-time user, register with your valid details. Returning users can simply log in.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"step\">\n                        <div class=\"step-number\">3<\/div>\n                        <div class=\"step-content\">\n                            <h4>Select Your Service<\/h4>\n                            <p>Choose whether you are applying for a new license, renewing, or verifying a license.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"step\">\n                        <div class=\"step-number\">4<\/div>\n                        <div class=\"step-content\">\n                            <h4>Upload & Submit<\/h4>\n                            <p>Fill out the required forms and upload clear, scanned copies of your educational certificates.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"step\">\n                        <div class=\"step-number\">5<\/div>\n                        <div class=\"step-content\">\n                            <h4>Pay & Track<\/h4>\n                            <p>Pay the applicable fee online and use your dashboard to track your application progress.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"cta-banner\">\n                    <a href=\"https:\/\/hrl.moh.gov.et\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"btn btn-secondary\">\n                        Go to hrl.moh.gov.et Now <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- FAQ Section -->\n        <section>\n            <div class=\"container\">\n                <h2>Frequently Asked Questions<\/h2>\n                <div class=\"faq-container\">\n                    \n                    <div class=\"faq-item\">\n                        <button class=\"faq-question\">\n                            What documents do I need to apply for a professional license?\n                            <i class=\"fas fa-chevron-down\"><\/i>\n                        <\/button>\n                        <div class=\"faq-answer\">\n                            Typically, you will need your original educational certificates, a copy of your ID, passport-sized photos, and supporting documents (such as evidence of internship or previous work experience). Specific requirements may vary by profession.\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"faq-item\">\n                        <button class=\"faq-question\">\n                            I forgot my HRL portal password. What should I do?\n                            <i class=\"fas fa-chevron-down\"><\/i>\n                        <\/button>\n                        <div class=\"faq-answer\">\n                            On the HRL login page, click on \"Forgot Password\" and follow the instructions to reset it using your registered email address or phone number.\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"faq-item\">\n                        <button class=\"faq-question\">\n                            Can I process my license renewal before it expires?\n                            <i class=\"fas fa-chevron-down\"><\/i>\n                        <\/button>\n                        <div class=\"faq-answer\">\n                            Yes. The MoH strongly recommends initiating the renewal process at least 30 days before your current license expires to ensure there is no gap in your legal ability to practice.\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"faq-item\">\n                        <button class=\"faq-question\">\n                            Is the portal mobile-friendly?\n                            <i class=\"fas fa-chevron-down\"><\/i>\n                        <\/button>\n                        <div class=\"faq-answer\">\n                            Yes, the HRL portal is accessible via mobile browsers, though for uploading large documents and filling out long forms, using a desktop or laptop computer is recommended.\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Disclaimer -->\n        <div class=\"container\">\n            <div class=\"disclaimer\">\n                <i class=\"fas fa-info-circle\"><\/i> <strong>Please note:<\/strong> This page serves as an informational guide to direct you to the official Federal Ministry of Health Health Regulatory License (HRL) portal. For specific technical issues, application rejections, or payment errors, please contact the MoH support team directly through the <a href=\"https:\/\/hrl.moh.gov.et\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #856404; text-decoration: underline;\">HRL Portal<\/a>.\n            <\/div>\n        <\/div>\n    <\/main>\n\n    <!-- JavaScript for FAQ Accordion -->\n    <script>\n        document.querySelectorAll('.faq-question').forEach(button => {\n            button.addEventListener('click', () => {\n                \/\/ Toggle active class on the clicked button\n                button.classList.toggle('active');\n                \n                \/\/ Toggle the 'show' class on the adjacent answer div\n                const answer = button.nextElementSibling;\n                answer.classList.toggle('show');\n            });\n        });\n    <\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Health License Services | Official HRL Portal Health License Services Apply, renew, and manage your health professional and facility licenses seamlessly through the official Federal Ministry of Health portal. Access the Official HRL Portal What Services Can You Access? By visiting the HRL Portal, you can complete the following services without the need for in-person [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":142,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_angie_page":false,"footnotes":""},"class_list":["post-165","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/hararhealthbureau.org\/index.php\/wp-json\/wp\/v2\/pages\/165","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=165"}],"version-history":[{"count":20,"href":"https:\/\/hararhealthbureau.org\/index.php\/wp-json\/wp\/v2\/pages\/165\/revisions"}],"predecessor-version":[{"id":1731,"href":"https:\/\/hararhealthbureau.org\/index.php\/wp-json\/wp\/v2\/pages\/165\/revisions\/1731"}],"up":[{"embeddable":true,"href":"https:\/\/hararhealthbureau.org\/index.php\/wp-json\/wp\/v2\/pages\/142"}],"wp:attachment":[{"href":"https:\/\/hararhealthbureau.org\/index.php\/wp-json\/wp\/v2\/media?parent=165"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}