Child safety assessment, accident prevention, and risk evaluation for home, car, water, food, and outdoor scenarios. Use when user mentions child safety, babyproofing, or accident prevention.
Child accident prevention and safety risk assessment, covering home, traffic, food, water and other scenarios, providing age-appropriate safety recommendations.
User Input → Identify Operation Type → Read Child Information → Determine Check Items by Age → Generate Assessment Report → Save Data
| Input | action | area |
|---|---|---|
| record | record | home/car/water/food/outdoor |
| check | check | home/car/specified area |
| risk | risk |
| fall/burn/poisoning/drowning etc. |
| prevent | prevent | - |
| emergency | emergency | cpr/specified first aid type |
| checklist | checklist | - |
| Input | area | Description |
|---|---|---|
| home, 家庭, 家里 | home | Home safety |
| car, 汽车, 安全座椅 | car | Traffic/car safety |
| water, 水上, 洗澡, 游泳 | water | Water safety |
| food, 吃东西, 窒息 | food | Food/eating safety |
| outdoor, 户外, 外面 | outdoor | Outdoor safety |
| Input | risk_type |
|---|---|
| fall | fall |
| burn | burn |
| poisoning | poisoning |
| drowning | drowning |
| choke | choke |
| traffic | traffic |
Please answer following safety questions (yes/no):
1. Are all outlets covered with protectors?
2. Are furniture sharp corners fitted with guards?
3. Are windows fitted with guards or limiters?
4. Are cleaning products/medications stored out of reach?
5. Is bathroom fitted with non-slip mat?
safeCount = Number of "yes" answers
totalCount = Total questions
safetyScore = (safeCount / totalCount) * 100
if safetyScore >= 90:
level = "excellent" // Excellent
else if safetyScore >= 70:
level = "good" // Good
else if safetyScore >= 50:
level = "needs_attention" // Needs attention