EphAsad commited on
Commit
764f307
·
verified ·
1 Parent(s): 4e9a9ec

Update data/rag/knowledge_base/Chromobacterium/aquaticum.json

Browse files
data/rag/knowledge_base/Chromobacterium/aquaticum.json CHANGED
@@ -1,45 +1,90 @@
1
  {
 
 
2
  "genus": "Chromobacterium",
3
  "species": "aquaticum",
4
- "full_name": "Chromobacterium aquaticum",
5
- "clinical_significance": "Primarily an environmental freshwater organism with low documented pathogenicity. Rare clinical isolations include contaminated wounds and occasional bacteremia, typically in immunocompromised patients.",
6
- "phenotype_profile": {
7
- "morphology": "Gram-negative motile rods.",
8
- "culture": "Non-pigmented to weakly pigmented colonies; smooth and glistening. No violacein production.",
9
- "biochemical": [
10
- "Oxidase positive",
11
- "Catalase positive",
12
- "Indole negative",
13
- "ONPG negative",
14
- "Nitrate reduction positive",
15
- "Motile",
16
- "No growth in 6.5% NaCl"
17
- ]
18
  },
19
- "differentiation": {
20
- "from close species": [
21
- "Non-pigmented and non-hemolytic (differs from haemolyticum and violaceum).",
22
- "Less virulent; typically environmental contaminant.",
23
- "Requires MALDI-TOF for accurate identification."
 
 
 
 
 
 
 
24
  ],
25
- "from other genera": [
26
- "Oxidase-positive environmental rod → must be distinguished from Aeromonas, Shewanella, and Pseudomonas.",
27
- "Lack of pigment excludes C. violaceum."
28
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  },
30
- "virulence_factors": [
31
- "Environmental enzymes enabling survival (low human virulence)",
32
- "Occasional biofilm formation"
33
- ],
34
- "confirmation_methods": [
35
- "MALDI-TOF MS",
36
- "16S rRNA sequencing",
37
- "Biochemical profile (non-pigmented, oxidase positive)"
 
 
 
 
 
 
38
  ],
39
- "treatment_notes": "Often susceptible to fluoroquinolones and TMP-SMX. Low-level clinical relevance requires susceptibility-guided therapy.",
40
- "notes": "Most isolates represent colonization or contamination unless repeatedly recovered.",
41
- "references": [
42
- "Environmental Chromobacterium reports",
43
- "Rare freshwater organism clinical case documentation"
44
  ]
45
- }
 
1
  {
2
+ "schema_version": "1.0",
3
+ "level": "species",
4
  "genus": "Chromobacterium",
5
  "species": "aquaticum",
6
+
7
+ "overview": {
8
+ "short": "Chromobacterium aquaticum is a Gram-negative, motile rod primarily isolated from freshwater environments.",
9
+ "clinical_context": "Considered environmental with no established role in human disease."
 
 
 
 
 
 
 
 
 
 
10
  },
11
+
12
+ "expected_fields": {
13
+ "Gram Stain": "Negative",
14
+ "Shape": "Rods",
15
+ "Motility": "Positive",
16
+ "Capsule": "Unknown",
17
+ "Spore Formation": "Negative",
18
+ "Haemolysis": "Negative",
19
+ "Haemolysis Type": "None",
20
+ "Media Grown On": [
21
+ "Nutrient Agar",
22
+ "Blood Agar"
23
  ],
24
+ "Colony Morphology": [
25
+ "Smooth",
26
+ "Grey",
27
+ "Convex"
28
+ ],
29
+ "Oxygen Requirement": "Facultative Anaerobe",
30
+ "Growth Temperature": "15//30",
31
+ "Catalase": "Positive",
32
+ "Oxidase": "Positive",
33
+ "Indole": "Negative",
34
+ "Urease": "Negative",
35
+ "Citrate": "Positive",
36
+ "Methyl Red": "Negative",
37
+ "VP": "Negative",
38
+ "H2S": "Negative",
39
+ "DNase": "Negative",
40
+ "ONPG": "Negative",
41
+ "Coagulase": "Negative",
42
+ "Gelatin Hydrolysis": "Variable",
43
+ "Esculin Hydrolysis": "Negative",
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": "Negative",
53
+ "Sucrose Fermentation": "Negative",
54
+ "Maltose Fermentation": "Positive",
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": "Positive",
62
+ "Inositol Fermentation": "Negative",
63
+ "Gas Production": "Negative",
64
+ "TSI Pattern": "A/A",
65
+ "Colony Pattern": "Unknown",
66
+ "Pigment": "None",
67
+ "Motility Type": "Peritrichous"
68
  },
69
+
70
+ "species_markers": [
71
+ {
72
+ "field": "Growth Temperature",
73
+ "value": "15//30",
74
+ "importance": "medium",
75
+ "notes": "Lower optimal growth temperature supports environmental origin."
76
+ },
77
+ {
78
+ "field": "Pigment",
79
+ "value": "None",
80
+ "importance": "medium",
81
+ "notes": "Lack of violacein helps separate from C. violaceum."
82
+ }
83
  ],
84
+
85
+ "when_to_question_identification": [
86
+ "Recovery from a normally sterile clinical site.",
87
+ "Presence of violacein pigment.",
88
+ "Growth at elevated temperatures above 37°C."
89
  ]
90
+ }