EphAsad commited on
Commit
2f21530
·
verified ·
1 Parent(s): c3f33ec

Update data/rag/knowledge_base/Acinetobacter/baumannii.json

Browse files
data/rag/knowledge_base/Acinetobacter/baumannii.json CHANGED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "genus": "Acinetobacter",
3
+ "species": "baumannii",
4
+ "full_name": "Acinetobacter baumannii",
5
+ "clinical_significance": "A major nosocomial pathogen associated with ventilator-associated pneumonia, bloodstream infections, meningitis, burn/wound infections, and device-related infections. Notorious for multidrug resistance including carbapenem resistance due to OXA-type carbapenemases.",
6
+ "phenotype_profile": {
7
+ "morphology": "Gram-negative coccobacilli; may appear as pairs or diplococci.",
8
+ "culture": "Dry, pale, dome-shaped colonies on blood agar; non-lactose fermenting on MacConkey agar. Growth at 44°C is a distinguishing trait.",
9
+ "biochemical": [
10
+ "Oxidase negative",
11
+ "Catalase positive",
12
+ "Non-fermenter",
13
+ "ONPG negative",
14
+ "No growth in 6.5% NaCl",
15
+ "Non-motile",
16
+ "Growth at 44°C (important discriminator)",
17
+ "May oxidize glucose weakly"
18
+ ]
19
+ },
20
+ "differentiation": {
21
+ "from_close_species": [
22
+ "A. baumannii grows at 44°C, unlike A. junii or A. lwoffii.",
23
+ "Shows greater antibiotic resistance compared to other Acinetobacter species.",
24
+ "Dry, adherent colonies are characteristic of baumannii complex.",
25
+ "Stronger environmental persistence compared to A. junii and A. lwoffii."
26
+ ],
27
+ "from_other_genera": [
28
+ "Oxidase negativity + non-motility differentiates it from most non-fermenters.",
29
+ "Neisseria/Moraxella are oxidase positive and coccoid; A. baumannii is oxidase negative.",
30
+ "Stenotrophomonas is motile; A. baumannii is non-motile."
31
+ ]
32
+ },
33
+ "virulence_factors": [
34
+ "Biofilm formation",
35
+ "Surface persistence and desiccation tolerance",
36
+ "OXA-type carbapenemases",
37
+ "Efflux pumps",
38
+ "Outer membrane protein A (OmpA)–mediated adherence"
39
+ ],
40
+ "confirmation_methods": [
41
+ "MALDI-TOF MS (most accurate)",
42
+ "Growth at 44°C",
43
+ "PCR assays for OXA-51-like genes (specific for baumannii complex)",
44
+ "16S rRNA sequencing"
45
+ ],
46
+ "treatment_notes": "Often extensively drug-resistant. Active agents may include colistin, minocycline, tigecycline, cefiderocol, or combination therapy. Susceptibility testing essential.",
47
+ "notes": "Acinetobacter baumannii complex contains multiple closely related species; phenotypic tests cannot reliably distinguish them.",
48
+ "references": [
49
+ "CDC & WHO MDR organism guidelines.",
50
+ "Manual of Clinical Microbiology."
51
+ ]
52
+ }