TOML
Health Checkup Examination Items - TOML
Health checkup examination items cover a wide range including physical measurements, blood tests, urine tests, and imaging examinations. Under the Industrial Safety and Health Act, statutory health checkups specify 11 basic items based on age, while comprehensive medical checkups (Ningen Dock) include more detailed examinations. These examination items are essential for early detection and prevention of lifestyle-related diseases and understanding health conditions.
health checkup
medical examination
checkup items
lifestyle disease
preventive medicine
occupational health
[[items]]
code = "01"
slug = "medical-history"
name = "Medical History and Occupational History Survey"
description = "Interview about past medical history and current work content."
category = "Interview"
isStatutory = true
normalRange = ""
unit = ""
[[items]]
code = "02"
slug = "symptoms"
name = "Subjective and Objective Symptoms"
description = "Confirmation of patient's subjective symptoms and physician's examination findings."
category = "Examination"
isStatutory = true
normalRange = ""
unit = ""
[[items]]
code = "03"
slug = "height-weight"
name = "Height and Weight Measurement"
description = "Measurement of height and weight to calculate BMI."
category = "Physical Measurement"
isStatutory = true
normalRange = "BMI 18.5-24.9"
unit = "cm/kg"
[[items]]
code = "04"
slug = "waist-circumference"
name = "Waist Circumference Measurement"
description = "Measurement of abdominal circumference to evaluate visceral obesity."
category = "Physical Measurement"
isStatutory = true
normalRange = "Men: <85cm, Women: <90cm"
unit = "cm"
[[items]]
code = "05"
slug = "blood-pressure"
name = "Blood Pressure Measurement"
description = "Measurement of systolic and diastolic blood pressure."
category = "Physical Measurement"
isStatutory = true
normalRange = "Systolic: ≤129, Diastolic: ≤84"
unit = "mmHg"
[[items]]
code = "06"
slug = "visual-acuity"
name = "Visual Acuity Test"
description = "Measurement of uncorrected and corrected visual acuity."
category = "Physical Measurement"
isStatutory = true
normalRange = "1.0 or above"
unit = ""
[[items]]
code = "07"
slug = "hearing-test"
name = "Hearing Test"
description = "Measurement of hearing at 1000Hz and 4000Hz frequencies."
category = "Physical Measurement"
isStatutory = true
normalRange = "≤30dB (1000Hz, 4000Hz)"
unit = "dB"
[[items]]
code = "08"
slug = "chest-xray"
name = "Chest X-ray Examination"
description = "X-ray imaging of the chest to check the condition of lungs and heart."
category = "Imaging Examination"
isStatutory = true
normalRange = ""
unit = ""
[[items]]
code = "09"
slug = "sputum-test"
name = "Sputum Test"
description = "Collection of sputum to confirm the presence of pulmonary tuberculosis."
category = "Specimen Test"
isStatutory = true
normalRange = ""
unit = ""
[[items]]
code = "10"
slug = "urine-test"
name = "Urine Test"
description = "Analysis of urine components to evaluate kidney function and metabolic status."
category = "Specimen Test"
isStatutory = true
normalRange = "Urine protein: Negative, Urine sugar: Negative, Urine occult blood: Negative"
unit = ""
[[items]]
code = "11"
slug = "blood-test-anemia"
name = "Anemia Test"
description = "Measurement of hemoglobin and red blood cell count to confirm anemia."
category = "Blood Test"
isStatutory = true
normalRange = ""
unit = ""
[[items]]
code = "12"
slug = "liver-function"
name = "Liver Function Test"
description = "Measurement of AST, ALT, γ-GTP, etc. to evaluate liver condition."
category = "Blood Test"
isStatutory = true
normalRange = "AST: 12-30 U/L, ALT: 6-30 U/L, γ-GTP: Men ≤50, Women ≤30 U/L"
unit = ""
[[items]]
code = "13"
slug = "lipid-test"
name = "Blood Lipid Test"
description = "Measurement of cholesterol and triglycerides to evaluate lipid metabolism."
category = "Blood Test"
isStatutory = true
normalRange = "LDL: <120, HDL: ≥40, Triglycerides: ≤150 mg/dL"
unit = ""
[[items]]
code = "14"
slug = "blood-glucose"
name = "Blood Glucose Test"
description = "Measurement of fasting blood glucose and HbA1c to evaluate diabetes."
category = "Blood Test"
isStatutory = true
normalRange = "Fasting glucose: 73-109 mg/dL, HbA1c: 4.9-6.0%"
unit = ""
[[items]]
code = "15"
slug = "electrocardiogram"
name = "Electrocardiogram (ECG)"
description = "Recording of heart's electrical activity to evaluate arrhythmia and myocardial ischemia."
category = "Functional Test"
isStatutory = true
normalRange = ""
unit = ""
[[items]]
code = "16"
slug = "stool-test"
name = "Fecal Occult Blood Test"
description = "Examination of occult blood in stool to screen for colorectal cancer."
category = "Specimen Test"
isStatutory = false
normalRange = "Negative"
unit = ""
[[items]]
code = "17"
slug = "abdominal-ultrasound"
name = "Abdominal Ultrasound"
description = "Ultrasound examination of liver, gallbladder, pancreas, kidneys, etc."
category = "Imaging Examination"
isStatutory = false
normalRange = ""
unit = ""
[[items]]
code = "18"
slug = "kidney-function"
name = "Kidney Function Test"
description = "Measurement of creatinine and eGFR to evaluate kidney function."
category = "Blood Test"
isStatutory = false
normalRange = ""
unit = ""
[[items]]
code = "19"
slug = "eye-exam"
name = "Detailed Ophthalmologic Examination"
description = "Intraocular pressure measurement and fundus examination to check for glaucoma and retinal abnormalities."
category = "Detailed Examination"
isStatutory = false
normalRange = "Intraocular pressure: 10-20mmHg"
unit = ""
[[items]]
code = "20"
slug = "gastroscopy"
name = "Gastroscopy"
description = "Direct observation of esophagus, stomach, and duodenum using a camera."
category = "Detailed Examination"
isStatutory = false
normalRange = ""
unit = ""
[[items]]
code = "21"
slug = "pulmonary-function"
name = "Pulmonary Function Test"
description = "Measurement of respiratory capacity to evaluate lung function."
category = "Functional Test"
isStatutory = false
normalRange = ""
unit = ""
[[items]]
code = "22"
slug = "thyroid-function"
name = "Thyroid Function Test"
description = "Measurement of thyroid hormones to evaluate thyroid function."
category = "Blood Test"
isStatutory = false
normalRange = ""
unit = ""
[[items]]
code = "23"
slug = "tumor-markers"
name = "Tumor Marker Test"
description = "Measurement of cancer risk markers from blood."
category = "Blood Test"
isStatutory = false
normalRange = ""
unit = ""
[[items]]
code = "24"
slug = "hepatitis-test"
name = "Hepatitis Virus Test"
description = "Confirmation of hepatitis B and C virus presence."
category = "Blood Test"
isStatutory = false
normalRange = "HBs antigen: Negative, HCV antibody: Negative"
unit = ""