@jjlmoya/utils-babies 1.6.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +67 -66
- package/src/category/i18n/de.ts +48 -0
- package/src/category/i18n/en.ts +10 -10
- package/src/category/i18n/fr.ts +10 -10
- package/src/category/i18n/id.ts +48 -0
- package/src/category/i18n/it.ts +48 -0
- package/src/category/i18n/ja.ts +48 -0
- package/src/category/i18n/ko.ts +48 -0
- package/src/category/i18n/nl.ts +48 -0
- package/src/category/i18n/pl.ts +48 -0
- package/src/category/i18n/pt.ts +48 -0
- package/src/category/i18n/ru.ts +48 -0
- package/src/category/i18n/sv.ts +48 -0
- package/src/category/i18n/tr.ts +48 -0
- package/src/category/i18n/zh.ts +48 -0
- package/src/category/index.ts +13 -1
- package/src/tests/faq_count.test.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/seo_length.test.ts +1 -2
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tool/baby-feeding-calculator/i18n/de.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/id.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/it.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/ja.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/ko.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/nl.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/pl.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/pt.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/ru.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/sv.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/tr.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/zh.ts +162 -0
- package/src/tool/baby-feeding-calculator/index.ts +12 -0
- package/src/tool/baby-percentile-calculator/i18n/de.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/id.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/it.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/ja.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/ko.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/nl.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/pl.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/pt.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/ru.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/sv.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/tr.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/zh.ts +245 -0
- package/src/tool/baby-percentile-calculator/index.ts +12 -0
- package/src/tool/baby-size-converter/i18n/de.ts +203 -0
- package/src/tool/baby-size-converter/i18n/fr.ts +1 -1
- package/src/tool/baby-size-converter/i18n/id.ts +203 -0
- package/src/tool/baby-size-converter/i18n/it.ts +203 -0
- package/src/tool/baby-size-converter/i18n/ja.ts +203 -0
- package/src/tool/baby-size-converter/i18n/ko.ts +203 -0
- package/src/tool/baby-size-converter/i18n/nl.ts +203 -0
- package/src/tool/baby-size-converter/i18n/pl.ts +203 -0
- package/src/tool/baby-size-converter/i18n/pt.ts +203 -0
- package/src/tool/baby-size-converter/i18n/ru.ts +203 -0
- package/src/tool/baby-size-converter/i18n/sv.ts +203 -0
- package/src/tool/baby-size-converter/i18n/tr.ts +203 -0
- package/src/tool/baby-size-converter/i18n/zh.ts +203 -0
- package/src/tool/baby-size-converter/index.ts +12 -0
- package/src/tool/fertile-days-estimator/i18n/de.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/id.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/it.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/ja.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/ko.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/nl.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/pl.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/pt.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/ru.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/sv.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/tr.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/zh.ts +262 -0
- package/src/tool/fertile-days-estimator/index.ts +12 -0
- package/src/tool/pregnancy-calculator/i18n/de.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/id.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/it.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/ja.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/ko.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/nl.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/pl.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/pt.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/ru.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/sv.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/tr.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/zh.ts +467 -0
- package/src/tool/pregnancy-calculator/index.ts +13 -1
- package/src/tool/vaccination-calendar/i18n/de.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/fr.ts +99 -95
- package/src/tool/vaccination-calendar/i18n/id.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/it.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/ja.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/ko.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/nl.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/pl.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/pt.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/ru.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/sv.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/tr.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/zh.ts +194 -0
- package/src/tool/vaccination-calendar/index.ts +13 -1
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
import type { BabyPercentileCalculatorLocaleContent } from '../index';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
|
|
4
|
+
const slug = 'perzentilrechner-baby';
|
|
5
|
+
const title = 'WHO Perzentilrechner für Babys';
|
|
6
|
+
const description = 'Berechnen Sie das Perzentil für Gewicht, Größe und BMI Ihres Babys anhand der WHO-Tabellen (0-5 Jahre).';
|
|
7
|
+
const faq = [
|
|
8
|
+
{
|
|
9
|
+
question: 'Was bedeutet das 50. Perzentil?',
|
|
10
|
+
answer: 'Das 50. Perzentil gibt an, dass das Baby genau im Median liegt, d. h. die Hälfte der Babys gleichen Alters und Geschlechts wiegt oder misst mehr und die andere Hälfte weniger. Es bedeutet nicht, dass dies der ideale Wert ist, sondern der zentrale Wert der Verteilung.',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
question: 'Ist ein niedriges Perzentil ein Zeichen für ein Problem?',
|
|
14
|
+
answer: 'Nicht unbedingt. Ein niedriges Perzentil (z. B. P10) kann vollkommen normal sein, wenn es über die Zeit stabil bleibt. Wichtig ist der Wachstumstrend, nicht ein isolierter Wert. Konsultieren Sie immer Ihren Kinderarzt.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Welche Wachstumstabellen verwendet dieser Rechner?',
|
|
18
|
+
answer: 'Dieser Rechner verwendet die Wachstumsstandards der Weltgesundheitsorganisation (WHO) für Kinder von 0 bis 5 Jahren, basierend auf der Multicentre Growth Reference Study (MGRS).',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
question: 'Was ist der BMI bei Babys?',
|
|
22
|
+
answer: 'Der Body-Mass-Index (BMI) bei Babys ist das Verhältnis von Gewicht zu Quadrat der Größe. Die BMI-Perzentile für Babys unterscheiden sich von denen für Erwachsene und müssen mit den spezifischen Tabellen für jedes Alter und Geschlecht interpretiert werden.',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
question: 'Wie oft sollte ich mein Baby messen?',
|
|
26
|
+
answer: 'In den ersten Monaten kontrolliert der Kinderarzt das Wachstum normalerweise bei jedem Besuch. Zu Hause können Sie Gewicht und Größe monatlich protokollieren, um den Wachstumstrend zu beobachten.',
|
|
27
|
+
},
|
|
28
|
+
];
|
|
29
|
+
const howTo = [
|
|
30
|
+
{
|
|
31
|
+
name: 'Wählen Sie das Geschlecht des Babys',
|
|
32
|
+
text: 'Wählen Sie zwischen Junge oder Mädchen, um die entsprechenden WHO-Tabellen anzuwenden.',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'Geben Sie das Alter ein',
|
|
36
|
+
text: 'Verwenden Sie den Schieberegler oder die Pfeile, um das Alter in Monaten anzugeben (0-60 Monate).',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Geben Sie Gewicht und Größe ein',
|
|
40
|
+
text: 'Geben Sie das Gewicht in Kilogramm und die Größe in Zentimetern ein.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Konsultieren Sie die Perzentile',
|
|
44
|
+
text: 'Die Perzentile für Gewicht, Größe und BMI werden automatisch nach den WHO-Tabellen berechnet.',
|
|
45
|
+
},
|
|
46
|
+
];
|
|
47
|
+
|
|
48
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'FAQPage',
|
|
51
|
+
mainEntity: faq.map((item) => ({
|
|
52
|
+
'@type': 'Question',
|
|
53
|
+
name: item.question,
|
|
54
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const howToSchema: WithContext<HowTo> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'HowTo',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
step: howTo.map((step) => ({
|
|
64
|
+
'@type': 'HowToStep',
|
|
65
|
+
name: step.name,
|
|
66
|
+
text: step.text,
|
|
67
|
+
})),
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
71
|
+
'@context': 'https://schema.org',
|
|
72
|
+
'@type': 'SoftwareApplication',
|
|
73
|
+
name: title,
|
|
74
|
+
description,
|
|
75
|
+
applicationCategory: 'UtilitiesApplication',
|
|
76
|
+
operatingSystem: 'Web',
|
|
77
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
78
|
+
inLanguage: 'de',
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
export const content: BabyPercentileCalculatorLocaleContent = {
|
|
82
|
+
slug,
|
|
83
|
+
title,
|
|
84
|
+
description,
|
|
85
|
+
ui: {
|
|
86
|
+
labelMeasurements: 'Messdaten',
|
|
87
|
+
labelSex: 'Geschlecht des Babys',
|
|
88
|
+
sexBoy: 'Junge',
|
|
89
|
+
sexGirl: 'Mädchen',
|
|
90
|
+
unitMonths: 'Nur Monate',
|
|
91
|
+
unitYearsMonths: 'Jahre + Monate',
|
|
92
|
+
labelWeight: 'Gewicht (kg)',
|
|
93
|
+
labelHeight: 'Größe (cm)',
|
|
94
|
+
btnAddHistory: 'Zu meinem Verlauf hinzufügen',
|
|
95
|
+
btnClearHistory: 'Daten löschen',
|
|
96
|
+
labelDashboard: 'Wachstums-Dashboard',
|
|
97
|
+
labelWeight2: 'Gewicht',
|
|
98
|
+
labelHeight2: 'Größe',
|
|
99
|
+
labelBMI: 'BMI',
|
|
100
|
+
labelCalculating: 'Berechnung...',
|
|
101
|
+
disclaimer: 'Perzentile sind nur ein statistisches Instrument. Konsultieren Sie zur Interpretation der Ergebnisse immer Ihren Kinderarzt.',
|
|
102
|
+
labelLowRange: 'Niedriger Bereich',
|
|
103
|
+
labelLowNormal: 'Niedrig normal',
|
|
104
|
+
labelNormal: 'Normal',
|
|
105
|
+
labelHighNormal: 'Hoch normal',
|
|
106
|
+
labelHighRange: 'Hoher Bereich',
|
|
107
|
+
alertOutOfRange: 'Wert außerhalb des Bereichs P3-P97. Konsultieren Sie Ihren Kinderarzt.',
|
|
108
|
+
labelMonths: 'Monate',
|
|
109
|
+
labelYears: 'Jahre',
|
|
110
|
+
faqTitle: 'Häufig gestellte Fragen',
|
|
111
|
+
bibliographyTitle: 'Referenzen',
|
|
112
|
+
},
|
|
113
|
+
seo: [
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'WHO Perzentilrechner: Leitfaden zum Verständnis des Wachstums Ihres Babys',
|
|
117
|
+
level: 2,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'summary',
|
|
121
|
+
title: '5 Schlüssel zur Interpretation der Perzentile Ihres Babys',
|
|
122
|
+
items: [
|
|
123
|
+
'Kein einzelnes Perzentil definiert die Gesundheit Ihres Babys: Wichtig ist der Trend über die Zeit.',
|
|
124
|
+
'Perzentile zwischen P3 und P97 gelten als innerhalb des statistischen Normalbereichs.',
|
|
125
|
+
'Der BMI bei Babys folgt eigenen Kurven und sollte nicht mit Referenzwerten für Erwachsene verglichen werden.',
|
|
126
|
+
'Die WHO-Kurven basieren auf Babys, die unter optimalen Bedingungen aufgewachsen sind, einschließlich ausschließlichem Stillen in den ersten Monaten.',
|
|
127
|
+
'Teilen Sie Wachstumsaufzeichnungen immer mit Ihrem Kinderarzt für eine angemessene klinische Interpretation.',
|
|
128
|
+
],
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
type: 'title',
|
|
132
|
+
text: 'So messen Sie Ihr Baby richtig',
|
|
133
|
+
level: 3,
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'list',
|
|
137
|
+
items: [
|
|
138
|
+
'Wiegen Sie das Baby nach Möglichkeit ohne Kleidung und immer auf derselben Waage.',
|
|
139
|
+
'Messen Sie die Länge in horizontaler Position bis zum Alter von 24 Monaten.',
|
|
140
|
+
'Messen Sie ab 2 Jahren die Größe in vertikaler Position.',
|
|
141
|
+
'Führen Sie die Messungen zur gleichen Tageszeit durch, um eine größere Konsistenz zu gewährleisten.',
|
|
142
|
+
],
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
type: 'tip',
|
|
146
|
+
html: 'Ein Perzentil unter P3 bedeutet nicht automatisch ein Gesundheitsproblem. Das Wichtigste ist zu beobachten, ob die Wachstumskurve ihren Trend über die Zeit beibehält.',
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
type: 'title',
|
|
150
|
+
text: 'Interpretation der Perzentile',
|
|
151
|
+
level: 3,
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
type: 'table',
|
|
155
|
+
headers: ['Perzentil', 'Interpretation', 'Empfohlene Aktion'],
|
|
156
|
+
rows: [
|
|
157
|
+
['P97 oder höher', 'Hoher Bereich', 'Besprechen Sie dies beim nächsten Besuch mit dem Kinderarzt'],
|
|
158
|
+
['P85 bis P97', 'Hoch normal', 'Normales Follow-up'],
|
|
159
|
+
['P15 bis P85', 'Normal', 'Keine besondere Aktion erforderlich'],
|
|
160
|
+
['P3 bis P15', 'Niedrig normal', 'Normales Follow-up'],
|
|
161
|
+
['P3 oder niedriger', 'Niedriger Bereich', 'Konsultieren Sie den Kinderarzt'],
|
|
162
|
+
],
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 'title',
|
|
166
|
+
text: 'WHO vs. Orbegozo Kurven',
|
|
167
|
+
level: 3,
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
type: 'comparative',
|
|
171
|
+
columns: 2,
|
|
172
|
+
items: [
|
|
173
|
+
{
|
|
174
|
+
title: 'WHO Kurven',
|
|
175
|
+
description: 'Internationaler Standard basierend auf Babys aus 6 Ländern, die unter optimalen Bedingungen aufgewachsen sind.',
|
|
176
|
+
points: [
|
|
177
|
+
'Validierter internationaler Standard',
|
|
178
|
+
'Basierend auf Babys aus 6 Ländern und optimalen Bedingungen',
|
|
179
|
+
'Aktualisiert und mit aktueller wissenschaftlicher Unterstützung',
|
|
180
|
+
'Spiegelt möglicherweise keine lokalen genetischen Variationen wider',
|
|
181
|
+
],
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
title: 'Orbegozo Kurven',
|
|
185
|
+
description: 'An die spanische Bevölkerung angepasste Kurven, die in früheren Jahrzehnten weit verbreitet waren.',
|
|
186
|
+
points: [
|
|
187
|
+
'An die spanische Bevölkerung angepasst',
|
|
188
|
+
'In Spanien in früheren Jahrzehnten weit verbreitet',
|
|
189
|
+
'Basierend auf einer älteren Referenzpopulation',
|
|
190
|
+
'Geringere internationale Akzeptanz',
|
|
191
|
+
],
|
|
192
|
+
},
|
|
193
|
+
],
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
type: 'stats',
|
|
197
|
+
columns: 3,
|
|
198
|
+
items: [
|
|
199
|
+
{ value: 'WHO 0-5 Jahre', label: 'Referenzstandard' },
|
|
200
|
+
{ value: 'Trendkurve', label: 'Schlüsselvariable' },
|
|
201
|
+
{ value: 'LMS-Parameter', label: 'Technische Präzision' },
|
|
202
|
+
],
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
type: 'glossary',
|
|
206
|
+
items: [
|
|
207
|
+
{
|
|
208
|
+
term: 'Z-Score',
|
|
209
|
+
definition: 'Anzahl der Standardabweichungen, um die ein Wert vom Mittelwert der Referenzpopulation abweicht. Ein Z-Score von 0 entspricht dem 50. Perzentil.',
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
term: 'Harmonie',
|
|
213
|
+
definition: 'Angemessenes Verhältnis zwischen Gewicht und Größe. Ein Baby kann ein niedriges Gewichtsperzentil haben, aber harmonisch sein, wenn seine Größe im gleichen Verhältnis ebenfalls niedrig ist.',
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
term: 'Anthropometrie',
|
|
217
|
+
definition: 'Satz von Körpermaßen (Gewicht, Größe, Kopfumfang, BMI), die zur Bewertung von Wachstum und Ernährungszustand verwendet werden.',
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
term: 'LMS-Parameter',
|
|
221
|
+
definition: 'Statistische Methode (L=Box-Cox, M=Median, S=Variationskoeffizient), die von der WHO verwendet wird, um Perzentiltabellen zu erstellen und jede Messung in einen Z-Score umzuwandeln.',
|
|
222
|
+
},
|
|
223
|
+
],
|
|
224
|
+
},
|
|
225
|
+
],
|
|
226
|
+
faqTitle: "Häufig gestellte Fragen",
|
|
227
|
+
faq,
|
|
228
|
+
bibliographyTitle: "Referenzen",
|
|
229
|
+
bibliography: [
|
|
230
|
+
{
|
|
231
|
+
name: 'WHO Child Growth Standards: Methods and development',
|
|
232
|
+
url: 'https://www.who.int/publications/i/item/924154693X',
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
name: 'WHO Child Growth Standards: Length/height-for-age, weight-for-age, weight-for-length, weight-for-height and body mass index-for-age',
|
|
236
|
+
url: 'https://www.who.int/tools/child-growth-standards/standards',
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
name: 'Comparison of the WHO Child Growth Standards and the CDC 2000 Growth Charts - de Onis M et al.',
|
|
240
|
+
url: 'https://doi.org/10.1093/jn/137.1.144S',
|
|
241
|
+
},
|
|
242
|
+
],
|
|
243
|
+
howTo,
|
|
244
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
245
|
+
};
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
import type { BabyPercentileCalculatorLocaleContent } from '../index';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
|
|
4
|
+
const slug = 'kalkulator-persentil-bayi';
|
|
5
|
+
const title = 'Kalkulator Persentil WHO untuk Bayi';
|
|
6
|
+
const description = 'Hitung persentil berat badan, tinggi badan, dan BMI bayi Anda berdasarkan tabel WHO (0-5 tahun).';
|
|
7
|
+
const faq = [
|
|
8
|
+
{
|
|
9
|
+
question: 'Apa arti dari persentil ke-50?',
|
|
10
|
+
answer: 'Persentil ke-50 menunjukkan bahwa bayi berada tepat di median, artinya separuh dari bayi dengan usia dan jenis kelamin yang sama memiliki berat atau tinggi yang lebih besar, dan separuh lainnya lebih kecil. Ini bukan berarti nilai ideal, melainkan nilai tengah dari distribusi.',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
question: 'Apakah persentil rendah merupakan tanda masalah?',
|
|
14
|
+
answer: 'Belum tentu. Persentil rendah (misalnya P10) bisa jadi sangat normal jika tetap stabil dari waktu ke waktu. Yang terpenting adalah tren pertumbuhan, bukan satu nilai yang berdiri sendiri. Selalu konsultasikan dengan dokter anak Anda.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Tabel pertumbuhan mana yang digunakan kalkulator ini?',
|
|
18
|
+
answer: 'Kalkulator ini menggunakan standar pertumbuhan dari Organisasi Kesehatan Dunia (WHO) untuk anak usia 0 hingga 5 tahun, berdasarkan Multicentre Growth Reference Study (MGRS).',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
question: 'Apa itu BMI pada bayi?',
|
|
22
|
+
answer: 'Indeks Massa Tubuh (BMI) pada bayi adalah rasio antara berat badan dan kuadrat tinggi badan. Persentil BMI untuk bayi berbeda dari orang dewasa dan harus diinterpretasikan dengan tabel spesifik untuk setiap usia dan jenis kelamin.',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
question: 'Seberapa sering saya harus mengukur bayi saya?',
|
|
26
|
+
answer: 'Pada bulan-bulan pertama, dokter anak biasanya memantau pertumbuhan pada setiap kunjungan. Di rumah, Anda dapat mencatat berat dan tinggi badan setiap bulan untuk mengamati tren pertumbuhan.',
|
|
27
|
+
},
|
|
28
|
+
];
|
|
29
|
+
const howTo = [
|
|
30
|
+
{
|
|
31
|
+
name: 'Pilih jenis kelamin bayi',
|
|
32
|
+
text: 'Pilih laki-laki atau perempuan untuk menerapkan tabel WHO yang sesuai.',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'Masukkan usia',
|
|
36
|
+
text: 'Gunakan slider atau panah untuk menunjukkan usia dalam bulan (0-60 bulan).',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Masukkan berat dan tinggi badan',
|
|
40
|
+
text: 'Tuliskan berat badan dalam kilogram dan tinggi badan dalam sentimeter.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Lihat persentilnya',
|
|
44
|
+
text: 'Persentil berat, tinggi, dan BMI dihitung secara otomatis sesuai dengan tabel WHO.',
|
|
45
|
+
},
|
|
46
|
+
];
|
|
47
|
+
|
|
48
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'FAQPage',
|
|
51
|
+
mainEntity: faq.map((item) => ({
|
|
52
|
+
'@type': 'Question',
|
|
53
|
+
name: item.question,
|
|
54
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const howToSchema: WithContext<HowTo> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'HowTo',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
step: howTo.map((step) => ({
|
|
64
|
+
'@type': 'HowToStep',
|
|
65
|
+
name: step.name,
|
|
66
|
+
text: step.text,
|
|
67
|
+
})),
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
const appSchema: WithContext<WithContext<SoftwareApplication>> = {
|
|
71
|
+
'@context': 'https://schema.org',
|
|
72
|
+
'@type': 'SoftwareApplication',
|
|
73
|
+
name: title,
|
|
74
|
+
description,
|
|
75
|
+
applicationCategory: 'UtilitiesApplication',
|
|
76
|
+
operatingSystem: 'Web',
|
|
77
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
78
|
+
inLanguage: 'id',
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
export const content: BabyPercentileCalculatorLocaleContent = {
|
|
82
|
+
slug,
|
|
83
|
+
title,
|
|
84
|
+
description,
|
|
85
|
+
ui: {
|
|
86
|
+
labelMeasurements: 'Data Pengukuran',
|
|
87
|
+
labelSex: 'Jenis kelamin bayi',
|
|
88
|
+
sexBoy: 'Laki-laki',
|
|
89
|
+
sexGirl: 'Perempuan',
|
|
90
|
+
unitMonths: 'Bulan saja',
|
|
91
|
+
unitYearsMonths: 'Tahun + bulan',
|
|
92
|
+
labelWeight: 'Berat (kg)',
|
|
93
|
+
labelHeight: 'Tinggi (cm)',
|
|
94
|
+
btnAddHistory: 'Tambah ke riwayat saya',
|
|
95
|
+
btnClearHistory: 'Hapus data',
|
|
96
|
+
labelDashboard: 'Dashboard Pertumbuhan',
|
|
97
|
+
labelWeight2: 'Berat',
|
|
98
|
+
labelHeight2: 'Tinggi',
|
|
99
|
+
labelBMI: 'BMI',
|
|
100
|
+
labelCalculating: 'Menghitung...',
|
|
101
|
+
disclaimer: 'Persentil hanyalah alat statistik. Selalu konsultasikan dengan dokter anak Anda untuk menginterpretasikan hasilnya.',
|
|
102
|
+
labelLowRange: 'Rentang rendah',
|
|
103
|
+
labelLowNormal: 'Normal rendah',
|
|
104
|
+
labelNormal: 'Normal',
|
|
105
|
+
labelHighNormal: 'Normal tinggi',
|
|
106
|
+
labelHighRange: 'Rentang tinggi',
|
|
107
|
+
alertOutOfRange: 'Nilai di luar rentang P3-P97. Konsultasikan dengan dokter anak Anda.',
|
|
108
|
+
labelMonths: 'Bulan',
|
|
109
|
+
labelYears: 'Tahun',
|
|
110
|
+
faqTitle: 'Pertanyaan umum',
|
|
111
|
+
bibliographyTitle: 'Referensi',
|
|
112
|
+
},
|
|
113
|
+
seo: [
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Kalkulator Persentil WHO: Panduan memahami pertumbuhan bayi Anda',
|
|
117
|
+
level: 2,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'summary',
|
|
121
|
+
title: '5 kunci untuk menginterpretasikan persentil bayi Anda',
|
|
122
|
+
items: [
|
|
123
|
+
'Tidak ada satu pun persentil yang mendefinisikan kesehatan bayi Anda: yang penting adalah tren dari waktu ke waktu.',
|
|
124
|
+
'Persentil antara P3 dan P97 dianggap berada dalam rentang normal statistik.',
|
|
125
|
+
'BMI pada bayi mengikuti kurva sendiri dan tidak boleh dibandingkan dengan nilai acuan untuk orang dewasa.',
|
|
126
|
+
'Kurva WHO didasarkan pada bayi yang dibesarkan dalam kondisi optimal, termasuk pemberian ASI eksklusif selama bulan-bulan pertama.',
|
|
127
|
+
'Selalu bagikan catatan pertumbuhan dengan dokter anak Anda untuk interpretasi klinis yang tepat.',
|
|
128
|
+
],
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
type: 'title',
|
|
132
|
+
text: 'Cara mengukur bayi Anda dengan benar',
|
|
133
|
+
level: 3,
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'list',
|
|
137
|
+
items: [
|
|
138
|
+
'Timbang bayi tanpa pakaian dan sebisa mungkin selalu pada timbangan yang sama.',
|
|
139
|
+
'Ukur panjang badan dalam posisi horizontal hingga usia 24 bulan.',
|
|
140
|
+
'Mulai usia 2 tahun, ukur tinggi badan dalam posisi vertikal.',
|
|
141
|
+
'Lakukan pengukuran pada waktu yang sama dalam sehari untuk konsistensi yang lebih baik.',
|
|
142
|
+
],
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
type: 'tip',
|
|
146
|
+
html: 'Persentil di bawah P3 tidak secara otomatis menunjukkan masalah kesehatan. Yang paling penting adalah mengamati apakah kurva pertumbuhan mempertahankan trennya dari waktu ke waktu.',
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
type: 'title',
|
|
150
|
+
text: 'Interpretasi persentil',
|
|
151
|
+
level: 3,
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
type: 'table',
|
|
155
|
+
headers: ['Persentil', 'Interpretasi', 'Tindakan yang disarankan'],
|
|
156
|
+
rows: [
|
|
157
|
+
['P97 atau lebih tinggi', 'Rentang tinggi', 'Diskusikan dengan dokter anak pada kunjungan berikutnya'],
|
|
158
|
+
['P85 ke P97', 'Normal tinggi', 'Pemantauan normal'],
|
|
159
|
+
['P15 ke P85', 'Normal', 'Tidak diperlukan tindakan khusus'],
|
|
160
|
+
['P3 ke P15', 'Normal rendah', 'Pemantauan normal'],
|
|
161
|
+
['P3 atau lebih rendah', 'Rentang rendah', 'Konsultasikan dengan dokter anak'],
|
|
162
|
+
],
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 'title',
|
|
166
|
+
text: 'WHO vs Kurva Orbegozo',
|
|
167
|
+
level: 3,
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
type: 'comparative',
|
|
171
|
+
columns: 2,
|
|
172
|
+
items: [
|
|
173
|
+
{
|
|
174
|
+
title: 'Kurva WHO',
|
|
175
|
+
description: 'Standar internasional berdasarkan bayi dari 6 negara yang dibesarkan dalam kondisi optimal.',
|
|
176
|
+
points: [
|
|
177
|
+
'Standar internasional yang telah divalidasi',
|
|
178
|
+
'Berdasarkan bayi dari 6 negara dan kondisi optimal',
|
|
179
|
+
'Diperbarui dan dengan dukungan ilmiah terkini',
|
|
180
|
+
'Mungkin tidak mencerminkan variasi genetik lokal',
|
|
181
|
+
],
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
title: 'Kurva Orbegozo',
|
|
185
|
+
description: 'Kurva yang disesuaikan dengan populasi Spanyol, banyak digunakan pada dekade-dekade sebelumnya.',
|
|
186
|
+
points: [
|
|
187
|
+
'Disesuaikan dengan populasi Spanyol',
|
|
188
|
+
'Banyak digunakan di Spanyol pada dekade sebelumnya',
|
|
189
|
+
'Berdasarkan populasi acuan yang lebih tua',
|
|
190
|
+
'Adopsi internasional yang lebih rendah',
|
|
191
|
+
],
|
|
192
|
+
},
|
|
193
|
+
],
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
type: 'stats',
|
|
197
|
+
columns: 3,
|
|
198
|
+
items: [
|
|
199
|
+
{ value: 'WHO 0-5 tahun', label: 'Standar referensi' },
|
|
200
|
+
{ value: 'Kurva tren', label: 'Variabel kunci' },
|
|
201
|
+
{ value: 'Parameter LMS', label: 'Presisi teknis' },
|
|
202
|
+
],
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
type: 'glossary',
|
|
206
|
+
items: [
|
|
207
|
+
{
|
|
208
|
+
term: 'Z-Score',
|
|
209
|
+
definition: 'Jumlah standar deviasi suatu nilai dari rata-rata populasi acuan. Z-Score 0 setara dengan persentil ke-50.',
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
term: 'Harmoni',
|
|
213
|
+
definition: 'Proporsi yang memadai antara berat dan tinggi badan. Bayi mungkin memiliki persentil berat badan yang rendah tetapi tetap harmonis jika tinggi badannya juga rendah dalam proporsi yang sama.',
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
term: 'Antropometri',
|
|
217
|
+
definition: 'Kumpulan pengukuran tubuh (berat, tinggi, lingkar kepala, BMI) yang digunakan untuk mengevaluasi pertumbuhan dan status gizi.',
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
term: 'Parameter LMS',
|
|
221
|
+
definition: 'Metode statistik (L=Box-Cox, M=median, S=koefisien variasi) yang digunakan oleh WHO untuk menyusun tabel persentil dan mengubah setiap pengukuran menjadi Z-Score.',
|
|
222
|
+
},
|
|
223
|
+
],
|
|
224
|
+
},
|
|
225
|
+
],
|
|
226
|
+
faqTitle: "Pertanyaan umum",
|
|
227
|
+
faq,
|
|
228
|
+
bibliographyTitle: "Referensi",
|
|
229
|
+
bibliography: [
|
|
230
|
+
{
|
|
231
|
+
name: 'WHO Child Growth Standards: Methods and development',
|
|
232
|
+
url: 'https://www.who.int/publications/i/item/924154693X',
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
name: 'WHO Child Growth Standards: Length/height-for-age, weight-for-age, weight-for-length, weight-for-height and body mass index-for-age',
|
|
236
|
+
url: 'https://www.who.int/tools/child-growth-standards/standards',
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
name: 'Comparison of the WHO Child Growth Standards and the CDC 2000 Growth Charts - de Onis M et al.',
|
|
240
|
+
url: 'https://doi.org/10.1093/jn/137.1.144S',
|
|
241
|
+
},
|
|
242
|
+
],
|
|
243
|
+
howTo,
|
|
244
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema as any],
|
|
245
|
+
};
|