Update medical-school-curriculum.html
· 1 year ago
6131fd0499e1aeddb48ae82db95817c39cd03e9c
Parent:
0a1f9c185
1 file changed +268 −0
- medical-school-curriculum.html +268 −0
Diff
--- a/medical-school-curriculum.html +++ b/medical-school-curriculum.html @@ -403,6 +403,40 @@ .card-healthcare-systems .collapse-content li::before { color: var(--medical-color-healthcare-systems); } .card-additional-topics .collapse-content li::before { color: var(--medical-color-additional-topics); } +/* Added style for Learn More list items */ +.collapse-content ul.learn-more-list { + padding-left: 0.5rem; /* Match existing ul */ + list-style-type: none; /* Remove default bullets */ + margin-top: 1.5rem; /* Add some space above the learn more section */ +} +.collapse-content ul.learn-more-list li { + padding-left: 0; /* No custom icon, so no padding needed for it */ + border-bottom: 1px dashed #e0e0e0; /* Match existing li style */ + margin-bottom: 0.6rem; + padding-bottom: 0.6rem; + position: relative; /* Keep for consistency if needed, but no ::before */ +} +.collapse-content ul.learn-more-list li:last-child { + border-bottom: none; + margin-bottom: 0; + padding-bottom: 0; +} +.collapse-content ul.learn-more-list li::before { + content: "" !important; /* Important to override existing ::before if it cascades */ + display: none !important; +} +.collapse-content ul.learn-more-list a { + font-weight: 500; /* Match other links */ +} +.collapse-content h6.learn-more-title { /* Style for the "Learn More:" title */ + font-weight: 700; + color: var(--text-color-highlight); + margin-top: 1.8rem; /* More space before "Learn More" */ + margin-bottom: 1rem; + font-size: 1.1rem; + border-bottom: 1px solid var(--bs-primary-light); + padding-bottom: 0.5rem; +} </style> </head> <body> @@ -532,6 +566,12 @@ <li>Congenital malformations</li> <li>Developmental timelines</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.teachmeanatomy.info/" target="_blank" rel="noopener noreferrer">TeachMeAnatomy</a> - Comprehensive anatomy resource.</li> + <li><a href="https://www.visiblebody.com/learn/anatomy" target="_blank" rel="noopener noreferrer">Visible Body - Learn Anatomy</a> - 3D anatomy models and articles.</li> + <li><a href="https://www.med.umich.edu/lrc/coursepages/m1/anatomy2010/html/atlas.html" target="_blank" rel="noopener noreferrer">University of Michigan Anatomy Atlas</a> - Medical school resources.</li> + </ul> </div> </div> </div> @@ -579,6 +619,12 @@ <li>Second messenger systems</li> <li>Signal transduction pathways</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.khanacademy.org/science/biology/biochemistry" target="_blank" rel="noopener noreferrer">Khan Academy - Biochemistry</a> - Free introductory videos.</li> + <li><a href="https://themedicalbiochemistrypage.org/" target="_blank" rel="noopener noreferrer">The Medical Biochemistry Page</a> - Detailed biochemistry pathways.</li> + <li><a href="https://www.ncbi.nlm.nih.gov/books/NBK22387/" target="_blank" rel="noopener noreferrer">Lehninger Principles of Biochemistry (Excerpts on NCBI)</a> - Classic textbook concepts.</li> + </ul> </div> </div> </div> @@ -638,6 +684,12 @@ <li>Sensory/motor integration</li> <li>Higher functions</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.physiology.org/professional-development/students/undergraduate?SSO=Y" target="_blank" rel="noopener noreferrer">American Physiological Society - Student Resources</a> - Career and learning resources.</li> + <li><a href="https://www.cvphysiology.com/" target="_blank" rel="noopener noreferrer">CV Physiology</a> - Cardiovascular physiology concepts.</li> + <li><a href="https://www.khanacademy.org/science/health-and-medicine/human-anatomy-and-physiology" target="_blank" rel="noopener noreferrer">Khan Academy - Human Anatomy & Physiology</a> - Overview of systems.</li> + </ul> </div> </div> </div> @@ -679,6 +731,12 @@ <ul> <li>Interpretation of pathological specimens and laboratory values</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.pathologyoutlines.com/" target="_blank" rel="noopener noreferrer">Pathology Outlines</a> - Textbook and topic outlines.</li> + <li><a href="https://library.med.utah.edu/WebPath/" target="_blank" rel="noopener noreferrer">WebPath: The Internet Pathology Laboratory</a> - Images and tutorials.</li> + <li><a href="https://www.youtubepathology.com/" target="_blank" rel="noopener noreferrer">Pathology YouTube Channels (e.g., Pathoma, Goljan)</a> - Video lectures (search specific channels).</li> + </ul> </div> </div> </div> @@ -725,6 +783,12 @@ <ul> <li>Genetic variations affecting drug response</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://pharmacologyeducation.org/" target="_blank" rel="noopener noreferrer">Pharmacology Education Project (ASPET)</a> - Educational resources.</li> + <li><a href="https://www.rxlist.com/" target="_blank" rel="noopener noreferrer">RxList</a> - Drug information database.</li> + <li><a href="https://www.drugs.com/pharmacology.html" target="_blank" rel="noopener noreferrer">Drugs.com - Pharmacology Guide</a> - Drug actions and interactions.</li> + </ul> </div> </div> </div> @@ -772,6 +836,12 @@ <li>Sterilization, disinfection, isolation protocols</li> <li>Outbreak management</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.microbiologyonline.org/" target="_blank" rel="noopener noreferrer">Microbiology Society - Education</a> - Resources for learning microbiology.</li> + <li><a href="https://www.cdc.gov/microbenet/" target="_blank" rel="noopener noreferrer">CDC MicrobeNet</a> - Reference lab and outbreak information.</li> + <li><a href="https://www.khanacademy.org/science/biology/microbiology" target="_blank" rel="noopener noreferrer">Khan Academy - Microbiology</a> - Introductory videos.</li> + </ul> </div> </div> </div> @@ -823,6 +893,12 @@ <li>Immune surveillance, escape mechanisms</li> <li>Immunotherapy principles</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.immunology.org/public-information/bitesized-immunology" target="_blank" rel="noopener noreferrer">British Society for Immunology - Bitesized Immunology</a> - Key concepts.</li> + <li><a href="https://www.niaid.nih.gov/research/immune-system-overview" target="_blank" rel="noopener noreferrer">NIAID - Immune System Overview</a> - NIH resources.</li> + <li><a href="https://www.coursera.org/courses?query=immunology" target="_blank" rel="noopener noreferrer">Coursera - Immunology Courses</a> - Online courses from universities.</li> + </ul> </div> </div> </div> @@ -870,6 +946,12 @@ <li>Genome organization</li> <li>Applications in medicine</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://medlineplus.gov/genetics/" target="_blank" rel="noopener noreferrer">MedlinePlus Genetics</a> - Consumer-friendly genetics information.</li> + <li><a href="https://www.genome.gov/education/" target="_blank" rel="noopener noreferrer">National Human Genome Research Institute - Education</a> - NHGRI resources.</li> + <li><a href="https://www.omim.org/" target="_blank" rel="noopener noreferrer">OMIM (Online Mendelian Inheritance in Man)</a> - Catalog of human genes and genetic disorders.</li> + </ul> </div> </div> </div> @@ -952,6 +1034,12 @@ <li>Multi-organ dysfunction</li> <li>ICU management</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.acponline.org/medical-students" target="_blank" rel="noopener noreferrer">American College of Physicians (ACP) - Student Resources</a> - Internal medicine resources.</li> + <li><a href="https://www.merckmanuals.com/professional" target="_blank" rel="noopener noreferrer">Merck Manual Professional Version</a> - Comprehensive medical reference.</li> + <li><a href="https://www.uptodate.com/contents/search" target="_blank" rel="noopener noreferrer">UpToDate (requires subscription)</a> - Evidence-based clinical resource.</li> + </ul> </div> </div> </div> @@ -1004,6 +1092,12 @@ <ul> <li>Basics of cardiothoracic, vascular, neurosurgery, plastic surgery</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.facs.org/education/resources/medical-students" target="_blank" rel="noopener noreferrer">American College of Surgeons (ACS) - Medical Student Resources</a> - Surgical education.</li> + <li><a href="https://www.touchsurgery.com/" target="_blank" rel="noopener noreferrer">Touch Surgery</a> - Surgical simulation app.</li> + <li><a href="https://www.youtube.com/user/SurgeryU" target="_blank" rel="noopener noreferrer">SurgeryU (YouTube)</a> - Surgical videos and education.</li> + </ul> </div> </div> </div> @@ -1046,6 +1140,12 @@ <li>Procedures, complications</li> <li>Postoperative management</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.acog.org/education-and-events/creog-and-apgo-for-medical-students" target="_blank" rel="noopener noreferrer">ACOG - Medical Student Resources</a> - OB/GYN education.</li> + <li><a href="https://www.glowm.com/" target="_blank" rel="noopener noreferrer">GLOWM (Global Library of Women's Medicine)</a> - Free online textbook.</li> + <li><a href="https://innovating-education.org/" target="_blank" rel="noopener noreferrer">Innovations in OBGYN Education</a> - Podcasts and resources.</li> + </ul> </div> </div> </div> @@ -1094,6 +1194,12 @@ <ul> <li>Recognition, reporting requirements, management</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.aap.org/en/learning/" target="_blank" rel="noopener noreferrer">American Academy of Pediatrics (AAP) - Learning Center</a> - Pediatric resources.</li> + <li><a href="https://www.pedscases.com/" target="_blank" rel="noopener noreferrer">PedsCases</a> - Pediatric cases and podcasts.</li> + <li><a href="https://www.rch.org.au/clinicalguide/" target="_blank" rel="noopener noreferrer">Royal Children's Hospital Melbourne - Clinical Practice Guidelines</a> - Pediatric guidelines.</li> + </ul> </div> </div> </div> @@ -1151,6 +1257,12 @@ <li>Suicidality, homicidality</li> <li>Acute psychosis management</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.psychiatry.org/residents-medical-students/medical-students" target="_blank" rel="noopener noreferrer">American Psychiatric Association (APA) - Medical Students</a> - Psychiatry resources.</li> + <li><a href="https://www.nimh.nih.gov/health" target="_blank" rel="noopener noreferrer">National Institute of Mental Health (NIMH)</a> - Mental health information.</li> + <li><a href="https://www.psychdb.com/" target="_blank" rel="noopener noreferrer">PsychDB</a> - Psychiatry clinical resources.</li> + </ul> </div> </div> </div> @@ -1208,6 +1320,12 @@ <li>EEG, EMG, evoked potentials</li> <li>Lumbar puncture interpretation</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.aan.com/trainees/medical-student-resources/" target="_blank" rel="noopener noreferrer">American Academy of Neurology (AAN) - Student Resources</a> - Neurology education.</li> + <li><a href="https://nba.uth.tmc.edu/neuroanatomy/" target="_blank" rel="noopener noreferrer">Neuroanatomy Online (UT Houston)</a> - Digital neuroanatomy resources.</li> + <li><a href="https://www.neuroexam.com/" target="_blank" rel="noopener noreferrer">Neuroexam.com</a> - Neurological exam tutorials.</li> + </ul> </div> </div> </div> @@ -1256,6 +1374,12 @@ <ul> <li>Emergency procedures (thoracentesis, paracentesis, etc.)</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.acep.org/resources/medical-students/" target="_blank" rel="noopener noreferrer">ACEP - Medical Student Resources</a> - Emergency medicine learning.</li> + <li><a href="https://www.aliem.com/" target="_blank" rel="noopener noreferrer">Academic Life in Emergency Medicine (ALiEM)</a> - EM educational blog and resources.</li> + <li><a href="https://emin5.com/" target="_blank" rel="noopener noreferrer">EM in 5</a> - Quick EM video summaries.</li> + </ul> </div> </div> </div> @@ -1316,6 +1440,12 @@ <li>Pain management</li> <li>End-of-life care, symptom control</li> </ul> +<h6 class="learn-more-title">Learn More (Examples):</h6> + <ul class="learn-more-list"> + <li><a href="https://www.radiologyinfo.org/" target="_blank" rel="noopener noreferrer">RadiologyInfo.org</a> - Patient information on radiology procedures.</li> + <li><a href="https://www.aad.org/public" target="_blank" rel="noopener noreferrer">American Academy of Dermatology - Public Resources</a> - Dermatology information.</li> + <li><a href="https://www.aao.org/eye-health" target="_blank" rel="noopener noreferrer">American Academy of Ophthalmology - Eye Health</a> - Ophthalmology resources.</li> + </ul> </div> </div> </div> @@ -1348,6 +1478,12 @@ <li>Temperature measurement</li> <li>Pain assessment</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.ncbi.nlm.nih.gov/books/NBK361/" target="_blank" rel="noopener noreferrer">Clinical Methods: The History, Physical, and Laboratory Examinations (NCBI Bookshelf)</a> - Chapter on Vital Signs.</li> + <li><a href="https://geekymedics.com/category/osce/vital-signs/" target="_blank" rel="noopener noreferrer">Geeky Medics - Vital Signs</a> - OSCE guides for vital signs.</li> + <li><a href="https://www.youtube.com/watch?v=gOUXPln9AVk" target="_blank" rel="noopener noreferrer">Measuring Blood Pressure (YouTube - American Heart Association)</a> - Instructional video.</li> + </ul> </div> </div> </div> @@ -1395,6 +1531,12 @@ <li>Bowel sound assessment</li> <li>Vascular bruit detection</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://stanfordmedicine25.stanford.edu/the25.html" target="_blank" rel="noopener noreferrer">Stanford Medicine 25</a> - Physical exam techniques.</li> + <li><a href="https://www.geekymedics.com/category/osce/examination/" target="_blank" rel="noopener noreferrer">Geeky Medics - OSCE Examination Guides</a> - Step-by-step exam guides.</li> + <li><a href="https://www.youtube.com/playlist?list=PL6F93A5258AE75787" target="_blank" rel="noopener noreferrer">Bates' Visual Guide to Physical Examination (YouTube snippets)</a> - Videos demonstrating techniques.</li> + </ul> </div> </div> </div> @@ -1446,6 +1588,12 @@ <li>Spine examination</li> <li>Gait analysis</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://webeye.ophth.uiowa.edu/eyeforum/tutorials.htm" target="_blank" rel="noopener noreferrer">University of Iowa - Ophthalmology Tutorials</a> - Eye exam techniques.</li> + <li><a href="https://www.neuroexam.com/" target="_blank" rel="noopener noreferrer">Neuroexam.com</a> - Detailed neurological examination guide.</li> + <li><a href="https://www.physio-pedia.com/Musculoskeletal_Examination" target="_blank" rel="noopener noreferrer">Physiopedia - Musculoskeletal Examination</a> - MSK assessment.</li> + </ul> </div> </div> </div> @@ -1486,6 +1634,12 @@ <li>Obstetric procedures</li> <li>Surgical assisting</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.nejm.org/multimedia/medical-procedures" target="_blank" rel="noopener noreferrer">NEJM - Videos in Clinical Medicine</a> - Demonstrations of common procedures.</li> + <li><a href="https://www.proceduresconsult.com/medical-consult/home/sections/main (requires subscription)" target="_blank" rel="noopener noreferrer">Procedures Consult</a> - Detailed procedural guides.</li> + <li><a href="https://geekymedics.com/category/osce/procedures/" target="_blank" rel="noopener noreferrer">Geeky Medics - OSCE Procedure Guides</a> - Practical skill guides.</li> + </ul> </div> </div> </div> @@ -1525,6 +1679,12 @@ <li>CT interpretation basics</li> <li>Basic ultrasonography</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.grepmed.com/" target="_blank" rel="noopener noreferrer">GrepMed</a> - Medical image and case search.</li> + <li><a href="https://www.radiopaedia.org/" target="_blank" rel_noopener noreferrer">Radiopaedia</a> - Radiology cases and articles.</li> + <li><a href="https://www.clinicalkey.com/ (requires subscription)" target="_blank" rel="noopener noreferrer">ClinicalKey</a> - Comprehensive search for guidelines and test interpretation.</li> + </ul> </div> </div> </div> @@ -1555,6 +1715,12 @@ <li>Team leadership</li> <li>Consultation requests</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.vitaltalk.org/" target="_blank" rel="noopener noreferrer">VitalTalk</a> - Resources for serious illness communication.</li> + <li><a href="https://www.ahrq.gov/health-literacy/professional-training/index.html" target="_blank" rel="noopener noreferrer">AHRQ - Health Literacy Training</a> - Patient communication strategies.</li> + <li><a href="https://www.youtube.com/user/DocComInstitute" target="_blank" rel="noopener noreferrer">DocCom Institute (YouTube)</a> - Communication skills videos.</li> + </ul> </div> </div> </div> @@ -1585,6 +1751,12 @@ <li>Documentation efficiency</li> <li>Data retrieval</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.acponline.org/clinical-information/clinical-resources-products/clinical-documentation" target="_blank" rel="noopener noreferrer">ACP - Clinical Documentation Resources</a> - Guidance on medical records.</li> + <li><a href="https://www.cms.gov/Outreach-and-Education/Medicare-Learning-Network-MLN/MLNProducts/SOAP-Note" target="_blank" rel="noopener noreferrer">CMS - SOAP Note Guidance (Example)</a> - Basics of note writing.</li> + <li><a href="https://www.healthit.gov/topic/health-it-basics/electronic-health-records-ehrs" target="_blank" rel="noopener noreferrer">HealthIT.gov - EHR Basics</a> - Information on EHRs.</li> + </ul> </div> </div> </div> @@ -1631,6 +1803,12 @@ <ul> <li>Standardized diagnostic protocols</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.improvediagnosis.org/" target="_blank" rel="noopener noreferrer">Society to Improve Diagnosis in Medicine (SIDM)</a> - Resources on diagnostic error and improvement.</li> + <li><a href="https://clinicalreasoning.org/" target="_blank" rel="noopener noreferrer">ClinicalReasoning.org</a> - Cases and discussions on diagnostic reasoning.</li> + <li><a href="https://www.choosingwisely.org/" target="_blank" rel="noopener noreferrer">Choosing Wisely</a> - Promotes conversations about unnecessary tests and procedures.</li> + </ul> </div> </div> </div> @@ -1672,6 +1850,12 @@ <ul> <li>Evidence-based integration</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.ahrq.gov/patient-safety/resources/shared-decision-making/index.html" target="_blank" rel="noopener noreferrer">AHRQ - Shared Decision Making Resources</a> - Tools for patient-centered planning.</li> + <li><a href="https://www.uptodate.com/home/grading-guide" target="_blank" rel="noopener noreferrer">UpToDate - Grading Recommendations (requires subscription)</a> - Understanding evidence levels in treatment.</li> + <li><a href="https://www.guideline.gov/ (archived but useful for understanding guideline development)" target="_blank" rel="noopener noreferrer">National Guideline Clearinghouse (Archived)</a> - Examples of clinical guidelines.</li> + </ul> </div> </div> </div> @@ -1709,6 +1893,12 @@ <ul> <li>Outcome prediction, survival estimation</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.nccn.org/guidelines/category_1" target="_blank" rel="noopener noreferrer">NCCN Guidelines (Oncology example)</a> - Detailed monitoring post-treatment.</li> + <li><a href="https://www.cdc.gov/chronicdisease/index.htm" target="_blank" rel="noopener noreferrer">CDC - Chronic Disease Management</a> - Public health approaches to monitoring.</li> + <li><a href="https://www.nice.org.uk/guidance" target="_blank" rel="noopener noreferrer">NICE Guidelines (UK)</a> - Evidence-based recommendations including monitoring.</li> + </ul> </div> </div> </div> @@ -1748,6 +1938,12 @@ <ul> <li>Framingham, FRAX, etc.</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.uspreventiveservicestaskforce.org/uspstf/" target="_blank" rel="noopener noreferrer">U.S. Preventive Services Task Force (USPSTF)</a> - Screening and prevention guidelines.</li> + <li><a href="https://www.cdc.gov/vaccines/schedules/index.html" target="_blank" rel="noopener noreferrer">CDC Immunization Schedules</a> - Vaccination guidelines.</li> + <li><a href="https://www.who.int/health-topics/preventive-health-care" target="_blank" rel="noopener noreferrer">WHO - Preventive Health Care</a> - Global perspectives on prevention.</li> + </ul> </div> </div> </div> @@ -1796,6 +1992,12 @@ <ul> <li>p-values, confidence intervals, type I/II errors</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.khanacademy.org/math/statistics-probability" target="_blank" rel="noopener noreferrer">Khan Academy - Statistics & Probability</a> - Fundamental concepts.</li> + <li><a href="https://www.coursera.org/learn/biostatistics" target="_blank" rel="noopener noreferrer">Coursera - Biostatistics Courses (e.g., from Johns Hopkins)</a> - Structured learning.</li> + <li><a href="https://www.bmj.com/about-bmj/resources-readers/publications/statistics-square-one" target="_blank" rel="noopener noreferrer">BMJ - Statistics at Square One</a> - Introductory textbook.</li> + </ul> </div> </div> </div> @@ -1837,6 +2039,12 @@ <ul> <li>Systems, reportable conditions</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.cdc.gov/csels/dsepd/ss1978/index.html" target="_blank" rel="noopener noreferrer">CDC - Principles of Epidemiology in Public Health Practice</a> - Self-study course.</li> + <li><a href="https://www.who.int/health-topics/epidemiology" target="_blank" rel="noopener noreferrer">WHO - Epidemiology</a> - Global health context.</li> + <li><a href="https://www.coursera.org/browse/health/epidemiology" target="_blank" rel="noopener noreferrer">Coursera - Epidemiology Courses</a> - University-level courses.</li> + </ul> </div> </div> </div> @@ -1878,6 +2086,12 @@ <ul> <li>Helsinki Declaration, IRB processes</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.hhs.gov/ohrp/education-and-outreach/online-education/index.html" target="_blank" rel="noopener noreferrer">Office for Human Research Protections (OHRP) - Online Education</a> - Ethics in research.</li> + <li><a href="https://www.consort-statement.org/" target="_blank" rel="noopener noreferrer">CONSORT Statement</a> - Guidelines for reporting randomized trials.</li> + <li><a href="https://www.strobe-statement.org/" target="_blank" rel="noopener noreferrer">STROBE Statement</a> - Guidelines for reporting observational studies.</li> + </ul> </div> </div> </div> @@ -1919,6 +2133,12 @@ <ul> <li>Translation to clinical practice</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.cebm.ox.ac.uk/resources/ebm-tools/critical-appraisal-tools" target="_blank" rel="noopener noreferrer">Centre for Evidence-Based Medicine (CEBM) - Critical Appraisal Tools</a> - Checklists and guides.</li> + <li><a href="https://casp-uk.net/casp-tools-checklists/" target="_blank" rel="noopener noreferrer">CASP Checklists</a> - Critical Appraisal Skills Programme tools.</li> + <li><a href="https://www.gradepro.org/" target="_blank" rel="noopener noreferrer">GRADEpro GDT</a> - Software for grading evidence quality.</li> + </ul> </div> </div> </div> @@ -1965,6 +2185,12 @@ <li>Community-based interventions</li> <li>Health disparities</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.commonwealthfund.org/international-health-policy-center/countries" target="_blank" rel="noopener noreferrer">Commonwealth Fund - International Health Policy Center</a> - Profiles of healthcare systems.</li> + <li><a href="https://www.ahrq.gov/ncepcr/care/coordination/index.html" target="_blank" rel="noopener noreferrer">AHRQ - Care Coordination</a> - Resources on integrated care.</li> + <li><a href="https://www.who.int/health-topics/health-systems" target="_blank" rel="noopener noreferrer">WHO - Health Systems</a> - Global perspective on delivery models.</li> + </ul> </div> </div> </div> @@ -2002,6 +2228,12 @@ <ul> <li>Complex adaptive systems principles</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.ihi.org/education/Pages/default.aspx" target="_blank" rel="noopener noreferrer">Institute for Healthcare Improvement (IHI) - Education</a> - QI courses and resources.</li> + <li><a href="https://psnet.ahrq.gov/" target="_blank" rel="noopener noreferrer">AHRQ Patient Safety Network (PSNet)</a> - Patient safety information.</li> + <li><a href="https://asq.org/quality-resources/quality-tools" target="_blank" rel="noopener noreferrer">American Society for Quality (ASQ) - Quality Tools</a> - General QI tools.</li> + </ul> </div> </div> </div> @@ -2039,6 +2271,12 @@ <ul> <li>Regulations, legislation basics</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.kff.org/hub/health-costs/" target="_blank" rel="noopener noreferrer">Kaiser Family Foundation (KFF) - Health Costs</a> - Data and analysis on US healthcare spending.</li> + <li><a href="https://www.who.int/health-topics/health-financing" target="_blank" rel="noopener noreferrer">WHO - Health Financing</a> - Global health economics.</li> + <li><a href="https://www.coursera.org/courses?query=health%20economics" target="_blank" rel="noopener noreferrer">Coursera - Health Economics Courses</a> - Online courses.</li> + </ul> </div> </div> </div> @@ -2076,6 +2314,12 @@ <ul> <li>Narrative medicine, cultural competence</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://bioethics.georgetown.edu/" target="_blank" rel="noopener noreferrer">Kennedy Institute of Ethics (Georgetown)</a> - Bioethics resources.</li> + <li><a href="https://www.ama-assn.org/delivering-care/ethics" target="_blank" rel="noopener noreferrer">AMA Code of Medical Ethics</a> - Professional guidelines.</li> + <li><a href="https://medhum.med.nyu.edu/" target="_blank" rel="noopener noreferrer">NYU Langone Division of Medical Humanities</a> - Exploring medicine through humanities.</li> + </ul> </div> </div> </div> @@ -2115,6 +2359,12 @@ <li>Disaster preparedness</li> <li>Emergency response systems</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.who.int/data/gho" target="_blank" rel="noopener noreferrer">WHO - Global Health Observatory</a> - Data and statistics on global health.</li> + <li><a href="https://www.cdc.gov/globalhealth/index.html" target="_blank" rel="noopener noreferrer">CDC - Center for Global Health</a> - US efforts in global health.</li> + <li><a href="https://www.un.org/sustainabledevelopment/health/" target="_blank" rel="noopener noreferrer">UN Sustainable Development Goals - Goal 3 (Health)</a> - Global health targets.</li> + </ul> </div> </div> </div> @@ -2152,6 +2402,12 @@ <li>Dying process physiology</li> <li>Withdrawal of life-sustaining treatment</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://getpalliativecare.org/" target="_blank" rel="noopener noreferrer">Get Palliative Care</a> - Patient and family resources from CAPC.</li> + <li><a href="https://www.nhpco.org/patients-and-caregivers/" target="_blank" rel="noopener noreferrer">National Hospice and Palliative Care Organization (NHPCO)</a> - Hospice and palliative care information.</li> + <li><a href="https://www.eperc.mcw.edu/" target="_blank" rel="noopener noreferrer">End-of-Life Palliative Education Resource Center (EPERC)</a> - Educational resources.</li> + </ul> </div> </div> </div> @@ -2181,6 +2437,12 @@ <li>Harm reduction strategies</li> <li>Recovery support systems</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.asam.org/quality-practice/guidelines-and-consensus-documents" target="_blank" rel="noopener noreferrer">American Society of Addiction Medicine (ASAM)</a> - Guidelines and resources.</li> + <li><a href="https://www.samhsa.gov/" target="_blank" rel="noopener noreferrer">Substance Abuse and Mental Health Services Administration (SAMHSA)</a> - US government agency.</li> + <li><a href="https://nida.nih.gov/" target="_blank" rel="noopener noreferrer">National Institute on Drug Abuse (NIDA)</a> - Research and information on drug abuse.</li> + </ul> </div> </div> </div> @@ -2223,6 +2485,12 @@ <li>Burnout prevention</li> <li>Resilience building</li> </ul> +<h6 class="learn-more-title">Learn More:</h6> + <ul class="learn-more-list"> + <li><a href="https://www.ama-assn.org/education/ace" target="_blank" rel="noopener noreferrer">AMA - Advancing GME Competencies & Physician Well-Being</a> - Resources for development.</li> + <li><a href="https://www.acgme.org/what-we-do/physician-well-being/" target="_blank" rel="noopener noreferrer">ACGME - Physician Well-Being</a> - Resources for residents and fellows.</li> + <li><a href="https://www.physicianleaders.org/" target="_blank" rel="noopener noreferrer">American Association for Physician Leadership (AAPL)</a> - Leadership development.</li> + </ul> </div> </div> </div>