EphAsad commited on
Commit
354f7e6
·
verified ·
1 Parent(s): 72e6a9d

Update data/rag/knowledge_base/Clostridioides/difficile.json

Browse files
data/rag/knowledge_base/Clostridioides/difficile.json CHANGED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "genus": "Clostridioides",
3
+ "species": "difficile",
4
+ "full_name": "Clostridioides difficile",
5
+ "clinical_significance": "The causative agent of C. difficile infection (CDI), including antibiotic-associated diarrhea, pseudomembranous colitis, fulminant colitis, and toxic megacolon. Major healthcare-associated pathogen with significant morbidity and mortality. Spread enhanced by highly resistant environmental spores.",
6
+ "phenotype_profile": {
7
+ "morphology": "Gram-positive rods with subterminal spores; may appear Gram-variable after 24 hours.",
8
+ "culture": "Yellowish, ground-glass colonies with horse-stable odor. Fluoresces chartreuse under UV. Grows on CCFA/CHROMID C. difficile media.",
9
+ "biochemical": [
10
+ "Strict anaerobe",
11
+ "Catalase negative",
12
+ "Indole negative",
13
+ "Motile (flagellated)",
14
+ "No growth in 6.5% NaCl",
15
+ "Ferments amino acids and produces p-cresol"
16
+ ]
17
+ },
18
+ "differentiation": {
19
+ "from close species": [
20
+ "Toxin genes tcdA and tcdB define pathogenic strains.",
21
+ "Binary toxin (CDT) in hypervirulent strains (e.g., ribotype 027).",
22
+ "Fluorescent colonies under UV differentiate from many anaerobes.",
23
+ "Has a distinctive odor unlike C. mangenotii."
24
+ ],
25
+ "from other genera": [
26
+ "Bacteroides are Gram-negative and non-spore-forming.",
27
+ "Clostridium perfringens is lecithinase positive and grows more rapidly.",
28
+ "Peptoclostridium difficile (old name) is no longer taxonomically valid."
29
+ ]
30
+ },
31
+ "virulence_factors": [
32
+ "Toxin A (TcdA): enterotoxin causing fluid secretion",
33
+ "Toxin B (TcdB): cytotoxin causing cell rounding and death",
34
+ "Binary toxin (CDT) in hypervirulent strains",
35
+ "Spore formation enabling environmental persistence",
36
+ "Adhesins enabling colonization during antibiotic disruption"
37
+ ],
38
+ "confirmation_methods": [
39
+ "PCR for tcdA/tcdB genes",
40
+ "GDH antigen + toxin EIA algorithm",
41
+ "Tissue culture cytotoxicity assay",
42
+ "MALDI-TOF MS for organism ID"
43
+ ],
44
+ "treatment_notes": [
45
+ "First-line: oral vancomycin or fidaxomicin",
46
+ "Metronidazole only for mild disease or when other agents unavailable",
47
+ "Fecal microbiota transplantation (FMT) for recurrent CDI",
48
+ "Bezlotoxumab adjunct for recurrence reduction"
49
+ ],
50
+ "notes": "Hypervirulent strains (e.g., BI/NAP1/027) have increased toxin production, higher recurrence, and increased severity.",
51
+ "references": [
52
+ "IDSA/SHEA CDI treatment guidelines",
53
+ "C. difficile pathogenesis literature",
54
+ "Epidemiology of hypervirulent strains"
55
+ ]
56
+ }