TOML
Human Body Parts - TOML
Human body parts are broadly divided into the head, chest, abdomen, and limbs, with each part containing organs and tissues that perform specific functions. Major internal organs such as the brain, heart, lungs, liver, and kidneys play essential roles in maintaining life. Additionally, the skeletal system, muscles, and nervous system are important elements that support the structure and function of the human body. These parts work together to realize complex life activities.
human body
anatomy
organs
biology
medicine
[[items]]
code = "01"
slug = "brain"
name = "Brain"
description = "Located in the head, it is the main organ of the central nervous system responsible for thinking, motor control, and sensory processing."
category = "Head"
system = "Nervous System"
[[items]]
code = "02"
slug = "heart"
name = "Heart"
description = "Located in the thoracic cavity, it is the central organ of the circulatory system that pumps blood throughout the body."
category = "Thorax"
system = "Circulatory System"
[[items]]
code = "03"
slug = "lungs"
name = "Lungs"
description = "A pair of organs located in the thoracic cavity that perform respiratory functions."
category = "Thorax"
system = "Respiratory System"
[[items]]
code = "04"
slug = "liver"
name = "Liver"
description = "Located in the upper right abdomen, it is the largest internal organ with functions including metabolism, detoxification, and bile secretion."
category = "Abdomen"
system = "Digestive System"
[[items]]
code = "05"
slug = "kidneys"
name = "Kidneys"
description = "Located on both sides of the spine in the lower back, they are the main organs of the urinary system that filter blood and produce urine."
category = "Abdomen"
system = "Urinary System"
[[items]]
code = "06"
slug = "stomach"
name = "Stomach"
description = "Located in the upper left abdomen, it is a digestive system organ that digests ingested food."
category = "Abdomen"
system = "Digestive System"
[[items]]
code = "07"
slug = "intestines"
name = "Intestines"
description = "The digestive tract occupying the abdomen, consisting of the small intestine and large intestine, responsible for nutrient absorption and defecation."
category = "Abdomen"
system = "Digestive System"
[[items]]
code = "08"
slug = "bones"
name = "Bones"
description = "Hard tissue that supports the entire body, serving as levers for movement, protecting internal organs, and performing hematopoietic functions."
category = "Whole Body"
system = "Skeletal System"
[[items]]
code = "09"
slug = "muscles"
name = "Muscles"
description = "Tissue attached to the skeleton that generates movement through contraction and also contributes to maintaining body temperature."
category = "Whole Body"
system = "Muscular System"
[[items]]
code = "10"
slug = "nerves"
name = "Nerves"
description = "Components of the nervous system that extend from the brain and spinal cord throughout the body to transmit information."
category = "Whole Body"
system = "Nervous System"