@metriport/shared 0.29.0 → 0.30.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. package/dist/common/sql.d.ts +17 -0
  2. package/dist/common/sql.d.ts.map +1 -0
  3. package/dist/common/sql.js +3 -0
  4. package/dist/common/sql.js.map +1 -0
  5. package/dist/domain/cohort.d.ts +4 -4
  6. package/dist/domain/cohort.d.ts.map +1 -1
  7. package/dist/domain/cohort.js +7 -3
  8. package/dist/domain/cohort.js.map +1 -1
  9. package/dist/domain/contact/__tests__/phone.test.js +4 -0
  10. package/dist/domain/contact/__tests__/phone.test.js.map +1 -1
  11. package/dist/domain/cql-engine/transform.d.ts +2 -2
  12. package/dist/domain/db.d.ts +8 -0
  13. package/dist/domain/db.d.ts.map +1 -1
  14. package/dist/domain/db.js +1 -0
  15. package/dist/domain/db.js.map +1 -1
  16. package/dist/domain/network-query/__tests__/source.test.d.ts +2 -0
  17. package/dist/domain/network-query/__tests__/source.test.d.ts.map +1 -0
  18. package/dist/domain/network-query/__tests__/source.test.js +450 -0
  19. package/dist/domain/network-query/__tests__/source.test.js.map +1 -0
  20. package/dist/domain/network-query/index.d.ts +3 -0
  21. package/dist/domain/network-query/index.d.ts.map +1 -0
  22. package/dist/domain/network-query/index.js +19 -0
  23. package/dist/domain/network-query/index.js.map +1 -0
  24. package/dist/domain/network-query/query.d.ts +18 -3
  25. package/dist/domain/network-query/query.d.ts.map +1 -1
  26. package/dist/domain/network-query/source.d.ts +309 -19
  27. package/dist/domain/network-query/source.d.ts.map +1 -1
  28. package/dist/domain/network-query/source.js +257 -4
  29. package/dist/domain/network-query/source.js.map +1 -1
  30. package/dist/domain/organization.d.ts +3 -3
  31. package/dist/domain/organization.js +1 -1
  32. package/dist/domain/organization.js.map +1 -1
  33. package/dist/domain/patient/patient-monitoring/discharge-requery.d.ts +132 -0
  34. package/dist/domain/patient/patient-monitoring/discharge-requery.d.ts.map +1 -1
  35. package/dist/domain/patient/patient-monitoring/discharge-requery.js +10 -1
  36. package/dist/domain/patient/patient-monitoring/discharge-requery.js.map +1 -1
  37. package/dist/domain/patient/patient-monitoring/utils.d.ts +31 -0
  38. package/dist/domain/patient/patient-monitoring/utils.d.ts.map +1 -1
  39. package/dist/domain/patient/patient-monitoring/utils.js +68 -7
  40. package/dist/domain/patient/patient-monitoring/utils.js.map +1 -1
  41. package/dist/domain/roster/patient-roster.d.ts +5 -1
  42. package/dist/domain/roster/patient-roster.d.ts.map +1 -1
  43. package/dist/domain/tcm-encounter.d.ts +5 -2
  44. package/dist/domain/tcm-encounter.d.ts.map +1 -1
  45. package/dist/domain/tcm-encounter.js +1 -0
  46. package/dist/domain/tcm-encounter.js.map +1 -1
  47. package/dist/error/shared.js +1 -1
  48. package/dist/error/shared.js.map +1 -1
  49. package/dist/external/ehr/practicefusion/allergy-data-map.d.ts +34 -0
  50. package/dist/external/ehr/practicefusion/allergy-data-map.d.ts.map +1 -0
  51. package/dist/external/ehr/practicefusion/allergy-data-map.js +2612 -0
  52. package/dist/external/ehr/practicefusion/allergy-data-map.js.map +1 -0
  53. package/dist/external/ehr/practicefusion/index.d.ts +3 -0
  54. package/dist/external/ehr/practicefusion/index.d.ts.map +1 -0
  55. package/dist/external/ehr/practicefusion/index.js +19 -0
  56. package/dist/external/ehr/practicefusion/index.js.map +1 -0
  57. package/dist/external/ehr/practicefusion/shared.d.ts +18 -0
  58. package/dist/external/ehr/practicefusion/shared.d.ts.map +1 -0
  59. package/dist/external/ehr/practicefusion/shared.js +66 -0
  60. package/dist/external/ehr/practicefusion/shared.js.map +1 -0
  61. package/dist/external/ihe/constants.d.ts +11 -0
  62. package/dist/external/ihe/constants.d.ts.map +1 -1
  63. package/dist/external/ihe/constants.js +65 -1
  64. package/dist/external/ihe/constants.js.map +1 -1
  65. package/dist/external/ihe/index.d.ts +3 -0
  66. package/dist/external/ihe/index.d.ts.map +1 -0
  67. package/dist/external/ihe/index.js +19 -0
  68. package/dist/external/ihe/index.js.map +1 -0
  69. package/dist/external/ihe/shared.d.ts +8 -0
  70. package/dist/external/ihe/shared.d.ts.map +1 -0
  71. package/dist/external/ihe/shared.js +25 -0
  72. package/dist/external/ihe/shared.js.map +1 -0
  73. package/dist/external/index.d.ts +1 -0
  74. package/dist/external/index.d.ts.map +1 -1
  75. package/dist/external/index.js +1 -0
  76. package/dist/external/index.js.map +1 -1
  77. package/dist/index.d.ts +3 -3
  78. package/dist/index.d.ts.map +1 -1
  79. package/dist/index.js +3 -3
  80. package/dist/index.js.map +1 -1
  81. package/dist/interface/external/ehr/athenahealth/cx-mapping.d.ts +5 -1
  82. package/dist/interface/external/ehr/athenahealth/cx-mapping.d.ts.map +1 -1
  83. package/dist/interface/external/ehr/athenahealth/cx-mapping.js +2 -1
  84. package/dist/interface/external/ehr/athenahealth/cx-mapping.js.map +1 -1
  85. package/dist/interface/external/ehr/canvas/cx-mapping.d.ts +6 -2
  86. package/dist/interface/external/ehr/canvas/cx-mapping.d.ts.map +1 -1
  87. package/dist/interface/external/ehr/canvas/cx-mapping.js +2 -1
  88. package/dist/interface/external/ehr/canvas/cx-mapping.js.map +1 -1
  89. package/dist/interface/external/ehr/eclinicalworks/cx-mapping.d.ts +465 -0
  90. package/dist/interface/external/ehr/eclinicalworks/cx-mapping.d.ts.map +1 -0
  91. package/dist/interface/external/ehr/eclinicalworks/cx-mapping.js +10 -0
  92. package/dist/interface/external/ehr/eclinicalworks/cx-mapping.js.map +1 -0
  93. package/dist/interface/external/ehr/elation/cx-mapping.d.ts +5 -1
  94. package/dist/interface/external/ehr/elation/cx-mapping.d.ts.map +1 -1
  95. package/dist/interface/external/ehr/elation/cx-mapping.js +2 -1
  96. package/dist/interface/external/ehr/elation/cx-mapping.js.map +1 -1
  97. package/dist/interface/external/ehr/embed/jwt-token.d.ts +2 -2
  98. package/dist/interface/external/ehr/healthie/cx-mapping.d.ts +5 -1
  99. package/dist/interface/external/ehr/healthie/cx-mapping.d.ts.map +1 -1
  100. package/dist/interface/external/ehr/healthie/cx-mapping.js +2 -1
  101. package/dist/interface/external/ehr/healthie/cx-mapping.js.map +1 -1
  102. package/dist/interface/external/ehr/healthie/medication.d.ts +8 -8
  103. package/dist/interface/external/ehr/practicefusion/allergy.d.ts +16 -0
  104. package/dist/interface/external/ehr/practicefusion/allergy.d.ts.map +1 -0
  105. package/dist/interface/external/ehr/practicefusion/allergy.js +39 -0
  106. package/dist/interface/external/ehr/practicefusion/allergy.js.map +1 -0
  107. package/dist/interface/external/ehr/practicefusion/appointment.d.ts +137 -0
  108. package/dist/interface/external/ehr/practicefusion/appointment.d.ts.map +1 -0
  109. package/dist/interface/external/ehr/practicefusion/appointment.js +29 -0
  110. package/dist/interface/external/ehr/practicefusion/appointment.js.map +1 -0
  111. package/dist/interface/external/ehr/practicefusion/condition.d.ts +17 -0
  112. package/dist/interface/external/ehr/practicefusion/condition.d.ts.map +1 -0
  113. package/dist/interface/external/ehr/practicefusion/condition.js +13 -0
  114. package/dist/interface/external/ehr/practicefusion/condition.js.map +1 -0
  115. package/dist/interface/external/ehr/practicefusion/cx-mapping.d.ts +472 -0
  116. package/dist/interface/external/ehr/practicefusion/cx-mapping.d.ts.map +1 -0
  117. package/dist/interface/external/ehr/practicefusion/cx-mapping.js +13 -0
  118. package/dist/interface/external/ehr/practicefusion/cx-mapping.js.map +1 -0
  119. package/dist/interface/external/ehr/practicefusion/fhir-resources.d.ts +8 -0
  120. package/dist/interface/external/ehr/practicefusion/fhir-resources.d.ts.map +1 -0
  121. package/dist/interface/external/ehr/practicefusion/fhir-resources.js +3 -0
  122. package/dist/interface/external/ehr/practicefusion/fhir-resources.js.map +1 -0
  123. package/dist/interface/external/ehr/practicefusion/index.d.ts +2 -0
  124. package/dist/interface/external/ehr/practicefusion/index.d.ts.map +1 -1
  125. package/dist/interface/external/ehr/practicefusion/index.js +2 -0
  126. package/dist/interface/external/ehr/practicefusion/index.js.map +1 -1
  127. package/dist/interface/external/ehr/practicefusion/jwt-token.d.ts +15 -3
  128. package/dist/interface/external/ehr/practicefusion/jwt-token.d.ts.map +1 -1
  129. package/dist/interface/external/ehr/practicefusion/jwt-token.js +8 -2
  130. package/dist/interface/external/ehr/practicefusion/jwt-token.js.map +1 -1
  131. package/dist/interface/external/ehr/practicefusion/medication.d.ts +17 -0
  132. package/dist/interface/external/ehr/practicefusion/medication.d.ts.map +1 -0
  133. package/dist/interface/external/ehr/practicefusion/medication.js +13 -0
  134. package/dist/interface/external/ehr/practicefusion/medication.js.map +1 -0
  135. package/dist/interface/external/ehr/practicefusion/refresh-token.d.ts +19 -0
  136. package/dist/interface/external/ehr/practicefusion/refresh-token.d.ts.map +1 -0
  137. package/dist/interface/external/ehr/practicefusion/refresh-token.js +11 -0
  138. package/dist/interface/external/ehr/practicefusion/refresh-token.js.map +1 -0
  139. package/dist/interface/external/ehr/practicefusion/write-back.d.ts +47 -0
  140. package/dist/interface/external/ehr/practicefusion/write-back.d.ts.map +1 -0
  141. package/dist/interface/external/ehr/practicefusion/write-back.js +29 -0
  142. package/dist/interface/external/ehr/practicefusion/write-back.js.map +1 -0
  143. package/dist/interface/external/ehr/salesforce/cx-mapping.d.ts +465 -0
  144. package/dist/interface/external/ehr/salesforce/cx-mapping.d.ts.map +1 -0
  145. package/dist/interface/external/ehr/salesforce/cx-mapping.js +10 -0
  146. package/dist/interface/external/ehr/salesforce/cx-mapping.js.map +1 -0
  147. package/dist/interface/external/ehr/shared.d.ts +8 -0
  148. package/dist/interface/external/ehr/shared.d.ts.map +1 -1
  149. package/dist/interface/external/ehr/shared.js +4 -1
  150. package/dist/interface/external/ehr/shared.js.map +1 -1
  151. package/dist/interface/external/ehr/source.d.ts +2 -0
  152. package/dist/interface/external/ehr/source.d.ts.map +1 -1
  153. package/dist/interface/external/ehr/source.js +6 -1
  154. package/dist/interface/external/ehr/source.js.map +1 -1
  155. package/dist/interface/external/index.d.ts +1 -0
  156. package/dist/interface/external/index.d.ts.map +1 -1
  157. package/dist/interface/external/index.js +1 -0
  158. package/dist/interface/external/index.js.map +1 -1
  159. package/dist/interface/external/surescripts/index.d.ts +2 -0
  160. package/dist/interface/external/surescripts/index.d.ts.map +1 -1
  161. package/dist/interface/external/surescripts/index.js +2 -0
  162. package/dist/interface/external/surescripts/index.js.map +1 -1
  163. package/dist/interface/internal/cohort.d.ts +1000 -0
  164. package/dist/interface/internal/cohort.d.ts.map +1 -0
  165. package/dist/interface/internal/cohort.js +62 -0
  166. package/dist/interface/internal/cohort.js.map +1 -0
  167. package/dist/interface/internal/document-query.d.ts +31 -0
  168. package/dist/interface/internal/document-query.d.ts.map +1 -0
  169. package/dist/interface/internal/document-query.js +21 -0
  170. package/dist/interface/internal/document-query.js.map +1 -0
  171. package/dist/interface/internal/index.d.ts +2 -0
  172. package/dist/interface/internal/index.d.ts.map +1 -1
  173. package/dist/interface/internal/index.js +2 -0
  174. package/dist/interface/internal/index.js.map +1 -1
  175. package/dist/medical/fhir/constants.d.ts +1 -0
  176. package/dist/medical/fhir/constants.d.ts.map +1 -1
  177. package/dist/medical/fhir/constants.js +2 -1
  178. package/dist/medical/fhir/constants.js.map +1 -1
  179. package/dist/medical/webhook/webhook-request.d.ts +683 -2
  180. package/dist/medical/webhook/webhook-request.d.ts.map +1 -1
  181. package/dist/medical/webhook/webhook-request.js +57 -2
  182. package/dist/medical/webhook/webhook-request.js.map +1 -1
  183. package/dist/net/axios.d.ts +3 -0
  184. package/dist/net/axios.d.ts.map +1 -0
  185. package/dist/net/axios.js +21 -0
  186. package/dist/net/axios.js.map +1 -0
  187. package/dist/net/http.d.ts +25 -0
  188. package/dist/net/http.d.ts.map +1 -0
  189. package/dist/net/http.js +76 -0
  190. package/dist/net/http.js.map +1 -0
  191. package/dist/net/index.d.ts +6 -0
  192. package/dist/net/index.d.ts.map +1 -0
  193. package/dist/net/index.js +22 -0
  194. package/dist/net/index.js.map +1 -0
  195. package/dist/net/retry.d.ts +1 -0
  196. package/dist/net/retry.d.ts.map +1 -1
  197. package/dist/net/retry.js +8 -1
  198. package/dist/net/retry.js.map +1 -1
  199. package/dist/util/duration.d.ts +1 -0
  200. package/dist/util/duration.d.ts.map +1 -1
  201. package/dist/util/duration.js +15 -1
  202. package/dist/util/duration.js.map +1 -1
  203. package/dist/util/zod.d.ts +2 -0
  204. package/dist/util/zod.d.ts.map +1 -1
  205. package/dist/util/zod.js +10 -1
  206. package/dist/util/zod.js.map +1 -1
  207. package/package.json +6 -2
@@ -0,0 +1,2612 @@
1
+ "use strict";
2
+ /**
3
+ * Practice Fusion Allergy Map
4
+ *
5
+ * This file contains the hardcoded list of allergies that Practice Fusion supports for write-back.
6
+ * The data comes from Practice Fusion's allergy reference list.
7
+ *
8
+ * Two types of entries:
9
+ * 1. Drug Classes (isIngredient = false) - matched by SNOMED codes
10
+ * 2. Ingredients (isIngredient = true) - matched by RxNorm codes
11
+ */
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ exports.environmentalFoodAllergenTextMap = exports.rxNormCodeToTextMap = exports.drugClassEntries = void 0;
14
+ /**
15
+ * Drug classes - matched by SNOMED product or substance codes
16
+ */
17
+ exports.drugClassEntries = [
18
+ {
19
+ allergyClassName: "Serotonin 5HT-3 Inhibitors",
20
+ rxNormCui: undefined,
21
+ isIngredient: false,
22
+ snomedCtProductCode: "108417002",
23
+ snomedCtSubstanceCode: "372486003",
24
+ },
25
+ {
26
+ allergyClassName: "Aminoglycosides",
27
+ rxNormCui: undefined,
28
+ isIngredient: false,
29
+ snomedCtProductCode: "770387008",
30
+ snomedCtSubstanceCode: "14443002",
31
+ },
32
+ {
33
+ allergyClassName: "Androgens",
34
+ rxNormCui: undefined,
35
+ isIngredient: false,
36
+ snomedCtProductCode: "126175007",
37
+ snomedCtSubstanceCode: "126162007",
38
+ },
39
+ {
40
+ allergyClassName: "ACE Inhibitors",
41
+ rxNormCui: undefined,
42
+ isIngredient: false,
43
+ snomedCtProductCode: "41549009",
44
+ snomedCtSubstanceCode: "372733002",
45
+ },
46
+ {
47
+ allergyClassName: "Angiotensin II Receptor Blockers (ARBs)",
48
+ rxNormCui: undefined,
49
+ isIngredient: false,
50
+ snomedCtProductCode: "96308008",
51
+ snomedCtSubstanceCode: "372913009",
52
+ },
53
+ {
54
+ allergyClassName: "Barbiturates",
55
+ rxNormCui: undefined,
56
+ isIngredient: false,
57
+ snomedCtProductCode: "60978003",
58
+ snomedCtSubstanceCode: "372798009",
59
+ },
60
+ {
61
+ allergyClassName: "Benzodiazepines",
62
+ rxNormCui: undefined,
63
+ isIngredient: false,
64
+ snomedCtProductCode: "16047007",
65
+ snomedCtSubstanceCode: "372664007",
66
+ },
67
+ {
68
+ allergyClassName: "Beta blockers",
69
+ rxNormCui: undefined,
70
+ isIngredient: false,
71
+ snomedCtProductCode: "33252009",
72
+ snomedCtSubstanceCode: "373254001",
73
+ },
74
+ {
75
+ allergyClassName: "Bisphosphonates",
76
+ rxNormCui: undefined,
77
+ isIngredient: false,
78
+ snomedCtProductCode: "96281001",
79
+ snomedCtSubstanceCode: "372907000",
80
+ },
81
+ {
82
+ allergyClassName: "Carbapenems",
83
+ rxNormCui: undefined,
84
+ isIngredient: false,
85
+ snomedCtProductCode: "350134005",
86
+ snomedCtSubstanceCode: "396345004",
87
+ },
88
+ {
89
+ allergyClassName: "Cephalosporins",
90
+ rxNormCui: undefined,
91
+ isIngredient: false,
92
+ snomedCtProductCode: "764299009",
93
+ snomedCtSubstanceCode: "764147003",
94
+ },
95
+ {
96
+ allergyClassName: "Gadolinium-Based Contrast Agent",
97
+ rxNormCui: undefined,
98
+ isIngredient: false,
99
+ snomedCtProductCode: "768763008",
100
+ snomedCtSubstanceCode: "767235005",
101
+ },
102
+ {
103
+ allergyClassName: "Corticosteroids",
104
+ rxNormCui: undefined,
105
+ isIngredient: false,
106
+ snomedCtProductCode: "79440004",
107
+ snomedCtSubstanceCode: "304275008",
108
+ },
109
+ {
110
+ allergyClassName: "Estrogens",
111
+ rxNormCui: undefined,
112
+ isIngredient: false,
113
+ snomedCtProductCode: "61946003",
114
+ snomedCtSubstanceCode: "1052201004",
115
+ },
116
+ {
117
+ allergyClassName: "Antihistamines",
118
+ rxNormCui: undefined,
119
+ isIngredient: false,
120
+ snomedCtProductCode: undefined,
121
+ snomedCtSubstanceCode: "373268008",
122
+ },
123
+ {
124
+ allergyClassName: "Influenza Vaccines",
125
+ rxNormCui: undefined,
126
+ isIngredient: false,
127
+ snomedCtProductCode: "1181000221105",
128
+ snomedCtSubstanceCode: undefined,
129
+ },
130
+ {
131
+ allergyClassName: "Gold-Containing Compounds",
132
+ rxNormCui: undefined,
133
+ isIngredient: false,
134
+ snomedCtProductCode: "768592009",
135
+ snomedCtSubstanceCode: "90618003",
136
+ },
137
+ {
138
+ allergyClassName: "H2 Antagonist / Blockers",
139
+ rxNormCui: undefined,
140
+ isIngredient: false,
141
+ snomedCtProductCode: "108661002",
142
+ snomedCtSubstanceCode: "372524001",
143
+ },
144
+ {
145
+ allergyClassName: "Statins (HMG-CoA reductase inhibitors)",
146
+ rxNormCui: undefined,
147
+ isIngredient: false,
148
+ snomedCtProductCode: "96302009",
149
+ snomedCtSubstanceCode: "372912004",
150
+ },
151
+ {
152
+ allergyClassName: "Insulins",
153
+ rxNormCui: undefined,
154
+ isIngredient: false,
155
+ snomedCtProductCode: "39487003",
156
+ snomedCtSubstanceCode: "67866001",
157
+ },
158
+ {
159
+ allergyClassName: "Iodinated Contrast Agent",
160
+ rxNormCui: undefined,
161
+ isIngredient: false,
162
+ snomedCtProductCode: undefined,
163
+ snomedCtSubstanceCode: "426722004",
164
+ },
165
+ {
166
+ allergyClassName: "Macrolides",
167
+ rxNormCui: undefined,
168
+ isIngredient: false,
169
+ snomedCtProductCode: "105908007",
170
+ snomedCtSubstanceCode: "372480009",
171
+ },
172
+ {
173
+ allergyClassName: "Xanthines",
174
+ rxNormCui: undefined,
175
+ isIngredient: false,
176
+ snomedCtProductCode: "765419002",
177
+ snomedCtSubstanceCode: "259553003",
178
+ },
179
+ {
180
+ allergyClassName: "Nonsteroidal Anti-inflammatory Compounds (NSAIDs)",
181
+ rxNormCui: undefined,
182
+ isIngredient: false,
183
+ snomedCtProductCode: "16403005",
184
+ snomedCtSubstanceCode: "372665008",
185
+ },
186
+ {
187
+ allergyClassName: "Penicillins",
188
+ rxNormCui: undefined,
189
+ isIngredient: false,
190
+ snomedCtProductCode: "6369005",
191
+ snomedCtSubstanceCode: "764146007",
192
+ },
193
+ {
194
+ allergyClassName: "Phenothiazines",
195
+ rxNormCui: undefined,
196
+ isIngredient: false,
197
+ snomedCtProductCode: "768614002",
198
+ snomedCtSubstanceCode: "782605007",
199
+ },
200
+ {
201
+ allergyClassName: "Proton Pump Inhibitors",
202
+ rxNormCui: undefined,
203
+ isIngredient: false,
204
+ snomedCtProductCode: "108665006",
205
+ snomedCtSubstanceCode: "372525000",
206
+ },
207
+ {
208
+ allergyClassName: "Quinolones",
209
+ rxNormCui: undefined,
210
+ isIngredient: false,
211
+ snomedCtProductCode: "37084008",
212
+ snomedCtSubstanceCode: "372722000",
213
+ },
214
+ {
215
+ allergyClassName: "Salicylic Acids",
216
+ rxNormCui: undefined,
217
+ isIngredient: false,
218
+ snomedCtProductCode: "350312004",
219
+ snomedCtSubstanceCode: "255637000",
220
+ },
221
+ {
222
+ allergyClassName: "Selective Serotonin Reuptake Inhibitors (SSRIs)",
223
+ rxNormCui: undefined,
224
+ isIngredient: false,
225
+ snomedCtProductCode: "349854005",
226
+ snomedCtSubstanceCode: "373225007",
227
+ },
228
+ {
229
+ allergyClassName: "Silver-Containing Compounds",
230
+ rxNormCui: undefined,
231
+ isIngredient: false,
232
+ snomedCtProductCode: undefined,
233
+ snomedCtSubstanceCode: "767401005",
234
+ },
235
+ {
236
+ allergyClassName: "Sulfonylureas",
237
+ rxNormCui: undefined,
238
+ isIngredient: false,
239
+ snomedCtProductCode: "34012005",
240
+ snomedCtSubstanceCode: "372711004",
241
+ },
242
+ {
243
+ allergyClassName: "Tetracyclines",
244
+ rxNormCui: undefined,
245
+ isIngredient: false,
246
+ snomedCtProductCode: "282831004",
247
+ snomedCtSubstanceCode: "373206009",
248
+ },
249
+ {
250
+ allergyClassName: "Tricyclic Antidepressants",
251
+ rxNormCui: undefined,
252
+ isIngredient: false,
253
+ snomedCtProductCode: "33219003",
254
+ snomedCtSubstanceCode: "373253007",
255
+ },
256
+ {
257
+ allergyClassName: "Vitamin D Derivatives",
258
+ rxNormCui: undefined,
259
+ isIngredient: false,
260
+ snomedCtProductCode: "11563006",
261
+ snomedCtSubstanceCode: "30178006",
262
+ },
263
+ {
264
+ allergyClassName: "5-Alpha Reductase Inhibitors",
265
+ rxNormCui: undefined,
266
+ isIngredient: false,
267
+ snomedCtProductCode: "770377009",
268
+ snomedCtSubstanceCode: "406757009",
269
+ },
270
+ {
271
+ allergyClassName: "Aminoquinolines",
272
+ rxNormCui: undefined,
273
+ isIngredient: false,
274
+ snomedCtProductCode: "350222007",
275
+ snomedCtSubstanceCode: "372633005",
276
+ },
277
+ {
278
+ allergyClassName: "Amphotericin B",
279
+ rxNormCui: undefined,
280
+ isIngredient: false,
281
+ snomedCtProductCode: undefined,
282
+ snomedCtSubstanceCode: "372643008",
283
+ },
284
+ {
285
+ allergyClassName: "Anthracyclines",
286
+ rxNormCui: undefined,
287
+ isIngredient: false,
288
+ snomedCtProductCode: "108787006",
289
+ snomedCtSubstanceCode: "372540003",
290
+ },
291
+ {
292
+ allergyClassName: "Barium-containing Compounds",
293
+ rxNormCui: undefined,
294
+ isIngredient: false,
295
+ snomedCtProductCode: "768697005",
296
+ snomedCtSubstanceCode: "767161003",
297
+ },
298
+ {
299
+ allergyClassName: "Bismuth-containing Compounds",
300
+ rxNormCui: undefined,
301
+ isIngredient: false,
302
+ snomedCtProductCode: "768457003",
303
+ snomedCtSubstanceCode: "767164006",
304
+ },
305
+ {
306
+ allergyClassName: "C1 Esterase Inhibitors",
307
+ rxNormCui: undefined,
308
+ isIngredient: false,
309
+ snomedCtProductCode: "441508005",
310
+ snomedCtSubstanceCode: "34737006",
311
+ },
312
+ {
313
+ allergyClassName: "Dacarbazine and Related",
314
+ rxNormCui: undefined,
315
+ isIngredient: false,
316
+ snomedCtProductCode: undefined,
317
+ snomedCtSubstanceCode: "372611008",
318
+ },
319
+ {
320
+ allergyClassName: "Digoxin and Related",
321
+ rxNormCui: undefined,
322
+ isIngredient: false,
323
+ snomedCtProductCode: undefined,
324
+ snomedCtSubstanceCode: "406759007",
325
+ },
326
+ {
327
+ allergyClassName: "Dipeptidyl Peptidase-4 Inhibitors (Gliptins)",
328
+ rxNormCui: undefined,
329
+ isIngredient: false,
330
+ snomedCtProductCode: undefined,
331
+ snomedCtSubstanceCode: "423837000",
332
+ },
333
+ {
334
+ allergyClassName: "Echinocandin Antifungals",
335
+ rxNormCui: undefined,
336
+ isIngredient: false,
337
+ snomedCtProductCode: "129473008",
338
+ snomedCtSubstanceCode: "373570003",
339
+ },
340
+ {
341
+ allergyClassName: "Glucocerebrosidase Replenishers",
342
+ rxNormCui: undefined,
343
+ isIngredient: false,
344
+ snomedCtProductCode: undefined,
345
+ snomedCtSubstanceCode: "259429006",
346
+ },
347
+ {
348
+ allergyClassName: "Imidazole Antifungals",
349
+ rxNormCui: undefined,
350
+ isIngredient: false,
351
+ snomedCtProductCode: "350196005",
352
+ snomedCtSubstanceCode: "373236000",
353
+ },
354
+ {
355
+ allergyClassName: "Incretin Mimetic Agents",
356
+ rxNormCui: undefined,
357
+ isIngredient: false,
358
+ snomedCtProductCode: "416636000",
359
+ snomedCtSubstanceCode: "416171004",
360
+ },
361
+ {
362
+ allergyClassName: "Indanediones",
363
+ rxNormCui: undefined,
364
+ isIngredient: false,
365
+ snomedCtProductCode: undefined,
366
+ snomedCtSubstanceCode: "372573005",
367
+ },
368
+ {
369
+ allergyClassName: "Interferons",
370
+ rxNormCui: undefined,
371
+ isIngredient: false,
372
+ snomedCtProductCode: "768865007",
373
+ snomedCtSubstanceCode: "49327004",
374
+ },
375
+ {
376
+ allergyClassName: "LMW Heparin",
377
+ rxNormCui: undefined,
378
+ isIngredient: false,
379
+ snomedCtProductCode: "87233003",
380
+ snomedCtSubstanceCode: "373294004",
381
+ },
382
+ {
383
+ allergyClassName: "Loop Diuretics",
384
+ rxNormCui: undefined,
385
+ isIngredient: false,
386
+ snomedCtProductCode: "830118008",
387
+ snomedCtSubstanceCode: "372691009",
388
+ },
389
+ {
390
+ allergyClassName: "Metformin and Related",
391
+ rxNormCui: undefined,
392
+ isIngredient: false,
393
+ snomedCtProductCode: undefined,
394
+ snomedCtSubstanceCode: "420100005",
395
+ },
396
+ {
397
+ allergyClassName: "Metronidazole and Related",
398
+ rxNormCui: undefined,
399
+ isIngredient: false,
400
+ snomedCtProductCode: "350157004",
401
+ snomedCtSubstanceCode: "373235001",
402
+ },
403
+ {
404
+ allergyClassName: "Monoclonal Antibodies",
405
+ rxNormCui: undefined,
406
+ isIngredient: false,
407
+ snomedCtProductCode: "108807002",
408
+ snomedCtSubstanceCode: "49616005",
409
+ },
410
+ {
411
+ allergyClassName: "Nitrofuran Derivatives",
412
+ rxNormCui: undefined,
413
+ isIngredient: false,
414
+ snomedCtProductCode: "713382001",
415
+ snomedCtSubstanceCode: "360201004",
416
+ },
417
+ {
418
+ allergyClassName: "Papaya Derivatives",
419
+ rxNormCui: undefined,
420
+ isIngredient: false,
421
+ snomedCtProductCode: undefined,
422
+ snomedCtSubstanceCode: "406765007",
423
+ },
424
+ {
425
+ allergyClassName: "Parabens",
426
+ rxNormCui: undefined,
427
+ isIngredient: false,
428
+ snomedCtProductCode: "771344003",
429
+ snomedCtSubstanceCode: "412046002",
430
+ },
431
+ {
432
+ allergyClassName: "Platinum-containing Compounds",
433
+ rxNormCui: undefined,
434
+ isIngredient: false,
435
+ snomedCtProductCode: "768621002",
436
+ snomedCtSubstanceCode: "11996000",
437
+ },
438
+ {
439
+ allergyClassName: "Pneumococcal Vaccines",
440
+ rxNormCui: undefined,
441
+ isIngredient: false,
442
+ snomedCtProductCode: "836398006",
443
+ snomedCtSubstanceCode: undefined,
444
+ },
445
+ {
446
+ allergyClassName: "Protamine",
447
+ rxNormCui: undefined,
448
+ isIngredient: false,
449
+ snomedCtProductCode: undefined,
450
+ snomedCtSubstanceCode: "767622007",
451
+ },
452
+ {
453
+ allergyClassName: "Rauwolfia Derivatives",
454
+ rxNormCui: undefined,
455
+ isIngredient: false,
456
+ snomedCtProductCode: undefined,
457
+ snomedCtSubstanceCode: "372887001",
458
+ },
459
+ {
460
+ allergyClassName: "Retinoids",
461
+ rxNormCui: undefined,
462
+ isIngredient: false,
463
+ snomedCtProductCode: "116085009",
464
+ snomedCtSubstanceCode: "372579009",
465
+ },
466
+ {
467
+ allergyClassName: "Rifamycins",
468
+ rxNormCui: undefined,
469
+ isIngredient: false,
470
+ snomedCtProductCode: "713764001",
471
+ snomedCtSubstanceCode: "406756000",
472
+ },
473
+ {
474
+ allergyClassName: "Selective Estrogen Receptor Modulators",
475
+ rxNormCui: undefined,
476
+ isIngredient: false,
477
+ snomedCtProductCode: undefined,
478
+ snomedCtSubstanceCode: "373336003",
479
+ },
480
+ {
481
+ allergyClassName: "SGLT2 Inhibitors",
482
+ rxNormCui: undefined,
483
+ isIngredient: false,
484
+ snomedCtProductCode: "703677008",
485
+ snomedCtSubstanceCode: "703673007",
486
+ },
487
+ {
488
+ allergyClassName: "Streptogramins",
489
+ rxNormCui: undefined,
490
+ isIngredient: false,
491
+ snomedCtProductCode: "422292008",
492
+ snomedCtSubstanceCode: "420946006",
493
+ },
494
+ {
495
+ allergyClassName: "Thioamides",
496
+ rxNormCui: undefined,
497
+ isIngredient: false,
498
+ snomedCtProductCode: undefined,
499
+ snomedCtSubstanceCode: "406762005",
500
+ },
501
+ {
502
+ allergyClassName: "Thioxanthenes",
503
+ rxNormCui: undefined,
504
+ isIngredient: false,
505
+ snomedCtProductCode: undefined,
506
+ snomedCtSubstanceCode: "782544009",
507
+ },
508
+ {
509
+ allergyClassName: "Thyroid Hormones",
510
+ rxNormCui: undefined,
511
+ isIngredient: false,
512
+ snomedCtProductCode: undefined,
513
+ snomedCtSubstanceCode: "18220004",
514
+ },
515
+ {
516
+ allergyClassName: "Triptans",
517
+ rxNormCui: undefined,
518
+ isIngredient: false,
519
+ snomedCtProductCode: "363560004",
520
+ snomedCtSubstanceCode: "108405004",
521
+ },
522
+ {
523
+ allergyClassName: "Tumor Necrosis Factor Antagonists",
524
+ rxNormCui: undefined,
525
+ isIngredient: false,
526
+ snomedCtProductCode: "416897008",
527
+ snomedCtSubstanceCode: "420693002",
528
+ },
529
+ {
530
+ allergyClassName: "Undecylenates",
531
+ rxNormCui: undefined,
532
+ isIngredient: false,
533
+ snomedCtProductCode: "332955008",
534
+ snomedCtSubstanceCode: "373463001",
535
+ },
536
+ {
537
+ allergyClassName: "Vinca Alkaloids",
538
+ rxNormCui: undefined,
539
+ isIngredient: false,
540
+ snomedCtProductCode: "895560003",
541
+ snomedCtSubstanceCode: "61864009",
542
+ },
543
+ {
544
+ allergyClassName: "Vitamin K and Related",
545
+ rxNormCui: undefined,
546
+ isIngredient: false,
547
+ snomedCtProductCode: "74226000",
548
+ snomedCtSubstanceCode: "65183007",
549
+ },
550
+ {
551
+ allergyClassName: "Warfarin and Related",
552
+ rxNormCui: undefined,
553
+ isIngredient: false,
554
+ snomedCtProductCode: "768600002",
555
+ snomedCtSubstanceCode: "373307003",
556
+ },
557
+ {
558
+ allergyClassName: "Succinimides",
559
+ rxNormCui: undefined,
560
+ isIngredient: false,
561
+ snomedCtProductCode: "74632002",
562
+ snomedCtSubstanceCode: "372837008",
563
+ },
564
+ ];
565
+ /**
566
+ * RxNorm code to Practice Fusion allergen name mapping.
567
+ * Maps RxNorm CUI codes to the exact text that Practice Fusion expects.
568
+ */
569
+ exports.rxNormCodeToTextMap = {
570
+ "190521": "Abacavir",
571
+ "301739": "Abarelix",
572
+ "83929": "Abciximab",
573
+ "1712": "AbobotulinumtoxinA",
574
+ "625": "Acebrophylline",
575
+ "149": "Acebutolol",
576
+ "16689": "Aceclofenac",
577
+ "16695": "Acemetacin",
578
+ "154": "Acenocoumarol",
579
+ "161": "Acetaminophen",
580
+ "162": "Acetanilide",
581
+ "167": "Acetazolamide",
582
+ "173": "Acetohexamide",
583
+ "178": "Acetone Sodium Bisulfite",
584
+ "16735": "Acetophenazine",
585
+ "194": "Acetylcholine",
586
+ "1362871": "Acetylglucosamine",
587
+ "16818": "Acitretin",
588
+ "239": "Aclarubicin",
589
+ "1303098": "Aclidinium",
590
+ "281": "Acyclovir",
591
+ "327361": "Adalimumab",
592
+ "60223": "Adapalene",
593
+ "1371041": "ado-Trastuzumab Emtansine",
594
+ "91413": "Adrenal Cortex Extract",
595
+ "1232150": "Aflibercept",
596
+ "423": "Ajmaline",
597
+ "141440": "Alatrofloxacin",
598
+ "1534763": "Albiglutide",
599
+ "435": "Albuterol",
600
+ "108088": "Alclometasone",
601
+ "70223": "Aldesleukin",
602
+ "299635": "Alefacept",
603
+ "117055": "Alemtuzumab",
604
+ "46041": "Alendronate",
605
+ "12062": "Alfacalcidol",
606
+ "480": "Alfentanil",
607
+ "17300": "Alfuzosin",
608
+ "595": "Algestone",
609
+ "46049": "Alglucerase",
610
+ "629565": "Alglucosidase Alfa",
611
+ "1659152": "Alirocumab",
612
+ "81864": "Alitretinoin",
613
+ "508": "Allantoin",
614
+ "516": "Allobarbital",
615
+ "519": "Allopurinol",
616
+ "525": "Allylestrenol",
617
+ "17387": "Alminoprofen",
618
+ "279645": "Almotriptan",
619
+ "1368001": "Alogliptin",
620
+ "85248": "Alosetron",
621
+ "17393": "Aloxiprin",
622
+ "594": "Alphaprodine",
623
+ "596": "Alprazolam",
624
+ "597": "Alprenolol",
625
+ "598": "Alprostadil",
626
+ "599": "Alseroxylon",
627
+ "8410": "Alteplase",
628
+ "620": "Amantadine",
629
+ "17652": "Amcinonide",
630
+ "626": "Amdinocillin",
631
+ "4126": "Amifostine",
632
+ "641": "Amikacin",
633
+ "644": "Amiloride",
634
+ "17698": "Amineptine",
635
+ "677": "Aminoglutethimide",
636
+ "683": "Aminolevulinic Acid",
637
+ "689": "Aminophylline",
638
+ "695": "Aminopyrine",
639
+ "7833": "Aminosalicylic Acid",
640
+ "703": "Amiodarone",
641
+ "46303": "Amisulpride",
642
+ "704": "Amitriptyline",
643
+ "17767": "Amlodipine",
644
+ "1299884": "Ammonia",
645
+ "709": "Ammonium",
646
+ "1310190": "Ammonium Carbonate",
647
+ "712": "Ammonium Chloride",
648
+ "1362884": "Ammonium Hydroxide",
649
+ "1720161": "Ammonium Iodide",
650
+ "114202": "Ammonium Lactate",
651
+ "1424667": "Ammonium Lauryl Sulfate",
652
+ "17792": "Ammonium Phosphate, Monobasic",
653
+ "236220": "Ammonium Salicylate",
654
+ "1312975": "Ammonium Stearate",
655
+ "1362695": "Ammonium Sulfate",
656
+ "719": "Amobarbital",
657
+ "720": "Amodiaquine",
658
+ "722": "Amoxapine",
659
+ "723": "Amoxicillin",
660
+ "725": "Amphetamine",
661
+ "732": "Amphotericin B",
662
+ "733": "Ampicillin",
663
+ "228656": "Amprenavir",
664
+ "738": "Amrinone",
665
+ "742": "Amyl Nitrite",
666
+ "40660": "Amylocaine",
667
+ "72435": "Anakinra",
668
+ "140502": "Ancestim",
669
+ "784": "Androstenedione",
670
+ "1312359": "Androsterone",
671
+ "820": "Anetholtrithion",
672
+ "341018": "Anidulafungin",
673
+ "17933": "Anileridine",
674
+ "17941": "Anisindione",
675
+ "89780": "Anisotropine",
676
+ "40028": "Anistreplase",
677
+ "865": "Antazoline",
678
+ "1722336": "Anthrax Immune Globulin",
679
+ "4257": "Antihemophilic Factor",
680
+ "981": "Antimony Potassium Tartrate",
681
+ "1423913": "Antimony Triiodide",
682
+ "485234": "Antirabies Serum",
683
+ "1009": "Antithrombin (Recombinant)",
684
+ "91596": "Antivenin Crotalidae Polyvalent",
685
+ "1029": "Apazone",
686
+ "14845": "Apraclonidine",
687
+ "358255": "Aprepitant",
688
+ "17381": "Aprobarbital",
689
+ "1056": "Aprotinin",
690
+ "26397": "Arbekacin",
691
+ "61609": "Arbutamine",
692
+ "87866": "Ardeparin",
693
+ "304962": "Arformoterol",
694
+ "641465": "Armodafinil",
695
+ "592464": "Articaine",
696
+ "1088438": "Ascorbyl Palmitate",
697
+ "1156": "Asparaginase",
698
+ "1311524": "Aspartame",
699
+ "1169": "Aspartic Acid",
700
+ "1191": "Aspirin",
701
+ "343047": "Atazanavir",
702
+ "1202": "Atenolol",
703
+ "1792776": "Atezolizumab",
704
+ "83367": "Atorvastatin",
705
+ "1218": "Atracurium",
706
+ "1223": "Atropine",
707
+ "1227": "Auranofin",
708
+ "4980": "Aurothioglucose",
709
+ "1000589": "Autologous Cultured Chondrocytes Porcine Membrane",
710
+ "1875534": "Avelumab",
711
+ "18600": "Azatadine",
712
+ "1091643": "Azilsartan",
713
+ "18631": "Azithromycin",
714
+ "1266": "Azlocillin",
715
+ "18651": "Azosemide",
716
+ "1272": "Aztreonam",
717
+ "18687": "Bacampicillin",
718
+ "18747": "Balsalazide",
719
+ "1325": "Barbital",
720
+ "1311065": "Barium Chloride Dihydrate",
721
+ "1311072": "Barium Iodide",
722
+ "1331": "Barium Sulfate",
723
+ "39879": "Barnidipine",
724
+ "1535513": "Basic Fuchsin",
725
+ "196102": "Basiliximab",
726
+ "1441386": "Bazedoxifene",
727
+ "1347": "Beclomethasone",
728
+ "1092437": "Belimumab",
729
+ "280611": "Bemiparin",
730
+ "18867": "Benazepril",
731
+ "1369": "Bendroflumethiazide",
732
+ "1372": "Benorylate",
733
+ "18889": "Benoxinate",
734
+ "1373": "Benperidol",
735
+ "18994": "Benznidazole",
736
+ "1399": "Benzocaine",
737
+ "18993": "Benzonatate",
738
+ "1422": "Benzphetamine",
739
+ "19008": "Benzthiazide",
740
+ "1425": "Benzydamine",
741
+ "1426": "Benzyl Alcohol",
742
+ "19044": "Benzyl Benzoate",
743
+ "19075": "Benzyl Hydroxybenzoate",
744
+ "19084": "Benzylthiouracil",
745
+ "863035": "Bepotastine",
746
+ "1436": "Bepridil",
747
+ "46967": "Beractant",
748
+ "819911": "Besifloxacin",
749
+ "1514": "Betamethasone",
750
+ "1520": "Betaxolol",
751
+ "19257": "Bethanechol",
752
+ "253337": "Bevacizumab",
753
+ "233272": "Bexarotene",
754
+ "1525": "Bezafibrate",
755
+ "1855048": "Bezlotoxumab",
756
+ "19295": "Bifonazole",
757
+ "1540": "Bile Salts",
758
+ "1599": "Bismuth",
759
+ "40762": "Bismuth Aluminate",
760
+ "237087": "Bismuth Camphocarbonate",
761
+ "324003": "Bismuth Dipropylacetate",
762
+ "237148": "Bismuth Formic Iodide",
763
+ "235954": "Bismuth Hydroxide",
764
+ "19472": "Bismuth Oxide",
765
+ "19475": "Bismuth Subcarbonate",
766
+ "47181": "Bismuth Subcitrate Potassium",
767
+ "19476": "Bismuth Subgallate",
768
+ "19477": "Bismuth Subnitrate",
769
+ "19478": "Bismuth Subsalicylate",
770
+ "19484": "Bisoprolol",
771
+ "19499": "Bitolterol",
772
+ "60819": "Bivalirudin",
773
+ "1597258": "Blinatumomab",
774
+ "19605": "Bopindolol",
775
+ "1705": "Boron",
776
+ "358258": "Bortezomib",
777
+ "1147320": "Brentuximab",
778
+ "19698": "Brilliant Green",
779
+ "134615": "Brimonidine",
780
+ "194881": "Brinzolamide",
781
+ "1872251": "Brodalumab",
782
+ "1749": "Bromazepam",
783
+ "19737": "Bromfenac",
784
+ "1760": "Bromocriptine",
785
+ "19759": "Bromodiphenhydramine",
786
+ "19777": "Bromperidol",
787
+ "1767": "Brompheniramine",
788
+ "19831": "Budesonide",
789
+ "1796": "Bufexamac",
790
+ "1808": "Bumetanide",
791
+ "19850": "Bunazosin",
792
+ "1815": "Bupivacaine",
793
+ "1817": "Bupranolol",
794
+ "1819": "Buprenorphine",
795
+ "42347": "Bupropion",
796
+ "1828": "Busulfan",
797
+ "477631": "Butabarbital",
798
+ "1829": "Butacaine",
799
+ "19860": "Butalbital",
800
+ "19861": "Butamben",
801
+ "47461": "Butenafine",
802
+ "19880": "Butibufen",
803
+ "19874": "Butobarbital",
804
+ "19884": "Butoconazole",
805
+ "1841": "Butorphanol",
806
+ "236881": "Butoxycaine",
807
+ "19895": "Butriptyline",
808
+ "19943": "Buzepide Metiodide",
809
+ "1599832": "C1 Inhibitor (Recombinant)",
810
+ "996051": "Cabazitaxel",
811
+ "47579": "Cabergoline",
812
+ "1886": "Caffeine",
813
+ "1889": "Calcifediol",
814
+ "29365": "Calcipotriene",
815
+ "1894": "Calcitriol",
816
+ "1905": "Calcium Fluoride",
817
+ "235273": "Calcium Iodide",
818
+ "102792": "Calcium Sulfaloxate",
819
+ "232539": "Calfactant",
820
+ "1373458": "Canagliflozin",
821
+ "853491": "Canakinumab",
822
+ "214354": "Candesartan",
823
+ "81971": "Canrenoic Acid",
824
+ "1982": "Canrenone",
825
+ "42348": "Canthaxanthin",
826
+ "194000": "Capecitabine",
827
+ "136300": "Capromab",
828
+ "1998": "Captopril",
829
+ "1999": "Carbachol",
830
+ "2002": "Carbamazepine",
831
+ "47686": "Carbamide Peroxide",
832
+ "2015": "Carbenicillin",
833
+ "2020": "Carbimazole",
834
+ "20220": "Carbinoxamine",
835
+ "40048": "Carboplatin",
836
+ "2051": "Carboprost",
837
+ "2067": "Carbromal",
838
+ "2101": "Carisoprodol",
839
+ "20342": "Carpipramine",
840
+ "20343": "Carprofen",
841
+ "2116": "Carteolol",
842
+ "20352": "Carvedilol",
843
+ "140108": "Caspofungin",
844
+ "2176": "Cefaclor",
845
+ "2177": "Cefadroxil",
846
+ "2178": "Cefamandole",
847
+ "2179": "Cefatrizine",
848
+ "2180": "Cefazolin",
849
+ "25037": "Cefdinir",
850
+ "83682": "Cefditoren",
851
+ "20481": "Cefepime",
852
+ "20482": "Cefetamet",
853
+ "25033": "Cefixime",
854
+ "2182": "Cefmetazole",
855
+ "20485": "Cefodizime",
856
+ "2183": "Cefonicid",
857
+ "2184": "Cefoperazone",
858
+ "20486": "Ceforanide",
859
+ "2186": "Cefotaxime",
860
+ "2187": "Cefotetan",
861
+ "2188": "Cefotiam",
862
+ "2189": "Cefoxitin",
863
+ "27130": "Cefpirome",
864
+ "20489": "Cefpodoxime",
865
+ "19552": "Cefprozil",
866
+ "2190": "Cefsulodin",
867
+ "1040004": "Ceftaroline",
868
+ "2191": "Ceftazidime",
869
+ "20492": "Ceftibuten",
870
+ "2192": "Ceftizoxime",
871
+ "1597609": "Ceftolozane",
872
+ "2193": "Ceftriaxone",
873
+ "2194": "Cefuroxime",
874
+ "140587": "Celecoxib",
875
+ "20498": "Celiprolol",
876
+ "2222": "Cellulose",
877
+ "1425216": "Cellulose Acetate",
878
+ "1425215": "Cellulose Acetate Phthalate",
879
+ "2221": "Cellulose Sodium Phosphate",
880
+ "1119986": "Centruroides (Scorpion) Imm Fab2(Equine)",
881
+ "2231": "Cephalexin",
882
+ "2233": "Cephaloridine",
883
+ "2236": "Cephalothin",
884
+ "2238": "Cephapirin",
885
+ "2239": "Cephradine",
886
+ "596723": "Cerivastatin",
887
+ "709271": "Certolizumab Pegol",
888
+ "20610": "Cetirizine",
889
+ "68147": "Cetrorelix",
890
+ "318341": "Cetuximab",
891
+ "42588": "Chenodiol",
892
+ "892653": "Chicken Collagen",
893
+ "59038": "Chitosan",
894
+ "2346": "Chlorambucil",
895
+ "2348": "Chloramphenicol",
896
+ "2356": "Chlordiazepoxide",
897
+ "78904": "Chlormadinone",
898
+ "82242": "Chlorophyllin Copper",
899
+ "20859": "Chloroprocaine",
900
+ "20861": "Chloropyramine HCl",
901
+ "2393": "Chloroquine",
902
+ "2396": "Chlorothiazide",
903
+ "2397": "Chlorotrianisene",
904
+ "20875": "Chloroxine",
905
+ "2400": "Chlorpheniramine",
906
+ "2403": "Chlorpromazine",
907
+ "2404": "Chlorpropamide",
908
+ "2406": "Chlorprothixene",
909
+ "2407": "Chlorquinaldol",
910
+ "2408": "Chlortetracycline",
911
+ "2409": "Chlorthalidone",
912
+ "2418": "Cholecalciferol",
913
+ "2427": "Cholera Vaccine",
914
+ "1433887": "Choline Fenofibrate",
915
+ "215799": "Choline Magnesium Trisalicylate",
916
+ "2449": "Choline Salicylate",
917
+ "2525": "Chymopapain",
918
+ "2530": "Chymotrypsin",
919
+ "274964": "Ciclesonide",
920
+ "83171": "Cidofovir",
921
+ "21102": "Cilazapril",
922
+ "2541": "Cimetidine",
923
+ "2549": "Cinnarizine",
924
+ "2550": "Cinoxacin",
925
+ "21149": "Ciprofibrate",
926
+ "2551": "Ciprofloxacin",
927
+ "2555": "Cisplatin",
928
+ "2556": "Citalopram",
929
+ "21212": "Clarithromycin",
930
+ "48203": "Clavulanic Acid",
931
+ "2578": "Clemastine",
932
+ "233603": "Clevidipine",
933
+ "21232": "Clidinium",
934
+ "2582": "Clindamycin",
935
+ "5942": "Clioquinol",
936
+ "21241": "Clobazam",
937
+ "2590": "Clobetasol",
938
+ "108074": "Clobetasone",
939
+ "402583": "Clocinizine",
940
+ "21249": "Clocortolone",
941
+ "3350": "Clodronate",
942
+ "2594": "Clofibrate",
943
+ "2596": "Clomiphene",
944
+ "2597": "Clomipramine",
945
+ "2598": "Clonazepam",
946
+ "2599": "Clonidine",
947
+ "32968": "Clopidogrel",
948
+ "21285": "Cloprednol",
949
+ "2353": "Clorazepate",
950
+ "61686": "Clostebol",
951
+ "2622": "Clotiazepam",
952
+ "2623": "Clotrimazole",
953
+ "2625": "Cloxacillin",
954
+ "21311": "Cloxazolam",
955
+ "2626": "Clozapine",
956
+ "4249": "Coagulation Factor IX (Recomb), RIX-FP",
957
+ "1310300": "Cobalt",
958
+ "1306284": "Cobicistat",
959
+ "2653": "Cocaine",
960
+ "1425501": "Cochineal Extract",
961
+ "2669": "Cod Liver Oil",
962
+ "2670": "Codeine",
963
+ "1552632": "Collagen (Equine)",
964
+ "2837": "Copper",
965
+ "150596": "Copper Chloride",
966
+ "2839": "Copper Gluconate",
967
+ "21579": "Copper Sulfate",
968
+ "605061": "Coral Calcium",
969
+ "2854": "Corn Oil",
970
+ "579893": "Cornsilk",
971
+ "214461": "Corticorelin",
972
+ "376": "Corticotropin",
973
+ "2878": "Cortisone",
974
+ "2890": "Cosyntropin",
975
+ "2898": "Coumarin",
976
+ "285057": "Crotalidae Polyvalent Immune Fab (Ovine)",
977
+ "21837": "Cupric Oxide",
978
+ "2968": "Cyclacillin",
979
+ "2978": "Cyclobarbital",
980
+ "21949": "Cyclobenzaprine",
981
+ "21990": "Cyclomethycaine",
982
+ "3000": "Cyclopenthiazide",
983
+ "3002": "Cyclophosphamide",
984
+ "3008": "Cyclosporine",
985
+ "22033": "Cyclothiazide",
986
+ "3013": "Cyproheptadine",
987
+ "3022": "Cysteamine",
988
+ "22178": "Cytomegalovirus Immune Globulin",
989
+ "1310593": "D&C Red #22 (Eosine)",
990
+ "1426926": "D&C Red #36 (Flaming Red)",
991
+ "3098": "Dacarbazine",
992
+ "190353": "Daclizumab",
993
+ "229369": "Dalfopristin",
994
+ "67109": "Dalteparin",
995
+ "78484": "Danaparoid",
996
+ "1488564": "Dapagliflozin",
997
+ "3108": "Dapsone",
998
+ "1721947": "Daratumumab",
999
+ "283838": "Darbepoetin Alfa",
1000
+ "460132": "Darunavir",
1001
+ "1597381": "Dasabuvir",
1002
+ "3109": "Daunorubicin",
1003
+ "1311089": "Defibrotide",
1004
+ "22396": "Deflazacort",
1005
+ "475230": "Degarelix",
1006
+ "42625": "Dehydrocholic Acid",
1007
+ "1927663": "Delafloxacin",
1008
+ "3154": "Demeclocycline",
1009
+ "1313232": "Denatonium Benzoate",
1010
+ "214470": "Denileukin Diftitox",
1011
+ "993449": "Denosumab",
1012
+ "42627": "Deoxycholic Acid",
1013
+ "62174": "Deserpidine",
1014
+ "27340": "Desflurane",
1015
+ "3247": "Desipramine",
1016
+ "114934": "Desirudin",
1017
+ "3248": "Deslanoside",
1018
+ "275635": "Desloratadine",
1019
+ "22656": "Desogestrel",
1020
+ "3254": "Desonide",
1021
+ "3255": "Desoximetasone",
1022
+ "3256": "Desoxycorticosterone",
1023
+ "3210": "Desoxyribonuclease",
1024
+ "734064": "Desvenlafaxine",
1025
+ "3264": "Dexamethasone",
1026
+ "22696": "Dexbrompheniramine",
1027
+ "22697": "Dexchlorpheniramine",
1028
+ "3268": "Dexfenfluramine",
1029
+ "816346": "Dexlansoprazole",
1030
+ "352372": "Dexmethylphenidate",
1031
+ "42635": "Dextran",
1032
+ "3272": "Dextran 40",
1033
+ "3274": "Dextran 70",
1034
+ "3275": "Dextran 75",
1035
+ "3288": "Dextroamphetamine",
1036
+ "902510": "Dextrose",
1037
+ "3292": "Dextrothyroxine",
1038
+ "22713": "Dezocine",
1039
+ "484348": "DHA Ethyl Ester",
1040
+ "3304": "Diacetylmorphine",
1041
+ "3319": "Diatrizoate",
1042
+ "3322": "Diazepam",
1043
+ "3327": "Diazoxide",
1044
+ "3328": "Dibekacin",
1045
+ "3339": "Dibucaine",
1046
+ "3353": "Dichlorphenamide",
1047
+ "3355": "Diclofenac",
1048
+ "3356": "Dicloxacillin",
1049
+ "1598": "Dicumarol",
1050
+ "3364": "Didanosine",
1051
+ "3368": "Dienestrol",
1052
+ "22968": "Dienogest",
1053
+ "162592": "Diethylamine Salicylate",
1054
+ "3389": "Diethylpropion",
1055
+ "3390": "Diethylstilbestrol",
1056
+ "23024": "Difenoxin",
1057
+ "91311": "Diflorasone",
1058
+ "3392": "Diflucortolone",
1059
+ "3393": "Diflunisal",
1060
+ "23043": "Difluprednate",
1061
+ "3403": "Digitoxin",
1062
+ "3407": "Digoxin",
1063
+ "203223": "Digoxin Immune Fab (Ovine)",
1064
+ "23088": "Dihydrocodeine",
1065
+ "3416": "Dihydroergocristine",
1066
+ "3418": "Dihydroergotamine",
1067
+ "1549540": "Dihydrostreptomycin",
1068
+ "3429": "Dihydrotachysterol",
1069
+ "38508": "Dihydroxybusulfan",
1070
+ "3443": "Diltiazem",
1071
+ "3444": "Dimenhydrinate",
1072
+ "3449": "Dimethindene",
1073
+ "50138": "Dimethothiazine",
1074
+ "3477": "Dinoprost",
1075
+ "3478": "Dinoprostone",
1076
+ "1606274": "Dinutuximab",
1077
+ "59247": "Diperodon",
1078
+ "3498": "Diphenhydramine",
1079
+ "3500": "Diphenoxylate",
1080
+ "3510": "Diphtheria Antitoxin",
1081
+ "23410": "Dipivefrin",
1082
+ "3523": "Dipyrone",
1083
+ "23437": "Dirithromycin",
1084
+ "3616": "Dobutamine",
1085
+ "68091": "Dolasetron",
1086
+ "3628": "Dopamine",
1087
+ "23638": "Dopexamine",
1088
+ "119771": "Doripenem",
1089
+ "337623": "Dornase Alfa",
1090
+ "60207": "Dorzolamide",
1091
+ "3634": "Dothiepin",
1092
+ "23651": "Doxacurium",
1093
+ "49276": "Doxazosin",
1094
+ "3638": "Doxepin",
1095
+ "11516": "Doxercalciferol",
1096
+ "3639": "Doxorubicin",
1097
+ "3640": "Doxycycline",
1098
+ "3642": "Doxylamine",
1099
+ "3648": "Droperidol",
1100
+ "11636": "Drospirenone",
1101
+ "23687": "Droxicam",
1102
+ "1551291": "Dulaglutide",
1103
+ "1876376": "Dupilumab",
1104
+ "1919503": "Durvalumab",
1105
+ "228790": "Dutasteride",
1106
+ "23744": "Dyclonine",
1107
+ "3706": "Dydrogesterone",
1108
+ "3714": "Dyphylline",
1109
+ "89778": "Echothiophate",
1110
+ "3743": "Econazole",
1111
+ "591781": "Eculizumab",
1112
+ "356988": "Efalizumab",
1113
+ "195085": "Efavirenz",
1114
+ "144449": "Eicosapentaenoic Acid (EPA)",
1115
+ "1734628": "Elbasvir",
1116
+ "231049": "Eletriptan",
1117
+ "1489914": "Elosulfase Alfa",
1118
+ "1726104": "Elotuzumab",
1119
+ "1306286": "Elvitegravir",
1120
+ "1545653": "Empagliflozin",
1121
+ "276237": "Emtricitabine",
1122
+ "3827": "Enalapril",
1123
+ "42368": "Encainide",
1124
+ "236736": "Encephalitis Vaccine Live",
1125
+ "3920": "Enflurane",
1126
+ "3925": "Enoxacin",
1127
+ "67108": "Enoxaparin",
1128
+ "1304974": "EPA Ethyl Ester",
1129
+ "3966": "Ephedrine",
1130
+ "3992": "Epinephrine",
1131
+ "3995": "Epirubicin",
1132
+ "105694": "Epoetin (Alfa)",
1133
+ "8814": "Epoprostenol",
1134
+ "83515": "Eprosartan",
1135
+ "4018": "Ergocalciferol",
1136
+ "4021": "Ergonovine",
1137
+ "4025": "Ergotamine",
1138
+ "325642": "Ertapenem",
1139
+ "4040": "Erythrityl Tetranitrate",
1140
+ "4053": "Erythromycin",
1141
+ "4061": "Erythrosine Red No. 3",
1142
+ "321988": "Escitalopram",
1143
+ "1482502": "Eslicarbazepine",
1144
+ "49737": "Esmolol",
1145
+ "283742": "Esomeprazole",
1146
+ "4077": "Estazolam",
1147
+ "214549": "Esterified Estrogens",
1148
+ "4083": "Estradiol",
1149
+ "4089": "Estramustine",
1150
+ "4094": "Estriol",
1151
+ "4103": "Estrone",
1152
+ "33747": "Estropipate",
1153
+ "461016": "Eszopiclone",
1154
+ "214555": "Etanercept",
1155
+ "24468": "Etenzamide",
1156
+ "448": "Ethanol",
1157
+ "4124": "Ethinyl Estradiol",
1158
+ "4125": "Ethiodized Oil",
1159
+ "4127": "Ethionamide",
1160
+ "4129": "Ethisterone",
1161
+ "4134": "Ethopropazine",
1162
+ "4135": "Ethosuximide",
1163
+ "4136": "Ethotoin",
1164
+ "24524": "Ethyl Loflazepate",
1165
+ "1546423": "Ethyl Salicylate",
1166
+ "4158": "Ethylenediamine",
1167
+ "4166": "Ethylmorphine",
1168
+ "156240": "Ethylnorepinephrine",
1169
+ "1362892": "Ethylparaben",
1170
+ "24591": "Ethynodiol",
1171
+ "4171": "Etidocaine",
1172
+ "42682": "Etidronate",
1173
+ "4169": "Etilefrine",
1174
+ "24605": "Etodolac",
1175
+ "24608": "Etofenamate",
1176
+ "14584": "Etonogestrel",
1177
+ "4179": "Etoposide",
1178
+ "307296": "Etoricoxib",
1179
+ "4182": "Etretinate",
1180
+ "141704": "Everolimus",
1181
+ "1665684": "Evolocumab",
1182
+ "60548": "Exenatide",
1183
+ "4254": "Factor VII",
1184
+ "4271": "Factor XIII",
1185
+ "68099": "Famciclovir",
1186
+ "4278": "Famotidine",
1187
+ "1310575": "FD&C Red #4 (Ponceau Sx)",
1188
+ "24812": "Felbamate",
1189
+ "262307": "Felbinac",
1190
+ "4316": "Felodipine",
1191
+ "24830": "Fenbufen",
1192
+ "4327": "Fendiline",
1193
+ "4328": "Fenfluramine",
1194
+ "8703": "Fenofibrate",
1195
+ "4331": "Fenoprofen",
1196
+ "4333": "Fenoterol",
1197
+ "24856": "Fenoxazoline",
1198
+ "24867": "Fenproporex",
1199
+ "4337": "Fentanyl",
1200
+ "24876": "Fenticonazole",
1201
+ "1433693": "Ferric Carboxymaltose",
1202
+ "24898": "Ferric Chloride",
1203
+ "1594675": "Ferric Citrate",
1204
+ "1428835": "Ferric Hydroxide",
1205
+ "1310572": "Ferric Oxide",
1206
+ "24910": "Ferric Phosphate",
1207
+ "1607976": "Ferric Pyrophosphate",
1208
+ "24912": "Ferric Subsulfate",
1209
+ "24913": "Ferric Sulfate",
1210
+ "1310708": "Ferrosoferric Oxide",
1211
+ "17784": "Ferrous Ammonium Sulfate",
1212
+ "4356": "Ferrous Ascorbate",
1213
+ "236617": "Ferrous Aspartate",
1214
+ "644718": "Ferrous Asparto Glycinate",
1215
+ "1102188": "Ferrous Bisglycinate",
1216
+ "578765": "Ferrous Bisglycinate Chelate",
1217
+ "1440290": "Ferrous Carbonate",
1218
+ "24940": "Ferrous Chloride",
1219
+ "24941": "Ferrous Fumarate",
1220
+ "24942": "Ferrous Gluconate",
1221
+ "105655": "Ferrous Glycine",
1222
+ "136034": "Ferrous Lactate",
1223
+ "236196": "Ferrous Oxalate",
1224
+ "107056": "Ferrous Phosphate",
1225
+ "24946": "Ferrous Succinate",
1226
+ "24947": "Ferrous Sulfate",
1227
+ "72901": "Ferumoxides",
1228
+ "77754": "Ferumoxsil",
1229
+ "473387": "Ferumoxytol",
1230
+ "797195": "Fesoterodine",
1231
+ "87636": "Fexofenadine",
1232
+ "4388": "Fibrinolysin",
1233
+ "1111103": "Fidaxomicin",
1234
+ "68442": "Filgrastim",
1235
+ "1598641": "Finafloxacin",
1236
+ "25025": "Finasteride",
1237
+ "4441": "Flecainide",
1238
+ "42322": "Fleroxacin",
1239
+ "4444": "Floctafenine",
1240
+ "25089": "Flosequinan",
1241
+ "25096": "Flubendazole",
1242
+ "108091": "Fluclorolone",
1243
+ "4448": "Flucloxacillin",
1244
+ "4450": "Fluconazole",
1245
+ "4452": "Fludrocortisone",
1246
+ "4453": "Flufenamic Acid",
1247
+ "4457": "Flumazenil",
1248
+ "25112": "Flumequine",
1249
+ "4458": "Flumethasone",
1250
+ "89911": "Flumethiazide",
1251
+ "25120": "Flunisolide",
1252
+ "4460": "Flunitrazepam",
1253
+ "25126": "Fluocinolone",
1254
+ "4462": "Fluocinonide",
1255
+ "25127": "Fluocortin",
1256
+ "4463": "Fluocortolone",
1257
+ "4491": "Fluorometholone",
1258
+ "4493": "Fluoxetine",
1259
+ "4494": "Fluoxymesterone",
1260
+ "4495": "Flupenthixol",
1261
+ "4496": "Fluphenazine",
1262
+ "236650": "Fluprednidene",
1263
+ "4497": "Fluprednisolone",
1264
+ "4500": "Flurandrenolide",
1265
+ "4501": "Flurazepam",
1266
+ "4502": "Flurbiprofen",
1267
+ "4507": "Fluspirilene",
1268
+ "41126": "Fluticasone",
1269
+ "41127": "Fluvastatin",
1270
+ "42355": "Fluvoxamine",
1271
+ "386938": "Follitropin Alpha",
1272
+ "25357": "Follitropin Beta",
1273
+ "25255": "Formoterol",
1274
+ "358262": "Fosamprenavir",
1275
+ "1731071": "Fosaprepitant",
1276
+ "4550": "Fosfomycin",
1277
+ "50166": "Fosinopril",
1278
+ "72236": "Fosphenytoin",
1279
+ "4556": "Framycetin",
1280
+ "228783": "Frovatriptan",
1281
+ "4601": "Furazolidone",
1282
+ "4603": "Furosemide",
1283
+ "692620": "Gadobenate",
1284
+ "84990": "Gadobutrol",
1285
+ "41144": "Gadodiamide",
1286
+ "1364290": "Gadofosveset",
1287
+ "1546432": "Gadopentetate",
1288
+ "1421151": "Gadoterate Meglumine",
1289
+ "25483": "Gadoteridol",
1290
+ "228833": "Gadoversetamide",
1291
+ "802624": "Gadoxetate",
1292
+ "4638": "Gallamine Triethiodide",
1293
+ "4648": "Gallopamil",
1294
+ "4678": "Ganciclovir",
1295
+ "35825": "Ganirelix",
1296
+ "228476": "Gatifloxacin",
1297
+ "4716": "Gelatin",
1298
+ "12449": "Gemeprost",
1299
+ "4719": "Gemfibrozil",
1300
+ "138099": "Gemifloxacin",
1301
+ "1294580": "Gemtuzumab Ozogamicin",
1302
+ "1596450": "Gentamicin",
1303
+ "25734": "Gestodene",
1304
+ "4791": "Gestonorone",
1305
+ "4792": "Gestrinone",
1306
+ "102846": "Glibornuride",
1307
+ "4816": "Gliclazide",
1308
+ "25789": "Glimepiride",
1309
+ "4821": "Glipizide",
1310
+ "25793": "Gliquidone",
1311
+ "25834": "Glucametacin",
1312
+ "1242127": "Glucarpidase",
1313
+ "4845": "Glucosamine",
1314
+ "4903": "Glutethimide",
1315
+ "4815": "Glyburide",
1316
+ "27723": "Glycerol, Iodinated",
1317
+ "26051": "Glycol Monosalicylate",
1318
+ "4955": "Glycopyrrolate",
1319
+ "1311190": "Gold",
1320
+ "42547": "Gold Sodium Thiomalate",
1321
+ "36726": "Gold Sodium Thiosulfate",
1322
+ "1433888": "Gold Tribromide",
1323
+ "819300": "Golimumab",
1324
+ "6384": "Gonadorelin",
1325
+ "4986": "Gonadotropin",
1326
+ "50610": "Goserelin",
1327
+ "26237": "Granisetron",
1328
+ "1734630": "Grazoprevir",
1329
+ "83719": "Grepafloxacin",
1330
+ "5021": "Griseofulvin",
1331
+ "5031": "Guaiacol",
1332
+ "5032": "Guaifenesin",
1333
+ "798279": "Haemophilus B Polysacc Tetanus Toxoid Conj Vaccine",
1334
+ "1364467": "Haemophilus Influenzae",
1335
+ "26412": "Halazepam",
1336
+ "5084": "Halcinonide",
1337
+ "41208": "Halobetasol",
1338
+ "5093": "Haloperidol",
1339
+ "5095": "Halothane",
1340
+ "5224": "Heparin",
1341
+ "26744": "Hepatitis B Immune Globulin Human",
1342
+ "26746": "Hepatitis B Vaccine",
1343
+ "5254": "Heptaminol",
1344
+ "26797": "Hetacillin",
1345
+ "5531": "Hetastarch",
1346
+ "1426872": "Hexaminolevulinate",
1347
+ "5302": "Hexobarbital",
1348
+ "5307": "Hexoprenaline",
1349
+ "26879": "Hexylcaine",
1350
+ "1546205": "Hirudin",
1351
+ "50975": "Histrelin",
1352
+ "27084": "Homatropine",
1353
+ "91326": "Homosalate",
1354
+ "5464": "Hyaluronidase",
1355
+ "27208": "Hydriodic Acid",
1356
+ "5487": "Hydrochlorothiazide",
1357
+ "5489": "Hydrocodone",
1358
+ "5492": "Hydrocortisone",
1359
+ "5495": "Hydroflumethiazide",
1360
+ "3423": "Hydromorphone",
1361
+ "7839": "Hydroxyamphetamine",
1362
+ "5521": "Hydroxychloroquine",
1363
+ "5530": "Hydroxyestrone",
1364
+ "253175": "Hydroxyethyl Cellulose",
1365
+ "5542": "Hydroxyprogesterone",
1366
+ "5553": "Hydroxyzine",
1367
+ "284637": "Hylan G-F 20",
1368
+ "153970": "Hyoscyamine",
1369
+ "115264": "Ibandronic Acid",
1370
+ "262323": "Ibritumomab",
1371
+ "5640": "Ibuprofen",
1372
+ "5650": "Idarubicin",
1373
+ "1716191": "Idarucizumab",
1374
+ "5653": "Idoxuridine",
1375
+ "5657": "Ifosfamide",
1376
+ "40138": "Iloprost",
1377
+ "60245": "Imidapril",
1378
+ "27438": "Imidazole Salicylate",
1379
+ "84959": "Imiglucerase",
1380
+ "5690": "Imipenem",
1381
+ "5691": "Imipramine",
1382
+ "5764": "Indapamide",
1383
+ "325514": "Indigotindisulfonate",
1384
+ "5775": "Indocyanine Green",
1385
+ "5781": "Indomethacin",
1386
+ "191831": "Infliximab",
1387
+ "1804260": "Influenza H5N1 Split Adjuvanted",
1388
+ "51428": "Insulin Aspart (Human Analog)",
1389
+ "352385": "Insulin Aspart Protamine",
1390
+ "1670007": "Insulin Degludec",
1391
+ "139825": "Insulin Detemir",
1392
+ "274783": "Insulin Glargine",
1393
+ "400008": "Insulin Glulisine",
1394
+ "236646": "Insulin Human Protamine Zinc",
1395
+ "1605101": "Insulin Isophane",
1396
+ "86009": "Insulin Lispro",
1397
+ "314684": "Insulin Lispro Protamine",
1398
+ "314683": "Insulin Zinc Suspension",
1399
+ "221110": "Insulin Zinc Suspension, Extended",
1400
+ "235285": "Insulin Zinc Suspension, Prompt",
1401
+ "541": "Interferon Alfa",
1402
+ "5879": "Interferon Alfa-2a",
1403
+ "5880": "Interferon Alfa-2b",
1404
+ "59744": "Interferon Alfacon-1",
1405
+ "202912": "Interferon Alfa-n1",
1406
+ "612937": "Interferon Alfa-n3",
1407
+ "4381": "Interferon Beta",
1408
+ "75917": "Interferon Beta-1a",
1409
+ "72257": "Interferon Beta-1b",
1410
+ "5882": "Interferon Gamma-1B",
1411
+ "1426748": "Iobenguane",
1412
+ "87639": "Iobitridol",
1413
+ "183830": "Iocetamic Acid",
1414
+ "5928": "Iodamide Meglumine",
1415
+ "453012": "Iodinated Casein",
1416
+ "5933": "Iodine",
1417
+ "314301": "Iodine I 131 Albumin",
1418
+ "234449": "Iodine I 131 Tositumomab",
1419
+ "5936": "Iodipamide",
1420
+ "27729": "Iodixanol",
1421
+ "27748": "Iodoform",
1422
+ "1426467": "Iodopropynyl",
1423
+ "3435": "Iodoquinol",
1424
+ "1426874": "Ioflupane I-123",
1425
+ "5956": "Iohexol",
1426
+ "5966": "Iopamidol",
1427
+ "5967": "Iopanoic Acid",
1428
+ "27779": "Iopentol",
1429
+ "27781": "Iopromide",
1430
+ "5970": "Iothalamate",
1431
+ "51474": "Iotrolan",
1432
+ "52527": "Iotroxic Acid",
1433
+ "27792": "Ioversol",
1434
+ "5973": "Ioxaglate",
1435
+ "27793": "Ioxilan",
1436
+ "1094833": "Ipilimumab",
1437
+ "5976": "Ipodate",
1438
+ "7213": "Ipratropium",
1439
+ "83818": "Irbesartan",
1440
+ "51499": "Irinotecan",
1441
+ "1719768": "Irinotecan Liposome",
1442
+ "90176": "Iron",
1443
+ "24897": "Iron Ammonium Citrate",
1444
+ "5992": "Iron Dextran",
1445
+ "37744": "Iron Polymaltose",
1446
+ "219315": "Iron Polysaccharide",
1447
+ "27825": "Iron Succinyl-Protein Complex",
1448
+ "24909": "Iron Sucrose",
1449
+ "1608322": "Isavuconazonium",
1450
+ "27901": "Isoconazole",
1451
+ "6023": "Isoetharine",
1452
+ "36853": "Isoflavones",
1453
+ "6026": "Isoflurane",
1454
+ "27946": "Isometheptene",
1455
+ "6038": "Isoniazid",
1456
+ "89784": "Isopropamide",
1457
+ "6054": "Isoproterenol",
1458
+ "6064": "Isotretinoin",
1459
+ "33910": "Isradipine",
1460
+ "28031": "Itraconazole",
1461
+ "1745099": "Ixekizumab",
1462
+ "845525": "Japanese Encephalitis Virus Vaccine Inact",
1463
+ "6099": "Kanamycin",
1464
+ "28198": "Kebuzone",
1465
+ "28181": "Ketazolam",
1466
+ "6135": "Ketoconazole",
1467
+ "6142": "Ketoprofen",
1468
+ "35827": "Ketorolac",
1469
+ "880350": "Krill Oil",
1470
+ "6185": "Labetalol",
1471
+ "28382": "Lacidipine",
1472
+ "762957": "Lactalbumin",
1473
+ "6211": "Lactose",
1474
+ "6218": "Lactulose",
1475
+ "28439": "Lamotrigine",
1476
+ "6227": "Lanolin",
1477
+ "17128": "Lansoprazole",
1478
+ "8214": "Lecithin",
1479
+ "27169": "Leflunomide",
1480
+ "342369": "Lenalidomide",
1481
+ "70167": "Lenograstim",
1482
+ "237057": "Lepirudin",
1483
+ "135056": "Lercanidipine",
1484
+ "42375": "Leuprolide",
1485
+ "237159": "Levalbuterol",
1486
+ "6370": "Levallorphan",
1487
+ "353497": "Levobetaxolol",
1488
+ "1813": "Levobunolol",
1489
+ "259453": "Levobupivacaine",
1490
+ "356887": "Levocetirizine",
1491
+ "6375": "Levodopa",
1492
+ "82122": "Levofloxacin",
1493
+ "237005": "Levomethadyl",
1494
+ "1433212": "Levomilnacipran",
1495
+ "6373": "Levonorgestrel",
1496
+ "6377": "Levopropoxyphene Napsylate",
1497
+ "6378": "Levorphanol",
1498
+ "10582": "Levothyroxine",
1499
+ "6387": "Lidocaine",
1500
+ "1100699": "Linagliptin",
1501
+ "6398": "Lincomycin",
1502
+ "10814": "Liothyronine",
1503
+ "282428": "Liotrix",
1504
+ "6406": "Lipase",
1505
+ "475968": "Liraglutide",
1506
+ "700810": "Lisdexamfetamine",
1507
+ "29046": "Lisinopril",
1508
+ "6448": "Lithium",
1509
+ "1440051": "Lixisenatide",
1510
+ "6465": "Lofepramine",
1511
+ "28863": "Lofexidine",
1512
+ "28872": "Lomefloxacin",
1513
+ "6468": "Loperamide",
1514
+ "38555": "Loprazolam",
1515
+ "28981": "Loracarbef",
1516
+ "28889": "Loratadine",
1517
+ "6470": "Lorazepam",
1518
+ "28894": "Lormetazepam",
1519
+ "52175": "Losartan",
1520
+ "237027": "Loteprednol",
1521
+ "6472": "Lovastatin",
1522
+ "6475": "Loxapine",
1523
+ "28908": "Loxoprofen",
1524
+ "6529": "Lynestrenol",
1525
+ "6572": "Mafenide",
1526
+ "52364": "Magnesium Salicylate",
1527
+ "29275": "Manidipine",
1528
+ "6664": "Mazindol",
1529
+ "274403": "Mecasermin",
1530
+ "29418": "Meclocycline",
1531
+ "588003": "Meclofenamate",
1532
+ "6680": "Medazepam",
1533
+ "6690": "Medrogestone",
1534
+ "6691": "Medroxyprogesterone",
1535
+ "29439": "Medrysone",
1536
+ "257844": "Mefenamic Acid",
1537
+ "6694": "Mefloquine",
1538
+ "6703": "Megestrol",
1539
+ "446248": "Melitracen",
1540
+ "41493": "Meloxicam",
1541
+ "6718": "Melphalan",
1542
+ "29491": "Menadiol Sodium Diphosphate",
1543
+ "6728": "Menadione",
1544
+ "324050": "Meningococcal B Ext Membrane Protein",
1545
+ "1593128": "Meningococcal Group B Vaccine",
1546
+ "314725": "Meningococcal Polysaccharide Vaccine Group Y",
1547
+ "6754": "Meperidine",
1548
+ "6755": "Mephenesin",
1549
+ "6756": "Mephentermine",
1550
+ "6757": "Mephenytoin",
1551
+ "6758": "Mephobarbital",
1552
+ "29518": "Mepindolol",
1553
+ "6759": "Mepivacaine",
1554
+ "1720597": "Mepolizumab",
1555
+ "29523": "Meprednisone",
1556
+ "6760": "Meprobamate",
1557
+ "29528": "Mequitazine",
1558
+ "1313276": "Mercuric Iodide, Red",
1559
+ "29561": "Meropenem",
1560
+ "52582": "Mesalamine",
1561
+ "6779": "Mesoridazine",
1562
+ "6781": "Mesterolone",
1563
+ "6782": "Mestranol",
1564
+ "29629": "Metampicillin",
1565
+ "7688": "Metaproterenol",
1566
+ "6805": "Metaraminol",
1567
+ "6809": "Metformin",
1568
+ "155080": "Methacholine",
1569
+ "6812": "Methacycline",
1570
+ "6813": "Methadone",
1571
+ "6816": "Methamphetamine",
1572
+ "6822": "Methapyrilene",
1573
+ "6825": "Metharbital",
1574
+ "6826": "Methazolamide",
1575
+ "29648": "Methdilazine",
1576
+ "6832": "Methenamine Sulfosalicylate",
1577
+ "267073": "Methicillin",
1578
+ "6835": "Methimazole",
1579
+ "29682": "Methixene",
1580
+ "6847": "Methohexital",
1581
+ "235829": "Methoserpidine",
1582
+ "6851": "Methotrexate",
1583
+ "6852": "Methotrimeprazine",
1584
+ "6853": "Methoxamine",
1585
+ "6857": "Methoxyflurane",
1586
+ "29704": "Methoxyphenamine",
1587
+ "89785": "Methscopolamine",
1588
+ "47858": "Methsuximide",
1589
+ "6860": "Methyclothiazide",
1590
+ "29742": "Methyl Anthranilate",
1591
+ "1314316": "Methyl Benzoate",
1592
+ "29787": "Methyl Salicylate",
1593
+ "6873": "Methylcellulose",
1594
+ "6878": "Methylene Blue",
1595
+ "1739004": "Methylephedrine",
1596
+ "6883": "Methylergonovine",
1597
+ "29899": "Methylnaltrexone",
1598
+ "29903": "Methylparaben",
1599
+ "6901": "Methylphenidate",
1600
+ "6902": "Methylprednisolone",
1601
+ "6904": "Methyltestosterone",
1602
+ "6911": "Methysergide",
1603
+ "6686": "Metildigoxin",
1604
+ "10824": "Metipranolol",
1605
+ "6915": "Metoclopramide",
1606
+ "29950": "Metocurine",
1607
+ "6916": "Metolazone",
1608
+ "6918": "Metoprolol",
1609
+ "1491625": "Metreleptin",
1610
+ "6920": "Metrizamide",
1611
+ "6922": "Metronidazole",
1612
+ "6926": "Mexiletine",
1613
+ "6927": "Mezlocillin",
1614
+ "325887": "Micafungin",
1615
+ "6932": "Miconazole",
1616
+ "29996": "Micronomicin",
1617
+ "6960": "Midazolam",
1618
+ "6963": "Midodrine",
1619
+ "6964": "Mifepristone",
1620
+ "588250": "Milnacipran",
1621
+ "52769": "Milrinone",
1622
+ "6980": "Minocycline",
1623
+ "42331": "Misoprostol",
1624
+ "30077": "Mivacurium",
1625
+ "30125": "Modafinil",
1626
+ "30131": "Moexipril",
1627
+ "70161": "Molgramostim",
1628
+ "108118": "Mometasone",
1629
+ "30225": "Morniflumate",
1630
+ "7052": "Morphine",
1631
+ "7069": "Moxalactam",
1632
+ "139462": "Moxifloxacin",
1633
+ "30257": "Moxonidine",
1634
+ "42405": "Muromonab CD3",
1635
+ "31447": "Nabilone",
1636
+ "31448": "Nabumetone",
1637
+ "7226": "Nadolol",
1638
+ "67031": "Nadroparin",
1639
+ "28656": "Nafarelin",
1640
+ "7233": "Nafcillin",
1641
+ "31476": "Naftifine",
1642
+ "7238": "Nalbuphine",
1643
+ "618425": "Nalidixic Acid",
1644
+ "31479": "Nalmefene",
1645
+ "7242": "Naloxone",
1646
+ "7243": "Naltrexone",
1647
+ "7244": "Nandrolone",
1648
+ "7247": "Naphazoline",
1649
+ "7258": "Naproxen",
1650
+ "141366": "Naratriptan",
1651
+ "354770": "Natalizumab",
1652
+ "31555": "Nebivolol",
1653
+ "1723738": "Necitumumab",
1654
+ "7299": "Neomycin",
1655
+ "298665": "Nepafenac",
1656
+ "1427158": "Nepidermin",
1657
+ "19666": "Nesiritide",
1658
+ "7337": "Netilmicin",
1659
+ "7396": "Nicardipine",
1660
+ "7398": "Nicergoline",
1661
+ "7405": "Nicotinamide Hydroiodide",
1662
+ "7417": "Nifedipine",
1663
+ "7418": "Niflumic Acid",
1664
+ "31782": "Nifuroxazide",
1665
+ "53692": "Nilvadipine",
1666
+ "53694": "Nimesulide",
1667
+ "7426": "Nimodipine",
1668
+ "7427": "Nimorazole",
1669
+ "7435": "Nisoldipine",
1670
+ "7440": "Nitrazepam",
1671
+ "7454": "Nitrofurantoin",
1672
+ "7455": "Nitrofurazone",
1673
+ "4917": "Nitroglycerin",
1674
+ "1597876": "Nivolumab",
1675
+ "42319": "Nizatidine",
1676
+ "1310587": "Non Fat Milk",
1677
+ "3155": "Nordazepam",
1678
+ "326374": "Norelgestromin",
1679
+ "7512": "Norepinephrine",
1680
+ "7513": "Norethandrolone",
1681
+ "7514": "Norethindrone",
1682
+ "7515": "Norethynodrel",
1683
+ "31988": "Norfenefrine",
1684
+ "7517": "Norfloxacin",
1685
+ "31994": "Norgestimate",
1686
+ "7518": "Norgestrel",
1687
+ "32009": "Normethadone",
1688
+ "7531": "Nortriptyline",
1689
+ "1746906": "Obiltoxaximab",
1690
+ "1442689": "Obinutuzumab",
1691
+ "1876366": "Ocrelizumab",
1692
+ "582157": "Octisalate",
1693
+ "91327": "Octylsalicylate",
1694
+ "712566": "Ofatumumab",
1695
+ "7623": "Ofloxacin",
1696
+ "1855735": "Olaratumab",
1697
+ "124809": "Old Tuberculin",
1698
+ "321064": "Olmesartan",
1699
+ "32385": "Olsalazine",
1700
+ "302379": "Omalizumab",
1701
+ "1597371": "Ombitasvir",
1702
+ "7646": "Omeprazole",
1703
+ "32411": "Omoconazole",
1704
+ "26225": "Ondansetron",
1705
+ "7676": "Opium",
1706
+ "139994": "Oprelvekin",
1707
+ "7701": "Ornidazole",
1708
+ "1370971": "Ospemifene",
1709
+ "7762": "Ouabain (Anhydrous & Octahydrate)",
1710
+ "7773": "Oxacillin",
1711
+ "32592": "Oxaliplatin",
1712
+ "7779": "Oxandrolone",
1713
+ "32613": "Oxaprozin",
1714
+ "54236": "Oxatomide",
1715
+ "7781": "Oxazepam",
1716
+ "32624": "Oxcarbazepine",
1717
+ "32638": "Oxiconazole",
1718
+ "32639": "Oxilofrine",
1719
+ "7801": "Oxprenolol",
1720
+ "20976": "Oxtriphylline",
1721
+ "7804": "Oxycodone",
1722
+ "7812": "Oxymetazoline",
1723
+ "7813": "Oxymetholone",
1724
+ "7814": "Oxymorphone",
1725
+ "7815": "Oxypertine",
1726
+ "7816": "Oxyphenbutazone",
1727
+ "110": "Oxyquinoline",
1728
+ "7821": "Oxytetracycline",
1729
+ "1363712": "Padimate A",
1730
+ "32786": "Padimate O",
1731
+ "196319": "Palifermin",
1732
+ "679314": "Paliperidone",
1733
+ "194279": "Palivizumab",
1734
+ "70561": "Palonosetron",
1735
+ "54365": "Pamabrom",
1736
+ "11473": "Pamidronate",
1737
+ "7880": "Pancreatin",
1738
+ "7883": "Pancuronium",
1739
+ "263034": "Panitumumab",
1740
+ "40790": "Pantoprazole",
1741
+ "7892": "Papain",
1742
+ "7910": "Paramethasone",
1743
+ "279950": "Parecoxib",
1744
+ "73710": "Paricalcitol",
1745
+ "1597373": "Paritaprevir",
1746
+ "69528": "Parnaparin",
1747
+ "7934": "Paromomycin",
1748
+ "32937": "Paroxetine",
1749
+ "7960": "Pefloxacin",
1750
+ "59768": "Pegademase Bovine",
1751
+ "34132": "Pegaspargase",
1752
+ "338036": "Pegfilgrastim",
1753
+ "120608": "Peginterferon Alfa-2A",
1754
+ "253453": "Peginterferon Alfa-2b",
1755
+ "1546168": "Peginterferon Beta-1A",
1756
+ "1011650": "Pegloticase",
1757
+ "278739": "Pegvisomant",
1758
+ "1547545": "Pembrolizumab",
1759
+ "7973": "Penbutolol",
1760
+ "59839": "Penciclovir",
1761
+ "7974": "Penfluridol",
1762
+ "7975": "Penicillamine",
1763
+ "7980": "Penicillin G",
1764
+ "7984": "Penicillin V",
1765
+ "33055": "Pentaerythritol Tetranitrate",
1766
+ "8001": "Pentazocine",
1767
+ "8004": "Pentobarbital",
1768
+ "8013": "Pentoxifylline",
1769
+ "8016": "Pepsin",
1770
+ "8042": "Perazine",
1771
+ "8047": "Pergolide",
1772
+ "8766": "Periciazine",
1773
+ "54552": "Perindopril",
1774
+ "1600930": "Peroxidase",
1775
+ "8076": "Perphenazine",
1776
+ "214756": "Pertussis Toxoid",
1777
+ "8080": "Pertussis Vaccine",
1778
+ "1298944": "Pertuzumab",
1779
+ "33253": "Phenacemide",
1780
+ "8119": "Phenazocine",
1781
+ "33272": "Phendimetrazine",
1782
+ "33277": "Phenethicillin",
1783
+ "8129": "Phenformin",
1784
+ "8130": "Phenindione",
1785
+ "8132": "Pheniramine",
1786
+ "8133": "Phenmetrazine",
1787
+ "8134": "Phenobarbital",
1788
+ "8143": "Phenoperidine",
1789
+ "8150": "Phenprocoumon",
1790
+ "33309": "Phensuximide",
1791
+ "8152": "Phentermine",
1792
+ "8156": "Phenylalanine",
1793
+ "8160": "Phenylbutazone",
1794
+ "8163": "Phenylephrine",
1795
+ "8175": "Phenylpropanolamine",
1796
+ "8183": "Phenytoin",
1797
+ "33431": "Pholcodine",
1798
+ "89736": "Phthalylsulfacetamide",
1799
+ "33632": "Phthalylsulfathiazole",
1800
+ "8299": "Physostigmine Salicylate",
1801
+ "8308": "Phytonadione",
1802
+ "8328": "Pilocarpine",
1803
+ "8331": "Pimozide",
1804
+ "8332": "Pindolol",
1805
+ "33739": "Pipamperone",
1806
+ "33742": "Pipecuronium",
1807
+ "8338": "Piperacetazine",
1808
+ "8339": "Piperacillin",
1809
+ "8340": "Piperazine",
1810
+ "8348": "Pipotiazine",
1811
+ "33764": "Pirarubicin",
1812
+ "33767": "Pirbuterol",
1813
+ "33770": "Piretanide",
1814
+ "8356": "Piroxicam",
1815
+ "861634": "Pitavastatin",
1816
+ "1310291": "Pituitary, Anterior (Bovine)",
1817
+ "8372": "Pivampicillin",
1818
+ "627": "Pivmecillinam",
1819
+ "106467": "Pneumococcal Vaccine",
1820
+ "1427212": "Polio Virus Vaccine Live Oral Trivalent",
1821
+ "34119": "Polyestradiol",
1822
+ "8565": "Polythiazide",
1823
+ "1369713": "Pomalidomide",
1824
+ "236381": "Poractant",
1825
+ "282446": "Posaconazole",
1826
+ "1366859": "Potassium Bisulfite",
1827
+ "636827": "Potassium Guaiacolsulfonate",
1828
+ "34312": "Potassium Iodate",
1829
+ "8597": "Potassium Iodide",
1830
+ "1362899": "Potassium Metabisulfite",
1831
+ "9525": "Potassium Salicylate",
1832
+ "34347": "Pramoxine",
1833
+ "1366963": "Prasterone",
1834
+ "613391": "Prasugrel",
1835
+ "42463": "Pravastatin",
1836
+ "8627": "Prazepam",
1837
+ "8629": "Prazosin",
1838
+ "34369": "Prednicarbate",
1839
+ "8638": "Prednisolone",
1840
+ "8640": "Prednisone",
1841
+ "8686": "Prilocaine",
1842
+ "8687": "Primaquine",
1843
+ "8691": "Primidone",
1844
+ "66958": "Pristinamycin",
1845
+ "8698": "Probenecid",
1846
+ "8700": "Procainamide",
1847
+ "8701": "Procaine",
1848
+ "34530": "Procaterol",
1849
+ "8704": "Prochlorperazine",
1850
+ "8727": "Progesterone",
1851
+ "34769": "Proglumetacin",
1852
+ "8742": "Promazine",
1853
+ "34625": "Promestriene",
1854
+ "8745": "Promethazine",
1855
+ "34905": "Proparacaine",
1856
+ "34644": "Propentofylline",
1857
+ "8770": "Propiomazine",
1858
+ "8785": "Propoxyphene",
1859
+ "8787": "Propranolol",
1860
+ "34706": "Propyl Hydroxybenzoate",
1861
+ "8792": "Propylhexedrine",
1862
+ "8793": "Propyliodone",
1863
+ "8794": "Propylthiouracil",
1864
+ "34710": "Propyphenazone",
1865
+ "8871": "Protionamide",
1866
+ "8886": "Protriptyline",
1867
+ "8896": "Pseudoephedrine",
1868
+ "8928": "Psyllium",
1869
+ "9009": "Pyrilamine",
1870
+ "1432987": "Q Fever Vaccine",
1871
+ "35185": "Quazepam",
1872
+ "35208": "Quinapril",
1873
+ "9066": "Quinestrol",
1874
+ "59743": "Quinethazone",
1875
+ "9068": "Quinidine",
1876
+ "9071": "Quinine",
1877
+ "229367": "Quinupristin",
1878
+ "114979": "Rabeprazole",
1879
+ "830457": "Rabies Vaccine",
1880
+ "9097": "Rabies Vaccine, Purified Vero Cell",
1881
+ "72143": "Raloxifene",
1882
+ "35296": "Ramipril",
1883
+ "595060": "Ranibizumab",
1884
+ "9143": "Ranitidine",
1885
+ "262100": "Rapacuronium",
1886
+ "17205": "Raubasine",
1887
+ "1366567": "Raxibacumab",
1888
+ "73032": "Remifentanil",
1889
+ "35350": "Remoxipride",
1890
+ "35373": "Reproterol",
1891
+ "9259": "Rescinnamine",
1892
+ "9260": "Reserpine",
1893
+ "1746889": "Reslizumab",
1894
+ "253196": "Respiratory Bact Vaccine",
1895
+ "76895": "Reteplase",
1896
+ "75960": "Reviparin",
1897
+ "35465": "Rho (D) Immune Globulin",
1898
+ "55672": "Rifabutin",
1899
+ "9384": "Rifampin",
1900
+ "35617": "Rifapentine",
1901
+ "35619": "Rifaximin",
1902
+ "763450": "Rilonacept",
1903
+ "1102270": "Rilpivirine",
1904
+ "860178": "RimabotulinumtoxinB",
1905
+ "9386": "Rimantadine",
1906
+ "55681": "Rimexolone",
1907
+ "9388": "Rimiterol",
1908
+ "73056": "Risedronate",
1909
+ "35636": "Risperidone",
1910
+ "9392": "Ritodrine",
1911
+ "85762": "Ritonavir",
1912
+ "121191": "Rituximab",
1913
+ "88014": "Rizatriptan",
1914
+ "68139": "Rocuronium",
1915
+ "232158": "Rofecoxib",
1916
+ "9462": "Rolitetracycline",
1917
+ "805452": "Romiplostim",
1918
+ "35780": "Ropivacaine",
1919
+ "35797": "Rosoxacin",
1920
+ "301542": "Rosuvastatin",
1921
+ "114817": "Roxatidine",
1922
+ "9478": "Roxithromycin",
1923
+ "119246": "RSV-Immune Globulin Intravenous (Human)",
1924
+ "9486": "Rubella Vaccine",
1925
+ "214817": "Sacrosidase",
1926
+ "1363054": "Salicyl Alcohol",
1927
+ "9518": "Salicylamide",
1928
+ "36117": "Salmeterol",
1929
+ "36108": "Salsalate",
1930
+ "69634": "Sargramostim",
1931
+ "1923319": "Sarilumab",
1932
+ "857974": "Saxagliptin",
1933
+ "36224": "Scarlet Red",
1934
+ "9601": "Scopolamine",
1935
+ "1726975": "Sebelipase",
1936
+ "36314": "Secnidazole",
1937
+ "9624": "Secobarbital",
1938
+ "1599788": "Secukinumab",
1939
+ "36435": "Sertaconazole",
1940
+ "36437": "Sertraline",
1941
+ "36453": "Sevoflurane",
1942
+ "720825": "Silodosin",
1943
+ "1535218": "Siltuximab",
1944
+ "137939": "Silver Acetate",
1945
+ "9789": "Silver Nitrate",
1946
+ "9785": "Silver Sodium Hydrogen Zirconium Phosphate",
1947
+ "9793": "Silver Sulfadiazine",
1948
+ "1482790": "Simeprevir",
1949
+ "36567": "Simvastatin",
1950
+ "35302": "Sirolimus",
1951
+ "9806": "Sisomicin",
1952
+ "593411": "Sitagliptin",
1953
+ "9835": "Smallpox Vaccine",
1954
+ "36679": "Sodium Bisulfite",
1955
+ "105673": "Sodium Feredetate",
1956
+ "9873": "Sodium Fluoride",
1957
+ "62372": "Sodium Hyaluronate",
1958
+ "9884": "Sodium Iodide",
1959
+ "91531": "Sodium Iodide I 123",
1960
+ "91535": "Sodium Iodide I 131",
1961
+ "36696": "Sodium Metabisulfite",
1962
+ "36723": "Sodium Sulfite",
1963
+ "91099": "Sodium Thiosalicylate",
1964
+ "1484911": "Sofosbuvir",
1965
+ "1367146": "Sorbitan",
1966
+ "9947": "Sotalol",
1967
+ "9949": "Soybean Oil",
1968
+ "1484859": "Soybean Phosphatides",
1969
+ "18469": "Sparfloxacin",
1970
+ "9991": "Spiramycin",
1971
+ "36908": "Spirapril",
1972
+ "9997": "Spironolactone",
1973
+ "10014": "Squalene",
1974
+ "10030": "Stannous Fluoride",
1975
+ "10032": "Stanozolol",
1976
+ "59763": "Stavudine",
1977
+ "10106": "Streptokinase",
1978
+ "10109": "Streptomycin",
1979
+ "81638": "Strontium",
1980
+ "37175": "Strontium Chloride",
1981
+ "1356142": "Strontium Nitrate",
1982
+ "10154": "Succinylcholine",
1983
+ "37289": "Succinylsulphathiazole",
1984
+ "56795": "Sufentanil",
1985
+ "10168": "Sulbenicillin",
1986
+ "37319": "Sulconazole",
1987
+ "37320": "Sulfabenzamide",
1988
+ "37333": "Sulfacarbamide",
1989
+ "10169": "Sulfacetamide",
1990
+ "236832": "Sulfachrysoidine",
1991
+ "78902": "Sulfacytine",
1992
+ "10171": "Sulfadiazine",
1993
+ "10172": "Sulfadimethoxine",
1994
+ "10173": "Sulfadoxine",
1995
+ "10174": "Sulfaguanidine",
1996
+ "10176": "Sulfamerazine",
1997
+ "10178": "Sulfamethazine",
1998
+ "10179": "Sulfamethizole",
1999
+ "10175": "Sulfamethopyrazine",
2000
+ "10180": "Sulfamethoxazole",
2001
+ "37328": "Sulfametrole",
2002
+ "10183": "Sulfamoxole",
2003
+ "10184": "Sulfanilamide",
2004
+ "10188": "Sulfapyridine",
2005
+ "1306111": "Sulfaquinoxaline",
2006
+ "9524": "Sulfasalazine",
2007
+ "10193": "Sulfathiazole",
2008
+ "10205": "Sulfinpyrazone",
2009
+ "10207": "Sulfisoxazole",
2010
+ "1362879": "Sulfur Dioxide",
2011
+ "10237": "Sulindac",
2012
+ "10206": "Sulphasomidine",
2013
+ "10239": "Sulpiride",
2014
+ "37415": "Sultamicillin",
2015
+ "10240": "Sulthiame",
2016
+ "37416": "Sultopride",
2017
+ "37418": "Sumatriptan",
2018
+ "10255": "Suprofen",
2019
+ "291204": "Tacalcitol",
2020
+ "10322": "Talampicillin",
2021
+ "89810": "Talbutal",
2022
+ "236770": "Talniflumate",
2023
+ "10324": "Tamoxifen",
2024
+ "77492": "Tamsulosin",
2025
+ "1305578": "Tartrazine",
2026
+ "83947": "Tazarotene",
2027
+ "1364468": "Teduglutide",
2028
+ "57021": "Teicoplanin",
2029
+ "274786": "Telithromycin",
2030
+ "73494": "Telmisartan",
2031
+ "37771": "Temafloxacin",
2032
+ "10355": "Temazepam",
2033
+ "37776": "Temozolomide",
2034
+ "657797": "Temsirolimus",
2035
+ "259280": "Tenecteplase",
2036
+ "10362": "Teniposide",
2037
+ "1721603": "Tenofovir Alafenamide",
2038
+ "300195": "Tenofovir Disoproxil",
2039
+ "37790": "Tenoxicam",
2040
+ "37798": "Terazosin",
2041
+ "37801": "Terbinafine",
2042
+ "10368": "Terbutaline",
2043
+ "37806": "Terconazole",
2044
+ "1310520": "Teriflunomide",
2045
+ "32915": "Teriparatide",
2046
+ "10379": "Testosterone",
2047
+ "798306": "Tetanus Antitoxin",
2048
+ "1727875": "Tetanus Immune Globulin",
2049
+ "10391": "Tetracaine",
2050
+ "10395": "Tetracycline",
2051
+ "37935": "Tetrahydrozoline",
2052
+ "37985": "Tetrazepam",
2053
+ "10432": "Thalidomide",
2054
+ "10437": "Theobromine",
2055
+ "10438": "Theophylline",
2056
+ "10463": "Thiamphenicol",
2057
+ "10464": "Thiamylal",
2058
+ "10471": "Thiethylperazine",
2059
+ "10472": "Thimerosal",
2060
+ "10493": "Thiopental",
2061
+ "38133": "Thiopropazate",
2062
+ "10498": "Thioproperazine",
2063
+ "10502": "Thioridazine",
2064
+ "10510": "Thiothixene",
2065
+ "10528": "Thrombin (Human)",
2066
+ "89717": "Thymol Iodide",
2067
+ "38217": "Thymomodulin",
2068
+ "38233": "Thymostimulin",
2069
+ "10565": "Thyroglobulin",
2070
+ "10579": "Thyrotropin",
2071
+ "10588": "Tiapride",
2072
+ "618442": "Tiaprofenic Acid",
2073
+ "38260": "Tibolone",
2074
+ "10591": "Ticarcillin",
2075
+ "10594": "Ticlopidine",
2076
+ "236188": "Tiemonium",
2077
+ "384455": "Tigecycline",
2078
+ "11476": "Tiludronic Acid",
2079
+ "10600": "Timolol",
2080
+ "10612": "Tinidazole",
2081
+ "69646": "Tinzaparin",
2082
+ "38298": "Tioconazole",
2083
+ "69120": "Tiotropium",
2084
+ "190548": "Tipranavir",
2085
+ "13982": "Tiratricol",
2086
+ "1305547": "Titanium",
2087
+ "38323": "Titanium Dioxide",
2088
+ "57257": "Tixocortol",
2089
+ "10627": "Tobramycin",
2090
+ "42359": "Tocainide",
2091
+ "38365": "Tofisopam",
2092
+ "10633": "Tolazamide",
2093
+ "10635": "Tolbutamide",
2094
+ "38377": "Tolfenamic Acid",
2095
+ "10636": "Tolmetin",
2096
+ "119565": "Tolterodine",
2097
+ "38409": "Toremifene",
2098
+ "38413": "Torsemide",
2099
+ "263010": "Tositumomab",
2100
+ "10689": "Tramadol",
2101
+ "38453": "Tramazoline",
2102
+ "38454": "Trandolapril",
2103
+ "224905": "Trastuzumab",
2104
+ "343048": "Treprostinil",
2105
+ "10753": "Tretinoin",
2106
+ "10759": "Triamcinolone",
2107
+ "10763": "Triamterene",
2108
+ "10767": "Triazolam",
2109
+ "10772": "Trichlormethiazide",
2110
+ "10800": "Trifluoperazine",
2111
+ "10804": "Trifluperidol",
2112
+ "10805": "Triflupromazine",
2113
+ "38655": "Triflusal",
2114
+ "10825": "Trimeprazine",
2115
+ "10827": "Trimethadione",
2116
+ "10829": "Trimethoprim",
2117
+ "42333": "Trimetrexate",
2118
+ "10834": "Trimipramine",
2119
+ "10847": "Tripelennamine",
2120
+ "10849": "Triprolidine",
2121
+ "38782": "Triptorelin",
2122
+ "38866": "Trolamine Salicylate",
2123
+ "10864": "Troleandomycin",
2124
+ "38868": "Tromantadine",
2125
+ "10869": "Tropicamide",
2126
+ "27392": "Tropisetron",
2127
+ "115552": "Trovafloxacin",
2128
+ "10890": "Trypsin",
2129
+ "10908": "Tuberculin",
2130
+ "38967": "Tulobuterol",
2131
+ "807219": "Typhoid VI Polysacch Tetanus Conj Vacc",
2132
+ "10960": "Tyropanoate",
2133
+ "1487514": "Umeclidinium",
2134
+ "11002": "Urea",
2135
+ "11055": "Urokinase",
2136
+ "62427": "Ursodiol",
2137
+ "847083": "Ustekinumab",
2138
+ "73645": "Valacyclovir",
2139
+ "278567": "Valdecoxib",
2140
+ "275891": "Valganciclovir",
2141
+ "31435": "Valrubicin",
2142
+ "69749": "Valsartan",
2143
+ "11124": "Vancomycin",
2144
+ "39385": "Varicella Zoster Immune Globulin",
2145
+ "71535": "Vecuronium",
2146
+ "1799206": "Velpatasvir",
2147
+ "39786": "Venlafaxine",
2148
+ "11170": "Verapamil",
2149
+ "596554": "Vildagliptin",
2150
+ "11198": "Vinblastine",
2151
+ "11202": "Vincristine",
2152
+ "1304991": "Vincristine Liposome",
2153
+ "11204": "Vindesine",
2154
+ "39541": "Vinorelbine",
2155
+ "11232": "Virginiamycin",
2156
+ "11253": "Vitamin D",
2157
+ "11258": "Vitamin K",
2158
+ "121243": "Voriconazole",
2159
+ "11289": "Warfarin",
2160
+ "1723989": "Whey",
2161
+ "89795": "Xanthinol Niacinate",
2162
+ "39841": "Xylometazoline",
2163
+ "1305581": "Yellow Dye #11",
2164
+ "89890": "Yellow Fever Vaccine",
2165
+ "220982": "Yohimbine",
2166
+ "3363": "Zalcitabine",
2167
+ "1484280": "Zea Mays (Corn) Oil Unsaponifiables",
2168
+ "11413": "Zidovudine",
2169
+ "39990": "Zofenopril",
2170
+ "77655": "Zoledronic Acid",
2171
+ "135775": "Zolmitriptan",
2172
+ "39998": "Zonisamide",
2173
+ "40001": "Zopiclone",
2174
+ "759603": "Zoster Vaccine Live",
2175
+ "40003": "Zotepine",
2176
+ "114176": "Zuclopenthixol",
2177
+ "2557217": "Aducanumab",
2178
+ "430": "Albendazole",
2179
+ "1926478": "Alfatradiol",
2180
+ "2106338": "Amifampridine",
2181
+ "2549199": "Amivantamab",
2182
+ "2565265": "Anifrolumab",
2183
+ "2472152": "Ansuvimab",
2184
+ "2461338": "Atoltivimab",
2185
+ "2565814": "Avalglucosidase Alfa",
2186
+ "2463114": "Bamlanivimab",
2187
+ "2592360": "Bebtelovimab",
2188
+ "2387834": "Belantamab Mafodotin",
2189
+ "1989100": "Benralizumab",
2190
+ "2001352": "Benzhydrocodone",
2191
+ "2599518": "Brincidofovir",
2192
+ "2204915": "Brolucizumab",
2193
+ "2043855": "Burosumab",
2194
+ "2121416": "Calaspargase Pegol",
2195
+ "2045371": "Cannabinoids",
2196
+ "2110605": "Caplacizumab",
2197
+ "2019": "Carbidopa",
2198
+ "2465242": "Casirivimab",
2199
+ "2265702": "Cefiderocol",
2200
+ "2058826": "Cemiplimab",
2201
+ "2587306": "Cilgavimab",
2202
+ "319864": "Cisatracurium",
2203
+ "2709": "Colistimethate",
2204
+ "58939": "Collagenase",
2205
+ "898492": "Collagenase Clostridium Histolyticum",
2206
+ "2396443": "Copper CU-64 Dotatate",
2207
+ "2479831": "COVID-19 (Adenovirus) Vaccine",
2208
+ "2262279": "Crizanlizumab",
2209
+ "3014": "Cyproterone",
2210
+ "1539239": "Dalbavancin",
2211
+ "897018": "Dalfampridine",
2212
+ "2535233": "Dasiglucagon",
2213
+ "1373478": "Dimethyl Fumarate",
2214
+ "2261783": "Diroximel Fumarate",
2215
+ "1433868": "Dolutegravir",
2216
+ "2539967": "Dostarlimab",
2217
+ "2612526": "Eflapegrastim",
2218
+ "2049846": "Elagolix",
2219
+ "2059219": "Elapegademase-lvlr",
2220
+ "2104604": "Emapalumab",
2221
+ "1989794": "Emicizumab",
2222
+ "2268307": "Enfortumab Vedotin",
2223
+ "2282660": "Eptinezumab",
2224
+ "2055906": "Eravacycline",
2225
+ "2045613": "Erenumab",
2226
+ "1992672": "Ertugliflozin",
2227
+ "2119365": "Esketamine",
2228
+ "2539031": "Estetrol",
2229
+ "2477854": "Etesevimab",
2230
+ "2478335": "Evinacumab",
2231
+ "4256": "Factor VII (Rabbit)",
2232
+ "2591519": "Faricimab",
2233
+ "4325": "Fenbendazole",
2234
+ "2274394": "Ferric Derisomaltose",
2235
+ "2539932": "Ferric Maltol",
2236
+ "2564146": "Fexinidazole",
2237
+ "4419": "Fish Oil Triglycerides",
2238
+ "4492": "Fluorouracil",
2239
+ "2056691": "Fremanezumab",
2240
+ "2618720": "Gadopiclenol",
2241
+ "2058846": "Galcanezumab",
2242
+ "1940635": "Glecaprevir",
2243
+ "4832": "Glucagon",
2244
+ "798444": "Haemophilus B Polysacch Mening Conj Vaccine",
2245
+ "797752": "Hepatitis B Vaccine Recomb (3-Antigen)",
2246
+ "2465249": "Imdevimab",
2247
+ "2373951": "Inebilizumab",
2248
+ "1942950": "Inotuzumab Ozogamicin",
2249
+ "14448": "Iobenguane I 131",
2250
+ "2282018": "Isatuximab",
2251
+ "6057": "Isosorbide",
2252
+ "1439114": "Japanese Encephalitis Virus Vaccine Live",
2253
+ "6130": "Ketamine",
2254
+ "2055641": "Lanadelumab",
2255
+ "392509": "Laronidase",
2256
+ "1440046": "Lipegfilgrastim",
2257
+ "2569562": "Lonapegsomatropin",
2258
+ "2540964": "Loncastuximab Tesirine",
2259
+ "20890": "Lornoxicam",
2260
+ "2262544": "Luspatercept",
2261
+ "6513": "Lymecycline",
2262
+ "2461339": "Maftivimab",
2263
+ "2473851": "Margetuximab",
2264
+ "6672": "Mebendazole",
2265
+ "2531369": "Melphalan Flufenamide",
2266
+ "29495": "Menatetrenone",
2267
+ "729596": "Methoxy Polyethylene Glycol-Epoetin Beta",
2268
+ "2621548": "Mirvetuximab Soravtansine",
2269
+ "2054068": "Mogamulizumab",
2270
+ "1546433": "Monomethyl Fumarate",
2271
+ "2099295": "Moxetumomab Pasudotox",
2272
+ "2474039": "Naxitamab",
2273
+ "2461340": "Odesivimab",
2274
+ "2610407": "Olipudase Alfa",
2275
+ "2059269": "Omadacycline",
2276
+ "1547611": "Oritavancin",
2277
+ "89870": "Ox Bile Extract",
2278
+ "1440286": "Oxyuranus Scutellatus Antivenin",
2279
+ "56946": "Paclitaxel",
2280
+ "2473374": "PEG-2000 (COVID-19 mRNA vaccine component)",
2281
+ "498509": "Pegaptanib",
2282
+ "2557372": "Pegcetacoplan",
2283
+ "1248798": "Peginesatide",
2284
+ "2046360": "Pegvaliase",
2285
+ "283753": "Perflutren Lipid Microspheres",
2286
+ "476992": "Perflutren Protein-Type A Microspheres",
2287
+ "1940636": "Pibrentasvir",
2288
+ "113831": "Pipemidic Acid",
2289
+ "33835": "Plasma Protein Fraction",
2290
+ "2049549": "Plazomicin",
2291
+ "2174090": "Polatuzumab Vedotin",
2292
+ "8521": "Polygelline",
2293
+ "2107301": "Ravulizumab",
2294
+ "2596773": "Relatlimab",
2295
+ "2472778": "Relugolix",
2296
+ "2383941": "Remimazolam",
2297
+ "2166040": "Risankizumab",
2298
+ "2123126": "Romosozumab",
2299
+ "2587059": "Ropeginterferon Alfa-2B",
2300
+ "2360231": "Sacituzumab Govitecan",
2301
+ "1656328": "Sacubitril",
2302
+ "2059018": "Sarecycline",
2303
+ "2391541": "Satralizumab",
2304
+ "2055978": "Segesterone",
2305
+ "1991302": "Semaglutide",
2306
+ "2562176": "Serdexmethylphenidate",
2307
+ "91472": "Shark Liver Oil",
2308
+ "2550731": "Sotrovimab",
2309
+ "2610417": "Spesolimab",
2310
+ "2591404": "Sutimlimab",
2311
+ "2387211": "Tafasitamab",
2312
+ "2054023": "Tafenoquine",
2313
+ "2619426": "Teclistamab",
2314
+ "473837": "Telavancin",
2315
+ "37775": "Temocillin",
2316
+ "2274803": "Teprotumumab",
2317
+ "37840": "Tertatolol",
2318
+ "10402": "Tetrahydrocannabinol",
2319
+ "2587789": "Tezepelumab",
2320
+ "10450": "Thiabendazole",
2321
+ "2053436": "Tildrakizumab",
2322
+ "2601723": "Tirzepatide",
2323
+ "2571095": "Tisotumab Vedotin",
2324
+ "2587300": "Tixagevimab",
2325
+ "612865": "Tocilizumab",
2326
+ "2589225": "Tralokinumab",
2327
+ "2619313": "Tremelimumab",
2328
+ "2118525": "Triclabendazole",
2329
+ "2205637": "Trifarotene",
2330
+ "591622": "Varenicline",
2331
+ "1538097": "Vedolizumab",
2332
+ "1995537": "Voretigene Neparvovec",
2333
+ "2586354": "Vosoritide",
2334
+ "1939323": "Voxilaprevir",
2335
+ "11371": "Xipamide",
2336
+ "61148": "Somatropin",
2337
+ };
2338
+ /**
2339
+ * Environmental and Food Allergen Text Mapping
2340
+ *
2341
+ * Maps SNOMED codes to Practice Fusion's expected text values.
2342
+ * When writing back, the code.text field should use these values.
2343
+ */
2344
+ exports.environmentalFoodAllergenTextMap = {
2345
+ // Environmental allergens
2346
+ "406466009": "House dust",
2347
+ "406464007": "Pollen",
2348
+ "264287008": "Animal Dander",
2349
+ "406467000": "Mite",
2350
+ "406470001": "Insect",
2351
+ "111088007": "Latex",
2352
+ "105844001": "Nickel",
2353
+ // Food allergens
2354
+ "226760005": "Dairy",
2355
+ "102263004": "Eggs",
2356
+ "412047006": "Peanuts",
2357
+ "13577000": "Nuts (not otherwise listed)",
2358
+ "44027008": "Seafood",
2359
+ "227146005": "Shellfish",
2360
+ "256355007": "Soy",
2361
+ "412071004": "Wheat",
2362
+ "58296003": "Bakers yeast",
2363
+ "256406004": "Animal skin cells",
2364
+ "387293003": "Anthralin",
2365
+ "278391008": "Animal serum protein",
2366
+ "278392001": "Animal urine protein",
2367
+ "89942006": "Arnica extract",
2368
+ "64686009": "Benzalkonium chloride",
2369
+ "412160003": "Suture",
2370
+ "35605007": "Anhydrous lanolin",
2371
+ "386936005": "Azelaic acid",
2372
+ "373549009": "Benzalkonium",
2373
+ "373482005": "Benzethonium",
2374
+ "387350000": "Benzoic acid",
2375
+ "91598004": "Benzoyl peroxide",
2376
+ "55902002": "Benzyl alcohol",
2377
+ "53034005": "Coal tar",
2378
+ "412147009": "Floor wax",
2379
+ "412145001": "Hair dye",
2380
+ "42416001": "Lanolin",
2381
+ "2799001": "Methylbenzethonium chloride",
2382
+ "116613007": "Phenol",
2383
+ "412154003": "Polycarbonate",
2384
+ "412156001": "Silk",
2385
+ "88811007": "Witch hazel",
2386
+ "412161004": "Wool",
2387
+ "412143008": "Deer fly bite",
2388
+ "412150007": "Insect debris",
2389
+ "11894001": "Clostridium botulinum toxin",
2390
+ "55123007": "Diphtheria toxin",
2391
+ "412640007": "Haemophilus antibody",
2392
+ "116633006": "Microbial antigen",
2393
+ "120903006": "Staphylococcus species antibody",
2394
+ "120677009": "Streptococcus species antibody",
2395
+ // Pollen allergens
2396
+ "411044002": "3-tree-Pharmacia pollen mix",
2397
+ "411019005": "6-grass Pharmacia pollen mix",
2398
+ "411045001": "Acacia pollen",
2399
+ "411046000": "Alder pollen",
2400
+ "411050007": "American beech pollen",
2401
+ "411047009": "Ash pollen",
2402
+ "410987006": "Aster pollen",
2403
+ "411079000": "Australian pine pollen",
2404
+ "411020004": "Bahia grass pollen",
2405
+ "411049007": "Beech pollen",
2406
+ "411021000": "Bent grass pollen",
2407
+ "411022007": "Bermuda grass pollen",
2408
+ "29890009": "Blue-green algae product",
2409
+ "411059008": "Box elder pollen",
2410
+ "411023002": "Brome grass pollen",
2411
+ "411051006": "Cajeput tree pollen",
2412
+ "411024008": "Canary grass pollen",
2413
+ "411052004": "Cedar pollen",
2414
+ "410988001": "Chrysanthemum pollen",
2415
+ "410989009": "Cocklebur pollen",
2416
+ "411025009": "Cocksfoot grass pollen",
2417
+ "411007002": "Common pigweed pollen",
2418
+ "411026005": "Common reed pollen",
2419
+ "410990000": "Common sorrel pollen",
2420
+ "412141005": "Cottonwood pollen",
2421
+ "411027001": "Couch grass pollen",
2422
+ "411028006": "Cultivated oat pollen",
2423
+ "411029003": "Cultivated rye pollen",
2424
+ "411030008": "Cultivated wheat pollen",
2425
+ "411055002": "Cypress pollen",
2426
+ "410991001": "Dahlia pollen",
2427
+ "410992008": "Daisy pollen",
2428
+ "410993003": "Dandelion pollen",
2429
+ "410994009": "Dock pollen",
2430
+ "411031007": "Dog's tail grass pollen",
2431
+ "412144002": "Douglas fir pollen",
2432
+ "411058000": "Elder pollen",
2433
+ "411061004": "Elm pollen",
2434
+ "410995005": "English plantain pollen",
2435
+ "411062006": "Eucalyptus pollen",
2436
+ "410996006": "False ragweed pollen",
2437
+ "412146000": "Fir pollen",
2438
+ "410997002": "Firebrush pollen",
2439
+ "410985003": "Flower and weed pollen",
2440
+ "411010009": "Giant ragweed pollen",
2441
+ "410998007": "Golden rod pollen",
2442
+ "410986002": "Grass pollen",
2443
+ "411060003": "Gray elder pollen",
2444
+ "411063001": "Hazel pollen",
2445
+ "410999004": "Hop pollen",
2446
+ "411064007": "Hornbeam pollen",
2447
+ "411056001": "Italian cypress pollen",
2448
+ "411053009": "Japanese cedar pollen",
2449
+ "411057005": "Japanese cypress pollen",
2450
+ "411000000": "Japanese hop pollen",
2451
+ "411032000": "Johnson grass pollen",
2452
+ "411033005": "June grass pollen",
2453
+ "411065008": "Juniper pollen",
2454
+ "411034004": "Kentucky blue grass pollen",
2455
+ "411001001": "Lamb's quarters pollen",
2456
+ "256274002": "Lilac pollen",
2457
+ "411068005": "Lime pollen",
2458
+ "411069002": "Linden pollen",
2459
+ "411070001": "Maple pollen",
2460
+ "411035003": "Meadow fescue pollen",
2461
+ "411036002": "Meadow foxtail pollen",
2462
+ "411037006": "Meadow grass pollen",
2463
+ "411071002": "Mesquite pollen",
2464
+ "411002008": "Mugwort pollen",
2465
+ "411003003": "Nettle pollen",
2466
+ "411073004": "Oak pollen",
2467
+ "411074005": "Olive pollen",
2468
+ "411038001": "Orchard grass pollen",
2469
+ "411004009": "Ox-eye daisy pollen",
2470
+ "411075006": "Palm pollen",
2471
+ "411077003": "Pecan pollen",
2472
+ "411005005": "Pellitory pollen",
2473
+ "411006006": "Pigweed pollen",
2474
+ "411078008": "Pine pollen",
2475
+ "411082005": "Plane pollen",
2476
+ "412152004": "Ponderosa pine pollen",
2477
+ "411083000": "Poplar pollen",
2478
+ "411009004": "Ragweed pollen",
2479
+ "411011008": "Rape pollen",
2480
+ "411012001": "Rough marshelder pollen",
2481
+ "411008007": "Rough pigweed pollen",
2482
+ "411016003": "Russian thistle pollen",
2483
+ "411039009": "Rye grass pollen",
2484
+ "411013006": "Scale pollen",
2485
+ "411080002": "Scots pine pollen",
2486
+ "411014000": "Sheep sorrel pollen",
2487
+ "411084006": "Silver birch pollen",
2488
+ "412158000": "Snakeweed pollen",
2489
+ "411085007": "Spruce pollen",
2490
+ "411040006": "Sweet vernal pollen",
2491
+ "411086008": "Sycamore pollen",
2492
+ "411015004": "Thistle pollen",
2493
+ "411041005": "Timothy grass pollen",
2494
+ "410984004": "Tree and shrub pollen",
2495
+ "411042003": "Velvet grass pollen",
2496
+ "411017007": "Wall pellitory pollen",
2497
+ "411087004": "Walnut pollen",
2498
+ "411048004": "White ash pollen",
2499
+ "411081003": "White pine pollen",
2500
+ "411043008": "Wild rye grass pollen",
2501
+ "411088009": "Willow pollen",
2502
+ "411018002": "Wormwood pollen",
2503
+ "472745005": "Zea mays pollen",
2504
+ // Food and substance allergens
2505
+ "10249006": "Agar",
2506
+ "391737006": "Almond oil",
2507
+ "412055004": "Apple pectin",
2508
+ "227215000": "Artichoke",
2509
+ "11526002": "Aspartame",
2510
+ "227219006": "Eggplant",
2511
+ "260190003": "Avocado",
2512
+ "256307007": "Banana",
2513
+ "226916002": "Beef",
2514
+ "227417005": "Bilberries",
2515
+ "412061001": "Blueberries",
2516
+ "412062008": "Cantaloupe",
2517
+ "412601002": "Carob",
2518
+ "256319004": "Carrot",
2519
+ "102262009": "Chocolate",
2520
+ "227388008": "Cinnamon",
2521
+ "75399008": "Citric acid",
2522
+ "260171006": "Coconut",
2523
+ "227390009": "Coriander leaf",
2524
+ "226906005": "Corn oil",
2525
+ "412064009": "Corn syrup",
2526
+ "229936000": "Cornflour",
2527
+ "227037002": "Fish",
2528
+ "72511004": "Fruit",
2529
+ "260172004": "Garlic",
2530
+ "373531009": "Gelatin",
2531
+ "227400003": "Ginger",
2532
+ "256317002": "Grapes",
2533
+ "256318007": "Green beans",
2534
+ "105824007": "Iodine AND/OR iodine compound",
2535
+ "260176001": "Kiwi fruit",
2536
+ "256308002": "Lemons",
2537
+ "412056003": "Lima beans",
2538
+ "111089004": "Mineral oil",
2539
+ "226365003": "Omega 3 fatty acids",
2540
+ "418504009": "Oats",
2541
+ "54202003": "Oil of ginger",
2542
+ "406765007": "Papaya and derivative",
2543
+ "55946005": "Pectin",
2544
+ "412066006": "Pepper",
2545
+ "227563001": "Pepper - seasoning",
2546
+ "227625000": "Peppermint",
2547
+ "415138005": "Pork",
2548
+ "387450001": "Potassium citrate",
2549
+ "260170007": "Potato",
2550
+ "28230009": "Poultry",
2551
+ "373687007": "Protein supplement",
2552
+ "227362005": "Red kidney beans",
2553
+ "226915003": "Red Meat",
2554
+ "412067002": "Root beer",
2555
+ "412068007": "Rye",
2556
+ "27138006": "Saccharin",
2557
+ "264337003": "Seed",
2558
+ "89707004": "Sesame oil",
2559
+ "412050009": "Sheep products",
2560
+ "412065005": "Squash",
2561
+ "102261002": "Strawberry",
2562
+ "256327008": "Tomato",
2563
+ "54821000": "Tryptophan",
2564
+ "412070003": "Vanilla",
2565
+ "229928009": "Wheatgerm oil",
2566
+ "50825000": "Food coloring",
2567
+ "6249003": "Potassium metabisulfite",
2568
+ "125706008": "Sodium benzoate",
2569
+ "84791008": "Sodium metabisulfite",
2570
+ "28421003": "Sorbic acid",
2571
+ "19839007": "Sorbitol",
2572
+ "35748005": "Wine",
2573
+ // Chemical/industrial allergens
2574
+ "51366003": "Ammonium chloride",
2575
+ "311720008": "Cresol and derivatives",
2576
+ "77496001": "gamma Benzene hexachloride",
2577
+ "105843007": "Mercury AND/OR mercury compound",
2578
+ "105860002": "Molybdenum AND/OR molybdenum compound",
2579
+ "69507005": "Phthalic acid ester",
2580
+ "32340007": "Piperonyl butoxide",
2581
+ "105863000": "Platinum AND/OR platinum compound",
2582
+ "51420009": "Silicon",
2583
+ "412157005": "Silk waste",
2584
+ "41967008": "Silver",
2585
+ "105875005": "Vanadium AND/OR vanadium compound",
2586
+ // Common allergens
2587
+ "232346004": "Cat dander",
2588
+ "419271008": "Dog dander",
2589
+ "419263009": "Tree pollen",
2590
+ "419210001": "Weed pollen",
2591
+ "419573007": "Corn",
2592
+ "25868003": "Soybean (soy protein)",
2593
+ "213020009": "Egg whites (egg protein)",
2594
+ "255698008": "Shampoo",
2595
+ "29263009": "Coffee",
2596
+ "256323007": "Onion",
2597
+ "288328004": "Bee venom",
2598
+ "89811004": "Gluten",
2599
+ "86198006": "Influenza vaccination",
2600
+ // Egg variants
2601
+ "226881001": "Dried egg",
2602
+ "226885005": "Raw egg",
2603
+ "229955000": "Dried egg white",
2604
+ "256442007": "Egg yolk",
2605
+ "256443002": "Egg white",
2606
+ "286550009": "Hen's egg",
2607
+ "303300008": "Egg protein",
2608
+ "414074006": "Egg product",
2609
+ // Drug class special case
2610
+ "372912004": "Statin Allergen",
2611
+ };
2612
+ //# sourceMappingURL=allergy-data-map.js.map