EphAsad commited on
Commit
31472fa
·
verified ·
1 Parent(s): 41c180f

Update data/rag/knowledge_base/Aggregatibacter/actinomycetemcomitans.json

Browse files
data/rag/knowledge_base/Aggregatibacter/actinomycetemcomitans.json CHANGED
@@ -1,50 +1,108 @@
1
  {
 
 
2
  "genus": "Aggregatibacter",
3
  "species": "actinomycetemcomitans",
4
- "full_name": "Aggregatibacter actinomycetemcomitans",
5
- "clinical_significance": "A major oral pathogen strongly associated with localized aggressive periodontitis, particularly in adolescents. Also causes endocarditis, brain abscesses, and systemic infections. A member of the HACEK group.",
6
- "phenotype_profile": {
7
- "morphology": "Small Gram-negative coccobacilli; may appear pleomorphic. Characteristic 'star-shaped' or 'flower-like' colonies in some strains.",
8
- "culture": "Slow-growing, fastidious. Grows best on chocolate agar in CO₂. Some strains exhibit rough, adherent colonies.",
9
- "biochemical": [
10
- "Catalase positive",
11
- "Oxidase variable (often weak or negative)",
12
- "Ferments glucose without gas",
13
- "ONPG negative",
14
- "Does not grow in 6.5% NaCl",
15
- "Urease negative",
16
- "Indole negative"
17
- ]
18
  },
19
- "differentiation": {
20
- "from_close_species": [
21
- "Colonial morphology (star-shaped colonies) is characteristic but not universal.",
22
- "A. actinomycetemcomitans is more strongly associated with oral disease than A. aphrophilus or A. segnis.",
23
- "More catalase positive and less oxidase positive than A. aphrophilus."
 
 
 
 
 
 
 
24
  ],
25
- "from_other_genera": [
26
- "Does not require NAD (distinguishes from Haemophilus).",
27
- "More fastidious and slower-growing than Pasteurella multocida.",
28
- "Coccobacillary morphology distinguishes from Capnocytophaga (fusiform)."
29
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  },
31
- "virulence_factors": [
32
- "Leukotoxin (LtxA) causing neutrophil lysis",
33
- "Cytolethal distending toxin",
34
- "Fimbriae mediating strong adherence to tooth surfaces",
35
- "Biofilm formation",
36
- "Lipopolysaccharide-mediated inflammation"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  ],
38
- "confirmation_methods": [
39
- "MALDI-TOF MS",
40
- "16S rRNA sequencing",
41
- "Recognition of star-shaped colonies (supportive)",
42
- "Catalase positive, oxidase variable pattern"
43
  ],
44
- "treatment_notes": "Often susceptible to β-lactams, tetracyclines, and fluoroquinolones. Chronic periodontal infections require mechanical intervention alongside antibiotics.",
45
- "notes": "A historically important periodontal pathogen; formerly grouped in the genus Actinobacillus.",
46
- "references": [
47
- "Periodontal disease microbiology literature",
48
- "Manual of Clinical Microbiology"
 
 
 
 
 
49
  ]
50
- }
 
1
  {
2
+ "schema_version": "1.0",
3
+ "level": "species",
4
  "genus": "Aggregatibacter",
5
  "species": "actinomycetemcomitans",
6
+
7
+ "overview": {
8
+ "short": "Aggregatibacter actinomycetemcomitans is a fastidious Gram-negative coccobacillus associated with periodontal disease and infective endocarditis.",
9
+ "clinical_context": "Strongly linked to aggressive periodontitis and is a recognized HACEK organism causing endocarditis."
 
 
 
 
 
 
 
 
 
 
10
  },
11
+
12
+ "expected_fields": {
13
+ "Gram Stain": "Negative",
14
+ "Shape": "Short Rods",
15
+ "Motility": "Negative",
16
+ "Capsule": "Variable",
17
+ "Spore Formation": "Negative",
18
+ "Haemolysis": "Negative",
19
+ "Haemolysis Type": "None",
20
+ "Media Grown On": [
21
+ "Blood Agar",
22
+ "Chocolate Agar"
23
  ],
24
+ "Colony Morphology": [
25
+ "Small",
26
+ "Rough",
27
+ "Star-shaped center"
28
+ ],
29
+ "Oxygen Requirement": "Facultative Anaerobe",
30
+ "Growth Temperature": "35//37",
31
+ "Catalase": "Positive",
32
+ "Oxidase": "Negative",
33
+ "Indole": "Negative",
34
+ "Urease": "Negative",
35
+ "Citrate": "Negative",
36
+ "Methyl Red": "Negative",
37
+ "VP": "Negative",
38
+ "H2S": "Negative",
39
+ "DNase": "Negative",
40
+ "ONPG": "Negative",
41
+ "Coagulase": "Negative",
42
+ "Gelatin Hydrolysis": "Negative",
43
+ "Esculin Hydrolysis": "Negative",
44
+ "Nitrate Reduction": "Positive",
45
+ "NaCl Tolerant (>=6%)": "Negative",
46
+ "Lipase Test": "Negative",
47
+ "Lysine Decarboxylase": "Negative",
48
+ "Ornithine Decarboxylase": "Negative",
49
+ "Ornitihine Decarboxylase": "Negative",
50
+ "Arginine dihydrolase": "Negative",
51
+ "Glucose Fermentation": "Positive",
52
+ "Lactose Fermentation": "Negative",
53
+ "Sucrose Fermentation": "Negative",
54
+ "Maltose Fermentation": "Negative",
55
+ "Mannitol Fermentation": "Negative",
56
+ "Sorbitol Fermentation": "Negative",
57
+ "Xylose Fermentation": "Negative",
58
+ "Rhamnose Fermentation": "Negative",
59
+ "Arabinose Fermentation": "Negative",
60
+ "Raffinose Fermentation": "Negative",
61
+ "Trehalose Fermentation": "Negative",
62
+ "Inositol Fermentation": "Negative",
63
+ "Gas Production": "Negative",
64
+ "TSI Pattern": "Unknown",
65
+ "Colony Pattern": "Unknown",
66
+ "Pigment": "None",
67
+ "Motility Type": "None"
68
  },
69
+
70
+ "species_markers": [
71
+ {
72
+ "field": "Colony Morphology",
73
+ "value": "Star-shaped center",
74
+ "importance": "high",
75
+ "notes": "Characteristic star-shaped colonies are strongly suggestive of A. actinomycetemcomitans."
76
+ },
77
+ {
78
+ "field": "Catalase",
79
+ "value": "Positive",
80
+ "importance": "medium",
81
+ "notes": "Helps distinguish from other Aggregatibacter species."
82
+ }
83
+ ],
84
+
85
+ "common_confusions": [
86
+ {
87
+ "species": "Aggregatibacter aphrophilus",
88
+ "reason": "Similar fastidious growth and biochemical profile."
89
+ }
90
  ],
91
+
92
+ "when_to_question_identification": [
93
+ "Absence of star-shaped colony morphology.",
94
+ "Oxidase positivity suggests another genus.",
95
+ "Robust growth on MacConkey Agar is inconsistent."
96
  ],
97
+
98
+ "recommended_next_tests": [
99
+ {
100
+ "test": "Extended incubation",
101
+ "reason": "Characteristic colony morphology may take several days to develop."
102
+ },
103
+ {
104
+ "test": "MALDI-TOF MS",
105
+ "reason": "Reliable identification among HACEK organisms."
106
+ }
107
  ]
108
+ }