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

393 lines
27 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: Using Our Senses</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: Using Our Senses" />
<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"><span class="indicator">*</span> <span class="on">Grades K-2</span><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"><a href="/resources/lesson_hs.html">Grades 9-12</a><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_k_2.gif" alt="Using Our Senses" title="Using Our Senses" 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>This lesson explores the senses of smell, touch, taste, sight, and hearing. It provides an opportunity for students to meet a doctor who will show them how the senses are used when examining patients. The lesson introduces Dr. Virginia Apgar and the use of the Apgar Score in examining newborn babies.</p>
</div>
<div class="bottom">
<div class="time">
<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</p>
</div>
<div class="vocab">
<img src="/static/img/lesson_vocabulary.gif" alt="Vocabulary" title="Vocabulary" class="floatLeft" />
<br class="clearboth" />
<img src="/static/img/box_dash_500.gif" alt="Box dashes" height="1" width="500" />
<p>eyes, ears, nose, hands, tongue, sight, sound, smell, touch, and taste</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>explore their five senses and describe what they sense;</li>
<li>describe ways the senses affect their lives;</li>
<li>observe the way that a pediatrician uses his/her senses and tools to examine patients.</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>Electric frying pan and lid, microwave, or air popcorn popper</li>
<li>Bag of popcorn</li>
<li>Paper napkins</li>
<li>Protective gloves for teacher</li>
<li>Butcher paper </li>
<li>Crayons or markers</li>
<li>Index cards</li>
<li>Tape</li>
<li>Handout 1: <a href="/static/resources/pdf/our_senses/senses.pdf" target="_blank">Illustrations of the five senses <em>(PDF)</em></a> (eye, ear, nose, hand, and mouth) for non-reading classes</li>
<li>Handout 2: <a href="/static/resources/pdf/our_senses/senses_with_labels.pdf" target="_blank">Illustrations of the five senses <em>(PDF)</em></a> (eye, ear, nose, hand, and mouth) with written labels for reading classes</li>
<li>Teacher Resource: <a href="/physicians/biography_12.html">Dr. Apgar Biography</a></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>Before the lesson, draw an outline of a student-size body on butcher paper, cut out the illustrations of the five senses, and tape them on the body drawing. </li>
<li>Tell the students they will put their senses to work to learn about the world around us.</li>
<li>Have the students sit down and start making the popcorn. (If possible, hide the cooking device, so students cannot see what is being cooked). Tell the students they will be playing a guessing game. </li>
<li>Ask students to guess what is going on. Ask students how they guessed that popcorn was being popped. </li>
<li>Transcribe on 3X5 cards significant words from students' responses and model how each word corresponds to one of the five senses by taping cards near the senses. </li>
<li>When the popcorn has finished popping, give each student a piece of popcorn on a paper napkin. Ask them to describe what it looks and feels like. Ask them to put the popcorn in their mouth, and ask what it feels like and tastes like. If it is a class of readers, transcribe students' descriptions, and ask them to point to the correct sense illustration for each word. Have the students help you put the word card near the corresponding sense illustration on the body drawing.</li>
<li>Explain that the senses are the way we learn about our world. Explain that our senses are hard at work all the time and this is how we learn about the world around us. </li>
<li>Explain that doctors use their own senses to examine their patients. Encourage questions. <em>(Note: if a computer connection is available, explore the game <a href="/activities/diagnostic.html" onclick="return launchInteractive('/activities/diagnostic.html');">&quot;The Doctor Is In&quot;</a> to find out about some of the tools that doctors use to examine their patients).</em> </li>
<li>Introduce Dr. Virginia Apgar as a woman doctor who used her senses to save the lives of many babies. Do a read aloud about Dr. Apgar using <a href="/physicians/biography_12.html">Teacher Resource: Dr. Apgar Biography</a>. Describe how the Apgar score requires that doctors use their senses to examine a newborn baby. Talk about how these observations save many babies by giving them the medical attention they may need as soon as possible after birth. </li>
<li>Prepare students for the visit with the doctor on the following day. Mention that the doctor will talk about how physicians use their senses, and some special tools to give children examinations.</li>
<li>Read a part of a picture book about children visiting a doctor. <em>(Note: see the annotated <a href="/resources/lesson_k_2.html#bibliography">bibliography</a>).</em></li>
</ol>
<h3 class="lesson">Lesson 2:</h3>
<ol class="lessonlong">
<li>Before the lesson, set up a visit with a pediatrician. <em>(Note: students' families may know of pediatricians who are willing to visit or who have visited the school before. If not, the county or state medical association, listed in the white pages of the phone book, is a good resource).</em> Let the physician know that the class has been learning about their senses and the ways that physicians use their senses when they examine their patients. Indicate that the students know that instruments are used in an examination. Ask her to bring along some instruments that she could demonstrate to the students. Indicate that the students have been introduced to Dr. Apgar and her work, and that some mention of Dr. Apgar in their presentation would be useful. </li>
<li>Introduce the pediatrician and ask her to discuss being a doctor&#151;what she likes about her job, why she decided to become a doctor, etc.</li>
<li>During the visit from the physician, make sure students have the opportunity to ask questions about the use of the senses as well as her work as a doctor. </li>
<li>At the end of the visit, summarize the physician's main points with the class, and ask for questions. </li>
</ol>
<h3 class="lesson">Evaluation: </h3>
<p>Depending on the reading/writing level of students, list each of the five senses and ask students to point to the correct sense organ on their bodies and spell out the name of the sense. Flash cards with names of the organs can be used, if appropriate to the level of the students.</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>Simple instruments, such as magnifiers, thermometers, and rulers, provide more information than scientists obtain using only their senses;</li>
<li>Each plant or animal has different structures that serve different functions in growth, survival, and reproduction. For example, humans have distinct body structures for walking, holding, seeing, and talking. </li>
<li>Many people choose science as a career and devote their entire lives to studying it. Many people derive great pleasure from doing science.</li>
</ul>
<h3 class="lesson">English Language Arts Standards: </h3>
<ul class="lesson">
<li>Students adjust their use of spoken, written, and visual language (e.g., conventions, style, vocabulary) to communicate effectively with a variety of audiences and for different purposes.</li>
</ul>
<h2 class="lesson"><img src="/static/img/lesson_extension.gif" width="655" height="23" alt="Possible Extension Activities" title="Possible Extension Activities" border="0" /></h2>
<ol class="lesson">
<li>Have students work in pairs to explore their surroundings. Have students take turns wearing blindfolds and being escorted by their partners.</li>
<li>Invite a person who knows sign language to come to visit the class and teach some simple signs.</li>
<li>Get a sample of Braille and ask students to close their eyes and feel it, explaining the many ways Braille is used (ATMs etc.).</li>
</ol>
<h2 class="lesson"><img src="/static/img/lesson_teacher_resources.gif" width="655" height="23" alt="Teacher Resources" title="Teacher Resources" border="0" /></h2>
<ul class="lesson">
<li>Suggestions on how to find physicians who do classroom visits: contact your local county or state medical association (listed in the white pages of the phone book). A local medical school might also be useful. View a list of <a href="https://www.aamc.org/about/medicalschools/" target="_blank">Medical Schools.</a></li>
<li>Dr. Virginia Apgar Biography: <a href="/physicians/biography_12.html">http://www.nlm.nih.gov/changingthefaceofmedicine/physicians/biography_12.html</a></li>
</ul>
<a name="bibliography"></a>
<h2 class="lesson"><img src="/static/img/lesson_books.gif" width="655" height="23" alt="Books" title="Books" border="0" /></h2>
<p>There are many excellent books about children and doctors; some may be available in the school library.</p>
<h3 class="lesson">Bibliography: Books on Visits to the Doctor</h3>
<ul class="lesson">
<li>Allen, Julia. <span class="title">My First Doctor Visit</span>, Aro Publishing, 1997. ISBN: 0898681871 </li>
<li>Berenstein, Stan, and Jan. <span class="title">Berenstein Bears Go to the Doctor</span>, Random House, 1981. ISBN: 0394848357</li>
<li>Cousins, Lucy. <span class="title">Doctor Maisy</span>, Candlewick Press, 2001. ISBN 0763616133</li>
<li>Davison, Martine. <span class="title">Robby Visits the Doctor</span>, Random House for Young Readers, 1992. ASIN: 0679818197</li>
<li>De Santis, Kenny, and Patricia Agre. <span class="title">A Doctor's Tools</span>, Dodd Mead, 1985. ASIN: 0396087396. </li>
<li>Dresler, Joan. <span class="title">Your Doctor, My Doctor</span>, Walker &amp; Co, 1987. ISBN: 0802766692 </li>
<li>Kuklin, Susan. <span class="title">When I See My Doctor</span>, Simon &amp; Schuster (Juv); 1988. ASIN: 0027512320 </li>
<li>Linn, Margot. <span class="title">A Trip to My Doctor</span>, Harper and Row, 1988. ASIN: 006025839X</li>
<li>London, Jonathan. <span class="title">Froggy Goes to the Doctor</span>, Viking Children's Books, 2002. ISBN: 0670035785 </li>
<li>Marx, David F. <span class="title">Hello Doctor</span>, Children's Press, 2000. ISBN: 0516270761 </li>
<li>Oxenbury, Helen. <span class="title">The Check-up</span>, Puffin, 1994. ASIN: 0140552758</li>
<li>Rogers, Fred. <span class="title">Going to the Doctor</span>, Putnam Publishing Group, 1986. ASIN: 039921299X </li>
<li>Strong, Stacie. <span class="title">Going to the Doctor</span>, (Pop-up Books) Simon and Schuster Books for Young Readers, 1991. ASIN: 0671744968 </li>
<li>Zoehfeld, Kathleen. <span class="title">Disney's Winnie the Pooh: Pooh Gets a Check-up</span>, Random House Disney, 2001. ISBN: 0736411070 </li>
</ul>
<p><em>Note: Many of these books are out of print, but are available used. </em></p>
<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>Alicia Allou, Media Specialist, Takoma Park Elementary, Takoma Park, Maryland</li>
<li>Davene Cohen, Early Childhood Specialist, Boring, Oregon </li>
<li>Shaari Cohen-Hblechuk, Kindergarten Teacher, Hall School, Gresham, Oregon</li>
<li>Maria Crassas, Science Teacher, Francis Scott Key Middle School, Silver Spring, Maryland</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>