Journal

Comprehensive Medication Management: Biometric Dispenser + LINE Telehealth + Side Effect Monitoring via Vitals

ระบบจัดการยาครบวงจร: Biometric Dispenser + LINE Telehealth + ติดตาม Side Effect ผ่าน Vitals

May 12, 2026 · 1 min read
Comprehensive Medication Management: Biometric Dispenser + LINE Telehealth + Side Effect Monitoring via Vitals

Comprehensive Medication Management: Solving Elderly Adherence

WHO reports 50% of patients with chronic conditions do not take medications as prescribed. Missed doses, double-dosing, and timing errors are major contributors to preventable hospitalizations. This three-layer system addresses the full medication management lifecycle.

Layer 1: Biometric Pill Dispenser

Conventional timer-based dispensers confirm a scheduled time but not whether medication was actually taken. A biometric dispenser adds: - AS608 optical fingerprint module (I2C, 250-print capacity, 350 THB): patient identity verification - HX711 + 100g load cell (200 THB): weighs the pill compartment before and after to confirm physical retrieval - ESP32-CAM: photographs the patient receiving medication for audit trail - LCD display: shows medication name, dose, instructions, and photo to prevent confusion Dispensing workflow: alarm + LINE alert → fingerprint scan → correct compartment opens (servo) → load cell confirms weight reduction → camera captures image → “Medication taken” report sent to family LINE group with photo.

Layer 2: Missed Dose Escalation Protocol

If no confirmation within 30 minutes: LINE reminder (t+30min) → automated Thai TTS phone call via Twilio (t+60min) → family caregiver LINE alert (t+90min) → physician alert for critical medications such as cardiac or antihypertensive drugs (t+2h).

Layer 3: Side Effect Monitoring via Vital Signs

Many medications produce detectable vital sign changes: beta-blockers → HR <50 bpm, ACE inhibitors → SBP <90 mmHg, diuretics → SpO2 variation. Monitor with: - Omron HEM-7361T (4,500 THB): upper-arm BP with AFib detection via BLE - Wellue O2Ring (3,500 THB): continuous overnight SpO2 + HR - Withings ScanWatch 2 (12,000 THB optional): comprehensive wearable monitoring Home Assistant automations cross-reference medication timing with vital sign readings and alert family and physician when side-effect thresholds are crossed.

Automated Weekly Physician Report

Every Sunday at 08:00, generate and send a report via LINE Official Account or Gmail PDF attachment: 7-day adherence rate, missed dose log with timestamps, daily vital sign trends, and side effect alert history — giving the physician actionable data at the next appointment.

Cost and ROI

Full system cost: 15,000–30,000 THB including biometric dispenser hardware, Omron BP monitor, and Wellue O2Ring. A single preventable hospitalization from medication non-adherence typically costs 50,000–200,000 THB, making the system ROI-positive after avoiding one hospitalization.

Questions & answers

How many medications can the dispenser handle simultaneously?
Typically 4–7 compartments (morning, midday, evening, bedtime, plus reserve). For elderly patients on multiple medications, assign one compartment per medication type and refill weekly.
Is this system usable by elderly patients unfamiliar with technology?
Designed specifically for elderly users — fingerprint scanning is easier than button-pressing. The LCD displays large medication photos and names. Alerts go to caregivers automatically when anomalies occur. Patients only need to place their finger on the sensor.
How are vital sign reports delivered to physicians?
Home Assistant aggregates daily vitals, generates a weekly PDF via Python + WeasyPrint, and sends it via the clinic’s LINE Official Account or Gmail attachment every Sunday before scheduled appointments.

Related reading