@jjlmoya/utils-babies 1.5.0 → 1.7.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/title_quality.test.ts +55 -0
- package/src/tool/baby-feeding-calculator/component.astro +40 -40
- 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/component.astro +38 -38
- 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/component.astro +42 -42
- 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/component.astro +14 -9
- 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/component.astro +55 -48
- package/src/tool/pregnancy-calculator/i18n/de.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/en.ts +140 -0
- package/src/tool/pregnancy-calculator/i18n/es.ts +143 -3
- package/src/tool/pregnancy-calculator/i18n/fr.ts +143 -3
- 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 +37 -1
- package/src/tool/pregnancy-calculator/milestones.ts +2 -146
- package/src/tool/vaccination-calendar/component.astro +26 -24
- package/src/tool/vaccination-calendar/i18n/de.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/en.ts +20 -0
- package/src/tool/vaccination-calendar/i18n/es.ts +20 -0
- package/src/tool/vaccination-calendar/i18n/fr.ts +99 -75
- 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 +33 -1
- package/src/tool/vaccination-calendar/logic.ts +39 -13
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
import type { BabyPercentileCalculatorLocaleContent } from '../index';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
|
|
4
|
+
const slug = 'percentiel-calculator-baby';
|
|
5
|
+
const title = 'WHO Percentiel Calculator voor Baby\'s';
|
|
6
|
+
const description = 'Bereken het percentiel voor gewicht, lengte en BMI van je baby volgens de WHO-tabellen (0-5 jaar).';
|
|
7
|
+
const faq = [
|
|
8
|
+
{
|
|
9
|
+
question: 'Wat betekent het 50e percentiel?',
|
|
10
|
+
answer: 'Het 50e percentiel geeft aan dat de baby precies op de mediaan zit, wat betekent dat de helft van de baby\'s van dezelfde leeftijd en hetzelfde geslacht meer weegt of meet, en de andere helft minder. Het betekent niet dat dit de ideale waarde is, maar de centrale waarde van de verdeling.',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
question: 'Is een laag percentiel een teken van een probleem?',
|
|
14
|
+
answer: 'Niet noodzakelijkerwijs. Een laag percentiel (bijvoorbeeld P10) kan volkomen normaal zijn als het in de loop van de tijd stabiel blijft. Het belangrijkste is de groeitrend, niet een geïsoleerde waarde. Raadpleeg altijd je kinderarts.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Welke groeitabellen gebruikt deze calculator?',
|
|
18
|
+
answer: 'Deze calculator gebruikt de groeistandaarden van de Wereldgezondheidsorganisatie (WHO) voor kinderen van 0 tot 5 jaar, gebaseerd op de Multicentre Growth Reference Study (MGRS).',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
question: 'Wat is BMI bij baby\'s?',
|
|
22
|
+
answer: 'De Body Mass Index (BMI) bij baby\'s is de verhouding tussen gewicht en lengte in het kwadraat. De BMI-percentielen voor baby\'s verschillen van die voor volwassenen en moeten worden geïnterpreteerd met de specifieke tabellen voor elke leeftijd en elk geslacht.',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
question: 'Hoe vaak moet ik mijn baby meten?',
|
|
26
|
+
answer: 'In de eerste maanden controleert de kinderarts de groei meestal bij elk bezoek. Thuis kun je gewicht en lengte maandelijks registreren om de groeitrend te observeren.',
|
|
27
|
+
},
|
|
28
|
+
];
|
|
29
|
+
const howTo = [
|
|
30
|
+
{
|
|
31
|
+
name: 'Selecteer het geslacht van de baby',
|
|
32
|
+
text: 'Kies tussen jongen of meisje om de juiste WHO-tabellen toe te passen.',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'Voer de leeftijd in',
|
|
36
|
+
text: 'Gebruik de schuifregelaar of de pijltjes om de leeftijd in maanden aan te geven (0-60 maanden).',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Voer gewicht en lengte in',
|
|
40
|
+
text: 'Schrijf het gewicht in kilogrammen en de lengte in centimeters.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Bekijk de percentielen',
|
|
44
|
+
text: 'De percentielen voor gewicht, lengte en BMI worden automatisch berekend volgens de WHO-tabellen.',
|
|
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: 'nl',
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
export const content: BabyPercentileCalculatorLocaleContent = {
|
|
82
|
+
slug,
|
|
83
|
+
title,
|
|
84
|
+
description,
|
|
85
|
+
ui: {
|
|
86
|
+
labelMeasurements: 'Meetgegevens',
|
|
87
|
+
labelSex: 'Geslacht van de baby',
|
|
88
|
+
sexBoy: 'Jongen',
|
|
89
|
+
sexGirl: 'Meisje',
|
|
90
|
+
unitMonths: 'Alleen maanden',
|
|
91
|
+
unitYearsMonths: 'Jaren + maanden',
|
|
92
|
+
labelWeight: 'Gewicht (kg)',
|
|
93
|
+
labelHeight: 'Lengte (cm)',
|
|
94
|
+
btnAddHistory: 'Toevoegen aan mijn geschiedenis',
|
|
95
|
+
btnClearHistory: 'Gegevens wissen',
|
|
96
|
+
labelDashboard: 'Groeidashboard',
|
|
97
|
+
labelWeight2: 'Gewicht',
|
|
98
|
+
labelHeight2: 'Lengte',
|
|
99
|
+
labelBMI: 'BMI',
|
|
100
|
+
labelCalculating: 'Berekenen...',
|
|
101
|
+
disclaimer: 'Percentielen zijn slechts een statistisch hulpmiddel. Raadpleeg altijd je kinderarts om de resultaten te interpreteren.',
|
|
102
|
+
labelLowRange: 'Laag bereik',
|
|
103
|
+
labelLowNormal: 'Normaal laag',
|
|
104
|
+
labelNormal: 'Normaliteit',
|
|
105
|
+
labelHighNormal: 'Normaal hoog',
|
|
106
|
+
labelHighRange: 'Hoog bereik',
|
|
107
|
+
alertOutOfRange: 'Waarde buiten de bereiken P3-P97. Raadpleeg je kinderarts.',
|
|
108
|
+
labelMonths: 'Maanden',
|
|
109
|
+
labelYears: 'Jaren',
|
|
110
|
+
faqTitle: 'Veelgestelde vragen',
|
|
111
|
+
bibliographyTitle: 'Referenties',
|
|
112
|
+
},
|
|
113
|
+
seo: [
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'WHO Percentiel Calculator: Gids voor het begrijpen van de groei van je baby',
|
|
117
|
+
level: 2,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'summary',
|
|
121
|
+
title: '5 sleutels voor het interpreteren van de percentielen van je baby',
|
|
122
|
+
items: [
|
|
123
|
+
'Geen enkel afzonderlijk percentiel definieert de gezondheid van je baby: het belangrijkste is de trend in de loop van de tijd.',
|
|
124
|
+
'Percentielen tussen P3 en P97 worden beschouwd als binnen het statistische normale bereik.',
|
|
125
|
+
'De BMI bij baby\'s volgt eigen curven en moet niet worden vergeleken met de referentiewaarden voor volwassenen.',
|
|
126
|
+
'De WHO-curven zijn gebaseerd op baby\'s die onder optimale omstandigheden zijn opgegroeid, inclusief exclusieve borstvoeding gedurende de eerste maanden.',
|
|
127
|
+
'Deel groeiregistraties altijd met je kinderarts voor een juiste klinische interpretatie.',
|
|
128
|
+
],
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
type: 'title',
|
|
132
|
+
text: 'Hoe je je baby correct meet',
|
|
133
|
+
level: 3,
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'list',
|
|
137
|
+
items: [
|
|
138
|
+
'Weeg de baby zonder kleding en indien mogelijk altijd op dezelfde weegschaal.',
|
|
139
|
+
'Meet de lengte in horizontale positie tot 24 maanden.',
|
|
140
|
+
'Meet vanaf 2 jaar de lengte in verticale positie.',
|
|
141
|
+
'Voer metingen op hetzelfde tijdstip van de dag uit voor meer consistentie.',
|
|
142
|
+
],
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
type: 'tip',
|
|
146
|
+
html: 'Een percentiel onder P3 betekent niet automatisch een gezondheidsprobleem. Het belangrijkste is om te observeren of de groeicurve zijn trend in de loop van de tijd behoudt.',
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
type: 'title',
|
|
150
|
+
text: 'Interpretatie van de percentielen',
|
|
151
|
+
level: 3,
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
type: 'table',
|
|
155
|
+
headers: ['Percentiel', 'Interpretatie', 'Aanbevolen actie'],
|
|
156
|
+
rows: [
|
|
157
|
+
['P97 of hoger', 'Hoog bereik', 'Bespreken met de kinderarts bij het volgende bezoek'],
|
|
158
|
+
['P85 tot P97', 'Normaal hoog', 'Normale opvolging'],
|
|
159
|
+
['P15 tot P85', 'Normaliteit', 'Geen speciale actie nodig'],
|
|
160
|
+
['P3 tot P15', 'Normaal laag', 'Normale opvolging'],
|
|
161
|
+
['P3 of lager', 'Laag bereik', 'Raadpleeg de kinderarts'],
|
|
162
|
+
],
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 'title',
|
|
166
|
+
text: 'WHO vs. Orbegozo curven',
|
|
167
|
+
level: 3,
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
type: 'comparative',
|
|
171
|
+
columns: 2,
|
|
172
|
+
items: [
|
|
173
|
+
{
|
|
174
|
+
title: 'WHO curven',
|
|
175
|
+
description: 'Internationale standaard gebaseerd op baby\'s uit 6 landen die onder optimale omstandigheden zijn opgegroeid.',
|
|
176
|
+
points: [
|
|
177
|
+
'Gevalideerde internationale standaard',
|
|
178
|
+
'Gebaseerd op baby\'s uit 6 landen en optimale omstandigheden',
|
|
179
|
+
'Geüpdatet en met huidige wetenschappelijke ondersteuning',
|
|
180
|
+
'Kan lokale genetische variaties mogelijk niet weerspiegelen',
|
|
181
|
+
],
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
title: 'Orbegozo curven',
|
|
185
|
+
description: 'Curven aangepast aan de Spaanse bevolking, veel gebruikt in voorgaande decennia.',
|
|
186
|
+
points: [
|
|
187
|
+
'Aangepast aan de Spaanse bevolking',
|
|
188
|
+
'Veel gebruikt in Spanje in voorgaande decennia',
|
|
189
|
+
'Gebaseerd op een oudere referentiepopulatie',
|
|
190
|
+
'Minder internationale adoptie',
|
|
191
|
+
],
|
|
192
|
+
},
|
|
193
|
+
],
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
type: 'stats',
|
|
197
|
+
columns: 3,
|
|
198
|
+
items: [
|
|
199
|
+
{ value: 'WHO 0-5 jaar', label: 'Referentiestandaard' },
|
|
200
|
+
{ value: 'Trendcurve', label: 'Belangrijkste variabele' },
|
|
201
|
+
{ value: 'LMS-parameters', label: 'Technische precisie' },
|
|
202
|
+
],
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
type: 'glossary',
|
|
206
|
+
items: [
|
|
207
|
+
{
|
|
208
|
+
term: 'Z-Score',
|
|
209
|
+
definition: 'Aantal standaarddeviaties dat een waarde afwijkt van het gemiddelde van de referentiepopulatie. Een Z-Score van 0 is gelijk aan het 50e percentiel.',
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
term: 'Harmonie',
|
|
213
|
+
definition: 'Juiste verhouding tussen gewicht en lengte. Een baby kan een laag gewichtspercentiel hebben, maar harmonieus zijn als de lengte in dezelfde verhouding ook laag is.',
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
term: 'Antropometrie',
|
|
217
|
+
definition: 'Geheel van lichaamsmetingen (gewicht, lengte, hoofdomtrek, BMI) gebruikt om groei en voedingstoestand te evalueren.',
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
term: 'LMS-parameters',
|
|
221
|
+
definition: 'Statistische methode (L=Box-Cox, M=mediaan, S=variatiecoëfficiënt) gebruikt door de WHO om percentieltabellen te construeren en elke meting om te zetten in een Z-Score.',
|
|
222
|
+
},
|
|
223
|
+
],
|
|
224
|
+
},
|
|
225
|
+
],
|
|
226
|
+
faqTitle: "Veelgestelde vragen",
|
|
227
|
+
faq,
|
|
228
|
+
bibliographyTitle: "Referenties",
|
|
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
|
+
};
|
|
@@ -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-siatek-centylowych-niemowlat';
|
|
5
|
+
const title = 'Kalkulator Siatek Centylowych WHO dla Niemowląt';
|
|
6
|
+
const description = 'Oblicz centyl wagi, wzrostu i BMI swojego dziecka zgodnie z tabelami WHO (0-5 lat).';
|
|
7
|
+
const faq = [
|
|
8
|
+
{
|
|
9
|
+
question: 'Co oznacza 50. centyl?',
|
|
10
|
+
answer: '50. centyl wskazuje, że dziecko znajduje się dokładnie w medianie, co oznacza, że połowa dzieci w tym samym wieku i tej samej płci waży lub mierzy więcej, a druga połowa mniej. Nie oznacza to wartości idealnej, lecz wartość środkową rozkładu.',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
question: 'Czy niski centyl jest sygnałem problemu?',
|
|
14
|
+
answer: 'Niekoniecznie. Niski centyl (np. P10) może być całkowicie normalny, jeśli utrzymuje się na stabilnym poziomie w czasie. Ważny jest trend wzrostu, a nie pojedyncza wartość. Zawsze konsultuj się z pediatrą.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Z jakich siatek wzrostu korzysta ten kalkulator?',
|
|
18
|
+
answer: 'Ten kalkulator wykorzystuje standardy wzrostu Światowej Organizacji Zdrowia (WHO) dla dzieci w wieku 0-5 lat, oparte na badaniu Multicentre Growth Reference Study (MGRS).',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
question: 'Co to jest BMI u niemowląt?',
|
|
22
|
+
answer: 'Wskaźnik masy ciała (BMI) u niemowląt to stosunek masy ciała do kwadratu wzrostu. Siatki centylowe BMI dla niemowląt różnią się od tych dla dorosłych i muszą być interpretowane przy użyciu tabel specyficznych dla wieku i płci.',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
question: 'Jak często należy mierzyć dziecko?',
|
|
26
|
+
answer: 'W pierwszych miesiącach pediatra zazwyczaj kontroluje wzrost podczas każdej wizyty. W domu możesz zapisywać wagę i wzrost co miesiąc, aby obserwować trend wzrostowy.',
|
|
27
|
+
},
|
|
28
|
+
];
|
|
29
|
+
const howTo = [
|
|
30
|
+
{
|
|
31
|
+
name: 'Wybierz płeć dziecka',
|
|
32
|
+
text: 'Wybierz chłopca lub dziewczynkę, aby zastosować odpowiednie tabele WHO.',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'Wprowadź wiek',
|
|
36
|
+
text: 'Użyj suwaka lub strzałek, aby wskazać wiek w miesiącach (0-60 miesięcy).',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Wprowadź wagę i wzrost',
|
|
40
|
+
text: 'Wpisz wagę w kilogramach i wzrost w centymetrach.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Sprawdź centyle',
|
|
44
|
+
text: 'Centyle wagi, wzrostu i BMI są obliczane automatycznie zgodnie z tabelami 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: 'pl',
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
export const content: BabyPercentileCalculatorLocaleContent = {
|
|
82
|
+
slug,
|
|
83
|
+
title,
|
|
84
|
+
description,
|
|
85
|
+
ui: {
|
|
86
|
+
labelMeasurements: 'Dane pomiarowe',
|
|
87
|
+
labelSex: 'Płeć dziecka',
|
|
88
|
+
sexBoy: 'Chłopiec',
|
|
89
|
+
sexGirl: 'Dziewczynka',
|
|
90
|
+
unitMonths: 'Tylko miesiące',
|
|
91
|
+
unitYearsMonths: 'Lata + miesiące',
|
|
92
|
+
labelWeight: 'Waga (kg)',
|
|
93
|
+
labelHeight: 'Wzrost (cm)',
|
|
94
|
+
btnAddHistory: 'Dodaj do mojej historii',
|
|
95
|
+
btnClearHistory: 'Wyczyść dane',
|
|
96
|
+
labelDashboard: 'Panel wzrostu',
|
|
97
|
+
labelWeight2: 'Waga',
|
|
98
|
+
labelHeight2: 'Wzrost',
|
|
99
|
+
labelBMI: 'BMI',
|
|
100
|
+
labelCalculating: 'Obliczanie...',
|
|
101
|
+
disclaimer: 'Centyle są jedynie narzędziem statystycznym. Zawsze konsultuj się z pediatrą w celu interpretacji wyników.',
|
|
102
|
+
labelLowRange: 'Zakres niski',
|
|
103
|
+
labelLowNormal: 'Norma niska',
|
|
104
|
+
labelNormal: 'Norma',
|
|
105
|
+
labelHighNormal: 'Norma wysoka',
|
|
106
|
+
labelHighRange: 'Zakres wysoki',
|
|
107
|
+
alertOutOfRange: 'Wartość poza zakresem P3-P97. Skonsultuj się z pediatrą.',
|
|
108
|
+
labelMonths: 'Miesiące',
|
|
109
|
+
labelYears: 'Lata',
|
|
110
|
+
faqTitle: 'Często zadawane pytania',
|
|
111
|
+
bibliographyTitle: 'Źródła',
|
|
112
|
+
},
|
|
113
|
+
seo: [
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Kalkulator Siatek Centylowych WHO: Przewodnik po zrozumieniu wzrostu Twojego dziecka',
|
|
117
|
+
level: 2,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'summary',
|
|
121
|
+
title: '5 kluczy do interpretacji centyli Twojego dziecka',
|
|
122
|
+
items: [
|
|
123
|
+
'Żaden pojedynczy centyl nie określa stanu zdrowia dziecka: ważny jest trend w czasie.',
|
|
124
|
+
'Centyle między P3 a P97 są uważane za mieszczące się w statystycznej normie.',
|
|
125
|
+
'BMI u niemowląt ma własne krzywe i nie należy go porównywać z wartościami referencyjnymi dla dorosłych.',
|
|
126
|
+
'Krzywe WHO opierają się na dzieciach wychowanych w optymalnych warunkach, w tym wyłącznym karmieniu piersią w pierwszych miesiącach.',
|
|
127
|
+
'Zawsze udostępniaj zapisy wzrostu pediatrze w celu właściwej interpretacji klinicznej.',
|
|
128
|
+
],
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
type: 'title',
|
|
132
|
+
text: 'Jak prawidłowo mierzyć dziecko',
|
|
133
|
+
level: 3,
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'list',
|
|
137
|
+
items: [
|
|
138
|
+
'Waż dziecko bez ubrań i w miarę możliwości zawsze na tej samej wadze.',
|
|
139
|
+
'Mierz długość w pozycji poziomej do 24. miesiąca życia.',
|
|
140
|
+
'Od 2. roku życia mierz wzrost w pozycji pionowej.',
|
|
141
|
+
'Dokonuj pomiarów o tej samej porze dnia dla większej spójności.',
|
|
142
|
+
],
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
type: 'tip',
|
|
146
|
+
html: 'Centyl poniżej P3 nie oznacza automatycznie problemu zdrowotnego. Najważniejsze jest obserwowanie, czy krzywa wzrostu utrzymuje swój trend w czasie.',
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
type: 'title',
|
|
150
|
+
text: 'Interpretacja centyli',
|
|
151
|
+
level: 3,
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
type: 'table',
|
|
155
|
+
headers: ['Centyl', 'Interpretacja', 'Zalecane działanie'],
|
|
156
|
+
rows: [
|
|
157
|
+
['P97 lub powyżej', 'Zakres wysoki', 'Omówienie z pediatrą podczas następnej wizyty'],
|
|
158
|
+
['P85 do P97', 'Norma wysoka', 'Normalna kontrola'],
|
|
159
|
+
['P15 do P85', 'Norma', 'Brak konieczności specjalnych działań'],
|
|
160
|
+
['P3 do P15', 'Norma niska', 'Normalna kontrola'],
|
|
161
|
+
['P3 lub poniżej', 'Zakres niski', 'Konsultacja z pediatrą'],
|
|
162
|
+
],
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 'title',
|
|
166
|
+
text: 'Krzywe WHO vs Orbegozo',
|
|
167
|
+
level: 3,
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
type: 'comparative',
|
|
171
|
+
columns: 2,
|
|
172
|
+
items: [
|
|
173
|
+
{
|
|
174
|
+
title: 'Krzywe WHO',
|
|
175
|
+
description: 'Międzynarodowy standard oparty na dzieciach z 6 krajów wychowanych w optymalnych warunkach.',
|
|
176
|
+
points: [
|
|
177
|
+
'Zwalidowany międzynarodowy standard',
|
|
178
|
+
'Oparty na dzieciach z 6 krajów i optymalnych warunkach',
|
|
179
|
+
'Aktualny i wsparty naukowo',
|
|
180
|
+
'Może nie odzwierciedlać lokalnych różnic genetycznych',
|
|
181
|
+
],
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
title: 'Krzywe Orbegozo',
|
|
185
|
+
description: 'Krzywe dostosowane do populacji hiszpańskiej, szeroko stosowane w poprzednich dekadach.',
|
|
186
|
+
points: [
|
|
187
|
+
'Dostosowane do populacji hiszpańskiej',
|
|
188
|
+
'Szeroko stosowane w Hiszpanii w poprzednich dekadach',
|
|
189
|
+
'Oparte na starszej populacji referencyjnej',
|
|
190
|
+
'Mniejsze uznanie międzynarodowe',
|
|
191
|
+
],
|
|
192
|
+
},
|
|
193
|
+
],
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
type: 'stats',
|
|
197
|
+
columns: 3,
|
|
198
|
+
items: [
|
|
199
|
+
{ value: 'WHO 0-5 lat', label: 'Standard referencyjny' },
|
|
200
|
+
{ value: 'Krzywa trendu', label: 'Kluczowa zmienna' },
|
|
201
|
+
{ value: 'Parametry LMS', label: 'Precyzja techniczna' },
|
|
202
|
+
],
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
type: 'glossary',
|
|
206
|
+
items: [
|
|
207
|
+
{
|
|
208
|
+
term: 'Z-Score',
|
|
209
|
+
definition: 'Liczba odchyleń standardowych, o jaką wartość oddala się od średniej populacji referencyjnej. Z-Score równy 0 odpowiada 50. centylowi.',
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
term: 'Harmonia',
|
|
213
|
+
definition: 'Odpowiednia proporcja między wagą a wzrostem. Dziecko może mieć niski centyl wagi, ale być harmonijne, jeśli jego wzrost jest proporcjonalnie równie niski.',
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
term: 'Antropometria',
|
|
217
|
+
definition: 'Zbiór pomiarów ciała (waga, wzrost, obwód głowy, BMI) służących do oceny wzrostu i stanu odżywienia.',
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
term: 'Parametry LMS',
|
|
221
|
+
definition: 'Metoda statystyczna (L=Box-Cox, M=mediana, S=współczynnik zmienności) stosowana przez WHO do konstrukcji tabel centylowych i przekształcania każdego pomiaru w Z-Score.',
|
|
222
|
+
},
|
|
223
|
+
],
|
|
224
|
+
},
|
|
225
|
+
],
|
|
226
|
+
faqTitle: "Często zadawane pytania",
|
|
227
|
+
faq,
|
|
228
|
+
bibliographyTitle: "Źródła",
|
|
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
|
+
};
|