fhir-dosage-utils 1.4.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,93 +1 @@
1
- {
2
- "linkwords": {
3
- "and": "und",
4
- "then": "dann"
5
- },
6
- "amount": {
7
- "range": {
8
- "withUnit": {
9
- "lowAndHigh": "zwischen {{low}} und {{high}} {{unit}}",
10
- "onlyHigh": "bis {{high}} {{unit}}",
11
- "onlyLow": "mindestens {{low}} {{unit}}"
12
- },
13
- "withoutUnit": {
14
- "lowAndHigh": "zwischen {{low}} und {{high}}",
15
- "onlyHigh": "bis {{high}}",
16
- "onlyLow": "mindestens {{low}}"
17
- }
18
- },
19
- "ratio": {
20
- "withUnit": {
21
- "numerator": "{{count}} {{numeratorUnit}}",
22
- "denominator_one": "pro {{denominatorUnit}}",
23
- "denominator_other": "jeder {{count}} {{denominatorUnit}}"
24
- },
25
- "withoutUnit": {
26
- "numerator": "{{count}}",
27
- "denominator_one": ":{{count}}",
28
- "denominator_other": ":{{count}}"
29
- }
30
- },
31
- "quantity": {
32
- "withUnit": "{{quantity}} {{unit}}",
33
- "withoutUnit": "{{quantity}}"
34
- }
35
- },
36
- "fields": {
37
- "doseQuantity": "{{quantityText}}",
38
- "doseRange": "{{rangeText}}",
39
- "rateQuantity": "mit einem Verhältnis von {{quantityText}}",
40
- "rateRange": "mit einem Verhältnis von {{rangeText}}",
41
- "rateRatio": "mit einem Verhältnis von {{ratioText}}",
42
- "duration": "für {{durationText}}",
43
- "durationMax": "(maximal {{durationMaxText}})",
44
- "frequency": {
45
- "onlyFrequency_one": "{{count}} Mal",
46
- "onlyFrequency_other": "{{count}} Mal",
47
- "withfrequencyMax_one": "{{frequency}}-{{count}} Mal",
48
- "withfrequencyMax_other": "{{frequency}}-{{count}} Mal"
49
- },
50
- "frequencyMax": {
51
- "frequencyMax_one": "bis zu {{count}} Mal",
52
- "frequencyMax_other": "bis zu {{count}} Mal"
53
- },
54
- "period": {
55
- "period_one": "jede {{unit}}",
56
- "period_other": "alle {{count}} {{unit}}"
57
- },
58
- "periodMax": {
59
- "withPeriod": "jede {{period}} bis zu {{count}} {{unit}}",
60
- "onlyPeriodMax_one": "jede {{unit}}",
61
- "onlyPeriodMax_other": "alle {{count}} {{unit}}"
62
- },
63
- "dayOfWeek": {
64
- "dayOfWeek_one": "{{dayOfWeek}}",
65
- "dayOfWeek_other": "{{dayOfWeek}}"
66
- },
67
- "timeOfDay": "um {{timeOfDay}}",
68
- "asNeeded": "bei Bedarf",
69
- "asNeededFor": "bei Bedarf für {{reasons}}",
70
- "boundsDuration": "für {{durationText}}",
71
- "boundsPeriod": {
72
- "startAndEnd": "von {{start}} bis {{end}}",
73
- "onlyStart": "ab {{start}}",
74
- "onlyEnd": "bis {{end}}"
75
- },
76
- "boundsRange": "für {{rangeText}}",
77
- "count": {
78
- "count_one": "{{count}} Mal nehmen",
79
- "count_other": "{{count}} Mal nehmen"
80
- },
81
- "countMax": {
82
- "countMax_one": "von {{low}} bis {{count}} Mal nehmen",
83
- "countMax_other": "von {{low}} bis {{count}} Mal nehmen"
84
- },
85
- "event": {
86
- "event_one": "{{event}}",
87
- "event_other": "{{event}}"
88
- },
89
- "maxDosePerLifetime": "bis zu einer maximalen Menge von {{quantityText}} über die Lebenszeit des Patienten",
90
- "maxDosePerAdministration": "bis zu einer maximalen Menge von {{quantityText}} pro Dosis",
91
- "maxDosePerPeriod": "bis zu einer maximalen Menge von {{maxDosePerPeriodText}}"
92
- }
93
- }
1
+ {"linkwords":{"and":"und","then":"dann"},"amount":{"range":{"withUnit":{"lowAndHigh":"zwischen {{low}} und {{high}} {{unit}}","onlyHigh":"bis {{high}} {{unit}}","onlyLow":"mindestens {{low}} {{unit}}"},"withoutUnit":{"lowAndHigh":"zwischen {{low}} und {{high}}","onlyHigh":"bis {{high}}","onlyLow":"mindestens {{low}}"}},"ratio":{"withUnit":{"numerator":"{{count}} {{numeratorUnit}}","denominator_one":"pro {{denominatorUnit}}","denominator_other":"jeder {{count}} {{denominatorUnit}}"},"withoutUnit":{"numerator":"{{count}}","denominator_one":":{{count}}","denominator_other":":{{count}}"}},"quantity":{"withUnit":"{{quantity}} {{unit}}","withoutUnit":"{{quantity}}"}},"fields":{"doseQuantity":"{{quantityText}}","doseRange":"{{rangeText}}","rateQuantity":"mit einem Verhältnis von {{quantityText}}","rateRange":"mit einem Verhältnis von {{rangeText}}","rateRatio":"mit einem Verhältnis von {{ratioText}}","duration":"für {{durationText}}","durationMax":"(maximal {{durationMaxText}})","frequency":{"onlyFrequency_one":"{{count}} Mal","onlyFrequency_other":"{{count}} Mal","withfrequencyMax_one":"{{frequency}}-{{count}} Mal","withfrequencyMax_other":"{{frequency}}-{{count}} Mal"},"frequencyMax":{"frequencyMax_one":"bis zu {{count}} Mal","frequencyMax_other":"bis zu {{count}} Mal"},"period":{"period_one":"jede {{unit}}","period_other":"alle {{count}} {{unit}}"},"periodMax":{"withPeriod":"jede {{period}} bis zu {{count}} {{unit}}","onlyPeriodMax_one":"jede {{unit}}","onlyPeriodMax_other":"alle {{count}} {{unit}}"},"dayOfWeek":{"dayOfWeek_one":"{{dayOfWeek}}","dayOfWeek_other":"{{dayOfWeek}}"},"timeOfDay":"um {{timeOfDay}}","asNeeded":"bei Bedarf","asNeededFor":"bei Bedarf für {{reasons}}","boundsDuration":"für {{durationText}}","boundsPeriod":{"startAndEnd":"von {{start}} bis {{end}}","onlyStart":"ab {{start}}","onlyEnd":"bis {{end}}"},"boundsRange":"für {{rangeText}}","count":{"count_one":"{{count}} Mal nehmen","count_other":"{{count}} Mal nehmen"},"countMax":{"countMax_one":"von {{low}} bis {{count}} Mal nehmen","countMax_other":"von {{low}} bis {{count}} Mal nehmen"},"event":{"event_one":"{{event}}","event_other":"{{event}}"},"maxDosePerLifetime":"bis zu einer maximalen Menge von {{quantityText}} über die Lebenszeit des Patienten","maxDosePerAdministration":"bis zu einer maximalen Menge von {{quantityText}} pro Dosis","maxDosePerPeriod":"bis zu einer maximalen Menge von {{maxDosePerPeriodText}}"}}
@@ -1,9 +1 @@
1
- {
2
- "mon": "montag",
3
- "tue": "dienstag",
4
- "wed": "mittwoch",
5
- "thu": "donnerstag",
6
- "fri": "freitag",
7
- "sat": "samstag",
8
- "sun": "sonntag"
9
- }
1
+ {"mon":"montag","tue":"dienstag","wed":"mittwoch","thu":"donnerstag","fri":"freitag","sat":"samstag","sun":"sonntag"}
@@ -1,29 +1 @@
1
- {
2
- "MORN": "während des Vormittags",
3
- "MORN.early": "während des frühen Morgens",
4
- "MORN.late": "während des späten Vormittags",
5
- "NOON": "um Mitternacht",
6
- "AFT": "am Nachmittag",
7
- "AFT.early": "am frühen Nachmittag",
8
- "AFT.late": "am späten Nachmittag",
9
- "EVE": "während des Abends",
10
- "EVE.early": "während des frühen Abends",
11
- "EVE.late": "während des späten Abends",
12
- "NIGHT": "über Nacht",
13
- "PHS": "nach dem Schlafen",
14
- "IMD": "gelegentlich",
15
- "HS": "vor dem Schlafengehen",
16
- "WAKE": "beim Erwachen",
17
- "C": "bei einer Mahlzeit",
18
- "CM": "beim Frühstück",
19
- "CD": "beim Mittagessen",
20
- "CV": "beim Essen",
21
- "AC": "vor den Mahlzeiten",
22
- "ACM": "zum Frühstück",
23
- "ACD": "zum Mittagessen",
24
- "ACV": "vor dem Abendessen",
25
- "PC": "nach den Mahlzeiten",
26
- "PCM": "nach dem Frühstück",
27
- "PCD": "nach dem Mittagessen",
28
- "PCV": "nach dem Abendessen"
29
- }
1
+ {"MORN":"während des Vormittags","MORN.early":"während des frühen Morgens","MORN.late":"während des späten Vormittags","NOON":"um Mitternacht","AFT":"am Nachmittag","AFT.early":"am frühen Nachmittag","AFT.late":"am späten Nachmittag","EVE":"während des Abends","EVE.early":"während des frühen Abends","EVE.late":"während des späten Abends","NIGHT":"über Nacht","PHS":"nach dem Schlafen","IMD":"gelegentlich","HS":"vor dem Schlafengehen","WAKE":"beim Erwachen","C":"bei einer Mahlzeit","CM":"beim Frühstück","CD":"beim Mittagessen","CV":"beim Essen","AC":"vor den Mahlzeiten","ACM":"zum Frühstück","ACD":"zum Mittagessen","ACV":"vor dem Abendessen","PC":"nach den Mahlzeiten","PCM":"nach dem Frühstück","PCD":"nach dem Mittagessen","PCV":"nach dem Abendessen"}
@@ -1,34 +1 @@
1
- {
2
- "withCount": {
3
- "s_one": "{{count}} sekunde",
4
- "s_other": "{{count}} sekunden",
5
- "min_one": "{{count}} minute",
6
- "min_other": "{{count}} minuten",
7
- "h_one": "{{count}} stunde",
8
- "h_other": "{{count}} stunden",
9
- "d_one": "{{count}} tag",
10
- "d_other": "{{count}} tage",
11
- "wk_one": "{{count}} woche",
12
- "wk_other": "{{count}} wochen",
13
- "mo_one": "{{count}} monat",
14
- "mo_other": "{{count}} monate",
15
- "a_one": "{{count}} jahr",
16
- "a_other": "{{count}} jahre"
17
- },
18
- "withoutCount": {
19
- "s_one": "sekunde",
20
- "s_other": "sekunden",
21
- "min_one": "minute",
22
- "min_other": "minuten",
23
- "h_one": "stunde",
24
- "h_other": "stunden",
25
- "d_one": "tag",
26
- "d_other": "tage",
27
- "wk_one": "woche",
28
- "wk_other": "wochen",
29
- "mo_one": "monat",
30
- "mo_other": "monate",
31
- "a_one": "jahr",
32
- "a_other": "jahre"
33
- }
34
- }
1
+ {"withCount":{"s_one":"{{count}} sekunde","s_other":"{{count}} sekunden","min_one":"{{count}} minute","min_other":"{{count}} minuten","h_one":"{{count}} stunde","h_other":"{{count}} stunden","d_one":"{{count}} tag","d_other":"{{count}} tage","wk_one":"{{count}} woche","wk_other":"{{count}} wochen","mo_one":"{{count}} monat","mo_other":"{{count}} monate","a_one":"{{count}} jahr","a_other":"{{count}} jahre"},"withoutCount":{"s_one":"sekunde","s_other":"sekunden","min_one":"minute","min_other":"minuten","h_one":"stunde","h_other":"stunden","d_one":"tag","d_other":"tage","wk_one":"woche","wk_other":"wochen","mo_one":"monat","mo_other":"monate","a_one":"jahr","a_other":"jahre"}}
@@ -1,93 +1 @@
1
- {
2
- "linkwords": {
3
- "and": "and",
4
- "then": "then"
5
- },
6
- "amount": {
7
- "range": {
8
- "withUnit": {
9
- "lowAndHigh": "{{low}} to {{high}} {{unit}}",
10
- "onlyHigh": "up to {{high}} {{unit}}",
11
- "onlyLow": "at least {{low}} {{unit}}"
12
- },
13
- "withoutUnit": {
14
- "lowAndHigh": "{{low}} to {{high}}",
15
- "onlyHigh": "up to {{high}}",
16
- "onlyLow": "at least {{low}}"
17
- }
18
- },
19
- "ratio": {
20
- "withUnit": {
21
- "numerator": "{{count}} {{numeratorUnit}}",
22
- "denominator_one": "per {{denominatorUnit}}",
23
- "denominator_other": "every {{count}} {{denominatorUnit}}"
24
- },
25
- "withoutUnit": {
26
- "numerator": "{{count}}",
27
- "denominator_one": ":{{count}}",
28
- "denominator_other": ":{{count}}"
29
- }
30
- },
31
- "quantity": {
32
- "withUnit": "{{quantity}} {{unit}}",
33
- "withoutUnit": "{{quantity}}"
34
- }
35
- },
36
- "fields": {
37
- "doseQuantity": "{{quantityText}}",
38
- "doseRange": "{{rangeText}}",
39
- "rateQuantity": "at a rate of {{quantityText}}",
40
- "rateRange": "at a rate of {{rangeText}}",
41
- "rateRatio": "at a rate of {{ratioText}}",
42
- "duration": "over {{durationText}}",
43
- "durationMax": "(maximum {{durationMaxText}})",
44
- "frequency": {
45
- "onlyFrequency_one": "{{count}} time",
46
- "onlyFrequency_other": "{{count}} times",
47
- "withfrequencyMax_one": "{{frequency}}-{{count}} time",
48
- "withfrequencyMax_other": "{{frequency}}-{{count}} times"
49
- },
50
- "frequencyMax": {
51
- "frequencyMax_one": "up to {{count}} time",
52
- "frequencyMax_other": "up to {{count}} times"
53
- },
54
- "period": {
55
- "period_one": "every {{unit}}",
56
- "period_other": "every {{count}} {{unit}}"
57
- },
58
- "periodMax": {
59
- "withPeriod": "every {{period}} to {{count}} {{unit}}",
60
- "onlyPeriodMax_one": "every {{unit}}",
61
- "onlyPeriodMax_other": "every {{count}} {{unit}}"
62
- },
63
- "dayOfWeek": {
64
- "dayOfWeek_one": "on {{dayOfWeek}}",
65
- "dayOfWeek_other": "on {{dayOfWeek}}"
66
- },
67
- "timeOfDay": "at {{timeOfDay}}",
68
- "asNeeded": "as required",
69
- "asNeededFor": "as required for {{reasons}}",
70
- "boundsDuration": "for {{durationText}}",
71
- "boundsPeriod": {
72
- "startAndEnd": "from {{start}} to {{end}}",
73
- "onlyStart": "from {{start}}",
74
- "onlyEnd": "to {{end}}"
75
- },
76
- "boundsRange": "for {{rangeText}}",
77
- "count": {
78
- "count_one": "take {{count}} time",
79
- "count_other": "take {{count}} times"
80
- },
81
- "countMax": {
82
- "countMax_one": "take {{low}} to {{count}} time",
83
- "countMax_other": "take {{low}} to {{count}} times"
84
- },
85
- "event": {
86
- "event_one": "on {{event}}",
87
- "event_other": "on {{event}}"
88
- },
89
- "maxDosePerLifetime": "up to a maximum of {{quantityText}} for the lifetime of patient",
90
- "maxDosePerAdministration": "up to a maximum of {{quantityText}} per dose",
91
- "maxDosePerPeriod": "up to a maximum of {{maxDosePerPeriodText}}"
92
- }
93
- }
1
+ {"linkwords":{"and":"and","then":"then"},"amount":{"range":{"withUnit":{"lowAndHigh":"{{low}} to {{high}} {{unit}}","onlyHigh":"up to {{high}} {{unit}}","onlyLow":"at least {{low}} {{unit}}"},"withoutUnit":{"lowAndHigh":"{{low}} to {{high}}","onlyHigh":"up to {{high}}","onlyLow":"at least {{low}}"}},"ratio":{"withUnit":{"numerator":"{{count}} {{numeratorUnit}}","denominator_one":"per {{denominatorUnit}}","denominator_other":"every {{count}} {{denominatorUnit}}"},"withoutUnit":{"numerator":"{{count}}","denominator_one":":{{count}}","denominator_other":":{{count}}"}},"quantity":{"withUnit":"{{quantity}} {{unit}}","withoutUnit":"{{quantity}}"}},"fields":{"doseQuantity":"{{quantityText}}","doseRange":"{{rangeText}}","rateQuantity":"at a rate of {{quantityText}}","rateRange":"at a rate of {{rangeText}}","rateRatio":"at a rate of {{ratioText}}","duration":"over {{durationText}}","durationMax":"(maximum {{durationMaxText}})","frequency":{"onlyFrequency_one":"{{count}} time","onlyFrequency_other":"{{count}} times","withfrequencyMax_one":"{{frequency}}-{{count}} time","withfrequencyMax_other":"{{frequency}}-{{count}} times"},"frequencyMax":{"frequencyMax_one":"up to {{count}} time","frequencyMax_other":"up to {{count}} times"},"period":{"period_one":"every {{unit}}","period_other":"every {{count}} {{unit}}"},"periodMax":{"withPeriod":"every {{period}} to {{count}} {{unit}}","onlyPeriodMax_one":"every {{unit}}","onlyPeriodMax_other":"every {{count}} {{unit}}"},"dayOfWeek":{"dayOfWeek_one":"on {{dayOfWeek}}","dayOfWeek_other":"on {{dayOfWeek}}"},"timeOfDay":"at {{timeOfDay}}","asNeeded":"as required","asNeededFor":"as required for {{reasons}}","boundsDuration":"for {{durationText}}","boundsPeriod":{"startAndEnd":"from {{start}} to {{end}}","onlyStart":"from {{start}}","onlyEnd":"to {{end}}"},"boundsRange":"for {{rangeText}}","count":{"count_one":"take {{count}} time","count_other":"take {{count}} times"},"countMax":{"countMax_one":"take {{low}} to {{count}} time","countMax_other":"take {{low}} to {{count}} times"},"event":{"event_one":"on {{event}}","event_other":"on {{event}}"},"maxDosePerLifetime":"up to a maximum of {{quantityText}} for the lifetime of patient","maxDosePerAdministration":"up to a maximum of {{quantityText}} per dose","maxDosePerPeriod":"up to a maximum of {{maxDosePerPeriodText}}"}}
@@ -1,9 +1 @@
1
- {
2
- "mon": "Monday",
3
- "tue": "Tuesday",
4
- "wed": "Wednesday",
5
- "thu": "Thursday",
6
- "fri": "Friday",
7
- "sat": "Saturday",
8
- "sun": "Sunday"
9
- }
1
+ {"mon":"Monday","tue":"Tuesday","wed":"Wednesday","thu":"Thursday","fri":"Friday","sat":"Saturday","sun":"Sunday"}
@@ -1,29 +1 @@
1
- {
2
- "MORN": "during the morning",
3
- "MORN.early": "during the early morning",
4
- "MORN.late": "during the late morning",
5
- "NOON": "around 12:00 PM",
6
- "AFT": "during the afternoon",
7
- "AFT.early": "during the early afternoon",
8
- "AFT.late": "during the late afternoon",
9
- "EVE": "during the evening",
10
- "EVE.early": "during the early evening",
11
- "EVE.late": "during the late evening",
12
- "NIGHT": "during the night",
13
- "PHS": "after sleep",
14
- "IMD": "a single time",
15
- "HS": "before sleep",
16
- "WAKE": "upon waking",
17
- "C": "at a meal",
18
- "CM": "at breakfast",
19
- "CD": "at lunch",
20
- "CV": "at dinner",
21
- "AC": "before meal",
22
- "ACM": "before breakfast",
23
- "ACD": "before lunch",
24
- "ACV": "before dinner",
25
- "PC": "after meal",
26
- "PCM": "after breakfast",
27
- "PCD": "after lunch",
28
- "PCV": "after dinner"
29
- }
1
+ {"MORN":"during the morning","MORN.early":"during the early morning","MORN.late":"during the late morning","NOON":"around 12:00 PM","AFT":"during the afternoon","AFT.early":"during the early afternoon","AFT.late":"during the late afternoon","EVE":"during the evening","EVE.early":"during the early evening","EVE.late":"during the late evening","NIGHT":"during the night","PHS":"after sleep","IMD":"a single time","HS":"before sleep","WAKE":"upon waking","C":"at a meal","CM":"at breakfast","CD":"at lunch","CV":"at dinner","AC":"before meal","ACM":"before breakfast","ACD":"before lunch","ACV":"before dinner","PC":"after meal","PCM":"after breakfast","PCD":"after lunch","PCV":"after dinner"}
@@ -1,34 +1 @@
1
- {
2
- "withCount": {
3
- "s_one": "{{count}} second",
4
- "s_other": "{{count}} seconds",
5
- "min_one": "{{count}} minute",
6
- "min_other": "{{count}} minutes",
7
- "h_one": "{{count}} hour",
8
- "h_other": "{{count}} hours",
9
- "d_one": "{{count}} day",
10
- "d_other": "{{count}} days",
11
- "wk_one": "{{count}} week",
12
- "wk_other": "{{count}} weeks",
13
- "mo_one": "{{count}} month",
14
- "mo_other": "{{count}} months",
15
- "a_one": "{{count}} year",
16
- "a_other": "{{count}} years"
17
- },
18
- "withoutCount": {
19
- "s_one": "second",
20
- "s_other": "seconds",
21
- "min_one": "minute",
22
- "min_other": "minutes",
23
- "h_one": "hour",
24
- "h_other": "hours",
25
- "d_one": "day",
26
- "d_other": "days",
27
- "wk_one": "week",
28
- "wk_other": "weeks",
29
- "mo_one": "month",
30
- "mo_other": "months",
31
- "a_one": "year",
32
- "a_other": "years"
33
- }
34
- }
1
+ {"withCount":{"s_one":"{{count}} second","s_other":"{{count}} seconds","min_one":"{{count}} minute","min_other":"{{count}} minutes","h_one":"{{count}} hour","h_other":"{{count}} hours","d_one":"{{count}} day","d_other":"{{count}} days","wk_one":"{{count}} week","wk_other":"{{count}} weeks","mo_one":"{{count}} month","mo_other":"{{count}} months","a_one":"{{count}} year","a_other":"{{count}} years"},"withoutCount":{"s_one":"second","s_other":"seconds","min_one":"minute","min_other":"minutes","h_one":"hour","h_other":"hours","d_one":"day","d_other":"days","wk_one":"week","wk_other":"weeks","mo_one":"month","mo_other":"months","a_one":"year","a_other":"years"}}
@@ -1,93 +1 @@
1
- {
2
- "linkwords": {
3
- "and": "et",
4
- "then": "puis"
5
- },
6
- "amount": {
7
- "range": {
8
- "withUnit": {
9
- "lowAndHigh": "{{low}} à {{high}} {{unit}}",
10
- "onlyHigh": "jusqu'à {{high}} {{unit}}",
11
- "onlyLow": "au moins {{low}} {{unit}}"
12
- },
13
- "withoutUnit": {
14
- "lowAndHigh": "{{low}} à {{high}}",
15
- "onlyHigh": "jusqu'à {{high}}",
16
- "onlyLow": "au moins {{low}}"
17
- }
18
- },
19
- "ratio": {
20
- "withUnit": {
21
- "numerator": "{{count}} {{numeratorUnit}}",
22
- "denominator_one": "par {{denominatorUnit}}",
23
- "denominator_other": "chaque {{count}} {{denominatorUnit}}"
24
- },
25
- "withoutUnit": {
26
- "numerator": "{{count}}",
27
- "denominator_one": ":{{count}}",
28
- "denominator_other": ":{{count}}"
29
- }
30
- },
31
- "quantity": {
32
- "withUnit": "{{quantity}} {{unit}}",
33
- "withoutUnit": "{{quantity}}"
34
- }
35
- },
36
- "fields": {
37
- "doseQuantity": "{{quantityText}}",
38
- "doseRange": "{{rangeText}}",
39
- "rateQuantity": "au taux de {{quantityText}}",
40
- "rateRange": "au taux de {{rangeText}}",
41
- "rateRatio": "au taux de {{ratioText}}",
42
- "duration": "durant {{durationText}}",
43
- "durationMax": "(maximum {{durationMaxText}})",
44
- "frequency": {
45
- "onlyFrequency_one": "{{count}} fois",
46
- "onlyFrequency_other": "{{count}} fois",
47
- "withfrequencyMax_one": "{{frequency}}-{{count}} fois",
48
- "withfrequencyMax_other": "{{frequency}}-{{count}} fois"
49
- },
50
- "frequencyMax": {
51
- "frequencyMax_one": "jusqu'à {{count}} fois",
52
- "frequencyMax_other": "jusqu'à {{count}} fois"
53
- },
54
- "period": {
55
- "period_one": "chaque {{unit}}",
56
- "period_other": "chaque {{count}} {{unit}}"
57
- },
58
- "periodMax": {
59
- "withPeriod": "chaque {{period}} à {{count}} {{unit}}",
60
- "onlyPeriodMax_one": "par {{unit}}",
61
- "onlyPeriodMax_other": "chaque {{count}} {{unit}}"
62
- },
63
- "dayOfWeek": {
64
- "dayOfWeek_one": "le {{dayOfWeek}}",
65
- "dayOfWeek_other": "les {{dayOfWeek}}"
66
- },
67
- "timeOfDay": "à {{timeOfDay}}",
68
- "asNeeded": "si nécessaire",
69
- "asNeededFor": "si nécessaire pour {{reasons}}",
70
- "boundsDuration": "pour {{durationText}}",
71
- "boundsPeriod": {
72
- "startAndEnd": "du {{start}} au {{end}}",
73
- "onlyStart": "à partir du {{start}}",
74
- "onlyEnd": "jusqu'au {{end}}"
75
- },
76
- "boundsRange": "pour {{rangeText}}",
77
- "count": {
78
- "count_one": "prendre {{count}} fois",
79
- "count_other": "prendre {{count}} fois"
80
- },
81
- "countMax": {
82
- "countMax_one": "prendre {{low}} à {{count}} fois",
83
- "countMax_other": "prendre {{low}} à {{count}} fois"
84
- },
85
- "event": {
86
- "event_one": "{{event}}",
87
- "event_other": "{{event}}"
88
- },
89
- "maxDosePerLifetime": "jusqu'à un maximum de {{quantityText}} pour la durée de vie du patient",
90
- "maxDosePerAdministration": "jusqu'à un maximum de {{quantityText}} par dose",
91
- "maxDosePerPeriod": "jusqu'à un maximum de {{maxDosePerPeriodText}}"
92
- }
93
- }
1
+ {"linkwords":{"and":"et","then":"puis"},"amount":{"range":{"withUnit":{"lowAndHigh":"{{low}} à {{high}} {{unit}}","onlyHigh":"jusqu'à {{high}} {{unit}}","onlyLow":"au moins {{low}} {{unit}}"},"withoutUnit":{"lowAndHigh":"{{low}} à {{high}}","onlyHigh":"jusqu'à {{high}}","onlyLow":"au moins {{low}}"}},"ratio":{"withUnit":{"numerator":"{{count}} {{numeratorUnit}}","denominator_one":"par {{denominatorUnit}}","denominator_other":"chaque {{count}} {{denominatorUnit}}"},"withoutUnit":{"numerator":"{{count}}","denominator_one":":{{count}}","denominator_other":":{{count}}"}},"quantity":{"withUnit":"{{quantity}} {{unit}}","withoutUnit":"{{quantity}}"}},"fields":{"doseQuantity":"{{quantityText}}","doseRange":"{{rangeText}}","rateQuantity":"au taux de {{quantityText}}","rateRange":"au taux de {{rangeText}}","rateRatio":"au taux de {{ratioText}}","duration":"durant {{durationText}}","durationMax":"(maximum {{durationMaxText}})","frequency":{"onlyFrequency_one":"{{count}} fois","onlyFrequency_other":"{{count}} fois","withfrequencyMax_one":"{{frequency}}-{{count}} fois","withfrequencyMax_other":"{{frequency}}-{{count}} fois"},"frequencyMax":{"frequencyMax_one":"jusqu'à {{count}} fois","frequencyMax_other":"jusqu'à {{count}} fois"},"period":{"period_one":"chaque {{unit}}","period_other":"chaque {{count}} {{unit}}"},"periodMax":{"withPeriod":"chaque {{period}} à {{count}} {{unit}}","onlyPeriodMax_one":"par {{unit}}","onlyPeriodMax_other":"chaque {{count}} {{unit}}"},"dayOfWeek":{"dayOfWeek_one":"le {{dayOfWeek}}","dayOfWeek_other":"les {{dayOfWeek}}"},"timeOfDay":"à {{timeOfDay}}","asNeeded":"si nécessaire","asNeededFor":"si nécessaire pour {{reasons}}","boundsDuration":"pour {{durationText}}","boundsPeriod":{"startAndEnd":"du {{start}} au {{end}}","onlyStart":"à partir du {{start}}","onlyEnd":"jusqu'au {{end}}"},"boundsRange":"pour {{rangeText}}","count":{"count_one":"prendre {{count}} fois","count_other":"prendre {{count}} fois"},"countMax":{"countMax_one":"prendre {{low}} à {{count}} fois","countMax_other":"prendre {{low}} à {{count}} fois"},"event":{"event_one":"{{event}}","event_other":"{{event}}"},"maxDosePerLifetime":"jusqu'à un maximum de {{quantityText}} pour la durée de vie du patient","maxDosePerAdministration":"jusqu'à un maximum de {{quantityText}} par dose","maxDosePerPeriod":"jusqu'à un maximum de {{maxDosePerPeriodText}}"}}
@@ -1,9 +1 @@
1
- {
2
- "mon": "lundi",
3
- "tue": "mardi",
4
- "wed": "mercredi",
5
- "thu": "jeudi",
6
- "fri": "vendredi",
7
- "sat": "samedi",
8
- "sun": "dimanche"
9
- }
1
+ {"mon":"lundi","tue":"mardi","wed":"mercredi","thu":"jeudi","fri":"vendredi","sat":"samedi","sun":"dimanche"}
@@ -1,29 +1 @@
1
- {
2
- "MORN": "durant le matin",
3
- "MORN.early": "en début de matinée",
4
- "MORN.late": "en fin de matinée",
5
- "NOON": "autour de minuit",
6
- "AFT": "durant l'après-midi",
7
- "AFT.early": "en début d'après-midi",
8
- "AFT.late": "en fin d'après-midi",
9
- "EVE": "en soirée",
10
- "EVE.early": "en début de soirée",
11
- "EVE.late": "en fin de soirée",
12
- "NIGHT": "durant la nuit",
13
- "PHS": "après le sommeil",
14
- "IMD": "une seule fois",
15
- "HS": "avant le sommeil",
16
- "WAKE": "au réveil",
17
- "C": "durant un repas",
18
- "CM": "au petit-déjeuner",
19
- "CD": "au déjeuner",
20
- "CV": "au dinner",
21
- "AC": "avant le repas",
22
- "ACM": "avant le petit-déjeuner",
23
- "ACD": "avant le déjeuner",
24
- "ACV": "avant le dinner",
25
- "PC": "après le repas",
26
- "PCM": "après le petit-déjeuner",
27
- "PCD": "après le déjeuner",
28
- "PCV": "après le dinner"
29
- }
1
+ {"MORN":"durant le matin","MORN.early":"en début de matinée","MORN.late":"en fin de matinée","NOON":"autour de minuit","AFT":"durant l'après-midi","AFT.early":"en début d'après-midi","AFT.late":"en fin d'après-midi","EVE":"en soirée","EVE.early":"en début de soirée","EVE.late":"en fin de soirée","NIGHT":"durant la nuit","PHS":"après le sommeil","IMD":"une seule fois","HS":"avant le sommeil","WAKE":"au réveil","C":"durant un repas","CM":"au petit-déjeuner","CD":"au déjeuner","CV":"au dinner","AC":"avant le repas","ACM":"avant le petit-déjeuner","ACD":"avant le déjeuner","ACV":"avant le dinner","PC":"après le repas","PCM":"après le petit-déjeuner","PCD":"après le déjeuner","PCV":"après le dinner"}
@@ -1,34 +1 @@
1
- {
2
- "withCount": {
3
- "s_one": "{{count}} seconde",
4
- "s_other": "{{count}} secondes",
5
- "min_one": "{{count}} minute",
6
- "min_other": "{{count}} minutes",
7
- "h_one": "{{count}} heure",
8
- "h_other": "{{count}} heures",
9
- "d_one": "{{count}} jour",
10
- "d_other": "{{count}} jours",
11
- "wk_one": "{{count}} semaine",
12
- "wk_other": "{{count}} semaines",
13
- "mo_one": "{{count}} mois",
14
- "mo_other": "{{count}} mois",
15
- "a_one": "{{count}} année",
16
- "a_other": "{{count}} années"
17
- },
18
- "withoutCount": {
19
- "s_one": "seconde",
20
- "s_other": "secondes",
21
- "min_one": "minute",
22
- "min_other": "minutes",
23
- "h_one": "heure",
24
- "h_other": "heures",
25
- "d_one": "jour",
26
- "d_other": "jours",
27
- "wk_one": "semaine",
28
- "wk_other": "semaines",
29
- "mo_one": "mois",
30
- "mo_other": "mois",
31
- "a_one": "année",
32
- "a_other": "années"
33
- }
34
- }
1
+ {"withCount":{"s_one":"{{count}} seconde","s_other":"{{count}} secondes","min_one":"{{count}} minute","min_other":"{{count}} minutes","h_one":"{{count}} heure","h_other":"{{count}} heures","d_one":"{{count}} jour","d_other":"{{count}} jours","wk_one":"{{count}} semaine","wk_other":"{{count}} semaines","mo_one":"{{count}} mois","mo_other":"{{count}} mois","a_one":"{{count}} année","a_other":"{{count}} années"},"withoutCount":{"s_one":"seconde","s_other":"secondes","min_one":"minute","min_other":"minutes","h_one":"heure","h_other":"heures","d_one":"jour","d_other":"jours","wk_one":"semaine","wk_other":"semaines","mo_one":"mois","mo_other":"mois","a_one":"année","a_other":"années"}}
@@ -1,93 +1 @@
1
- {
2
- "linkwords": {
3
- "and": "en",
4
- "then": "vervolgens"
5
- },
6
- "amount": {
7
- "range": {
8
- "withUnit": {
9
- "lowAndHigh": "tussen {{low}} en {{high}} {{unit}}",
10
- "onlyHigh": "tot {{high}} {{unit}}",
11
- "onlyLow": "minstens {{low}} {{unit}}"
12
- },
13
- "withoutUnit": {
14
- "lowAndHigh": "tussen {{low}} en {{high}}",
15
- "onlyHigh": "tot {{high}}",
16
- "onlyLow": "minstens {{low}}"
17
- }
18
- },
19
- "ratio": {
20
- "withUnit": {
21
- "numerator": "{{count}} {{numeratorUnit}}",
22
- "denominator_one": "per {{denominatorUnit}}",
23
- "denominator_other": "elke {{count}} {{denominatorUnit}}"
24
- },
25
- "withoutUnit": {
26
- "numerator": "{{count}}",
27
- "denominator_one": ":{{count}}",
28
- "denominator_other": ":{{count}}"
29
- }
30
- },
31
- "quantity": {
32
- "withUnit": "{{quantity}} {{unit}}",
33
- "withoutUnit": "{{quantity}}"
34
- }
35
- },
36
- "fields": {
37
- "doseQuantity": "{{quantityText}}",
38
- "doseRange": "{{rangeText}}",
39
- "rateQuantity": "met een verhouding van {{quantityText}}",
40
- "rateRange": "met een verhouding van {{rangeText}}",
41
- "rateRatio": "met een verhouding van {{ratioText}}",
42
- "duration": "gedurende {{durationText}}",
43
- "durationMax": "(maximaal {{durationMaxText}})",
44
- "frequency": {
45
- "onlyFrequency_one": "{{count}} keer",
46
- "onlyFrequency_other": "{{count}} keer",
47
- "withfrequencyMax_one": "{{frequency}}-{{count}} keer",
48
- "withfrequencyMax_other": "{{frequency}}-{{count}} keer"
49
- },
50
- "frequencyMax": {
51
- "frequencyMax_one": "tot {{count}} keer",
52
- "frequencyMax_other": "tot {{count}} keer"
53
- },
54
- "period": {
55
- "period_one": "elke {{unit}}",
56
- "period_other": "per {{count}} {{unit}}"
57
- },
58
- "periodMax": {
59
- "withPeriod": "elke {{period}} tot {{count}} {{unit}}",
60
- "onlyPeriodMax_one": "elke {{unit}}",
61
- "onlyPeriodMax_other": "per {{count}} {{unit}}"
62
- },
63
- "dayOfWeek": {
64
- "dayOfWeek_one": "{{dayOfWeek}}",
65
- "dayOfWeek_other": "{{dayOfWeek}}"
66
- },
67
- "timeOfDay": "om {{timeOfDay}}",
68
- "asNeeded": "indien nodig",
69
- "asNeededFor": "zoals nodig voor {{reasons}}",
70
- "boundsDuration": "gedurende {{durationText}}",
71
- "boundsPeriod": {
72
- "startAndEnd": "van {{start}} tot {{end}}",
73
- "onlyStart": "van {{start}}",
74
- "onlyEnd": "tot {{end}}"
75
- },
76
- "boundsRange": "gedurende {{rangeText}}",
77
- "count": {
78
- "count_one": "{{count}} keer nemen",
79
- "count_other": "{{count}} keer nemen"
80
- },
81
- "countMax": {
82
- "countMax_one": "{{low}} tot {{count}} keer nemen",
83
- "countMax_other": "{{low}} tot {{count}} keer nemen"
84
- },
85
- "event": {
86
- "event_one": "{{event}}",
87
- "event_other": "{{event}}"
88
- },
89
- "maxDosePerLifetime": "tot een maximum van {{quantityText}} gedurende de levensduur van de patiënt",
90
- "maxDosePerAdministration": "tot een maximum van {{quantityText}} per dosis",
91
- "maxDosePerPeriod": "tot een maximum van {{maxDosePerPeriodText}}"
92
- }
93
- }
1
+ {"linkwords":{"and":"en","then":"vervolgens"},"amount":{"range":{"withUnit":{"lowAndHigh":"tussen {{low}} en {{high}} {{unit}}","onlyHigh":"tot {{high}} {{unit}}","onlyLow":"minstens {{low}} {{unit}}"},"withoutUnit":{"lowAndHigh":"tussen {{low}} en {{high}}","onlyHigh":"tot {{high}}","onlyLow":"minstens {{low}}"}},"ratio":{"withUnit":{"numerator":"{{count}} {{numeratorUnit}}","denominator_one":"per {{denominatorUnit}}","denominator_other":"elke {{count}} {{denominatorUnit}}"},"withoutUnit":{"numerator":"{{count}}","denominator_one":":{{count}}","denominator_other":":{{count}}"}},"quantity":{"withUnit":"{{quantity}} {{unit}}","withoutUnit":"{{quantity}}"}},"fields":{"doseQuantity":"{{quantityText}}","doseRange":"{{rangeText}}","rateQuantity":"met een verhouding van {{quantityText}}","rateRange":"met een verhouding van {{rangeText}}","rateRatio":"met een verhouding van {{ratioText}}","duration":"gedurende {{durationText}}","durationMax":"(maximaal {{durationMaxText}})","frequency":{"onlyFrequency_one":"{{count}} keer","onlyFrequency_other":"{{count}} keer","withfrequencyMax_one":"{{frequency}}-{{count}} keer","withfrequencyMax_other":"{{frequency}}-{{count}} keer"},"frequencyMax":{"frequencyMax_one":"tot {{count}} keer","frequencyMax_other":"tot {{count}} keer"},"period":{"period_one":"elke {{unit}}","period_other":"per {{count}} {{unit}}"},"periodMax":{"withPeriod":"elke {{period}} tot {{count}} {{unit}}","onlyPeriodMax_one":"elke {{unit}}","onlyPeriodMax_other":"per {{count}} {{unit}}"},"dayOfWeek":{"dayOfWeek_one":"{{dayOfWeek}}","dayOfWeek_other":"{{dayOfWeek}}"},"timeOfDay":"om {{timeOfDay}}","asNeeded":"indien nodig","asNeededFor":"zoals nodig voor {{reasons}}","boundsDuration":"gedurende {{durationText}}","boundsPeriod":{"startAndEnd":"van {{start}} tot {{end}}","onlyStart":"van {{start}}","onlyEnd":"tot {{end}}"},"boundsRange":"gedurende {{rangeText}}","count":{"count_one":"{{count}} keer nemen","count_other":"{{count}} keer nemen"},"countMax":{"countMax_one":"{{low}} tot {{count}} keer nemen","countMax_other":"{{low}} tot {{count}} keer nemen"},"event":{"event_one":"{{event}}","event_other":"{{event}}"},"maxDosePerLifetime":"tot een maximum van {{quantityText}} gedurende de levensduur van de patiënt","maxDosePerAdministration":"tot een maximum van {{quantityText}} per dosis","maxDosePerPeriod":"tot een maximum van {{maxDosePerPeriodText}}"}}