Manage travel health data including risk assessment, vaccination records, travel kit management, medication tracking, insurance information, emergency contacts, and checkup reminders. Use for pre-trip planning, health preparation, and travel health safety.
Manage travel health data, plan travel health preparation, assess destination health risks, and manage vaccination and travel kits.
All health advice and information provided by this system is for reference only and cannot replace professional medical advice.
Cannot Do:
Must Do:
用户输入 → 识别操作类型 → [plan] 解析目的地/日期 → 风险评估 → 生成建议
↓
[vaccine] 更新疫苗记录 → 检查接种计划
↓
[kit] 管理药箱物品清单
↓
[status] 读取数据 → 显示准备状态
↓
[risk] 评估目的地健康风险
| Input Keywords | Operation Type |
|---|---|
| plan, 规划 | plan - Plan travel health preparation |
| vaccine, 疫苗 | vaccine - Vaccination management |
| kit, 药箱 | kit - Travel kit management |
| medication, 用药 | medication - Medication management |
| insurance, 保险 | insurance - Insurance information |
| emergency, 紧急 | emergency - Emergency contacts |
| status, 状态 | status - Preparation status |
| risk, 风险 | risk - Risk assessment |
| check, 检查 | check - Health check |
| card, 卡片 | card - Emergency card |
| alert, 预警 | alert - Epidemic alert |
| 等级 | 描述 | 预防措施 |
|---|---|---|
| 🟢 低风险 | 常规预防措施 | 基础疫苗接种 |
| 🟡 中等风险 | 需要特别注意 | 特定疫苗 + 注意事项 |
| 🔴 高风险 | 需要严格预防措施 | 特定疫苗 + 预防性用药 |
| ⚫ 极高风险 | 建议推迟旅行 | 特殊预防 + 专业咨询 |
| 地区 | 主要风险 | 建议疫苗 |
|---|---|---|
| 东南亚 | 甲肝、伤寒、登革热 | 甲肝疫苗、伤寒疫苗 |
| 非洲 | 黄热病、疟疾、霍乱 | 黄热病疫苗、疟疾预防 |
| 南亚 | 甲肝、伤寒、霍乱 | 甲肝疫苗、伤寒疫苗、霍乱疫苗 |
{
"trip_id": "trip_20250801_seasia",
"destination": ["Thailand", "Vietnam", "Cambodia"],
"start_date": "2025-08-01",
"end_date": "2025-08-15",
"duration_days": 14,
"travel_type": "tourism",
"risk_assessment": {
"overall_risk": "medium",
"vaccinations_needed": ["hepatitis_a", "typhoid"],
"medications_recommended": ["anti_malarial"],
"health_advisories": ["food_safety", "water_safety"]
}
}
{
"vaccine_id": "vaccine_001",
"vaccine_type": "hepatitis_a",
"date_administered": "2025-06-15",
"status": "completed",
"next_dose_due": null,
"notes": ""
}
{
"kit_items": [
{
"name": "antidiarrheal",
"category": "medication",
"quantity": 2,
"packed": false
}
]
}
data/travel-health-tracker.json| 时间 | 准备事项 |
|---|---|
| 出发前6-8周 | 规划旅行健康、咨询医生、开始疫苗接种 |
| 出发前4-6周 | 完成疫苗接种、准备旅行药箱 |
| 出发前2-4周 | 购买保险、设置紧急联系人、生成紧急卡片 |
| 出发前1周 | 最终健康检查、确认所有准备就绪 |
更多示例参见 examples.md。