chore: update infection list

This commit is contained in:
Marcel Arndt 2025-06-26 08:57:13 +02:00
parent 8c585169d0
commit b31df96a44
1 changed files with 29 additions and 30 deletions

View File

@ -1,39 +1,38 @@
export const INFECTION_TYPES = { export const INFECTION_TYPES = {
'3 MRGN': '2.A', '3 MRGN': '2.A',
'4 MRGN': '2.A', '4 MRGN': '2.A',
Aids: '2.A', Aids: '3.1',
Clostridien: '2.B', Clostridien: '2.B',
'Clostridium diffcile': '2.B', 'Clostridium diffcile': '2.B',
'Covid-19': '3.1', 'Covid-19': '3.1',
Durchfall: '2.A', Diphtherie: '3.1',
'Durchfallerkrankungen/Salmonellosen': '2.A', Durchfall: '2.B',
ESBL: '2.A', 'Durchfallerkrankungen/Salmonellosen': '2.B',
'Extended-spectrum Beta-Laktamase': '2.A', ESBL: '2.B',
'Hepatitis B inkl. D': '2.A', 'Extended-spectrum Beta-Laktamase': '2.B',
'Hepatitis B inklusive D': '2.A', 'Hepatitis B inkl. D': '3.1',
'Hepatitis C': '2.A', 'Hepatitis B inklusive D': '3.1',
HIV: '2.A', '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', Meningitis: '3.1',
'Methicillin resistente Staphylococcus Aureus': '2.A', 'Methicillin resistente Staphylococcus Aureus': '2.B',
MRSA: '2.A', MRGN: '2.B',
MRSA: '2.B',
Norovirus: '2.B', Norovirus: '2.B',
Sonstiges: '2.A', Sonstiges: '2.B',
VRE: '2.A', VRE: '2.B',
Harnwegsinfektion: '2.B',
// TODO: Veränderte Infektionstypen ergänzen Influenza: '3.1',
// Diphtherie: '', 'Krätze 3.1': '3.1',
// Harnwegsinfektion: '', Laus: '3.1',
// 'Hepatitis A,E': '', 'MRGN (MNR)': '2.B',
// 'Hepatitis B,C,D': '', 'MRSA (MNR)': '2.B',
// Influenza: '', 'Röteln (Rubeolae)': '3.1',
// 'Krätze 3.1': '', Scharlach: '2.B',
// Laus: '', 'TBC Lunge': '3.1',
// MRGN: '', 'TBC Organ': '3.1',
// 'MRGN (MNR)': '', 'VRE (MNR)': '2.B',
// 'MRSA (MNR)': '',
// 'Röteln (Rubeolae)': '',
// Scharlach: '',
// 'TBC Lunge': '',
// 'TBC Organ': '',
// 'VRE (MNR)': '',
}; };