EphAsad commited on
Commit
ee26ca9
·
verified ·
1 Parent(s): d168022

Create actinomycetemcomitans.json

Browse files
data/rag/knowledge_base/Actinobacillus/actinomycetemcomitans.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "1.0",
3
+ "level": "species",
4
+ "genus": "Actinobacillus",
5
+ "species": "actinomycetemcomitans",
6
+
7
+ "overview": {
8
+ "short": "Actinobacillus actinomycetemcomitans is a Gram-negative coccobacillus associated with periodontal disease.",
9
+ "clinical_context": "Commonly isolated from oral infections, endocarditis, and periodontal lesions in humans."
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
+ "Grey",
27
+ "Smooth",
28
+ "Star-shaped internal structure"
29
+ ],
30
+ "Oxygen Requirement": "Facultative Anaerobe",
31
+ "Growth Temperature": "35//37",
32
+ "Catalase": "Positive",
33
+ "Oxidase": "Negative",
34
+ "Indole": "Negative",
35
+ "Urease": "Negative",
36
+ "Citrate": "Negative",
37
+ "Methyl Red": "Negative",
38
+ "VP": "Negative",
39
+ "H2S": "Negative",
40
+ "DNase": "Negative",
41
+ "ONPG": "Negative",
42
+ "Coagulase": "Negative",
43
+ "Gelatin Hydrolysis": "Negative",
44
+ "Esculin Hydrolysis": "Negative",
45
+ "Nitrate Reduction": "Variable",
46
+ "NaCl Tolerant (>=6%)": "Negative",
47
+ "Lipase Test": "Negative",
48
+ "Lysine Decarboxylase": "Negative",
49
+ "Ornithine Decarboxylase": "Negative",
50
+ "Ornitihine Decarboxylase": "Negative",
51
+ "Arginine dihydrolase": "Negative",
52
+ "Glucose Fermentation": "Positive",
53
+ "Lactose Fermentation": "Negative",
54
+ "Sucrose Fermentation": "Variable",
55
+ "Maltose Fermentation": "Variable",
56
+ "Mannitol Fermentation": "Variable",
57
+ "Sorbitol Fermentation": "Negative",
58
+ "Xylose Fermentation": "Variable",
59
+ "Rhamnose Fermentation": "Negative",
60
+ "Arabinose Fermentation": "Variable",
61
+ "Raffinose Fermentation": "Negative",
62
+ "Trehalose Fermentation": "Variable",
63
+ "Inositol Fermentation": "Negative",
64
+ "Gas Production": "Negative",
65
+ "TSI Pattern": "A/A",
66
+ "Colony Pattern": "Unknown",
67
+ "Pigment": "None",
68
+ "Motility Type": "None"
69
+ },
70
+
71
+ "species_markers": [
72
+ {
73
+ "field": "Colony Morphology",
74
+ "value": "Star-shaped internal structure",
75
+ "importance": "high",
76
+ "notes": "Characteristic colony appearance aids identification."
77
+ },
78
+ {
79
+ "field": "Clinical context",
80
+ "value": "Periodontal disease",
81
+ "importance": "high",
82
+ "notes": "Strong association with oral infections."
83
+ }
84
+ ],
85
+
86
+ "common_confusions": [
87
+ {
88
+ "genus": "Haemophilus",
89
+ "reason": "Similar growth requirements and oral habitat."
90
+ },
91
+ {
92
+ "genus": "Aggregatibacter",
93
+ "reason": "Taxonomic overlap and similar biochemical profiles."
94
+ }
95
+ ],
96
+
97
+ "when_to_question_identification": [
98
+ "Strong haemolysis suggests veterinary Actinobacillus species.",
99
+ "Lack of star-shaped colony morphology requires confirmation."
100
+ ],
101
+
102
+ "recommended_next_tests": [
103
+ {
104
+ "test": "MALDI-TOF MS",
105
+ "reason": "Reliable species-level identification."
106
+ },
107
+ {
108
+ "test": "16S rRNA sequencing",
109
+ "reason": "Used when phenotypic identification is inconclusive."
110
+ }
111
+ ]
112
+ }