EphAsad commited on
Commit
8966a4a
·
verified ·
1 Parent(s): 4df6e79

Update data/rag/knowledge_base/Cronobacter/sakazakii.json

Browse files
data/rag/knowledge_base/Cronobacter/sakazakii.json CHANGED
@@ -1,50 +1,110 @@
1
  {
 
 
2
  "genus": "Cronobacter",
3
  "species": "sakazakii",
4
- "full_name": "Cronobacter sakazakii",
5
- "clinical_significance": "The most clinically important Cronobacter species, strongly linked to neonatal meningitis, necrotizing enterocolitis, and sepsis. Known for causing devastating outbreaks linked to powdered infant formula and neonatal intensive care units.",
6
- "phenotype_profile": {
7
- "morphology": "Gram-negative motile rods.",
8
- "culture": "Yellow-pigmented colonies; smooth, shiny. Late lactose fermenter on MacConkey.",
9
- "biochemical": [
10
- "Oxidase negative",
11
- "Catalase positive",
12
- "α-glucosidase positive",
13
- "Indole negative",
14
- "Dulcitol negative",
15
- "Esculin hydrolysis positive",
16
- "Motile",
17
- "Nitrate reduction positive",
18
- "Thermotolerant: growth at 45 °C"
19
- ]
20
  },
21
- "differentiation": {
22
- "from close species": [
23
- "Indole negative vs. C. malonaticus (commonly indole positive).",
24
- "Dulcitol negative vs. C. turicensis (dulcitol typically positive).",
25
- "Most strongly associated with powdered infant formula outbreaks."
 
 
 
 
 
 
 
26
  ],
27
- "from other genera": [
28
- "Motile + yellow pigment + α-glucosidase positive distinguishes from Enterobacter and Pantoea.",
29
- "Thermotolerance at 45 °C differentiates from most Enterobacterales."
30
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  },
32
- "virulence_factors": [
33
- "OmpA-mediated invasion of brain endothelial cells",
34
- "Ability to survive desiccation",
35
- "Siderophore systems",
36
- "Capsular polysaccharides"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  ],
38
- "confirmation_methods": [
39
- "MALDI-TOF MS",
40
- "fusA allele sequencing",
41
- "Growth at 45 °C",
42
- "PCR for species-level markers"
43
  ],
44
- "treatment_notes": "Often susceptible to carbapenems, cefepime, fluoroquinolones, and TMP-SMX. Resistance increasing; susceptibility testing essential.",
45
- "notes": "Mortality and long-term neurological sequelae are high in neonatal infections.",
46
- "references": [
47
- "Cronobacter sakazakii outbreak reports",
48
- "Neonatal sepsis and NEC literature"
 
 
 
 
 
 
 
49
  ]
50
- }
 
1
  {
2
+ "schema_version": "1.0",
3
+ "level": "species",
4
  "genus": "Cronobacter",
5
  "species": "sakazakii",
6
+
7
+ "overview": {
8
+ "short": "Cronobacter sakazakii is a Gram-negative, facultatively anaerobic rod and the most clinically significant Cronobacter species.",
9
+ "clinical_context": "Strongly associated with neonatal meningitis, sepsis, and necrotizing enterocolitis, particularly linked to powdered infant formula."
 
 
 
 
 
 
 
 
 
 
 
 
10
  },
11
+
12
+ "expected_fields": {
13
+ "Gram Stain": "Negative",
14
+ "Shape": "Rods",
15
+ "Motility": "Positive",
16
+ "Capsule": "Variable",
17
+ "Spore Formation": "Negative",
18
+ "Haemolysis": "Negative",
19
+ "Haemolysis Type": "None",
20
+ "Media Grown On": [
21
+ "MacConkey Agar",
22
+ "Blood Agar"
23
  ],
24
+ "Colony Morphology": [
25
+ "Smooth",
26
+ "Grey",
27
+ "Moist"
28
+ ],
29
+ "Oxygen Requirement": "Facultative Anaerobe",
30
+ "Growth Temperature": "6//45",
31
+ "Catalase": "Positive",
32
+ "Oxidase": "Negative",
33
+ "Indole": "Negative",
34
+ "Urease": "Negative",
35
+ "Citrate": "Positive",
36
+ "Methyl Red": "Variable",
37
+ "VP": "Positive",
38
+ "H2S": "Negative",
39
+ "DNase": "Negative",
40
+ "ONPG": "Positive",
41
+ "Coagulase": "Negative",
42
+ "Gelatin Hydrolysis": "Variable",
43
+ "Esculin Hydrolysis": "Variable",
44
+ "Nitrate Reduction": "Positive",
45
+ "NaCl Tolerant (>=6%)": "Negative",
46
+ "Lipase Test": "Negative",
47
+ "Lysine Decarboxylase": "Positive",
48
+ "Ornithine Decarboxylase": "Negative",
49
+ "Ornitihine Decarboxylase": "Negative",
50
+ "Arginine dihydrolase": "Negative",
51
+ "Glucose Fermentation": "Positive",
52
+ "Lactose Fermentation": "Variable",
53
+ "Sucrose Fermentation": "Positive",
54
+ "Maltose Fermentation": "Positive",
55
+ "Mannitol Fermentation": "Variable",
56
+ "Sorbitol Fermentation": "Negative",
57
+ "Xylose Fermentation": "Positive",
58
+ "Rhamnose Fermentation": "Negative",
59
+ "Arabinose Fermentation": "Positive",
60
+ "Raffinose Fermentation": "Negative",
61
+ "Trehalose Fermentation": "Positive",
62
+ "Inositol Fermentation": "Negative",
63
+ "Gas Production": "Variable",
64
+ "TSI Pattern": "A/A",
65
+ "Colony Pattern": "Unknown",
66
+ "Pigment": "None",
67
+ "Motility Type": "Peritrichous"
68
  },
69
+
70
+ "species_markers": [
71
+ {
72
+ "field": "Rhamnose Fermentation",
73
+ "value": "Negative",
74
+ "importance": "high",
75
+ "notes": "Key discriminator separating C. sakazakii from other Cronobacter species."
76
+ },
77
+ {
78
+ "field": "Sorbitol Fermentation",
79
+ "value": "Negative",
80
+ "importance": "medium",
81
+ "notes": "Helps differentiate from C. malonaticus."
82
+ }
83
+ ],
84
+
85
+ "common_confusions": [
86
+ {
87
+ "species": "Cronobacter malonaticus",
88
+ "reason": "Overlapping biochemical reactions within the Cronobacter genus."
89
+ }
90
  ],
91
+
92
+ "when_to_question_identification": [
93
+ "Indole positivity suggests a non-Cronobacter Enterobacterales.",
94
+ "H2S production is inconsistent with C. sakazakii.",
95
+ "Strong lactose fermentation suggests Klebsiella or Enterobacter."
96
  ],
97
+
98
+ "recommended_next_tests": [
99
+ {
100
+ "test": "API 20E",
101
+ "reason": "Supports biochemical differentiation within Enterobacterales.",
102
+ "api_kit": "API 20E"
103
+ },
104
+ {
105
+ "test": "MALDI-TOF MS",
106
+ "reason": "Highly reliable for Cronobacter species-level identification.",
107
+ "api_kit": "Not applicable"
108
+ }
109
  ]
110
+ }