fhir-dosage-utils 1.0.0 → 1.1.1

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.
@@ -3,23 +3,39 @@
3
3
  "and": "und",
4
4
  "then": "dann"
5
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": "{{quantity}} {{unit}}"
32
+ },
6
33
  "fields": {
7
34
  "doseQuantity": "{{quantity}} {{unit}}",
8
- "doseRange": {
9
- "lowAndHigh": "zwischen {{low}} und {{high}} {{unit}}",
10
- "onlyHigh": "bis {{high}} {{unit}}",
11
- "onlyLow": "{{low}} {{unit}}"
12
- },
35
+ "doseRange": "{{rangeText}}",
13
36
  "rateQuantity": "mit einem Verhältnis von {{quantity}} {{unit}}",
14
- "rateRange": {
15
- "lowAndHigh": "mit einem Verhältnis zwischen {{low}} und {{high}} {{unit}}",
16
- "onlyHigh": "mit einem Verhältnis von {{high}} {{unit}}",
17
- "onlyLow": "mit einem Verhältnis von {{low}} {{unit}}"
18
- },
19
- "rateRatio": {
20
- "rateRatio_one": "mit einem Verhältnis von {{quantityNumerator}} {{numeratorUnit}} pro {{denominatorUnit}}",
21
- "rateRatio_other": "mit einem Verhältnis von {{quantityNumerator}} {{numeratorUnit}} jeder {{count}} {{denominatorUnit}}"
22
- },
37
+ "rateRange": "mit einem Verhältnis von {{rangeText}}",
38
+ "rateRatio": "mit einem Verhältnis von {{ratioText}}",
23
39
  "duration": "für {{durationText}}",
24
40
  "durationMax": "(maximal {{durationMaxText}})",
25
41
  "frequency": {
@@ -54,11 +70,7 @@
54
70
  "onlyStart": "ab {{start}}",
55
71
  "onlyEnd": "bis {{end}}"
56
72
  },
57
- "boundsRange": {
58
- "lowAndHigh": "für {{low}} bis {{high}} {{unit}}",
59
- "onlyHigh": "bis {{high}} {{unit}}",
60
- "onlyLow": "für mindestens {{low}} {{unit}}"
61
- },
73
+ "boundsRange": "für {{rangeText}}",
62
74
  "count": {
63
75
  "count_one": "{{count}} Mal nehmen",
64
76
  "count_other": "{{count}} Mal nehmen"
@@ -73,10 +85,6 @@
73
85
  },
74
86
  "maxDosePerLifetime": "bis zu einer maximalen Menge von {{count}} {{unit}} über die Lebenszeit des Patienten",
75
87
  "maxDosePerAdministration": "bis zu einer maximalen Menge von {{count}} {{unit}} pro Dosis",
76
- "maxDosePerPeriod": {
77
- "general": "bis zu einer maximalen Menge von {{maxDosePerPeriodText}}",
78
- "maxDosePerPeriod_one": "{{quantityNumerator}} {{numeratorUnit}} pro {{denominatorUnit}}",
79
- "maxDosePerPeriod_other": "{{quantityNumerator}} {{numeratorUnit}} jeder {{count}} {{denominatorUnit}}"
80
- }
88
+ "maxDosePerPeriod": "bis zu einer maximalen Menge von {{maxDosePerPeriodText}}"
81
89
  }
82
90
  }
@@ -3,23 +3,39 @@
3
3
  "and": "and",
4
4
  "then": "then"
5
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": "{{quantity}} {{unit}}"
32
+ },
6
33
  "fields": {
7
34
  "doseQuantity": "{{quantity}} {{unit}}",
8
- "doseRange": {
9
- "lowAndHigh": "{{low}} to {{high}} {{unit}}",
10
- "onlyHigh": "up to {{high}} {{unit}}",
11
- "onlyLow": "{{low}} {{unit}}"
12
- },
35
+ "doseRange": "{{rangeText}}",
13
36
  "rateQuantity": "at a rate of {{quantity}} {{unit}}",
14
- "rateRange": {
15
- "lowAndHigh": "at a rate of {{low}} to {{high}} {{unit}}",
16
- "onlyHigh": "at a rate of {{high}} {{unit}}",
17
- "onlyLow": "at a rate of {{low}} {{unit}}"
18
- },
19
- "rateRatio": {
20
- "rateRatio_one": "at a rate of {{quantityNumerator}} {{numeratorUnit}} per {{denominatorUnit}}",
21
- "rateRatio_other": "at a rate of {{quantityNumerator}} {{numeratorUnit}} every {{count}} {{denominatorUnit}}"
22
- },
37
+ "rateRange": "at a rate of {{rangeText}}",
38
+ "rateRatio": "at a rate of {{ratioText}}",
23
39
  "duration": "over {{durationText}}",
24
40
  "durationMax": "(maximum {{durationMaxText}})",
25
41
  "frequency": {
@@ -54,11 +70,7 @@
54
70
  "onlyStart": "from {{start}}",
55
71
  "onlyEnd": "to {{end}}"
56
72
  },
57
- "boundsRange": {
58
- "lowAndHigh": "for {{low}} to {{high}} {{unit}}",
59
- "onlyHigh": "for up to {{high}} {{unit}}",
60
- "onlyLow": "for at least {{low}} {{unit}}"
61
- },
73
+ "boundsRange": "for {{rangeText}}",
62
74
  "count": {
63
75
  "count_one": "take {{count}} time",
64
76
  "count_other": "take {{count}} times"
@@ -73,10 +85,6 @@
73
85
  },
74
86
  "maxDosePerLifetime": "up to a maximum of {{count}} {{unit}} for the lifetime of patient",
75
87
  "maxDosePerAdministration": "up to a maximum of {{count}} {{unit}} per dose",
76
- "maxDosePerPeriod": {
77
- "general": "up to a maximum of {{maxDosePerPeriodText}}",
78
- "maxDosePerPeriod_one": "{{quantityNumerator}} {{numeratorUnit}} per {{denominatorUnit}}",
79
- "maxDosePerPeriod_other": "{{quantityNumerator}} {{numeratorUnit}} every {{count}} {{denominatorUnit}}"
80
- }
88
+ "maxDosePerPeriod": "up to a maximum of {{maxDosePerPeriodText}}"
81
89
  }
82
90
  }
@@ -3,23 +3,39 @@
3
3
  "and": "et",
4
4
  "then": "puis"
5
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": "{{quantity}} {{unit}}"
32
+ },
6
33
  "fields": {
7
34
  "doseQuantity": "{{quantity}} {{unit}}",
8
- "doseRange": {
9
- "lowAndHigh": "{{low}} à {{high}} {{unit}}",
10
- "onlyHigh": "jusqu'à {{high}} {{unit}}",
11
- "onlyLow": "{{low}} {{unit}}"
12
- },
35
+ "doseRange": "{{rangeText}}",
13
36
  "rateQuantity": "au taux de {{quantity}} {{unit}}",
14
- "rateRange": {
15
- "lowAndHigh": "au taux de {{low}} à {{high}} {{unit}}",
16
- "onlyHigh": "au taux de {{high}} {{unit}}",
17
- "onlyLow": "au taux de {{low}} {{unit}}"
18
- },
19
- "rateRatio": {
20
- "rateRatio_one": "au taux de {{quantityNumerator}} {{numeratorUnit}} par {{denominatorUnit}}",
21
- "rateRatio_other": "au taux de {{quantityNumerator}} {{numeratorUnit}} chaque {{count}} {{denominatorUnit}}"
22
- },
37
+ "rateRange": "au taux de {{rangeText}}",
38
+ "rateRatio": "au taux de {{ratioText}}",
23
39
  "duration": "durant {{durationText}}",
24
40
  "durationMax": "(maximum {{durationMaxText}})",
25
41
  "frequency": {
@@ -54,11 +70,7 @@
54
70
  "onlyStart": "à partir du {{start}}",
55
71
  "onlyEnd": "jusqu'au {{end}}"
56
72
  },
57
- "boundsRange": {
58
- "lowAndHigh": "de {{low}} à {{high}} {{unit}}",
59
- "onlyHigh": "jusqu'à {{high}} {{unit}}",
60
- "onlyLow": "pour au moins {{low}} {{unit}}"
61
- },
73
+ "boundsRange": "pour {{rangeText}}",
62
74
  "count": {
63
75
  "count_one": "prendre {{count}} fois",
64
76
  "count_other": "prendre {{count}} fois"
@@ -73,10 +85,6 @@
73
85
  },
74
86
  "maxDosePerLifetime": "jusqu'à un maximum de {{count}} {{unit}} pour la durée de vie du patient",
75
87
  "maxDosePerAdministration": "jusqu'à un maximum de {{count}} {{unit}} par dose",
76
- "maxDosePerPeriod": {
77
- "general": "jusqu'à un maximum de {{maxDosePerPeriodText}}",
78
- "maxDosePerPeriod_one": "{{quantityNumerator}} {{numeratorUnit}} par {{denominatorUnit}}",
79
- "maxDosePerPeriod_other": "{{quantityNumerator}} {{numeratorUnit}} chaque {{count}} {{denominatorUnit}}"
80
- }
88
+ "maxDosePerPeriod": "jusqu'à un maximum de {{maxDosePerPeriodText}}"
81
89
  }
82
90
  }
@@ -3,23 +3,39 @@
3
3
  "and": "en",
4
4
  "then": "vervolgens"
5
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": "{{quantity}} {{unit}}"
32
+ },
6
33
  "fields": {
7
34
  "doseQuantity": "{{quantity}} {{unit}}",
8
- "doseRange": {
9
- "lowAndHigh": "tussen {{low}} en {{high}} {{unit}}",
10
- "onlyHigh": "tot {{high}} {{unit}}",
11
- "onlyLow": "{{low}} {{unit}}"
12
- },
35
+ "doseRange": "{{rangeText}}",
13
36
  "rateQuantity": "met een verhouding van {{quantity}} {{unit}}",
14
- "rateRange": {
15
- "lowAndHigh": "met een verhouding tussen {{low}} en {{high}} {{unit}}",
16
- "onlyHigh": "met een verhouding van {{high}} {{unit}}",
17
- "onlyLow": "met een verhouding van {{low}} {{unit}}"
18
- },
19
- "rateRatio": {
20
- "rateRatio_one": "met een verhouding van {{quantityNumerator}} {{numeratorUnit}} per {{denominatorUnit}}",
21
- "rateRatio_other": "met een verhouding van {{quantityNumerator}} {{numeratorUnit}} elke {{count}} {{denominatorUnit}}"
22
- },
37
+ "rateRange": "met een verhouding van {{rangeText}}",
38
+ "rateRatio": "met een verhouding van {{ratioText}}",
23
39
  "duration": "gedurende {{durationText}}",
24
40
  "durationMax": "(maximaal {{durationMaxText}})",
25
41
  "frequency": {
@@ -54,11 +70,7 @@
54
70
  "onlyStart": "van {{start}}",
55
71
  "onlyEnd": "tot {{end}}"
56
72
  },
57
- "boundsRange": {
58
- "lowAndHigh": "gedurende {{low}} tot {{high}} {{unit}}",
59
- "onlyHigh": "tot {{high}} {{unit}}",
60
- "onlyLow": "gedurende minstens {{low}} {{unit}}"
61
- },
73
+ "boundsRange": "gedurende {{rangeText}}",
62
74
  "count": {
63
75
  "count_one": "{{count}} keer nemen",
64
76
  "count_other": "{{count}} keer nemen"
@@ -73,10 +85,6 @@
73
85
  },
74
86
  "maxDosePerLifetime": "tot een maximum van {{count}} {{unit}} gedurende de levensduur van de patiënt",
75
87
  "maxDosePerAdministration": "tot een maximum van {{count}} {{unit}} per dosis",
76
- "maxDosePerPeriod": {
77
- "general": "tot een maximum van {{maxDosePerPeriodText}}",
78
- "maxDosePerPeriod_one": "{{quantityNumerator}} {{numeratorUnit}} per {{denominatorUnit}}",
79
- "maxDosePerPeriod_other": "{{quantityNumerator}} {{numeratorUnit}} elke {{count}} {{denominatorUnit}}"
80
- }
88
+ "maxDosePerPeriod": "tot een maximum van {{maxDosePerPeriodText}}"
81
89
  }
82
90
  }