Editing
Medical Anthropology
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Medical Anthropology is a subfield of anthropology that draws upon social, cultural, biological, and linguistic anthropology to better understand those factors which influence health and well-being, the experience and distribution of illness, the prevention and treatment of sickness, and healing processes. It is the study of how human health is a "Social Product." By exploring everything from the impact of poverty on life expectancy to the effectiveness of "Shamanic" healing vs. "Western" surgery, medical anthropologists reveal that "Medicine" is not just a science, but a cultural system. </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Medical Anthropology''' β The study of how health and illness are shaped by cultural and social factors. * '''Health''' β A state of complete physical, mental, and social well-being (not just the absence of disease). * '''Disease''' β A biological malfunction of the body (The "Doctor's" perspective). * '''Illness''' β The personal, social, and cultural experience of being unwell (The "Patient's" perspective). * '''Biomedicine''' β The dominant Western system of medicine that focuses on biological and physical factors. * '''Ethnomedicine''' β The medical beliefs and practices of indigenous or non-Western cultures. * '''Placebo Effect''' β A positive change in health not caused by a drug, but by the patient's expectation of healing. * '''Nocebo Effect''' β A negative change in health caused by the patient's expectation of harm. * '''Stigma''' β A social marker of "shame" that can prevent people from seeking treatment (e.g., for HIV or Mental Health). * '''Medicalization''' β The process by which human conditions and problems come to be defined and treated as medical conditions (e.g., childbirth, aging, ADHD). * '''Social Determinants of Health''' β The conditions in which people are born, grow, live, work, and age (wealth, education, housing). * '''Syndemic''' β The interaction of two or more diseases or health conditions in a population, exacerbated by social inequality. * '''Shaman''' β A practitioner in some traditional societies who is believed to have access to and influence in the world of good and evil spirits. * '''Biocultural Perspective''' β An approach that looks at how biological and cultural factors interact to affect health. </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Medical anthropology is understood through the '''Difference between Healing and Curing'''. '''1. Curing vs. Healing''': * '''Curing''': Removing the biological cause of the disease (e.g., taking an antibiotic). * '''Healing''': Addressing the social and psychological suffering of the patient. A doctor can "cure" a patient of a tumor while the patient still feels "broken" and unhealed. Conversely, a shaman might fail to "cure" a cancer but "heal" the patient's spirit and family relations. '''2. The Cultural Construction of Illness''': What counts as an "Illness" varies by culture. In some cultures, "hearing voices" is a sign of a spiritual gift; in the West, it is a sign of Schizophrenia. Medical anthropologists study "Culture-Bound Syndromes"βillnesses that only exist in specific groups (e.g., ''Hikikomori'' in Japan or ''Susto'' in Latin America). '''3. Structural Violence''': Paul Farmer, a famous medical anthropologist, argued that most health problems in the world are caused by "Structural Violence"βthe systematic ways in which social structures (poverty, racism, war) harm people. A doctor can't "fix" a child's malnutrition if the problem is a lack of clean water and fair wages. </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Health Gradient' (The impact of SES):''' <syntaxhighlight lang="python"> def predict_life_expectancy(annual_income, stress_level): """ Shows how social determinants affect biology. """ # Simplified actuarial logic base_age = 75 # Wealth bonus if annual_income > 100000: base_age += 5 elif annual_income < 20000: base_age -= 5 # Stress penalty (cortisol wear-and-tear) base_age -= (stress_level * 0.5) return round(base_age) # Comparing two individuals print(f"Low Income / High Stress: {predict_life_expectancy(15000, 10)} years") print(f"High Income / Low Stress: {predict_life_expectancy(150000, 2)} years") # Medical anthropology shows that 'zip code' is more # important for health than 'genetic code'. </syntaxhighlight> ; Global Health Cases : '''Ebola Outbreak''' β Anthropologists were critical in explaining why people were "hiding" bodies (due to funeral rituals), helping to design safer, culturally sensitive ways to stop the virus. : '''Kuru Disease''' β A neurodegenerative disease in New Guinea that was solved when anthropologists discovered it was caused by funeral practices (cannibalism). : '''The Opioid Crisis''' β Analyzing how pharmaceutical marketing and the "Medicalization of Pain" created a public health disaster. : '''Migrant Health''' β Studying the specific health challenges faced by refugees who are navigating foreign medical systems. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Biomedicine vs. Traditional Medicine ! Feature !! Biomedicine !! Traditional / Ethnomedicine |- | Focus || Individual / Body Part / Cell || Whole Person / Family / Community |- | Cause || Pathogens, Genes, Injury || Balance, Spirits, Social relationships |- | Practitioner || Professional Expert || Community Member / Shaman / Elder |- | Goal || Curing the disease || Healing the person and their social circle |} '''The Concept of "Clinical Gazing"''': Michel Foucault argued that Western medicine treats the body like a "thing" to be fixed, often ignoring the person inside. Medical anthropologists analyze this "Gaze" and advocate for "Narrative Medicine"βthe idea that a patient's story is just as important as their blood test. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating a health intervention: # '''Cultural Competence''': Does the doctor understand the patient's beliefs about their illness? # '''Accessibility''': Can the person actually afford and reach the clinic? # '''Sustainability''': Is the health program run by locals, or is it a "fly-in-fly-out" charity? # '''Effectiveness''': Does the treatment actually reduce the burden of disease in the long term? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''Global Mental Health''': Adapting psychiatric care for cultures that don't believe in "brain chemistry" as the source of suffering. # '''Digital Health Inequality''': How the move to "Telemedicine" might exclude the world's most vulnerable people. # '''Genomic Citizenship''': How being "labeled" with a genetic risk factor changes a person's social identity. # '''Planetary Health''': Studying the intersection of human health and the health of the earth's ecosystems (One Health). [[Category:Anthropology]] [[Category:Medicine]] [[Category:Social Science]] </div>
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:BloomIntro
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information