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

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

Browse files
data/rag/knowledge_base/Chromobacterium/haemolyticum.json CHANGED
@@ -1,48 +1,102 @@
1
  {
 
 
2
  "genus": "Chromobacterium",
3
  "species": "haemolyticum",
4
- "full_name": "Chromobacterium haemolyticum",
5
- "clinical_significance": "A pathogenic Chromobacterium species associated with fulminant sepsis, severe skin and soft tissue infection, and high mortality. Unlike C. violaceum, it does NOT produce violacein pigment, making it easy to misidentify. Often more hemolytic and potentially more virulent.",
6
- "phenotype_profile": {
7
- "morphology": "Gram-negative motile rods.",
8
- "culture": "β-hemolytic colonies on blood agar. No violet pigment. Grows well on routine media.",
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 strongly β-hemolytic (C. violaceum is pigmented and less hemolytic).",
22
- "More invasive disease documented in case reports.",
23
- "Requires molecular confirmation due to lack of distinctive pigment."
 
 
 
 
 
 
 
24
  ],
25
- "from other genera": [
26
- "Aeromonas may be β-hemolytic but typically indole positive.",
27
- "Pseudomonas aeruginosa often produces pigments (pyocyanin), unlike C. haemolyticum.",
28
- "Burkholderia pseudomallei has wrinkled colonies and different epidemiology."
29
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  },
31
- "virulence_factors": [
32
- "Hemolysins",
33
- "Type III secretion system",
34
- "Cytotoxins distinct from violacein",
35
- "Invasive systemic spread"
 
 
 
 
 
 
 
 
 
36
  ],
37
- "confirmation_methods": [
38
- "MALDI-TOF MS",
39
- "β-hemolysis with oxidase positivity",
40
- "16S sequencing"
 
 
41
  ],
42
- "treatment_notes": "Similar antibiotic pattern to C. violaceum. Often susceptible to fluoroquinolones, carbapenems, and TMP-SMX; resistant to penicillins and many cephalosporins.",
43
- "notes": "Considered an emerging Chromobacterium pathogen with severe clinical outcomes. Easy to overlook due to lack of pigmentation.",
44
- "references": [
45
- "Chromobacterium haemolyticum clinical case reports",
46
- "Environmental GNR infection reviews"
 
 
 
 
 
47
  ]
48
- }
 
1
  {
2
+ "schema_version": "1.0",
3
+ "level": "species",
4
  "genus": "Chromobacterium",
5
  "species": "haemolyticum",
6
+
7
+ "overview": {
8
+ "short": "Chromobacterium haemolyticum is a Gram-negative, motile rod distinguished by strong haemolytic activity and absence of violacein pigment.",
9
+ "clinical_context": "Rarely associated with human infection; differentiation from C. violaceum is clinically relevant due to differing virulence."
 
 
 
 
 
 
 
 
 
 
10
  },
11
+
12
+ "expected_fields": {
13
+ "Gram Stain": "Negative",
14
+ "Shape": "Rods",
15
+ "Motility": "Positive",
16
+ "Capsule": "Unknown",
17
+ "Spore Formation": "Negative",
18
+ "Haemolysis": "Positive",
19
+ "Haemolysis Type": "Beta",
20
+ "Media Grown On": [
21
+ "Blood Agar",
22
+ "Nutrient Agar"
23
  ],
24
+ "Colony Morphology": [
25
+ "Smooth",
26
+ "Grey",
27
+ "Haemolytic"
28
+ ],
29
+ "Oxygen Requirement": "Facultative Anaerobe",
30
+ "Growth Temperature": "20//37",
31
+ "Catalase": "Positive",
32
+ "Oxidase": "Positive",
33
+ "Indole": "Negative",
34
+ "Urease": "Negative",
35
+ "Citrate": "Variable",
36
+ "Methyl Red": "Negative",
37
+ "VP": "Negative",
38
+ "H2S": "Negative",
39
+ "DNase": "Positive",
40
+ "ONPG": "Negative",
41
+ "Coagulase": "Negative",
42
+ "Gelatin Hydrolysis": "Positive",
43
+ "Esculin Hydrolysis": "Negative",
44
+ "Nitrate Reduction": "Positive",
45
+ "NaCl Tolerant (>=6%)": "Negative",
46
+ "Lipase Test": "Variable",
47
+ "Lysine Decarboxylase": "Positive",
48
+ "Ornithine Decarboxylase": "Variable",
49
+ "Ornitihine Decarboxylase": "Variable",
50
+ "Arginine dihydrolase": "Negative",
51
+ "Glucose Fermentation": "Positive",
52
+ "Lactose Fermentation": "Negative",
53
+ "Sucrose Fermentation": "Variable",
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": "Haemolysis",
73
+ "value": "Positive",
74
+ "importance": "high",
75
+ "notes": "Consistent beta haemolysis differentiates C. haemolyticum from non-haemolytic Chromobacterium species."
76
+ },
77
+ {
78
+ "field": "Pigment",
79
+ "value": "None",
80
+ "importance": "high",
81
+ "notes": "Absence of violacein distinguishes it from C. violaceum."
82
+ }
83
  ],
84
+
85
+ "common_confusions": [
86
+ {
87
+ "species": "Chromobacterium violaceum",
88
+ "reason": "Shared oxidase positivity and motility, but violacein pigment is absent in C. haemolyticum."
89
+ }
90
  ],
91
+
92
+ "recommended_next_tests": [
93
+ {
94
+ "test": "Blood agar haemolysis assessment",
95
+ "reason": "Confirms strong beta haemolysis pattern."
96
+ },
97
+ {
98
+ "test": "MALDI-TOF MS",
99
+ "reason": "Definitive species-level confirmation for rare isolates."
100
+ }
101
  ]
102
+ }