一键导入
hypertension
Hypertension management - blood pressure monitoring, target organ damage assessment, cardiovascular risk evaluation, and medication tracking
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Hypertension management - blood pressure monitoring, target organ damage assessment, cardiovascular risk evaluation, and medication tracking
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
AI-driven health analysis system including comprehensive analysis, risk prediction, intelligent Q&A, and report generation.
Manage allergy records including drug, food, and environmental allergies with severity tracking and medical alert integration.
Track and assess child developmental milestones based on ASQ-3 and Denver II standards. Use when user mentions development, milestones, motor skills, language, social skills, or cognitive development.
Track child illness, symptoms, fever management, and medication records. Use when user mentions child sickness, fever, cough, cold, or disease.
Child mental health screening, mood tracking, behavior assessment, anxiety and ADHD screening. Use when user mentions child emotions, behavior, attention, mood swings, or mental concerns.
Track child diet, nutrition assessment, picky eating management, and dietary advice. Use when user mentions child eating, meals, nutrition, vitamins, or feeding issues.
| name | hypertension |
| description | Hypertension management - blood pressure monitoring, target organ damage assessment, cardiovascular risk evaluation, and medication tracking |
Comprehensive blood pressure monitoring and management to help control blood pressure and reduce cardiovascular risk.
User Input -> Identify Operation Type -> Extract Parameter Info -> Check Completeness -> [Need Supplement] Ask User
|
[Information Complete]
|
Generate JSON -> Save Data -> Output Confirmation
| Input Keywords | Operation Type | Description |
|---|---|---|
| record, bp, blood pressure | bp_record | Log blood pressure |
| trend | trend_analysis | View blood pressure trend |
| average | average_calculation | Calculate average BP |
| history | history_view | View history records |
| status | status_view | View achievement status |
| risk | risk_assessment | Cardiovascular risk assessment |
| target | target_view | View BP targets |
| heart | heart_assessment | Heart assessment record |
| kidney | kidney_assessment | Kidney assessment record |
| retina | retina_assessment | Retina assessment record |
| medication | medication_management | Medication management |
Recognize format: XXX/YY or XXX YY
| Input Keywords | Time Value |
|---|---|
| morning | morning |
| evening | evening |
| noon | noon |
| night | night |
| Input Keywords | Position Value |
|---|---|
| sitting | sitting |
| standing | standing |
| lying | lying |
| Input Keywords | Arm Value |
|---|---|
| left | left |
| right | right |
| Input Keywords | Exam Type |
|---|---|
| echo | echocardiogram |
| ecg | ecg |
| lvh | left_ventricular_hypertrophy |
| Input Keywords | Indicator |
|---|---|
| uacr | uacr |
| egfr | egfr |
| creatinine | creatinine |
| Input Keywords | Grade |
|---|---|
| grade-0 | grade_0 |
| grade-1 | grade_1 |
| grade-2 | grade_2 |
| grade-3 | grade_3 |
| grade-4 | grade_4 |
Please provide complete BP reading, format: systolic/diastolic
Example: 135/85
Please supplement the following information (optional):
- Heart rate (pulse XX)
- Measurement time (morning/evening)
- Measurement position (sitting/standing/lying)
- Measurement arm (left/right)
Please provide assessment results:
- Echocardiogram: normal/abnormal/lvh
- ECG: normal/abnormal
- Urine microalbumin (UACR): value (mg/g)
- eGFR: value (ml/min/1.73m²)
- Retina grade: grade_0-4
{
"id": "bp_20250102080000001",
"date": "2025-01-02",
"time": "08:00",
"systolic": 135,
"diastolic": 85,
"pulse": 78,
"position": "sitting",
"measurement_device": "home_monitor",
"arm": "left",
"classification": "High-normal",
"in_target": false
}
{
"left_ventricular_hypertrophy": {
"status": "none",
"last_assessment": "2025-01-15",
"method": "echocardiogram"
},
"microalbuminuria": {
"status": "negative",
"uacr": 15,
"reference": "<30",
"date": "2025-06-10"
},
"retinopathy": {
"grade": "grade_0",
"last_exam": "2025-03-20"
},
"arterial_stiffness": {
"pwv": 7.5,
"reference": "<10",
"date": "2025-02-15"
}
}
{
"assessment_date": "2025-06-20",
"ascvd_risk_score": 12.5,
"risk_level": "High",
"risk_factors": [
"Hypertension",
"Age >55",
"Elevated total cholesterol"
],
"recommendations": [
"Strict BP control",
"Statin therapy",
"Lifestyle intervention"
]
}
Complete schema definition: see schema.json.
data/hypertension-tracker.json1. Identify operation type (record/trend/average/history/status/risk/target/heart/kidney/retina/medication)
2. Extract parameter information
3. Check required field completeness
4. If missing, ask user to supplement
5. Generate JSON compliant with schema.json
6. Save to data/hypertension-tracker.json
7. Output confirmation and medical recommendations
User: record 135/85 pulse 78
AI: Blood pressure measurement recorded
Time: 2025-01-02 08:00
Systolic: 135 mmHg
Diastolic: 85 mmHg
Pulse: 78 bpm
Classification: High-normal
Target: <130/80 mmHg
Status: Not on target (elevated systolic)
Recommendation: Reduce sodium intake, exercise regularly, monitor regularly
User: trend
AI: Blood pressure trend analysis (past 7 days)
━━━━━━━━━━━━━━━━━━━━━━━━━━
Average BP: 132/83 mmHg
Morning average: 135/85 mmHg
Evening average: 128/80 mmHg
Circadian rhythm: Dipper (normal)
Achievement rate: 71.4%
Trend: BP control stable, morning BP slightly elevated
Recommendation: Continue monitoring, pay attention to morning BP control
User: risk
AI: Cardiovascular Risk Assessment
━━━━━━━━━━━━━━━━━━━━━━━━━━
10-year ASCVD risk: 12.5%
Risk level: High
Major risk factors:
- Hypertension (currently poorly controlled)
- Age >55
- Elevated total cholesterol
Recommendations:
1. Strict BP control to target
2. Consider statin therapy
3. Low-salt diet, regular exercise
4. Quit smoking, limit alcohol
Recommendation: Seek medical attention soon, consult doctor for treatment adjustment
User: status
AI: Blood Pressure Achievement Report
━━━━━━━━━━━━━━━━━━━━━━━━━━
BP Target: <130/80 mmHg
Past 7 days:
- Average BP: 132/83 mmHg
- Days on target: 5/7 (71.4%)
- Achievement rate: 71.4%
Past 30 days:
- Average BP: 128/81 mmHg
- Days on target: 22/30 (73.3%)
- Achievement rate: 73.3%
Control Evaluation: BP control approaching target, keep working
For more examples, see examples.md.