/* CSS Styling */ body { margin: 0; padding: 0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #fff3e6; line-height: 1.6; }.header-container { background: linear-gradient(135deg, #ff5733, #ffcc00); padding: 40px 20px; text-align: center; color: #ffffff; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); border-bottom: 5px solid #00cc99; }.header-container h1 { margin: 0; font-size: 2.5em; line-height: 1.4; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }.content-container { padding: 20px 40px; max-width: 1200px; margin: 0 auto; }.content-container h2 { color: #ffffff; /* White text */ background-color: #ff0000; /* Red background */ font-size: 1.5em; font-weight: 700; margin-top: 20px; padding: 8px 10px; /* Added padding for better spacing */ border-bottom: 2px solid #ffffff; /* White border-bottom to match text */ }.content-container h3 { color: #a020f0; font-size: 1.3em; font-weight: 600; margin-top: 15px; text-decoration: underline; /* Added per request */ }.content-container p, .content-container ul, .content-container ol { color: #000000; font-size: 1em; line-height: 1.8; }.content-container ul, .content-container ol { padding-left: 20px; }.content-container li { margin-bottom: 10px; }.content-container a { color: #f86041; text-decoration: none; }.content-container a:hover { text-decoration: underline; }/* Styling for bold text (updated to AA3A39) */ .content-container strong { color: #AA3A39; /* Updated per request */ }/* Table Styling */ .content-container table { font-family: Tahoma; line-height: 2.0; color: #000000; width: 100%; border-collapse: collapse; }.content-container table td { padding: 8px; border-bottom: 1px solid #000; }.content-container table thead td { color: #f86041; font-weight: bold; }/* Responsive Design */ @media (max-width: 768px) { .header-container { padding: 30px 15px; }.header-container h1 { font-size: 2.0em; }.content-container { padding: 15px 20px; }.content-container h2 { font-size: 1.3em; padding: 6px 8px; /* Adjusted padding for smaller screens */ }.content-container h3 { font-size: 1.2em; }.content-container p, .content-container ul, .content-container ol { font-size: 0.95em; }.content-container table { font-size: 0.9em; }.content-container table td { padding: 6px; min-width: 100px; } }@media (max-width: 480px) { .header-container { padding: 20px 10px; }.header-container h1 { font-size: 1.5em; letter-spacing: 0.5px; }.content-container { padding: 10px 15px; }.content-container h2 { font-size: 1.2em; padding: 5px 6px; /* Further adjusted padding */ }.content-container h3 { font-size: 1.1em; }.content-container p, .content-container ul, .content-container ol { font-size: 0.9em; } }
The Oman Medical Specialty Board (OMSB) is the primary authority in charge of regulating and licensing healthcare professionals in Oman. Established in 2006, OMSB’s mandate revolves around:
Before initiating the registration process, it is crucial to confirm that you meet OMSB’s requirements. There are general criteria for all international graduates, along with specific stipulations for Pakistani medical graduates.
Primary Source Verification (PSV) is the cornerstone for international graduates. This process is carried out by the DataFlow Group, which verifies your documents directly from the original issuing sources (e.g., universities, licensing bodies).
Common documents include:
Tip: Upload all documents in PDF format, with clear scans (color recommended).
Whether you must take the OMSB Prometric exam depends on your medical specialty and the type of license you are seeking (e.g., general practitioner, specialist, consultant). Always verify:
After successfully completing DataFlow PSV and any required Prometric exam:
Below is a comprehensive checklist of documents you may need at various stages (DataFlow, Prometric, OMSB). Keep scanned copies (preferably in clear PDF format):
Document attestation is essential for Pakistani medical graduates because your degree is considered an international qualification in Oman.
Below is an approximate breakdown of costs. Amounts can change, so always verify on official websites:
| Stage | Estimated Fee (OMR) | Estimated Fee (USD) | Notes |
| DataFlow Verification | ~135 | ~350 | Depends on the number of documents submitted for verification. |
| OMSB Prometric Exam | ~88 | ~220 | Varies by specialty/profession; exact fees available on Pearson VUE or Prometric websites. |
| OMSB Registration & Licensing | ~135+ | ~350+ | Includes verification and licensing fees; additional costs (e.g., Viva exam) may apply. |
| Viva Examination (if required) | 100 | 260 | Only for certain specialties; must be taken in Muscat, Oman. |
| Total Estimated Cost | ~458+ | ~1180+ | Subject to individual factors; check official websites for exact figures. |
Overall duration can range from 3 to 9 months or more, influenced by:
Tip: Begin preparations early and plan for potential delays in each step.
Use the following resources for official updates and direct assistance:
Below are common questions Pakistani medical graduates often have regarding OMSB registration. Review these for quick clarifications:
A: In most cases, you must finish your internship before applying for a full medical license. Certain specialty training programs may allow current interns to apply, but this depends on OMSB policies and the specific residency requirements.
A: No. The Prometric exam is typically required for general licensure, while the OMSB Selection Examination is often linked to specialized residency or fellowship training programs. Confirm with OMSB which exam applies to your situation.
A: Generally, a GSC is valid for 6 months. Ensure you obtain it close to when you plan to submit your application so it remains valid during the initial phases.
A: Not every specialty requires it. The Viva is typically reserved for higher-level specialties or specific fields. Check OMSB’s website or contact the Admission and Registration Section for confirmation.
A: Monitor the DataFlow portal using your reference number and stay in close contact via their Applicant Support Center. Sometimes follow-ups with your issuing institutions can help speed up the verification.
A: Yes. Some candidates in Pakistan may need to pay in cash at the test center at least two business days before the exam. Always verify payment procedures directly with Pearson VUE or Prometric.
A: You typically can re-register for the exam, but you must pay the exam fee again. Look for the next available testing slot and plan your study schedule accordingly.
A: OMSB generally focuses on attestation of your MBBS degree. However, some applicants have been asked for attested internship certificates too. Confirm with OMSB to avoid any processing delays.
A: Once OMSB confirms that a Viva exam is mandatory for your specialty, you will be informed of dates and application steps. Travel to Muscat, Oman, is necessary, and an additional fee (about OMR 100) applies.
A: The OMSB issues the medical license after all verification, exams, and credentialing steps are complete. In some cases, the Ministry of Health may be involved in final onboarding steps, but the OMSB license is your primary legal authorization to practice.
/* CSS Styling */ body { margin: 0; padding: 0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #fff3e6; line-height: 1.6; }.header-container { background: linear-gradient(135deg, #ff5733, #ffcc00); padding: 40px 20px; text-align: center; color: #ffffff; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); border-bottom: 5px solid #00cc99; }.header-container h1 { margin: 0; font-size: 2.5em; line-height: 1.4; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }.content-container { padding: 20px 40px; max-width: 1200px; margin: 0 auto; }.content-container h2 { color: #ffffff; background-color: #ff0000; font-size: 1.5em; font-weight: 700; margin-top: 20px; border-bottom: 2px solid #ff0000; padding: 5px 10px; }.content-container h3 { color: #4A1A48; font-size: 1.3em; font-weight: 600; margin-top: 15px; }.content-container p, .content-container ul, .content-container ol { color: #000000; font-size: 1em; line-height: 1.8; }.content-container ul, .content-container ol { padding-left: 20px; }.content-container li { margin-bottom: 10px; }.content-container a { color: #f86041; text-decoration: none; }.content-container a:hover { text-decoration: underline; }.content-container strong { color: #AF4035; }.content-container table { font-family: Tahoma; line-height: 2.0; color: #000000; width: 100%; border-collapse: collapse; }.content-container table td { padding: 8px; border-bottom: 1px solid #000; }.content-container table thead td { color: #f86041; font-weight: bold; }@media (max-width: 768px) { .header-container { padding: 30px 15px; }.header-container h1 { font-size: 2.0em; }.content-container { padding: 15px 20px; }.content-container h2 { font-size: 1.3em; }.content-container h3 { font-size: 1.2em; }.content-container p, .content-container ul, .content-container ol { font-size: 0.95em; }.content-container table { font-size: 0.9em; }.content-container table td { padding: 6px; min-width: 100px; } }@media (max-width: 480px) { .header-container { padding: 20px 10px; }.header-container h1 { font-size: 1.5em; letter-spacing: 0.5px; }.content-container { padding: 10px 15px; }.content-container h2 { font-size: 1.2em; }.content-container h3 { font-size: 1.1em; }.content-container p, .content-container ul, .content-container ol { font-size: 0.9em; } }
We are Edubros — one of the fastest-growing education platforms in Pakistan. After running successful courses in Psychiatry, Medicine, and Surgery, we noticed that many doctors planning to work in Oman often face difficulties due to lack of proper guidance. That’s why we launched OMSB Made Easy — a practical, focused, and effective course to help you prepare confidently.
This course is designed to help you pass the Oman Medical Specialty Board (OMSB) licensing exam with ease. Since the exam pattern now emphasizes scenario-based MCQs, we’ve included over 10,000 real past paper MCQs, arranged chapter-wise and date-wise, starting from March 2025 and going back — covering the most repeated and high-yield questions.
We’ve also added complete notes in very simple wording, covering 100% of the syllabus, along with clear explanations for every MCQ — so you understand the concepts, not just memorize answers.
Everything you need is in one place — nothing extra, nothing missing. InshaAllah, this course will help you prepare smartly and pass OMSB in your first attempt.
Wishing you all the best in your preparation journey.
— Team Edubros