EphAsad commited on
Commit
9802549
·
verified ·
1 Parent(s): 963c5be

Update data/rag/knowledge_base/Aerococcus/genus.json

Browse files
data/rag/knowledge_base/Aerococcus/genus.json CHANGED
@@ -1,79 +1,137 @@
1
  {
 
 
2
  "genus": "Aerococcus",
3
- "taxonomy": {
4
- "family": "Aerococcaceae",
5
- "order": "Lactobacillales",
6
- "class": "Bacilli"
7
  },
8
- "overview": "Aerococcus is a genus of Gram-positive cocci arranged in tetrads, clusters, or irregular groups. They are catalase negative, facultatively anaerobic, and alpha-hemolytic on blood agar. Aerococcus species are increasingly recognized as human pathogens, particularly in urinary tract infections and infective endocarditis among older adults.",
9
- "key_traits": [
10
- "Gram-positive cocci forming tetrads, clusters, or pairs",
11
- "Catalase negative (key differentiator from Staphylococcus)",
12
- "Alpha-hemolytic or non-hemolytic",
13
- "Non-motile",
14
- "Facultative anaerobes",
15
- "Grow on blood agar; may be mistaken for viridans streptococci",
16
- "Do not grow in 6.5% NaCl (distinguishes from Enterococcus)",
17
- "ONPG negative",
18
- "LAP positive",
19
- "PYR negative"
20
- ],
21
- "ecology": "Aerococcus species are found in air, dust, environmental samples, and human skin and mucosa, particularly in the urinary tract and perineal region.",
22
- "pathogenicity": "Aerococcus urinae and Aerococcus sanguinicola are significant causes of urinary tract infections, bacteremia, and infective endocarditis, especially in older men with urinary tract abnormalities. Aerococcus viridans is less commonly associated with invasive disease but has been implicated in opportunistic infections.",
23
- "genus_level_biochemistry": {
24
- "general_tendencies": [
25
- "Catalase negative (unlike staphylococci)",
26
- "Alpha-hemolytic colonies resembling viridans streptococci",
27
- "ONPG negative",
28
- "No growth in 6.5% NaCl",
29
- "LAP positive (helps separate from some streptococci)",
30
- "Non-fermentative appearance on some biochemical panels due to weak reactivity"
31
  ],
32
- "non_definitive_tests": [
33
- "Carbohydrate fermentation profiles are inconsistent across strains.",
34
- "Hemolysis alone cannot distinguish species."
35
- ]
36
- },
37
- "genus_differentiation": {
38
- "from_close_genera": [
39
- "Staphylococcus is catalase positive; Aerococcus is catalase negative despite coccoid clustering.",
40
- "Enterococcus grows in 6.5% NaCl and is PYR positive; Aerococcus does neither.",
41
- "Streptococcus forms chains, not tetrads, and often has stronger fermentation profiles.",
42
- "Micrococcus forms tetrads but is catalase positive and strictly aerobic.",
43
- "Granulicatella is nutritionally variant and will not grow well on routine media unless supplemented."
44
  ],
45
- "key_rag_filters": [
46
- "Gram-positive cocci in tetrads + catalase negative → strongly favors Aerococcus.",
47
- "Alpha-hemolytic + negative catalase + LAP positive → eliminates Staph, most Streptococcus.",
48
- "No growth in 6.5% NaCl → rules out Enterococcus.",
49
- "Urine isolate from older male → strong push toward Aerococcus urinae or sanguinicola."
50
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  },
52
- "diagnostics": {
53
- "typical_lab_findings": [
54
- "Gram-positive cocci in tetrads or clusters",
55
- "Catalase negative",
56
- "Alpha-hemolytic colonies resembling viridans streptococci",
57
- "LAP positive, PYR negative",
58
- "Weak or variable biochemical reactivity"
59
- ],
60
- "important_tests": [
61
- "Gram stain morphology (tetrads)",
62
- "Catalase test",
63
- "LAP test",
64
- "MALDI-TOF MS",
65
- "16S rRNA sequencing when needed"
66
- ],
67
- "confirmation_methods": [
68
- "MALDI-TOF MS (high accuracy for Aerococcus spp.)",
69
- "16S rRNA sequencing",
70
- "Tetrad formation on Gram stain combined with catalase negativity"
71
- ]
72
  },
73
- "notes": "Aerococcus is frequently misidentified as streptococci or staphylococci without MALDI-TOF. Clinically important species are A. urinae and A. sanguinicola.",
74
- "references": [
75
- "Manual of Clinical Microbiology",
76
- "Recent research on Aerococcus infective endocarditis",
77
- "Koneman's Diagnostic Microbiology"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  ]
79
- }
 
1
  {
2
+ "schema_version": "1.0",
3
+ "level": "genus",
4
  "genus": "Aerococcus",
5
+
6
+ "overview": {
7
+ "short": "Aerococcus species are Gram-positive cocci that often appear in clusters or tetrads and resemble streptococci or staphylococci on initial examination.",
8
+ "clinical_context": "Associated with urinary tract infections, bacteremia, endocarditis, and invasive infections, particularly in elderly or immunocompromised patients."
9
  },
10
+
11
+ "expected_fields": {
12
+ "Gram Stain": "Positive",
13
+ "Shape": "Cocci",
14
+ "Motility": "Negative",
15
+ "Capsule": "Variable",
16
+ "Spore Formation": "Negative",
17
+ "Haemolysis": "Variable",
18
+ "Haemolysis Type": "Variable",
19
+ "Media Grown On": [
20
+ "Blood Agar"
 
 
 
 
 
 
 
 
 
 
 
 
21
  ],
22
+ "Colony Morphology": [
23
+ "Small",
24
+ "Grey",
25
+ "Alpha-haemolytic or Non-haemolytic"
 
 
 
 
 
 
 
 
26
  ],
27
+ "Oxygen Requirement": "Facultative Anaerobe",
28
+ "Growth Temperature": "30//37",
29
+ "Catalase": "Negative",
30
+ "Oxidase": "Negative",
31
+ "Indole": "Negative",
32
+ "Urease": "Negative",
33
+ "Citrate": "Negative",
34
+ "Methyl Red": "Unknown",
35
+ "VP": "Unknown",
36
+ "H2S": "Negative",
37
+ "DNase": "Negative",
38
+ "ONPG": "Unknown",
39
+ "Coagulase": "Negative",
40
+ "Gelatin Hydrolysis": "Negative",
41
+ "Esculin Hydrolysis": "Negative",
42
+ "Nitrate Reduction": "Negative",
43
+ "NaCl Tolerant (>=6%)": "Negative",
44
+ "Lipase Test": "Negative",
45
+ "Lysine Decarboxylase": "Unknown",
46
+ "Ornithine Decarboxylase": "Unknown",
47
+ "Ornitihine Decarboxylase": "Unknown",
48
+ "Arginine dihydrolase": "Negative",
49
+ "Glucose Fermentation": "Positive",
50
+ "Lactose Fermentation": "Variable",
51
+ "Sucrose Fermentation": "Variable",
52
+ "Maltose Fermentation": "Variable",
53
+ "Mannitol Fermentation": "Negative",
54
+ "Sorbitol Fermentation": "Negative",
55
+ "Xylose Fermentation": "Negative",
56
+ "Rhamnose Fermentation": "Unknown",
57
+ "Arabinose Fermentation": "Negative",
58
+ "Raffinose Fermentation": "Unknown",
59
+ "Trehalose Fermentation": "Variable",
60
+ "Inositol Fermentation": "Negative",
61
+ "Gas Production": "Negative",
62
+ "TSI Pattern": "Unknown",
63
+ "Colony Pattern": "Unknown",
64
+ "Pigment": "None",
65
+ "Motility Type": "None"
66
  },
67
+
68
+ "field_notes": {
69
+ "Catalase": "Typically catalase-negative, but weak or pseudo-positive reactions may occur.",
70
+ "Haemolysis": "Most species are alpha-haemolytic or non-haemolytic on blood agar.",
71
+ "Shape": "Often described as cocci in tetrads or clusters, which can mimic staphylococci."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  },
73
+
74
+ "key_differentiators": [
75
+ {
76
+ "field": "Catalase",
77
+ "expected": "Negative",
78
+ "distinguishes_from": ["Staphylococcus"],
79
+ "notes": "Catalase negativity helps separate Aerococcus from staphylococci."
80
+ },
81
+ {
82
+ "field": "NaCl Tolerant (>=6%)",
83
+ "expected": "Negative",
84
+ "distinguishes_from": ["Enterococcus"],
85
+ "notes": "Lack of growth in high salt differentiates Aerococcus from enterococci."
86
+ },
87
+ {
88
+ "field": "Haemolysis",
89
+ "expected": "Variable",
90
+ "distinguishes_from": ["Streptococcus"],
91
+ "notes": "Haemolysis pattern combined with colony morphology aids differentiation."
92
+ }
93
+ ],
94
+
95
+ "common_confusions": [
96
+ {
97
+ "genus": "Streptococcus",
98
+ "reason": "Similar Gram-positive cocci morphology and haemolysis patterns."
99
+ },
100
+ {
101
+ "genus": "Enterococcus",
102
+ "reason": "Overlapping biochemical reactions in urinary isolates."
103
+ },
104
+ {
105
+ "genus": "Staphylococcus",
106
+ "reason": "Clustered cocci appearance on Gram stain may be misleading."
107
+ }
108
+ ],
109
+
110
+ "when_to_question_identification": [
111
+ "Catalase-positive reaction suggests Staphylococcus.",
112
+ "Growth in 6.5% NaCl suggests Enterococcus.",
113
+ "Beta-haemolysis with streptococcal morphology suggests Streptococcus."
114
+ ],
115
+
116
+ "recommended_next_tests": [
117
+ {
118
+ "test": "Catalase test (repeat)",
119
+ "reason": "Weak reactions may require confirmation."
120
+ },
121
+ {
122
+ "test": "NaCl tolerance (6.5%)",
123
+ "reason": "Useful for exclusion of Enterococcus."
124
+ },
125
+ {
126
+ "test": "MALDI-TOF MS",
127
+ "reason": "Preferred method for accurate genus and species identification."
128
+ }
129
+ ],
130
+
131
+ "supported_species": [
132
+ "urinae",
133
+ "viridans",
134
+ "sanguinicola",
135
+ "christensenii"
136
  ]
137
+ }