From b31df96a442e06705be775ec7937130ee1f0e004 Mon Sep 17 00:00:00 2001 From: Marcel Arndt Date: Thu, 26 Jun 2025 08:57:13 +0200 Subject: [PATCH] chore: update infection list --- .../feat-calculation/infection-types.ts | 59 +++++++++---------- 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/service/data-hub/data-connector/src/modules/feat-calculation/infection-types.ts b/service/data-hub/data-connector/src/modules/feat-calculation/infection-types.ts index 653f830..b41f7d0 100644 --- a/service/data-hub/data-connector/src/modules/feat-calculation/infection-types.ts +++ b/service/data-hub/data-connector/src/modules/feat-calculation/infection-types.ts @@ -1,39 +1,38 @@ export const INFECTION_TYPES = { '3 MRGN': '2.A', '4 MRGN': '2.A', - Aids: '2.A', + Aids: '3.1', Clostridien: '2.B', 'Clostridium diffcile': '2.B', 'Covid-19': '3.1', - Durchfall: '2.A', - 'Durchfallerkrankungen/Salmonellosen': '2.A', - ESBL: '2.A', - 'Extended-spectrum Beta-Laktamase': '2.A', - 'Hepatitis B inkl. D': '2.A', - 'Hepatitis B inklusive D': '2.A', - 'Hepatitis C': '2.A', - HIV: '2.A', + Diphtherie: '3.1', + Durchfall: '2.B', + 'Durchfallerkrankungen/Salmonellosen': '2.B', + ESBL: '2.B', + 'Extended-spectrum Beta-Laktamase': '2.B', + 'Hepatitis B inkl. D': '3.1', + 'Hepatitis B inklusive D': '3.1', + 'Hepatitis C': '3.1', + 'Hepatitis A,E': '2.B', + 'Hepatitis B,C,D': '3.1', + 'Herpes Z': '2.B', + HIV: '3.1', Meningitis: '3.1', - 'Methicillin resistente Staphylococcus Aureus': '2.A', - MRSA: '2.A', + 'Methicillin resistente Staphylococcus Aureus': '2.B', + MRGN: '2.B', + MRSA: '2.B', Norovirus: '2.B', - Sonstiges: '2.A', - VRE: '2.A', - - // TODO: Veränderte Infektionstypen ergänzen - // Diphtherie: '', - // Harnwegsinfektion: '', - // 'Hepatitis A,E': '', - // 'Hepatitis B,C,D': '', - // Influenza: '', - // 'Krätze 3.1': '', - // Laus: '', - // MRGN: '', - // 'MRGN (MNR)': '', - // 'MRSA (MNR)': '', - // 'Röteln (Rubeolae)': '', - // Scharlach: '', - // 'TBC Lunge': '', - // 'TBC Organ': '', - // 'VRE (MNR)': '', + Sonstiges: '2.B', + VRE: '2.B', + Harnwegsinfektion: '2.B', + Influenza: '3.1', + 'Krätze 3.1': '3.1', + Laus: '3.1', + 'MRGN (MNR)': '2.B', + 'MRSA (MNR)': '2.B', + 'Röteln (Rubeolae)': '3.1', + Scharlach: '2.B', + 'TBC Lunge': '3.1', + 'TBC Organ': '3.1', + 'VRE (MNR)': '2.B', };