성장 백분위 계산
compute_growth_percentileCompute WHO infant growth percentiles and z-scores for weight, height, or head circumference using sex, age, and measurement (0–24 months).
Instructions
WHO 성장도표(0–24개월)로 체중/키/머리둘레의 z-score와 백분위를 계산합니다. 참고 정보이며 진단이 아닙니다. 성장·접종·검진은 소아과에서 상담하세요.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sex | Yes | ||
| value | Yes | 측정값 (weight=kg, height/headCircumference=cm) | |
| measure | Yes | ||
| ageMonths | No | 개월 나이 (0–24). birthDate 대신 직접 지정 | |
| birthDate | No | 생년월일 ISO YYYY-MM-DD | |
| measureDate | No | 측정일 ISO YYYY-MM-DD (기본: 오늘) |