Skip to content

Commit

Permalink
feat: add Effect for Stillbirth, but only in MN
Browse files Browse the repository at this point in the history
  • Loading branch information
ursjoss committed Jan 9, 2024
1 parent 1e574bf commit f2a1189
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions json_matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,12 @@ arrEffekte = [
"effekt_it": "Mortalità a causa di infezioni delle vie respiratorie",
"effekt_tr": "Ölüm: solunum yolu enfeksiyonu",
"effekt_mn": "TODO MN: Mortality due to respiratory (tract) infection",
"organ": "Sterblichkeit",
},
{
"id": 33,
"effekt_de": "Totgeburt",
"effekt_mn": "TODO MN: Mortality due to stillbirth",
"organ": "Sterblichkeit"
},
{
Expand Down Expand Up @@ -631,6 +637,15 @@ arrMatrix = [
"effekt": "Sterblichkeit wegen Atemwegsinfektionen",
"effekt_typ": "L"
},
{
"id": 1058,
"noxe": "Feinstaub",
"noxe_zeit": "L",
"organ": "Sterblichkeit",
"effekt": "Totgeburt",
"effekt_typ": "L",
"nur_in": [ "mn" ],
},

{
"id": 2011,
Expand Down

0 comments on commit f2a1189

Please sign in to comment.