TOML
Types of Medical Tests - TOML
Medical examinations are essential healthcare procedures used for disease diagnosis, treatment planning, and monitoring disease progression. In Japanese healthcare settings, medical tests are classified into five main categories: specimen tests, physiological function tests, imaging tests, endoscopic examinations, and pathological examinations. Each test has specific purposes and indications, and comprehensive medical decisions are made through appropriate combinations of these tests.
medical tests
health screening
laboratory tests
imaging tests
endoscopy
healthcare
diagnosis
[[items]]
code = "01"
slug = "blood-test"
name = "Blood Test"
description = "A test that analyzes various components by collecting blood samples."
category = "Specimen Test"
[[items]]
code = "02"
slug = "urinalysis"
name = "Urinalysis"
description = "A test that analyzes the components of urine."
category = "Specimen Test"
[[items]]
code = "03"
slug = "x-ray"
name = "X-ray Examination"
description = "An imaging test that uses X-rays to photograph the inside of the body."
category = "Imaging Test"
[[items]]
code = "04"
slug = "ct-scan"
name = "CT Scan"
description = "A test that creates cross-sectional images by irradiating X-rays from multiple directions."
category = "Imaging Test"
[[items]]
code = "05"
slug = "mri"
name = "MRI"
description = "A test that uses magnetic fields and radio waves to obtain detailed images."
category = "Imaging Test"
[[items]]
code = "06"
slug = "ultrasound"
name = "Ultrasound Examination"
description = "A test that visualizes internal body structures using ultrasound waves."
category = "Imaging Test"
[[items]]
code = "07"
slug = "endoscopy"
name = "Endoscopic Examination"
description = "A test that directly observes the inside of the body using an endoscope."
category = "Endoscopic Examination"
[[items]]
code = "08"
slug = "physiological-function-test"
name = "Physiological Function Test"
description = "A test that measures and evaluates body functions."
category = "Physiological Function Test"
[[items]]
code = "09"
slug = "pathological-examination"
name = "Pathological Examination"
description = "A test that diagnoses disease states by observing tissues and cells under a microscope."
category = "Pathological Examination"
[[items]]
code = "10"
slug = "fecal-test"
name = "Fecal Test"
description = "A test that analyzes the properties and components of feces."
category = "Specimen Test"
[[items]]
code = "11"
slug = "gastroscopy"
name = "Gastroscopy"
description = "A test that observes the upper gastrointestinal tract using an endoscope."
category = "Endoscopic Examination"
[[items]]
code = "12"
slug = "colonoscopy"
name = "Colonoscopy"
description = "A test that observes the large intestine using an endoscope."
category = "Endoscopic Examination"