EphAsad commited on
Commit
267fb6d
·
verified ·
1 Parent(s): b0fbe37

Update data/rag/knowledge_base/Bacillus/mycoides.json

Browse files
data/rag/knowledge_base/Bacillus/mycoides.json CHANGED
@@ -1,39 +1,101 @@
1
  {
 
 
2
  "genus": "Bacillus",
3
  "species": "mycoides",
4
- "full_name": "Bacillus mycoides",
5
- "clinical_significance": "Primarily an environmental organism associated with soil and plant roots. Rare cause of human infection, usually considered a contaminant.",
6
- "phenotype_profile": {
7
- "morphology": "Large Gram-positive rods; spore-forming; motile.",
8
- "culture": "Distinctive rhizoid ('mycelium-like') spreading colonies. β-hemolytic on blood agar.",
9
- "biochemical": [
10
- "Motile",
11
- "β-hemolytic",
12
- "Catalase positive",
13
- "ONPG negative",
14
- "Grows in 6.5% NaCl variably",
15
- "Nitrate reduction positive"
16
- ]
17
  },
18
- "differentiation": {
19
- "from_close_species": [
20
- "Rhizoid colony morphology is strongly characteristic.",
21
- "More spreading and filamentous colonies than B. cereus.",
22
- "Genetically close to B. cereus group but phenotypically distinct."
 
 
 
 
 
 
 
23
  ],
24
- "from_other_genera": [
25
- "Spore-forming and rhizoid growth exclude Enterobacterales.",
26
- "Motility differentiates from B. anthracis."
27
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  },
29
- "confirmation_methods": [
30
- "MALDI-TOF MS",
31
- "Rhizoid colony morphology",
32
- "16S rRNA sequencing"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ],
34
- "treatment_notes": "Not medically significant; treat only if recovered from sterile site with supporting clinical signs.",
35
- "notes": "Member of the B. cereus group with distinctive colony morphology.",
36
- "references": [
37
- "Environmental Bacillus research"
 
 
 
 
 
 
38
  ]
39
- }
 
1
  {
2
+ "schema_version": "1.0",
3
+ "level": "species",
4
  "genus": "Bacillus",
5
  "species": "mycoides",
6
+
7
+ "overview": {
8
+ "short": "Bacillus mycoides is a Gram-positive, aerobic, spore-forming rod characterized by distinctive rhizoid colony morphology.",
9
+ "clinical_context": "Primarily environmental; rarely implicated in human disease."
 
 
 
 
 
 
 
 
 
10
  },
11
+
12
+ "expected_fields": {
13
+ "Gram Stain": "Positive",
14
+ "Shape": "Rods",
15
+ "Motility": "Variable",
16
+ "Capsule": "Negative",
17
+ "Spore Formation": "Positive",
18
+ "Haemolysis": "Variable",
19
+ "Haemolysis Type": "Variable",
20
+ "Media Grown On": [
21
+ "Blood Agar",
22
+ "Nutrient Agar"
23
  ],
24
+ "Colony Morphology": [
25
+ "Rhizoid",
26
+ "Spreading",
27
+ "Filamentous"
28
+ ],
29
+ "Oxygen Requirement": "Aerobic",
30
+ "Growth Temperature": "10//40",
31
+ "Catalase": "Positive",
32
+ "Oxidase": "Variable",
33
+ "Indole": "Negative",
34
+ "Urease": "Variable",
35
+ "Citrate": "Variable",
36
+ "Methyl Red": "Variable",
37
+ "VP": "Variable",
38
+ "H2S": "Negative",
39
+ "DNase": "Variable",
40
+ "ONPG": "Negative",
41
+ "Coagulase": "Negative",
42
+ "Gelatin Hydrolysis": "Positive",
43
+ "Esculin Hydrolysis": "Variable",
44
+ "Nitrate Reduction": "Variable",
45
+ "NaCl Tolerant (>=6%)": "Variable",
46
+ "Lipase Test": "Variable",
47
+ "Lysine Decarboxylase": "Negative",
48
+ "Ornithine Decarboxylase": "Negative",
49
+ "Ornitihine Decarboxylase": "Negative",
50
+ "Arginine dihydrolase": "Negative",
51
+ "Glucose Fermentation": "Variable",
52
+ "Lactose Fermentation": "Negative",
53
+ "Sucrose Fermentation": "Variable",
54
+ "Maltose Fermentation": "Variable",
55
+ "Mannitol Fermentation": "Variable",
56
+ "Sorbitol Fermentation": "Negative",
57
+ "Xylose Fermentation": "Variable",
58
+ "Rhamnose Fermentation": "Negative",
59
+ "Arabinose Fermentation": "Variable",
60
+ "Raffinose Fermentation": "Negative",
61
+ "Trehalose Fermentation": "Variable",
62
+ "Inositol Fermentation": "Negative",
63
+ "Gas Production": "Variable",
64
+ "TSI Pattern": "Variable",
65
+ "Colony Pattern": "Rhizoid",
66
+ "Pigment": "None",
67
+ "Motility Type": "Peritrichous"
68
  },
69
+
70
+ "species_markers": [
71
+ {
72
+ "field": "Colony Morphology",
73
+ "value": "Rhizoid",
74
+ "importance": "critical",
75
+ "notes": "Highly characteristic spreading rhizoid colonies."
76
+ }
77
+ ],
78
+
79
+ "common_confusions": [
80
+ {
81
+ "species": "Bacillus cereus",
82
+ "reason": "Shared genetic background but distinct colony morphology."
83
+ }
84
+ ],
85
+
86
+ "when_to_question_identification": [
87
+ "Absence of rhizoid growth argues against B. mycoides.",
88
+ "Strong haemolysis suggests B. cereus group."
89
  ],
90
+
91
+ "recommended_next_tests": [
92
+ {
93
+ "test": "Colony morphology assessment",
94
+ "reason": "Primary discriminator for B. mycoides."
95
+ },
96
+ {
97
+ "test": "MALDI-TOF MS",
98
+ "reason": "Confirms species within Bacillus group."
99
+ }
100
  ]
101
+ }