Young Infant Questionnaire
Complete IMCI-based workflow.
Age class from birth to 2 months.
Workflow Scale & Automation
490
Total Nodes
147
Decision Points
26
Assessment Groups
Key Features
- ✓ WHO growth chart calculators (weight-for-age, weight-for-length/height)
- ✓ Automated treatment recommendations and referral suggestions
- ✓ Weight and age-based drug dosage calculations
- ✓ Context-aware adaptation to facility services and regional diseases
- ✓ Multi-diagnosis aggregation with severity color-coding
- ✓ Parallel assessment paths for complex cases
Sample Data Output
{
"flags": {
"emergency": false,
"malnutrition": true,
"respiratory": false
},
"patient": {
"age_days": 45,
"weight_kg": 4.2,
"temperature_c": 37.5
},
"form_data": {
"assessment_groups": [
{
"name": "Emergency Signs",
"completed": true,
"severity": "green"
}
]
}
}