nih-gov/cfmedicine.nlm.nih.gov/resources/lesson_hs.html
2025-02-26 13:17:41 -05:00

371 lines
24 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="/static/styles/reset.css" rel="stylesheet" type="text/css" media="all" />
<link href="/static/styles/master.css" rel="stylesheet" type="text/css" media="screen" />
<link href="/static/styles/footeronly.css" rel="stylesheet" type="text/css" media="screen" />
<!--Call jQuery-->
<script type="text/javascript" src="/static/scripts/jquery-min.js"></script>
<!--[if lte IE 8]>
<script type="text/javascript" src="/static/scripts/PIE.js"></script>
<![endif]-->
<script type="text/javascript" src="/static/scripts/master.js"></script>
<!--[if lte IE 8]>
<link href="/static/styles/ie.css" rel="stylesheet" media="screen">
<![endif]-->
<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
<link rel="stylesheet" href="/static/styles/print.css" type="text/css" media="print" />
<title>Changing the Face of Medicine| Lesson Plans: Choosing a Career in Health</title>
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" title="The Dublin Core metadata Element Set" />
<meta name="DC.Title" content="Changing the Face of Medicine| Lesson Plans: Choosing a Career in Health" />
<meta name="DC.Publisher" content="U.S. National Library of Medicine" />
<meta name="DC.Date.Issued" content="2003-10-14" />
<meta name="DC.Date.Modified" content="2013-07-03" />
<meta name="NLMDC.Date.Expiration" content="2014-07-03" />
<meta name="NLM.Contact.Email" content="hmdweb@nlm.nih.gov" />
<meta name="DC.Type" content="Exhibitions" />
<meta name="NLM.Permanence.Level" content="Permanent: Stable Content" />
<meta name="NLM.Permanence.Guarantor" content="U.S. National Library of Medicine" />
<meta name="DC.Rights" content="Public Domain" />
<meta name="DC.Language" content="eng" />
<link href="/static/css/nlm.css" rel="stylesheet" type="text/css" />
<link href="/static/changingtheface.css" rel="stylesheet" type="text/css" />
<script language="JavaScript" type="text/javascript">
<!--
browser=navigator.appName;
version=navigator.appVersion;
Vmajor=parseInt(navigator.appVersion);
Vminor=parseFloat(navigator.appVersion);
isNav = false;
isMac = false;
isExp = false;
if (version.indexOf('Mac') != -1) isMac=true;
if (browser=="Microsoft Internet Explorer") {
if ( version.indexOf('MSIE 5.0; Macintosh;') != -1 ) {
isExp=true;
}
// IE 4 to 5.5 return 4 as the version
else if ( (Vmajor==4) ) {
isExp=true;
}
}
if (browser=="Netscape" && Vmajor==4 && !isMac) {
document.write('<link href="/static/css/ns4.css" rel="stylesheet" type="text/css" />');
} else if (browser=="Netscape" && Vmajor==4 && isMac) {
document.write('<link href="/static/css/ns4mac.css" rel="stylesheet" type="text/css" />');
}
//-->
</script>
<script language="JavaScript" src="/static/js/nlm.js" type="text/javascript"></script>
<!-- STYLING ADDED -->
<style>
.home, .physicians, .resources, .activities {
width: 232px !important;
height: 27px !important;
border: 1px solid #d8e8ea;
text-align: center;
text-transform: uppercase;
font-size: 12px;
line-height: 2.3;
color: #316068 !important;
background-color: #f9fbfc;
}
.home a, .physicians a, .resources a, .activities a
{text-decoration: none !important;
color: #316068 !important;
}
.home:hover, .physicians:hover, .resources:hover, .activities:hover {
background-color: #FFFFFF;
}
.physicians, .activities {float: right;}
#changingTheFace #changingTheFaceNav div.physicians {
margin: -29px 0px 0px 370px !important;
}
#changingTheFace #changingTheFaceNav div.resources {
margin: -1px 0px 0px 189px !important;
}
</style>
<!--STYLING ENDED -->
<script language="JavaScript" type="text/javascript">
<!--
var metaNavItems = new Array();
var metaNavOn = new Array();
var metaNavOff = new Array();
var subNavItems = new Array();
var subNavOn = new Array();
var subNavOff = new Array();
var subNavAdj = new Array();
function initializeMetaNav(root, current) {
if (document.images) {
/* MAIN NAV */
metaNavItems = new Array("exhibition", "home", "visit", "physicians", "resources", "activities", "share");
for (var i = 0; i <= metaNavItems.length; i++) {
metaNavOn[i] = new Image();
metaNavOn[i].src = root + "img/meta_" + metaNavItems[i] + "_on.gif";
metaNavOff[i] = new Image();
if (metaNavItems[i] == current && i != 0) {
metaNavOff[i].src = root + "img/meta_" + metaNavItems[i] + "_on.gif";
} else {
metaNavOff[i].src = root + "img/meta_" + metaNavItems[i] + ".gif";
}
}
}
}
function initializeSubNav(root, current) {
if (document.images) {
/* MAIN NAV */
subNavItems = new Array("careers", "lessons", "higheredu", "reading");
for (var i = 0; i <= subNavItems.length; i++) {
subNavOn[i] = new Image();
subNavOn[i].src = root + "img/sub_resources_" + subNavItems[i] + "_on.gif";
subNavOff[i] = new Image();
if (subNavItems[i] == current) {
subNavOff[i].src = root + "img/sub_resources_" + subNavItems[i] + "_on.gif";
} else if (subNavItems[i+1] == current) {
subNavOff[i].src = root + "img/sub_resources_" + subNavItems[i] + "_adj.gif";
} else {
subNavOff[i].src = root + "img/sub_resources_" + subNavItems[i] + ".gif";
}
/* If the item is the current one, make sure we use the selected state always */
subNavAdj[i] = new Image();
if (subNavItems[i] == current) {
subNavAdj[i].src = root + "img/sub_resources_" + subNavItems[i] + "_on.gif";
} else {
subNavAdj[i].src = root + "img/sub_resources_" + subNavItems[i] + "_adj.gif";
}
}
}
}
function initialize() {
initializeMetaNav("../", "resources");
initializeSubNav("../", "lessons");
}
//-->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-MT6MLL');</script>
</head>
<body>
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-MT6MLL" height="0" width="0" style="display:none;visibility:hidden" title="googletagmanager"></iframe></noscript>
<div id="skip"><a href="#skip">Skip to Main Content</a></div>
<div id="page"><a name="top" id="top"></a>
<a name="skip" id="skipnav"></a>
<div id="body">
<div id="changingTheFace">
<a name="top"></a>
<div class="center">
<div class="faceHeader">
<img src="/static/img/hdr_celebrating.gif" alt="Celebrating America's Women Physicians" class="imgRight" />
<br class="clearboth" />
<script language="JavaScript" type="text/javascript">
<!--
writePhysicianStrip("/static/");
//-->
</script><noscript><a href="/physicians/biography_167.html"><img src="/static/img/icons/167.jpg" width="44" height="44" alt="Dr. Nancy E. Jasso" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_253.html"><img src="/static/img/icons/253.jpg" width="44" height="44" alt="Dr. Susan La Flesche Picotte" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_82.html"><img src="/static/img/icons/82.jpg" width="44" height="44" alt="Dr. Helen Octavia Dickens" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_248.html"><img src="/static/img/icons/248.jpg" width="44" height="44" alt="Dr. Louise Pearce" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_273.html"><img src="/static/img/icons/273.jpg" width="44" height="44" alt="Dr. Helen Rodriguez-Trias" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_49.html"><img src="/static/img/icons/49.jpg" width="44" height="44" alt="Dr. Mary Steichen Calderone" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_250.html"><img src="/static/img/icons/250.jpg" width="44" height="44" alt="Dr. Fernande Marie Pelletier" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_12.html"><img src="/static/img/icons/12.jpg" width="44" height="44" alt="Dr. Virginia Apgar" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_316.html"><img src="/static/img/icons/316.jpg" width="44" height="44" alt="Dr. Helen Brooke Taussig" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_81.html"><img src="/static/img/icons/81.jpg" width="44" height="44" alt="Dr. Katherine M. Detre" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_293.html"><img src="/static/img/icons/293.jpg" width="44" height="44" alt="Dr. Linda M. Dairiki Shortliffe" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_279.html"><img src="/static/img/icons/279.jpg" width="44" height="44" alt="Dr. Barbara Ross-Lee" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_7.html"><img src="/static/img/icons/7.jpg" width="44" height="44" alt="Dr. Lori Arviso Alvord" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_212.html"><img src="/static/img/icons/212.jpg" width="44" height="44" alt="Dr. Joann Elisabeth Manson" border="0" /></a></noscript>
<br class="clearboth" />
<div id="changingTheFaceNav">
<div class="exhibition" style="display: inline-block;">
<a href="/exhibition/" id="anch_18"><img src="/static/img/meta_exhibition.gif" alt="Changing the face of Medicine" title="Changing the face of Medicine"></a>
</div>
<div class="menu_container">
<div class="home" style="background-image: none">
<a href="/">Home</a>
</div>
<div class="physicians" style="background-image: none">
<a href="/physicians/">Physicians</a>
</div>
<div class="resources" style="background-image: none">
<a href="/resources/">Resources</a>
</div>
<div class="activities" style="background-image: none">
<a href="/activities/">Activities</a>
</div>
</div>
</div>
<div class="divider"><img src="/static/img/divider.gif" alt="Transparent spacer" height="1" width="655" class="divider" /></div>
<div id="resources">
<div class="careers">
<a href="/resources/careers.html"><img src="/static/img/sub_resources_careers.gif" alt="Careers" title="Careers" /></a>
</div>
<div class="lessons">
<a href="/resources/lesson_k_2.html"><img src="/static/img/sub_resources_lessons_on.gif" alt="Lessons" title="Lessons" /></a>
</div>
<div class="higherEdu">
<a href="/resources/highereducation.html"><img src="/static/img/sub_resources_higheredu.gif" alt="Higher Education" title="Higher Education" /></a>
</div>
<div class="reading">
<a href="/resources/reading.html"><img src="/static/img/sub_resources_reading.gif" alt="Suggested Reading" title="Suggested Reading" /></a>
</div>
<img src="/static/img/sub_bg.gif" alt="Transparent spacer" height="32" width="88" class="floatRight" style="margin: -32px 0 0 0"/>
</div>
<div class="tertiaryPadding2"><div class="tertiary"><a href="/resources/lesson_k_2.html">Grades K-2</a><br /></div><div class="tertiary"><a href="/resources/lesson_3_4.html">Grades 3-4</a><br /></div><div class="tertiary"><a href="/resources/lesson_5_8.html">Grades 5-8</a><br /></div><div class="tertiary"><span class="indicator">*</span> <span class="on">Grades 9-12</span><br /><br /><br /></div></div>
<div class="brownBoxCareers3">
<img src="/static/img/desc_asterix.gif" alt="Asterix" class="floatLeft" />
<h1><img src="/static/img/desc_title_lessons.gif" alt="Lesson Plans" class="floatLeft" /></h1>
<img src="/static/img/desc_divider.gif" alt="Description divider" height="4" width="423" />
<br />
<div class="descText">
<p>Click on an age group to the left to access the corresponding lesson plan. Plans are designed to last between two to four class sessions and address age-relevant issues in health and medicine.<em>The Handouts require the use of Adobe Acrobat PDF Viewer. Click the link to download <a href="http://get.adobe.com/reader/" target="_blank">Adobe Acrobat PDF Viewer</a>.</em></p>
</div>
</div>
<br class="clearboth" />
<img src="/static/img/title_lesson_hs.gif" alt="Choosing a Career in Health" title="Choosing a Career in Health" class="floatLeft" />
<br class="clearboth" />
<div class="blueDoubleBorder">
<div class="description">
<img src="/static/img/lesson_description.gif" alt="Description" title="Description" class="floatLeft" />
<img src="/static/img/box_dash_626.gif" alt="Box dashes" height="1" width="626" />
<p>There are two lessons in this group. The first lesson is a lab activity that illustrates the importance of hand washing as a way to prevent the spread disease. The second lesson includes discussion of various careers in the health field and allows students to explore careers utilizing various resources.</p>
</div>
<div class="bottom">
<div class="timeLong">
<img src="/static/img/lesson_time.gif" alt="Time Needed" title="Time Needed" class="floatLeft" />
<br class="clearboth" />
<img src="/static/img/box_dash_122.gif" alt="Box dashes" height="1" width="100" />
<p>2 class sessions, with additional time for student research</p>
</div>
</div>
</div>
<br class="clearboth" />
<h2 class="lesson"><img src="/static/img/lesson_learning_outcomes.gif" width="655" height="23" alt="Learning Outcomes" title="Learning Outcomes" border="0" /></h2>
<h3 class="lesson">Students will be able to:</h3>
<ul class="lesson">
<li>describe the role of hand washing in prevention of disease transmission; </li>
<li>explore various careers in the health field, and; </li>
<li>describe a health career that is of interest to them, and explain why.</li>
</ul>
<h2 class="lesson"><img src="/static/img/lesson_materials.gif" width="655" height="23" alt="Materials" title="Materials" border="0" /></h2>
<ol class="lesson">
<li>Sink</li>
<li>Soap</li>
<li>Paper towels</li>
<li>UV light</li>
<li>Glo-Germ powder (see lesson plan for details)</li>
<li>Overhead projector</li>
<li>Butcher paper/flip chart</li>
<li><a href="/static/resources/pdf/health_career/teacher_reference_1.pdf" target="_blank">Teacher Reference 1. Hand Washing Lab <em>(PDF)</em></a> </li>
<li>Computer with Internet capability.</li>
<li>Newspaper want ads (hard copy or on-line)</li>
<li>Telephone book, yellow pages</li>
<li>Blank index cards</li>
</ol>
<h2 class="lesson"><img src="/static/img/lesson_procedures.gif" width="655" height="23" alt="Procedures" title="Procedures" border="0" /></h2>
<h3 class="lesson">Lesson 1: </h3>
<ol class="lessonlong">
<li>Tell students that they will be learning how to test the effectiveness of hand washing, in this case, the hand washing of food handlers.</li>
<li>The following lab provides instructions for students to test for the presence of bacteria. <a href="/static/resources/pdf/health_career/teacher_reference_1.pdf" target="_blank">Teacher Reference 1. Hand Washing Lab <em>(PDF)</em></a></li>
<li>When the lab has been completed, discuss the role of food handlers in the spread/transmission of disease. Students may be asked to share their food handling experience.</li>
<li>Consider the scenario in which patrons of a local fast food restaurant became ill after eating at the restaurant. How could health officials determine the source of the infection? Was it caused by food handlers with unclean hands, or previously contaminated food? </li>
<li>Discuss the types of health care professionals who would be called upon to solve this problem. Write the list on the butcher paper/flip chart. </li>
<li>Ask students to suggest what should be done about this situation, whom they would call to help, what types of help is needed for the sick people and the restaurant, and how to prevent this from happening again at this restaurant. </li>
</ol>
<h3 class="lesson">Lesson 2:</h3>
<ol class="lessonlong">
<li>Begin this lesson by reviewing the list of health careers developed in the first lesson. Ask if there are any other types of health careers that they know of. The students may not know about careers such as data management, environmental health, safety, veterinary medicine, pharmacy, physical and psychological therapy, etc. Add these to the list.</li>
<li>Ask students to pick one career from the list that might interest them. Assign each student the task of finding out as much about that field as they can, using a variety of sources. Make reference to the sources listed in the <a href="/resources/lesson_hs.html#resources">&quot;Student Resources&quot;</a> section below.</li>
<li>Tell students that their research should, at a minimum, include responses to the questions below:
<ul class="lessonInline">
<li>What does the job involve on a daily basis?</li>
<li>What kind of education is required to work toward entering that field?</li>
<li>What kind of training is needed for the job and how long will it take?</li>
<li>What will it cost for training for the job?</li>
<li>How much does this career pay? (start-up to top) </li>
</ul>
</li>
</ol>
<h3 class="lesson">Evaluation: </h3>
<p>Each student will write a two-page report about a career in the health field that is of interest to them. The report will include information about what kind of work is done, what level of education is needed for the job, levels of pay, and why this career is suitable to the student's personality, interests, capabilities, and personal goals. </p>
<h2 class="lesson"><img src="/static/img/lesson_standards.gif" width="655" height="23" alt="Standards" title="Standards" border="0" /></h2>
<h3 class="lesson">National Science Education Standards:</h3>
<ul class="lesson">
<li>Scientists conduct investigations for a wide variety of reasons. For example, they may wish to discover new aspects of the natural world, explain recently observed phenomena, or test the conclusions of prior investigations or the predictions of current theories.</li>
<li>The severity of disease symptoms is dependent on many factors, such as human resistance and the virulence of the disease-producing organism. Many diseases can be prevented, controlled, or cured. Some diseases, such as cancer, result from specific body dysfunctions and cannot be transmitted. </li>
<li>Individuals and teams have contributed and will continue to contribute to the scientific enterprise. Doing science or engineering can be as simple as an individual conducting field studies or as complex as hundreds of people working on a major scientific question or technological problem. Pursuing science as a career or as a hobby can be both fascinating and intellectually rewarding.</li>
</ul>
<h3 class="lesson">Health Education Standards:</h3>
<ul class="lesson">
<li>Knows and uses health care terminology.</li>
<li>Understands the distinctions among the various levels of care. </li>
<li>Understands how technology is used in the health care industry</li>
<li>Understands the components of the health care delivery system. </li>
<li>Uses a variety of communication skills to interact with clients. </li>
</ul>
<h3 class="lesson">English Language Arts Standards:</h3>
<ul class="lesson">
<li>Students use a variety of technological and information resources (e.g., libraries, databases, computer networks, video) to gather and synthesize information and to create and communicate knowledge.</li>
</ul>
<a name="resources"></a>
<h2 class="lesson"><img src="/static/img/lesson_student_resources.gif" width="655" height="23" alt="Student Resources" title="Student Resources" border="0" /></h2>
<ul class="lesson">
<li>Web Site: <a href="/resources/careers.html">NLM Career Resources</a></li>
<li>Books: <a href="/resources/reading.html">View the annotated bibliography</a></li>
<li>Video: <em>Careers in Medicine: Physician. </em>Princeton, NJ: Films for
the Humanities &amp; Sciences, 1998</li>
</ul>
<h2 class="lesson"><img src="/static/img/lesson_contributors.gif" width="655" height="23" alt="Contributors" title="Contributors" border="0" /></h2>
<ul class="lesson">
<li>Maria Crassas, Science Teacher, Francis Scott Key Middle School, Silver Spring, Maryland</li>
<li>Gillian Davis, Health Occupations Teacher, Benson High School, Portland, Oregon</li>
<li>Damian Kreske, Biology Teacher, Woodrow Wilson High School, Washington, DC</li>
</ul>
</div>
</div>
<div id="foot">
<div class="footer">
<a href="http://www.nlm.nih.gov/hmd/about/exhibition/index.html"><img src="/static/img/logo-exhibitionprogram.png" height="38" alt="Exhibition Program" title="Exhibition Program logo" class="floatLeft" /></a>
<ul>
<li><a href="http://www.nlm.nih.gov/hmd/about/exhibition/exhibitions.html">More Exhibitions</a></li>
<li><a href="http://www.nlm.nih.gov/hmd/about/exhibition/education-resources-all.html">More Educational Resources</a></li>
</ul>
<form method="get" action="//vsearch.nlm.nih.gov/vivisimo/cgi-bin/query-meta" target="_self" name="searchForm" id="exhibitionsearch">
<label for="searchexhibition">Search</label>
<input name="query" id="searchexhibition" value="" type="text" />
<input name="v:project" value="hmdExhibition" type="hidden" />
</form>
</div>
</div>
</div> <!--body-->
<!-- ************************* Content end ************************* -->
<!-- BEGIN NLM FOOTER -->
<!-- EXPDATE="2014-07-03" -->
<!-- EMAIL="hmdweb@nlm.nih.gov" -->
<!-- Start Footer-->
<div id="footer-sub">
<p id="footer-info"><a href="http://www.nlm.nih.gov/copyright.html">Copyright</a>, <a href="http://www.nlm.nih.gov/privacy.html">Privacy</a>, <a href="http://www.nlm.nih.gov/accessibility.html">Accessibility</a>, <a href="http://www.nlm.nih.gov/sitemap.html">Site Map</a>, <a href="http://www.nlm.nih.gov/plugins.html">Viewers and Players</a> <br />
U.S. National Library of Medicine, 8600 Rockville Pike, Bethesda, MD 20894 <br />
<a href="http://www.nih.gov/">National Institutes of Health</a>, <a href="http://www.hhs.gov/">Health &amp; Human Services</a> <br />
<a href="http://www.nih.gov/icd/od/foia/index.htm">Freedom of Information Act</a>, <a href="http://apps.nlm.nih.gov/mainweb/siebel/nlm/index.cfm">Contact Us</a></p>
<div id="footer-usa"> <a href="http://www.usa.gov/"><img src="/static/images/usagov_logo.gif" alt="USA.gov logo" width="109" height="30" /></a> </div>
<p id="footer-review">
<strong>Last reviewed:</strong> 03 July 2013<br /><strong>Last updated:</strong> 03 July 2013<br /><strong>First published:</strong> 14 October 2003<br />
</p>
</div>
</div> <!--page-->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#username=nationallibraryofmedicine"></script>
</body>
</html>