Create medical-school-curriculum.html

D David Veksler · 1 year ago 986b2d6818b893620ef79b788037fe5b6f6e5bc2
Parent: 55e0b9826

1 file changed +1343 −0

Diff

diff --git a/medical-school-curriculum.html b/medical-school-curriculum.html
new file mode 100644
index 0000000..073a268
--- /dev/null
+++ b/medical-school-curriculum.html
@@ -0,0 +1,1343 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Comprehensive Medical School Curriculum</title>
+    <style>
+        body {
+            font-family: Arial, sans-serif;
+            line-height: 1.6;
+            margin: 0;
+            padding: 0;
+            background-color: #f4f4f4;
+            color: #333;
+        }
+        .container {
+            width: 80%;
+            margin: auto;
+            overflow: hidden;
+            padding: 20px;
+            background-color: #fff;
+            box-shadow: 0 0 10px rgba(0,0,0,0.1);
+        }
+        h1, h2, h3, h4 {
+            color: #005691; /* A professional blue */
+        }
+        h1 {
+            text-align: center;
+            border-bottom: 2px solid #005691;
+            padding-bottom: 10px;
+            margin-bottom: 20px;
+        }
+        h2 {
+            border-bottom: 1px solid #ccc;
+            padding-bottom: 5px;
+            margin-top: 30px;
+        }
+        h3 {
+            margin-top: 25px;
+            color: #007b9e; /* Slightly lighter blue */
+        }
+        h4 {
+            margin-top: 20px;
+            color: #009c86; /* A teal color */
+        }
+        p em, .description {
+            font-style: italic;
+            color: #555;
+            margin-bottom: 1em;
+            display: block; /* Ensure it takes its own line if needed */
+        }
+        ul {
+            list-style-type: disc;
+            margin-left: 20px;
+            padding-left: 20px;
+        }
+        li {
+            margin-bottom: 8px;
+        }
+        strong {
+            font-weight: bold;
+        }
+        nav#toc {
+            background-color: #e9f5ff;
+            border: 1px solid #b3d7ff;
+            padding: 15px;
+            margin-bottom: 30px;
+            border-radius: 5px;
+        }
+        nav#toc h2 {
+            margin-top: 0;
+            border-bottom: none;
+            color: #005691;
+        }
+        nav#toc ul {
+            list-style-type: none;
+            padding-left: 0;
+        }
+        nav#toc > ul > li > a {
+            font-weight: bold;
+        }
+        nav#toc ul ul {
+            padding-left: 20px;
+            margin-top: 5px;
+        }
+        nav#toc a {
+            text-decoration: none;
+            color: #005691;
+        }
+        nav#toc a:hover {
+            text-decoration: underline;
+        }
+    </style>
+</head>
+<body>
+    <div class="container">
+        <h1>Comprehensive Medical School Curriculum</h1>
+        <p><em>This curriculum provides a structured framework for educating physicians, integrating scientific foundations with clinical knowledge and skills. Designed to progress from basic sciences to clinical applications, it develops the cognitive, technical, and interpersonal competencies essential for medical practice.</em></p>
+
+        <nav id="toc">
+            <h2>Table of Contents</h2>
+            <ul>
+                <li><a href="#basic-sciences">I. BASIC SCIENCES</a>
+                    <ul>
+                        <li><a href="#anatomy">A. Anatomy</a></li>
+                        <li><a href="#biochemistry">B. Biochemistry</a></li>
+                        <li><a href="#physiology">C. Physiology</a></li>
+                        <li><a href="#pathology">D. Pathology</a></li>
+                        <li><a href="#pharmacology">E. Pharmacology</a></li>
+                        <li><a href="#microbiology">F. Microbiology</a></li>
+                        <li><a href="#immunology">G. Immunology</a></li>
+                        <li><a href="#genetics">H. Genetics</a></li>
+                    </ul>
+                </li>
+                <li><a href="#clinical-sciences">II. CLINICAL SCIENCES</a>
+                    <ul>
+                        <li><a href="#internal-medicine">A. Internal Medicine</a></li>
+                        <li><a href="#surgery">B. Surgery</a></li>
+                        <li><a href="#obstetrics-gynecology">C. Obstetrics/Gynecology</a></li>
+                        <li><a href="#pediatrics">D. Pediatrics</a></li>
+                        <li><a href="#psychiatry">E. Psychiatry</a></li>
+                        <li><a href="#neurology">F. Neurology</a></li>
+                        <li><a href="#emergency-medicine">G. Emergency Medicine</a></li>
+                        <li><a href="#specialty-areas">H. Specialty Areas</a></li>
+                    </ul>
+                </li>
+                <li><a href="#clinical-skills">III. CLINICAL SKILLS</a>
+                    <ul>
+                        <li><a href="#patient-assessment-skills">A. Patient Assessment Skills</a></li>
+                        <li><a href="#physical-examination-techniques">B. Physical Examination Techniques</a></li>
+                        <li><a href="#special-examination-techniques">C. Special Examination Techniques</a></li>
+                        <li><a href="#procedural-skills">D. Procedural Skills</a></li>
+                        <li><a href="#diagnostic-skills">E. Diagnostic Skills</a></li>
+                        <li><a href="#communication-skills">F. Communication Skills</a></li>
+                        <li><a href="#documentation-skills">G. Documentation Skills</a></li>
+                    </ul>
+                </li>
+                <li><a href="#disease-management">IV. DISEASE MANAGEMENT</a>
+                    <ul>
+                        <li><a href="#diagnostic-approach">A. Diagnostic Approach</a></li>
+                        <li><a href="#treatment-planning">B. Treatment Planning</a></li>
+                        <li><a href="#disease-monitoring">C. Disease Monitoring</a></li>
+                        <li><a href="#prevention">D. Prevention</a></li>
+                    </ul>
+                </li>
+                <li><a href="#scientific-evidence-based-medicine">V. SCIENTIFIC/EVIDENCE-BASED MEDICINE</a>
+                    <ul>
+                        <li><a href="#biostatistics">A. Biostatistics</a></li>
+                        <li><a href="#epidemiology">B. Epidemiology</a></li>
+                        <li><a href="#research-methodology">C. Research Methodology</a></li>
+                        <li><a href="#evidence-appraisal">D. Evidence Appraisal</a></li>
+                    </ul>
+                </li>
+                <li><a href="#healthcare-systems">VI. HEALTHCARE SYSTEMS</a>
+                    <ul>
+                        <li><a href="#healthcare-delivery">A. Healthcare Delivery</a></li>
+                        <li><a href="#quality-improvement">B. Quality Improvement</a></li>
+                        <li><a href="#healthcare-economics">C. Healthcare Economics</a></li>
+                        <li><a href="#ethics-humanities">D. Ethics & Humanities</a></li>
+                    </ul>
+                </li>
+                <li><a href="#additional-essential-topics">VII. ADDITIONAL ESSENTIAL TOPICS</a>
+                    <ul>
+                        <li><a href="#global-public-health">A. Global & Public Health</a></li>
+                        <li><a href="#end-of-life-palliative-care">B. End-of-Life & Palliative Care</a></li>
+                        <li><a href="#addiction-medicine">C. Addiction Medicine</a></li>
+                        <li><a href="#professional-development">D. Professional Development</a></li>
+                    </ul>
+                </li>
+            </ul>
+        </nav>
+
+        <h2 id="basic-sciences">I. BASIC SCIENCES</h2>
+        <p class="description"><em>The foundational scientific knowledge that explains normal human structure and function, disease processes, and therapeutic mechanisms. These disciplines form the conceptual framework for understanding clinical medicine and provide the rational basis for diagnostic and treatment decisions.</em></p>
+
+        <h3 id="anatomy">A. Anatomy</h3>
+        <p class="description"><em>The study of body structure from gross to microscopic levels, providing the spatial framework for understanding physical examination, imaging, and surgical approaches. Includes developmental aspects that explain congenital anomalies.</em></p>
+        <h4>Gross Anatomy</h4>
+        <ul>
+            <li>Complete musculoskeletal system</li>
+            <li>Cardiovascular, respiratory, digestive, reproductive, nervous systems</li>
+            <li>Spatial relationships between organs</li>
+            <li>Surface anatomy landmarks</li>
+        </ul>
+        <h4>Neuroanatomy</h4>
+        <ul>
+            <li>Brain structures, cranial nerves, spinal cord</li>
+            <li>Autonomic nervous system</li>
+            <li>Vascular supply</li>
+            <li>Functional pathways</li>
+        </ul>
+        <h4>Histology</h4>
+        <ul>
+            <li>Tissue types (epithelial, connective, muscle, neural)</li>
+            <li>Microscopic organ structure</li>
+            <li>Cellular organization patterns</li>
+        </ul>
+        <h4>Embryology</h4>
+        <ul>
+            <li>Germ layer development</li>
+            <li>Organogenesis</li>
+            <li>Congenital malformations</li>
+            <li>Developmental timelines</li>
+        </ul>
+
+        <h3 id="biochemistry">B. Biochemistry</h3>
+        <p class="description"><em>The study of chemical processes within living organisms, focusing on molecular pathways that maintain homeostasis and can be disrupted in disease. Provides the foundation for understanding metabolism, nutrition, and pharmacological mechanisms.</em></p>
+        <h4>Metabolism</h4>
+        <ul>
+            <li>Glycolysis, TCA cycle, electron transport chain</li>
+            <li>Gluconeogenesis, glycogen metabolism</li>
+            <li>Fatty acid oxidation, ketogenesis</li>
+            <li>Amino acid metabolism</li>
+        </ul>
+        <h4>Enzyme Kinetics</h4>
+        <ul>
+            <li>Michaelis-Menten kinetics</li>
+            <li>Inhibition patterns</li>
+            <li>Allosteric regulation</li>
+        </ul>
+        <h4>Nutrition</h4>
+        <ul>
+            <li>Macronutrients, micronutrients</li>
+            <li>Metabolic requirements</li>
+            <li>Deficiency disorders</li>
+        </ul>
+        <h4>Molecular Biology</h4>
+        <ul>
+            <li>DNA replication, transcription, translation</li>
+            <li>Post-translational modifications</li>
+        </ul>
+        <h4>Cell Signaling</h4>
+        <ul>
+            <li>Receptor types</li>
+            <li>Second messenger systems</li>
+            <li>Signal transduction pathways</li>
+        </ul>
+
+        <h3 id="physiology">C. Physiology</h3>
+        <p class="description"><em>The study of normal organ system function and regulatory mechanisms that maintain the body's internal environment. Provides the basis for understanding pathophysiology and therapeutic interventions across all medical specialties.</em></p>
+        <h4>Cardiovascular</h4>
+        <ul>
+            <li>Cardiac cycle, ECG interpretation</li>
+            <li>Blood pressure regulation</li>
+            <li>Hemodynamics, microcirculation</li>
+        </ul>
+        <h4>Respiratory</h4>
+        <ul>
+            <li>Ventilation mechanics</li>
+            <li>Gas exchange</li>
+            <li>Acid-base balance</li>
+            <li>Control of respiration</li>
+        </ul>
+        <h4>Renal</h4>
+        <ul>
+            <li>Glomerular filtration</li>
+            <li>Tubular reabsorption/secretion</li>
+            <li>Acid-base regulation</li>
+            <li>Water/electrolyte balance</li>
+        </ul>
+        <h4>Gastrointestinal</h4>
+        <ul>
+            <li>Motility, secretion, digestion, absorption</li>
+            <li>Liver function</li>
+        </ul>
+        <h4>Endocrine</h4>
+        <ul>
+            <li>Hormone synthesis, regulation</li>
+            <li>Receptor mechanisms</li>
+            <li>Feedback systems</li>
+        </ul>
+        <h4>Reproductive</h4>
+        <ul>
+            <li>Gametogenesis, menstrual cycle</li>
+            <li>Pregnancy physiology, parturition, lactation</li>
+        </ul>
+        <h4>Neurophysiology</h4>
+        <ul>
+            <li>Action potentials, synaptic transmission</li>
+            <li>Sensory/motor integration</li>
+            <li>Higher functions</li>
+        </ul>
+
+        <h3 id="pathology">D. Pathology</h3>
+        <p class="description"><em>The study of disease processes and their structural and functional manifestations. Bridges basic sciences with clinical medicine by explaining the mechanisms underlying symptoms, physical findings, and laboratory abnormalities.</em></p>
+        <h4>General Pathology</h4>
+        <ul>
+            <li>Cellular adaptation, injury, death</li>
+            <li>Inflammation, repair/regeneration</li>
+            <li>Hemodynamic disorders</li>
+            <li>Genetic disorders</li>
+            <li>Neoplasia</li>
+        </ul>
+        <h4>Systemic Pathology</h4>
+        <ul>
+            <li>Specific pathological changes by organ system</li>
+        </ul>
+        <h4>Histopathology</h4>
+        <ul>
+            <li>Microscopic disease pattern recognition</li>
+        </ul>
+        <h4>Pathophysiology</h4>
+        <ul>
+            <li>Mechanisms of disease development and progression</li>
+        </ul>
+        <h4>Laboratory Medicine</h4>
+        <ul>
+            <li>Interpretation of pathological specimens and laboratory values</li>
+        </ul>
+
+        <h3 id="pharmacology">E. Pharmacology</h3>
+        <p class="description"><em>The study of drug actions, clinical applications, and adverse effects. Provides the scientific basis for therapeutic decision-making, including drug selection, dosing, monitoring, and managing drug interactions and toxicities.</em></p>
+        <h4>Pharmacokinetics</h4>
+        <ul>
+            <li>Absorption, distribution, metabolism, excretion</li>
+            <li>Drug half-lives</li>
+        </ul>
+        <h4>Pharmacodynamics</h4>
+        <ul>
+            <li>Receptor theory</li>
+            <li>Dose-response relationships</li>
+            <li>Therapeutic index</li>
+        </ul>
+        <h4>Drug Classes</h4>
+        <ul>
+            <li>Complete knowledge of all major medication classes</li>
+            <li>Mechanisms, indications, adverse effects</li>
+        </ul>
+        <h4>Antimicrobials</h4>
+        <ul>
+            <li>Antibiotics, antivirals, antifungals, antiparasitics</li>
+            <li>Mechanisms, resistance patterns</li>
+        </ul>
+        <h4>Toxicology</h4>
+        <ul>
+            <li>Poison mechanisms, antidotes, treatment protocols</li>
+        </ul>
+        <h4>Pharmacogenomics</h4>
+        <ul>
+            <li>Genetic variations affecting drug response</li>
+        </ul>
+
+        <h3 id="microbiology">F. Microbiology</h3>
+        <p class="description"><em>The study of microorganisms and their interactions with human hosts. Provides the foundation for understanding infectious disease pathogenesis, diagnosis, treatment, and prevention strategies.</em></p>
+        <h4>Bacteriology</h4>
+        <ul>
+            <li>Classification, structure, pathogenesis</li>
+            <li>Virulence factors of medically relevant bacteria</li>
+        </ul>
+        <h4>Virology</h4>
+        <ul>
+            <li>Viral structure, replication cycles</li>
+            <li>Pathogenesis, latency mechanisms</li>
+        </ul>
+        <h4>Mycology</h4>
+        <ul>
+            <li>Fungal classification, pathogenic mechanisms</li>
+            <li>Invasive vs. superficial infections</li>
+        </ul>
+        <h4>Parasitology</h4>
+        <ul>
+            <li>Life cycles, transmission, pathogenesis</li>
+            <li>Protozoa, helminths, ectoparasites</li>
+        </ul>
+        <h4>Diagnostic Microbiology</h4>
+        <ul>
+            <li>Culture techniques, staining methods</li>
+            <li>Molecular diagnostics</li>
+        </ul>
+        <h4>Infection Control</h4>
+        <ul>
+            <li>Sterilization, disinfection, isolation protocols</li>
+            <li>Outbreak management</li>
+        </ul>
+
+        <h3 id="immunology">G. Immunology</h3>
+        <p class="description"><em>The study of immune system components and functions in health and disease. Explains host defense mechanisms, immunological disorders, and provides the basis for understanding vaccinology, transplantation, and immunotherapies.</em></p>
+        <h4>Innate Immunity</h4>
+        <ul>
+            <li>Physical barriers, cellular components</li>
+            <li>Complement, inflammation</li>
+        </ul>
+        <h4>Adaptive Immunity</h4>
+        <ul>
+            <li>B-cell/T-cell development</li>
+            <li>Antigen presentation, antibody production</li>
+        </ul>
+        <h4>Hypersensitivity Reactions</h4>
+        <ul>
+            <li>Types I-IV mechanisms and clinical manifestations</li>
+        </ul>
+        <h4>Autoimmunity</h4>
+        <ul>
+            <li>Tolerance mechanisms</li>
+            <li>Autoimmune disease pathogenesis</li>
+        </ul>
+        <h4>Immunodeficiency</h4>
+        <ul>
+            <li>Primary and secondary disorders</li>
+            <li>Clinical presentations</li>
+        </ul>
+        <h4>Transplantation Immunology</h4>
+        <ul>
+            <li>HLA system, graft rejection mechanisms</li>
+            <li>Immunosuppression</li>
+        </ul>
+        <h4>Tumor Immunology</h4>
+        <ul>
+            <li>Immune surveillance, escape mechanisms</li>
+            <li>Immunotherapy principles</li>
+        </ul>
+
+        <h3 id="genetics">H. Genetics</h3>
+        <p class="description"><em>The study of inheritance and genetic variation in health and disease. Provides the foundation for understanding hereditary disorders, genetic risk assessment, and the emerging field of precision medicine.</em></p>
+        <h4>Mendelian Inheritance</h4>
+        <ul>
+            <li>Dominant, recessive, X-linked patterns</li>
+            <li>Pedigree analysis</li>
+        </ul>
+        <h4>Cytogenetics</h4>
+        <ul>
+            <li>Chromosome structure, abnormalities</li>
+            <li>Karyotyping</li>
+        </ul>
+        <h4>Molecular Genetics</h4>
+        <ul>
+            <li>Gene structure, regulation, mutations</li>
+            <li>Polymorphisms</li>
+        </ul>
+        <h4>Clinical Genetics</h4>
+        <ul>
+            <li>Genetic disorder recognition</li>
+            <li>Counseling principles</li>
+        </ul>
+        <h4>Population Genetics</h4>
+        <ul>
+            <li>Gene frequencies</li>
+            <li>Hardy-Weinberg principle</li>
+        </ul>
+        <h4>Genomics</h4>
+        <ul>
+            <li>Genome organization</li>
+            <li>Applications in medicine</li>
+        </ul>
+
+        <h2 id="clinical-sciences">II. CLINICAL SCIENCES</h2>
+        <p class="description"><em>The application of basic science knowledge to specific organ systems and medical specialties. Focuses on disease recognition, differential diagnosis, and management across the lifespan and various healthcare settings.</em></p>
+
+        <h3 id="internal-medicine">A. Internal Medicine</h3>
+        <p class="description"><em>Comprehensive care of adult patients, focusing on complex diagnostic reasoning and management of acute and chronic conditions. Encompasses multiple subspecialties addressing specific organ systems and disease processes.</em></p>
+        <h4>Cardiology</h4>
+        <ul>
+            <li>Ischemic heart disease, heart failure</li>
+            <li>Arrhythmias, valvular disease</li>
+            <li>Cardiomyopathies, pericardial disease</li>
+        </ul>
+        <h4>Pulmonology</h4>
+        <ul>
+            <li>Obstructive/restrictive lung diseases</li>
+            <li>Pneumonias, pulmonary vascular disease</li>
+            <li>Pleural disorders</li>
+        </ul>
+        <h4>Gastroenterology</h4>
+        <ul>
+            <li>Esophageal, stomach, intestinal disorders</li>
+            <li>Pancreatic, hepatobiliary disorders</li>
+        </ul>
+        <h4>Nephrology</h4>
+        <ul>
+            <li>Glomerular diseases, tubulointerstitial disorders</li>
+            <li>Renal failure, dialysis principles</li>
+        </ul>
+        <h4>Endocrinology</h4>
+        <ul>
+            <li>Pituitary, thyroid, parathyroid disorders</li>
+            <li>Adrenal, pancreatic disorders</li>
+            <li>Metabolic syndrome</li>
+        </ul>
+        <h4>Hematology</h4>
+        <ul>
+            <li>Anemias, hemoglobinopathies</li>
+            <li>Leukemias, lymphomas</li>
+            <li>Coagulation disorders</li>
+        </ul>
+        <h4>Oncology</h4>
+        <ul>
+            <li>Cancer biology, staging systems</li>
+            <li>Treatment modalities</li>
+            <li>Paraneoplastic syndromes</li>
+        </ul>
+        <h4>Rheumatology</h4>
+        <ul>
+            <li>Autoimmune arthritides</li>
+            <li>Connective tissue diseases</li>
+            <li>Vasculitides</li>
+        </ul>
+        <h4>Infectious Disease</h4>
+        <ul>
+            <li>Systematic approach to infections by system</li>
+            <li>Organism-specific diseases</li>
+            <li>Infections in immunocompromised hosts</li>
+        </ul>
+        <h4>Critical Care</h4>
+        <ul>
+            <li>Shock, respiratory failure</li>
+            <li>Multi-organ dysfunction</li>
+            <li>ICU management</li>
+        </ul>
+
+        <h3 id="surgery">B. Surgery</h3>
+        <p class="description"><em>The discipline focused on operative interventions, perioperative care, and surgical pathology. Teaches assessment of surgical candidates, operative principles, and postoperative management including complication recognition.</em></p>
+        <h4>General Surgery</h4>
+        <ul>
+            <li>Acute abdomen, hernias</li>
+            <li>Bowel obstruction</li>
+            <li>Surgical oncology</li>
+        </ul>
+        <h4>Preoperative Assessment</h4>
+        <ul>
+            <li>Risk stratification, optimization</li>
+            <li>Informed consent</li>
+        </ul>
+        <h4>Operative Principles</h4>
+        <ul>
+            <li>Sterile technique, instrumentation</li>
+            <li>Wound closure, hemostasis</li>
+        </ul>
+        <h4>Postoperative Care</h4>
+        <ul>
+            <li>Pain management, wound care</li>
+            <li>Complication recognition</li>
+        </ul>
+        <h4>Trauma Surgery</h4>
+        <ul>
+            <li>Primary/secondary surveys</li>
+            <li>Damage control principles</li>
+        </ul>
+        <h4>Transplant Surgery</h4>
+        <ul>
+            <li>Donor selection, organ preservation</li>
+            <li>Rejection management</li>
+        </ul>
+        <h4>Surgical Specialties</h4>
+        <ul>
+            <li>Basics of cardiothoracic, vascular, neurosurgery, plastic surgery</li>
+        </ul>
+
+        <h3 id="obstetrics-gynecology">C. Obstetrics/Gynecology</h3>
+        <p class="description"><em>Care of female reproductive health, pregnancy, and childbirth. Integrates medical and surgical approaches to women's health across the lifespan, from adolescence through post-menopausal years.</em></p>
+        <h4>Gynecology</h4>
+        <ul>
+            <li>Menstrual disorders, pelvic pain</li>
+            <li>STIs, gynecologic oncology</li>
+        </ul>
+        <h4>Reproductive Endocrinology</h4>
+        <ul>
+            <li>Infertility evaluation/treatment</li>
+            <li>Contraception, menopause</li>
+        </ul>
+        <h4>Obstetrics</h4>
+        <ul>
+            <li>Prenatal care, high-risk pregnancy</li>
+            <li>Labor/delivery, postpartum care</li>
+        </ul>
+        <h4>Maternal-Fetal Medicine</h4>
+        <ul>
+            <li>Pregnancy complications</li>
+            <li>Fetal assessment, teratology</li>
+        </ul>
+        <h4>Gynecologic Surgery</h4>
+        <ul>
+            <li>Procedures, complications</li>
+            <li>Postoperative management</li>
+        </ul>
+
+        <h3 id="pediatrics">D. Pediatrics</h3>
+        <p class="description"><em>Medical care of infants, children, and adolescents. Focuses on developmental aspects of disease, preventive care, and conditions unique to this population, acknowledging the role of family systems in pediatric care.</em></p>
+        <h4>Neonatology</h4>
+        <ul>
+            <li>Transition to extrauterine life</li>
+            <li>Prematurity, congenital disorders</li>
+        </ul>
+        <h4>Growth & Development</h4>
+        <ul>
+            <li>Developmental milestones</li>
+            <li>Growth parameters, deviations</li>
+        </ul>
+        <h4>Pediatric Diseases</h4>
+        <ul>
+            <li>Age-specific presentations of conditions</li>
+        </ul>
+        <h4>Adolescent Medicine</h4>
+        <ul>
+            <li>Puberty, behavioral issues</li>
+            <li>Transition to adult care</li>
+        </ul>
+        <h4>Genetic Disorders</h4>
+        <ul>
+            <li>Recognition, management of pediatric genetic syndromes</li>
+        </ul>
+        <h4>Immunizations</h4>
+        <ul>
+            <li>Schedules, contraindications, adverse effects</li>
+        </ul>
+        <h4>Child Abuse</h4>
+        <ul>
+            <li>Recognition, reporting requirements, management</li>
+        </ul>
+
+        <h3 id="psychiatry">E. Psychiatry</h3>
+        <p class="description"><em>Diagnosis and treatment of mental, emotional, and behavioral disorders. Integrates biological, psychological, and social factors in understanding mental health, emphasizing the mind-body connection in health and disease.</em></p>
+        <h4>Diagnostic Criteria</h4>
+        <ul>
+            <li>DSM classification system</li>
+        </ul>
+        <h4>Mood Disorders</h4>
+        <ul>
+            <li>Major depression, bipolar disorder, dysthymia</li>
+        </ul>
+        <h4>Anxiety Disorders</h4>
+        <ul>
+            <li>Generalized anxiety, panic, phobias</li>
+            <li>OCD, PTSD</li>
+        </ul>
+        <h4>Psychotic Disorders</h4>
+        <ul>
+            <li>Schizophrenia, schizoaffective disorder</li>
+            <li>Delusional disorders</li>
+        </ul>
+        <h4>Substance Use Disorders</h4>
+        <ul>
+            <li>Addiction mechanisms</li>
+            <li>Withdrawal syndromes, treatment</li>
+        </ul>
+        <h4>Personality Disorders</h4>
+        <ul>
+            <li>Cluster types, management approaches</li>
+        </ul>
+        <h4>Psychopharmacology</h4>
+        <ul>
+            <li>Mechanisms, indications, side effects</li>
+        </ul>
+        <h4>Psychotherapy</h4>
+        <ul>
+            <li>Basic principles of therapeutic approaches</li>
+        </ul>
+        <h4>Emergency Psychiatry</h4>
+        <ul>
+            <li>Suicidality, homicidality</li>
+            <li>Acute psychosis management</li>
+        </ul>
+
+        <h3 id="neurology">F. Neurology</h3>
+        <p class="description"><em>Diagnosis and management of disorders of the nervous system. Applies precise neuroanatomical principles to localize lesions and understand the pathophysiology of neurological dysfunction.</em></p>
+        <h4>Cerebrovascular Disorders</h4>
+        <ul>
+            <li>Stroke types, TIAs, hemorrhages</li>
+        </ul>
+        <h4>Movement Disorders</h4>
+        <ul>
+            <li>Parkinson's, essential tremor</li>
+            <li>Dystonias, ataxias</li>
+        </ul>
+        <h4>Seizure Disorders</h4>
+        <ul>
+            <li>Classification, evaluation, management</li>
+        </ul>
+        <h4>Demyelinating Disorders</h4>
+        <ul>
+            <li>Multiple sclerosis, Guillain-Barré syndrome</li>
+        </ul>
+        <h4>Headache Syndromes</h4>
+        <ul>
+            <li>Migraine, tension, cluster</li>
+            <li>Secondary causes</li>
+        </ul>
+        <h4>Neurodegenerative Diseases</h4>
+        <ul>
+            <li>Alzheimer's, frontotemporal dementia, ALS</li>
+        </ul>
+        <h4>Peripheral Neuropathies</h4>
+        <ul>
+            <li>Diabetic, inflammatory, toxic, hereditary</li>
+        </ul>
+        <h4>Neuro-oncology</h4>
+        <ul>
+            <li>Primary CNS tumors, metastases</li>
+            <li>Paraneoplastic syndromes</li>
+        </ul>
+        <h4>Neurodiagnostics</h4>
+        <ul>
+            <li>EEG, EMG, evoked potentials</li>
+            <li>Lumbar puncture interpretation</li>
+        </ul>
+
+        <h3 id="emergency-medicine">G. Emergency Medicine</h3>
+        <p class="description"><em>Acute care of undifferentiated patients with urgent and emergent conditions. Teaches rapid assessment, prioritization, stabilization, and disposition of patients with time-sensitive disorders.</em></p>
+        <h4>Resuscitation</h4>
+        <ul>
+            <li>Advanced cardiac life support</li>
+            <li>Airway management</li>
+        </ul>
+        <h4>Trauma Management</h4>
+        <ul>
+            <li>Assessment protocols</li>
+            <li>Stabilization techniques</li>
+        </ul>
+        <h4>Medical Emergencies</h4>
+        <ul>
+            <li>Acute management of life-threatening conditions</li>
+        </ul>
+        <h4>Toxicological Emergencies</h4>
+        <ul>
+            <li>Recognition, decontamination, antidotes</li>
+        </ul>
+        <h4>Environmental Emergencies</h4>
+        <ul>
+            <li>Heat/cold injuries, drowning, altitude sickness</li>
+        </ul>
+        <h4>Disaster Medicine</h4>
+        <ul>
+            <li>Mass casualty triage</li>
+            <li>Disaster response</li>
+        </ul>
+        <h4>Procedural Skills</h4>
+        <ul>
+            <li>Emergency procedures (thoracentesis, paracentesis, etc.)</li>
+        </ul>
+
+        <h3 id="specialty-areas">H. Specialty Areas</h3>
+        <p class="description"><em>Additional medical and surgical specialties that address specific organ systems or patient populations. Provides introductory exposure to specialized diagnostic techniques and therapeutic modalities.</em></p>
+        <h4>Radiology</h4>
+        <ul>
+            <li>Radiographic principles, radiation safety</li>
+            <li>Plain film, CT, MRI, ultrasound interpretation basics</li>
+            <li>Nuclear medicine, interventional procedures</li>
+        </ul>
+        <h4>Dermatology</h4>
+        <ul>
+            <li>Skin lesion morphology</li>
+            <li>Common dermatoses</li>
+            <li>Infectious dermatology</li>
+            <li>Skin cancers</li>
+        </ul>
+        <h4>Ophthalmology</h4>
+        <ul>
+            <li>Eye examination</li>
+            <li>Common disorders, ocular emergencies</li>
+        </ul>
+        <h4>Otolaryngology</h4>
+        <ul>
+            <li>Ear/nose/throat examination</li>
+            <li>Common disorders</li>
+        </ul>
+        <h4>Orthopedics</h4>
+        <ul>
+            <li>Musculoskeletal examination</li>
+            <li>Fractures, joint disorders</li>
+        </ul>
+        <h4>Urology</h4>
+        <ul>
+            <li>Genitourinary evaluation</li>
+            <li>Common disorders, urological emergencies</li>
+        </ul>
+        <h4>Physical Medicine & Rehabilitation</h4>
+        <ul>
+            <li>Functional assessment</li>
+            <li>Rehabilitation principles</li>
+        </ul>
+        <h4>Palliative Care</h4>
+        <ul>
+            <li>Pain management</li>
+            <li>End-of-life care, symptom control</li>
+        </ul>
+
+        <h2 id="clinical-skills">III. CLINICAL SKILLS</h2>
+        <p class="description"><em>The practical abilities required to assess patients, perform procedures, and communicate effectively. These hands-on skills transform theoretical knowledge into clinical competence and form the basis of the physician-patient interaction.</em></p>
+
+        <h3 id="patient-assessment-skills">A. Patient Assessment Skills</h3>
+        <p class="description"><em>The fundamental techniques of measuring and evaluating vital physiological parameters. Establishes baseline data for clinical decision-making and enables detection of critical changes in patient status.</em></p>
+        <h4>Vital Signs Measurement</h4>
+        <ul>
+            <li>Manual blood pressure with various cuff sizes</li>
+            <li>Pulse rate/rhythm/character assessment</li>
+            <li>Respiratory rate/pattern evaluation</li>
+            <li>Temperature measurement</li>
+            <li>Pain assessment</li>
+        </ul>
+
+        <h3 id="physical-examination-techniques">B. Physical Examination Techniques</h3>
+        <p class="description"><em>Systematic methods of evaluating patients through direct observation and examination. Develops the ability to detect physical abnormalities and correlate findings with underlying pathophysiology.</em></p>
+        <h4>Inspection Skills</h4>
+        <ul>
+            <li>Systematic observation sequence</li>
+            <li>Recognition of normal vs. abnormal findings</li>
+            <li>Detection of subtle physical signs</li>
+        </ul>
+        <h4>Palpation Techniques</h4>
+        <ul>
+            <li>Graduated pressure application</li>
+            <li>Organ border delineation</li>
+            <li>Lymph node examination</li>
+            <li>Abdominal mass characterization</li>
+            <li>Joint examination</li>
+            <li>Pulse quality assessment</li>
+        </ul>
+        <h4>Percussion Methods</h4>
+        <ul>
+            <li>Direct and indirect percussion</li>
+            <li>Resonance pattern recognition</li>
+            <li>Organ size estimation</li>
+            <li>Fluid level detection</li>
+        </ul>
+        <h4>Auscultation</h4>
+        <ul>
+            <li>Heart sound identification</li>
+            <li>Murmur characterization</li>
+            <li>Lung sound classification</li>
+            <li>Bowel sound assessment</li>
+            <li>Vascular bruit detection</li>
+        </ul>
+
+        <h3 id="special-examination-techniques">C. Special Examination Techniques</h3>
+        <p class="description"><em>Focused assessment methods for specific organ systems requiring specialized approaches. Develops precision in evaluating complex systems with unique examination requirements.</em></p>
+        <h4>Neurological Examination</h4>
+        <ul>
+            <li>Cranial nerve testing protocols</li>
+            <li>Motor strength grading</li>
+            <li>Sensory modality testing</li>
+            <li>Reflex elicitation and grading</li>
+            <li>Coordination testing</li>
+            <li>Gait and station assessment</li>
+            <li>Mental status examination</li>
+            <li>Cognitive assessment tools</li>
+        </ul>
+        <h4>Ophthalmological Skills</h4>
+        <ul>
+            <li>Visual acuity testing</li>
+            <li>Visual field assessment</li>
+            <li>Ophthalmoscopy technique</li>
+            <li>Pupillary reflex testing</li>
+            <li>Extraocular movement evaluation</li>
+        </ul>
+        <h4>ENT Examination</h4>
+        <ul>
+            <li>Otoscopy technique</li>
+            <li>Tuning fork tests</li>
+            <li>Nasal examination</li>
+            <li>Oral cavity/pharynx inspection</li>
+        </ul>
+        <h4>Musculoskeletal Assessment</h4>
+        <ul>
+            <li>Joint range of motion measurement</li>
+            <li>Special tests for specific joints</li>
+            <li>Muscle strength testing</li>
+            <li>Spine examination</li>
+            <li>Gait analysis</li>
+        </ul>
+
+        <h3 id="procedural-skills">D. Procedural Skills</h3>
+        <p class="description"><em>Technical interventions performed for diagnostic or therapeutic purposes. Progresses from basic to advanced techniques, emphasizing patient safety, comfort, and procedural efficacy.</em></p>
+        <h4>Basic Procedures</h4>
+        <ul>
+            <li>Venipuncture</li>
+            <li>IV cannulation</li>
+            <li>Arterial blood sampling</li>
+            <li>Injections (intradermal, subcutaneous, intramuscular)</li>
+            <li>Wound management</li>
+        </ul>
+        <h4>Intermediate Procedures</h4>
+        <ul>
+            <li>Suturing techniques</li>
+            <li>Airway management</li>
+            <li>Fluid sampling (lumbar puncture, thoracentesis, paracentesis)</li>
+            <li>Catheterization (urinary, nasogastric)</li>
+            <li>Incision and drainage</li>
+        </ul>
+        <h4>Advanced Procedural Skills</h4>
+        <ul>
+            <li>Resuscitation techniques</li>
+            <li>Regional anesthesia</li>
+            <li>Obstetric procedures</li>
+            <li>Surgical assisting</li>
+        </ul>
+
+        <h3 id="diagnostic-skills">E. Diagnostic Skills</h3>
+        <p class="description"><em>Abilities to select, perform, and interpret tests at the point of care and analyze laboratory and imaging data. Develops clinical reasoning that integrates diagnostic information with history and physical findings.</em></p>
+        <h4>Bedside Diagnostics</h4>
+        <ul>
+            <li>Point-of-care testing</li>
+            <li>ECG recording and interpretation</li>
+            <li>Bedside ultrasound</li>
+        </ul>
+        <h4>Laboratory Interpretation</h4>
+        <ul>
+            <li>Complete blood count</li>
+            <li>Blood chemistry</li>
+            <li>Coagulation studies</li>
+            <li>Urinalysis</li>
+            <li>Microbiology specimens</li>
+        </ul>
+        <h4>Imaging Interpretation</h4>
+        <ul>
+            <li>Chest X-ray</li>
+            <li>Abdominal X-ray</li>
+            <li>Fracture identification</li>
+            <li>CT interpretation basics</li>
+            <li>Basic ultrasonography</li>
+        </ul>
+
+        <h3 id="communication-skills">F. Communication Skills</h3>
+        <p class="description"><em>Methods of effective interaction with patients, families, and healthcare team members. Crucial for establishing therapeutic relationships, gathering information, and coordinating care across settings.</em></p>
+        <h4>Patient-Centered Communication</h4>
+        <ul>
+            <li>Interview techniques</li>
+            <li>Challenging scenarios</li>
+            <li>Shared decision-making</li>
+        </ul>
+        <h4>Interprofessional Communication</h4>
+        <ul>
+            <li>SBAR technique</li>
+            <li>Handoff skills</li>
+            <li>Team leadership</li>
+            <li>Consultation requests</li>
+        </ul>
+
+        <h3 id="documentation-skills">G. Documentation Skills</h3>
+        <p class="description"><em>Techniques for accurately recording clinical information in various formats. Ensures continuity of care, facilitates communication among providers, and fulfills legal and regulatory requirements.</em></p>
+        <h4>Clinical Documentation</h4>
+        <ul>
+            <li>Problem-oriented records</li>
+            <li>Procedure documentation</li>
+            <li>Critical event documentation</li>
+            <li>Discharge planning</li>
+        </ul>
+        <h4>Electronic Health Record Skills</h4>
+        <ul>
+            <li>Order entry</li>
+            <li>Documentation efficiency</li>
+            <li>Data retrieval</li>
+        </ul>
+
+        <h2 id="disease-management">IV. DISEASE MANAGEMENT</h2>
+        <p class="description"><em>The comprehensive approach to patient care from diagnosis through treatment and follow-up. Integrates scientific knowledge with clinical judgment to optimize outcomes while considering patient preferences and values.</em></p>
+
+        <h3 id="diagnostic-approach">A. Diagnostic Approach</h3>
+        <p class="description"><em>Systematic methods for establishing diagnoses using clinical reasoning, algorithms, and appropriate testing. Emphasizes cost-effective, evidence-based pathways that minimize harm while maximizing diagnostic accuracy.</em></p>
+        <h4>Clinical Guidelines</h4>
+        <ul>
+            <li>Evidence-based diagnostic algorithms</li>
+        </ul>
+        <h4>Laboratory Interpretation</h4>
+        <ul>
+            <li>Normal ranges</li>
+            <li>Significance of abnormalities</li>
+        </ul>
+        <h4>Imaging Selection</h4>
+        <ul>
+            <li>Appropriate modality choice</li>
+            <li>Cost-effectiveness</li>
+        </ul>
+        <h4>Advanced Diagnostics</h4>
+        <ul>
+            <li>Specialized testing indications</li>
+        </ul>
+        <h4>Clinical Pathways</h4>
+        <ul>
+            <li>Standardized diagnostic protocols</li>
+        </ul>
+
+        <h3 id="treatment-planning">B. Treatment Planning</h3>
+        <p class="description"><em>Decision-making processes for selecting and implementing therapeutic interventions. Balances efficacy, safety, cost, and patient factors when developing individualized treatment strategies.</em></p>
+        <h4>Therapeutic Hierarchies</h4>
+        <ul>
+            <li>First-line, second-line, salvage options</li>
+        </ul>
+        <h4>Pharmacotherapy</h4>
+        <ul>
+            <li>Medication selection, dosing, monitoring</li>
+        </ul>
+        <h4>Procedural Interventions</h4>
+        <ul>
+            <li>Indications, contraindications, timing</li>
+        </ul>
+        <h4>Non-pharmacological Therapies</h4>
+        <ul>
+            <li>Physical, occupational, speech therapy</li>
+        </ul>
+        <h4>Lifestyle Modifications</h4>
+        <ul>
+            <li>Diet, exercise, stress management</li>
+        </ul>
+        <h4>Complementary/Alternative Approaches</h4>
+        <ul>
+            <li>Evidence-based integration</li>
+        </ul>
+
+        <h3 id="disease-monitoring">C. Disease Monitoring</h3>
+        <p class="description"><em>Ongoing evaluation of disease progression and treatment effectiveness. Establishes protocols for adjustment of therapy based on clinical response, adverse effects, and changing patient circumstances.</em></p>
+        <h4>Response Assessment</h4>
+        <ul>
+            <li>Clinical, laboratory, imaging parameters</li>
+        </ul>
+        <h4>Treatment Modification</h4>
+        <ul>
+            <li>Dose adjustments, regimen changes</li>
+        </ul>
+        <h4>Adverse Effect Management</h4>
+        <ul>
+            <li>Recognition, prevention, treatment</li>
+        </ul>
+        <h4>Long-term Surveillance</h4>
+        <ul>
+            <li>Post-treatment monitoring protocols</li>
+        </ul>
+        <h4>Prognostication</h4>
+        <ul>
+            <li>Outcome prediction, survival estimation</li>
+        </ul>
+
+        <h3 id="prevention">D. Prevention</h3>
+        <p class="description"><em>Strategies to avoid disease occurrence, progression, and complications. Spans primary, secondary, and tertiary interventions implemented at individual and population levels.</em></p>
+        <h4>Primary Prevention</h4>
+        <ul>
+            <li>Risk factor modification</li>
+            <li>Immunizations</li>
+        </ul>
+        <h4>Secondary Prevention</h4>
+        <ul>
+            <li>Screening recommendations by age/risk</li>
+        </ul>
+        <h4>Tertiary Prevention</h4>
+        <ul>
+            <li>Complication prevention in established disease</li>
+        </ul>
+        <h4>Preventive Services</h4>
+        <ul>
+            <li>USPSTF guidelines</li>
+            <li>Age/gender-specific recommendations</li>
+        </ul>
+        <h4>Risk Assessment Tools</h4>
+        <ul>
+            <li>Framingham, FRAX, etc.</li>
+        </ul>
+
+        <h2 id="scientific-evidence-based-medicine">V. SCIENTIFIC/EVIDENCE-BASED MEDICINE</h2>
+        <p class="description"><em>The application of scientific principles and research evidence to clinical practice. Provides the tools to evaluate medical literature critically and translate findings into improved patient care.</em></p>
+
+        <h3 id="biostatistics">A. Biostatistics</h3>
+        <p class="description"><em>The application of statistical methods to biological and medical data. Provides the foundation for interpreting research findings, understanding probability in diagnosis, and evaluating test performance.</em></p>
+        <h4>Study Designs</h4>
+        <ul>
+            <li>RCTs, cohort, case-control, cross-sectional</li>
+        </ul>
+        <h4>Statistical Tests</h4>
+        <ul>
+            <li>t-tests, chi-square, ANOVA, regression analysis</li>
+        </ul>
+        <h4>Measures of Association</h4>
+        <ul>
+            <li>Relative risk, odds ratio, hazard ratio</li>
+        </ul>
+        <h4>Diagnostic Test Evaluation</h4>
+        <ul>
+            <li>Sensitivity, specificity, predictive values, ROC curves</li>
+        </ul>
+        <h4>Sample Size Calculation</h4>
+        <ul>
+            <li>Power analysis, effect size estimation</li>
+        </ul>
+        <h4>Statistical Significance</h4>
+        <ul>
+            <li>p-values, confidence intervals, type I/II errors</li>
+        </ul>
+
+        <h3 id="epidemiology">B. Epidemiology</h3>
+        <p class="description"><em>The study of disease distribution and determinants in populations. Provides methods for investigating disease outbreaks, understanding risk factors, and developing preventive strategies.</em></p>
+        <h4>Disease Frequency</h4>
+        <ul>
+            <li>Prevalence, incidence, mortality rates</li>
+        </ul>
+        <h4>Study Types</h4>
+        <ul>
+            <li>Descriptive, analytical, experimental</li>
+        </ul>
+        <h4>Causal Inference</h4>
+        <ul>
+            <li>Bradford Hill criteria, confounding, effect modification</li>
+        </ul>
+        <h4>Screening Theory</h4>
+        <ul>
+            <li>Lead-time bias, length bias, overdiagnosis</li>
+        </ul>
+        <h4>Outbreak Investigation</h4>
+        <ul>
+            <li>Methods, containment strategies</li>
+        </ul>
+        <h4>Disease Surveillance</h4>
+        <ul>
+            <li>Systems, reportable conditions</li>
+        </ul>
+
+        <h3 id="research-methodology">C. Research Methodology</h3>
+        <p class="description"><em>Principles and processes for conducting scientific investigations in medicine. Establishes the foundation for valid and reliable research that advances medical knowledge.</em></p>
+        <h4>Study Protocol Development</h4>
+        <ul>
+            <li>Research question formulation, design selection</li>
+        </ul>
+        <h4>Data Collection Methods</h4>
+        <ul>
+            <li>Surveys, interviews, chart review</li>
+        </ul>
+        <h4>Sampling Techniques</h4>
+        <ul>
+            <li>Random, stratified, convenience, snowball</li>
+        </ul>
+        <h4>Bias Recognition</h4>
+        <ul>
+            <li>Selection, information, recall, observer biases</li>
+        </ul>
+        <h4>Confounding Control</h4>
+        <ul>
+            <li>Matching, stratification, multivariate analysis</li>
+        </ul>
+        <h4>Research Ethics</h4>
+        <ul>
+            <li>Helsinki Declaration, IRB processes</li>
+        </ul>
+
+        <h3 id="evidence-appraisal">D. Evidence Appraisal</h3>
+        <p class="description"><em>Skills for systematically evaluating the quality and applicability of research evidence. Enables discrimination between valid and flawed studies when making clinical decisions.</em></p>
+        <h4>Literature Search Strategy</h4>
+        <ul>
+            <li>Database use, search term construction</li>
+        </ul>
+        <h4>Critical Appraisal</h4>
+        <ul>
+            <li>Validity assessment, results interpretation</li>
+        </ul>
+        <h4>Evidence Hierarchies</h4>
+        <ul>
+            <li>Quality grading systems</li>
+        </ul>
+        <h4>Systematic Reviews</h4>
+        <ul>
+            <li>Methodology, interpretation, limitations</li>
+        </ul>
+        <h4>Meta-analysis</h4>
+        <ul>
+            <li>Statistical pooling concepts, forest plots</li>
+        </ul>
+        <h4>Evidence Implementation</h4>
+        <ul>
+            <li>Translation to clinical practice</li>
+        </ul>
+
+        <h2 id="healthcare-systems">VI. HEALTHCARE SYSTEMS</h2>
+        <p class="description"><em>The organizational structures, processes, and policies that influence healthcare delivery. Provides context for clinical practice and shapes patient access, quality, cost, and outcomes.</em></p>
+
+        <h3 id="healthcare-delivery">A. Healthcare Delivery</h3>
+        <p class="description"><em>Models and mechanisms for providing medical services across settings and populations. Explores the structures that determine how, where, and by whom care is delivered.</em></p>
+        <h4>Care Models</h4>
+        <ul>
+            <li>Primary, secondary, tertiary</li>
+            <li>Acute vs. chronic</li>
+        </ul>
+        <h4>Healthcare Organizations</h4>
+        <ul>
+            <li>Hospitals, clinics, integrated systems</li>
+        </ul>
+        <h4>Interprofessional Teams</h4>
+        <ul>
+            <li>Roles, collaboration strategies</li>
+        </ul>
+        <h4>Care Coordination</h4>
+        <ul>
+            <li>Transitions of care, handoffs</li>
+        </ul>
+        <h4>Population Health</h4>
+        <ul>
+            <li>Community-based interventions</li>
+            <li>Health disparities</li>
+        </ul>
+
+        <h3 id="quality-improvement">B. Quality Improvement</h3>
+        <p class="description"><em>Systematic approaches to enhancing healthcare processes and outcomes. Develops skills for measuring performance, identifying gaps, implementing changes, and evaluating results.</em></p>
+        <h4>QI Methodologies</h4>
+        <ul>
+            <li>PDSA cycles, Lean, Six Sigma</li>
+        </ul>
+        <h4>Patient Safety</h4>
+        <ul>
+            <li>Error reporting, root cause analysis</li>
+        </ul>
+        <h4>Quality Measures</h4>
+        <ul>
+            <li>Process, outcome, patient experience metrics</li>
+        </ul>
+        <h4>Healthcare Analytics</h4>
+        <ul>
+            <li>Data utilization for improvement</li>
+        </ul>
+        <h4>Systems Thinking</h4>
+        <ul>
+            <li>Complex adaptive systems principles</li>
+        </ul>
+
+        <h3 id="healthcare-economics">C. Healthcare Economics</h3>
+        <p class="description"><em>Financial aspects of medical care production, distribution, and consumption. Examines resource allocation decisions at individual, organizational, and societal levels.</em></p>
+        <h4>Financing Models</h4>
+        <ul>
+            <li>Fee-for-service, capitation, bundled payments</li>
+        </ul>
+        <h4>Cost-effectiveness Analysis</h4>
+        <ul>
+            <li>QALY, ICER concepts</li>
+        </ul>
+        <h4>Resource Allocation</h4>
+        <ul>
+            <li>Utilization management, stewardship</li>
+        </ul>
+        <h4>Health Insurance</h4>
+        <ul>
+            <li>Public/private systems, coverage determination</li>
+        </ul>
+        <h4>Healthcare Policy</h4>
+        <ul>
+            <li>Regulations, legislation basics</li>
+        </ul>
+
+        <h3 id="ethics-humanities">D. Ethics & Humanities</h3>
+        <p class="description"><em>Moral principles and human dimensions of medical practice. Provides frameworks for addressing ethical dilemmas and understanding the social, cultural, and personal contexts of illness and care.</em></p>
+        <h4>Ethical Principles</h4>
+        <ul>
+            <li>Autonomy, beneficence, non-maleficence, justice</li>
+        </ul>
+        <h4>Medical Ethics</h4>
+        <ul>
+            <li>Informed consent, confidentiality, end-of-life issues</li>
+        </ul>
+        <h4>Legal Aspects</h4>
+        <ul>
+            <li>Malpractice, standard of care, statutory requirements</li>
+        </ul>
+        <h4>Professionalism</h4>
+        <ul>
+            <li>Attributes, behaviors, responsibilities</li>
+        </ul>
+        <h4>Medical Humanities</h4>
+        <ul>
+            <li>Narrative medicine, cultural competence</li>
+        </ul>
+
+        <h2 id="additional-essential-topics">VII. ADDITIONAL ESSENTIAL TOPICS</h2>
+        <p class="description"><em>Critical domains that transcend traditional disciplinary boundaries but are fundamental to comprehensive medical education. These areas address emerging priorities and enduring challenges in healthcare.</em></p>
+
+        <h3 id="global-public-health">A. Global & Public Health</h3>
+        <p class="description"><em>The health of populations domestically and internationally. Addresses social determinants of health, healthcare disparities, and strategies for improving health outcomes across diverse communities.</em></p>
+        <h4>Global Disease Burden</h4>
+        <ul>
+            <li>Distribution patterns</li>
+            <li>Resource-stratified approaches</li>
+        </ul>
+        <h4>Public Health Practice</h4>
+        <ul>
+            <li>Population health management</li>
+            <li>Health promotion</li>
+        </ul>
+        <h4>Disaster Medicine & Crisis Response</h4>
+        <ul>
+            <li>Disaster preparedness</li>
+            <li>Emergency response systems</li>
+        </ul>
+
+        <h3 id="end-of-life-palliative-care">B. End-of-Life & Palliative Care</h3>
+        <p class="description"><em>Approaches to improving quality of life for patients with serious illness and supporting dying patients. Integrates symptom management with psychosocial and spiritual care in a patient-centered framework.</em></p>
+        <h4>Symptom Management</h4>
+        <ul>
+            <li>Pain assessment frameworks</li>
+            <li>Non-pain symptom control</li>
+        </ul>
+        <h4>Psychosocial/Spiritual Support</h4>
+        <ul>
+            <li>Existential distress management</li>
+            <li>Family support systems</li>
+        </ul>
+        <h4>Advance Care Planning</h4>
+        <ul>
+            <li>Values clarification processes</li>
+            <li>Care preference discussion</li>
+        </ul>
+        <h4>Terminal Care</h4>
+        <ul>
+            <li>Dying process physiology</li>
+            <li>Withdrawal of life-sustaining treatment</li>
+        </ul>
+
+        <h3 id="addiction-medicine">C. Addiction Medicine</h3>
+        <p class="description"><em>The diagnosis and treatment of substance use disorders and related conditions. Addresses the neurobiological basis of addiction, assessment approaches, and evidence-based treatment modalities.</em></p>
+        <h4>Screening/Assessment</h4>
+        <ul>
+            <li>Validated instrument use</li>
+            <li>Motivational interviewing techniques</li>
+        </ul>
+        <h4>Treatment Approaches</h4>
+        <ul>
+            <li>Pharmacotherapy options</li>
+            <li>Behavioral interventions</li>
+            <li>Harm reduction strategies</li>
+            <li>Recovery support systems</li>
+        </ul>
+
+        <h3 id="professional-development">D. Professional Development</h3>
+        <p class="description"><em>Skills and attitudes for career-long growth and effectiveness. Focuses on continuous learning, leadership, teaching abilities, and maintaining personal well-being throughout a medical career.</em></p>
+        <h4>Lifelong Learning</h4>
+        <ul>
+            <li>CME requirements</li>
+            <li>Information management</li>
+        </ul>
+        <h4>Leadership</h4>
+        <ul>
+            <li>Team management</li>
+            <li>Change implementation</li>
+        </ul>
+        <h4>Teaching Skills</h4>
+        <ul>
+            <li>Clinical teaching methods</li>
+            <li>Feedback provision</li>
+        </ul>
+        <h4>Career Planning</h4>
+        <ul>
+            <li>Practice types</li>
+            <li>Contract considerations</li>
+        </ul>
+        <h4>Physician Wellness</h4>
+        <ul>
+            <li>Burnout prevention</li>
+            <li>Resilience building</li>
+        </ul>
+
+    </div>
+</body>
+</html>
\ No newline at end of file