chore: update infection list
This commit is contained in:
parent
8c585169d0
commit
b31df96a44
|
|
@ -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',
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue