-
Notifications
You must be signed in to change notification settings - Fork 1
/
substances_old.json
85 lines (85 loc) · 3.38 KB
/
substances_old.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"category": [
{"id": "etoh","label": "Alcohol"},
{"id": "mj","label": "Cannabis"},
{"id": "nic","label": "Nicotine/Tobacco"},
{"id": "stim","label": "Stimulants"},
{"id": "coc","label": "Cocaine"},
{"id": "opi","label": "Opioids"},
{"id": "hall","label": "Hallucinogens"},
{"id": "diss","label": "Dissociative Drugs"},
{"id": "inh","label": "Inhalants"},
{"id": "sdh","label": "Sedatives, Hypnotics or Anxiolytics"},
{"id": "misc","label": "Miscellaneous"}
],
"substance": {
"etoh": [
{"label": "Alcohol", "units": ["standard drinks"]}
],
"mj": [
{"label": "Smoked Marijuana", "units": ["grams", "milligrams", "ounces", "joints", "blunts", "bowls", "bongs", "bats", "pipes"]},
{"label": "Edibles", "alt": "Containing THC", "units": ["grams", "milligrams", "ounces"]},
{"label": "Synthetic Marijuana", "alt": "K2", "units": ["grams", "milligrams", "ounces"]},
{"label": "MJ Infused Alcoholic Drinks", "units": ["standard drinks"]},
{"label": "MJ Concentrates", "units": ["milligrams"]},
{"label": "Tincture", "units": ["milliliters"]},
{"label": "Other Cannabis"}
],
"nic": [
{"label": "Smoked Tobacco", "units": ["cigarettes", "cigars", "pipes", "cigarillos", "spliffs", ""]},
{"label": "E-cigarettes", "units": ["hits"]},
{"label": "Hookah", "units": ["hits"]},
{"label": "Chewing Tobacco", "units": ["pinches"]},
{"label": "Nicotine Replacement", "units": ["doses"]},
{"label": "Other Nioctine/Tobacco"}
],
"stim": [
{"label": "Stimulant Medications", "alt:": "Ritalin, Adderall, Ephedrine", "units": ["pills"]},
{"label": "Bath Salts", "alt": "Cathinones"},
{"label": "Methamphetamine"},
{"label": "Other Stimulant"}
],
"coc": [
{"label": "Cocaine"}
],
"opi": [
{"label": "Heroin"},
{"label": "Morphine"},
{"label": "Dilaudid"},
{"label": "Opium"},
{"label": "Demerol"},
{"label": "Methadone"},
{"label": "Darvon"},
{"label": "Codeine"},
{"label": "Percodan"},
{"label": "Vicodin"},
{"label": "OxyContin"},
{"label": "Other Opioid"}
],
"hall": [
{"label": "LSD", "alt": "Acid"},
{"label": "Salvia"},
{"label": "Psilocybin", "alt": "Mushrooms"},
{"label": "MDMA", "alt": "Ecstasy, Molly", "units": ["tablets"]},
{"label": "Other Hallucinogen", "note": "Substance Name"}
],
"diss": [
{"label": "Ketamine"},
{"label": "Other Dissociative"}
],
"inh": [
{"label": "Nitrous Oxide"},
{"label": "Ethyl Chloride"},
{"label": "Other Inhalant", "note": "Substance Name"}
],
"sdh": [
{"label": "Barbiturates"},
{"label": "Benzodiazepines", "alt": "Benzos"},
{"label": "Other Tranquilizer or Sedative", "units": ["pills"], "note": "Substance Name"}
],
"misc": [
{"label": "GHB"},
{"label": "Cough or Cold Medicine"}
]
}
}