constants.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  1. <?php
  2. return [
  3. 'lbs' => [
  4. 'name' => 'LetsBeSafe',
  5. 'productName' => 'LetsBeSafe',
  6. 'supportEmail' => config( 'app.supportEmail' ),
  7. 'supportPhone' => config( 'app.phoneNumber' ),
  8. 'standardUnitPrice' => '49.50',
  9. 'standardShipping' => '0',
  10. 'expeditedShipping' => '18.00',
  11. 'favicon' => '/lbs/img/icon.png',
  12. // 'logo' => '/lbs/img/lbs-logo.png',
  13. 'logo' => 'https://primarywellness.com/img/lbs/lbs-logo.png',
  14. 'phoneIcon' => 'https://primarywellness.com/img/lbs/phone.png',
  15. 'emailIcon' => 'https://primarywellness.com/img/lbs/email.png',
  16. 'primaryColor' => '#24315E',
  17. 'productUrl' => config( 'app.orderAppUrl' )
  18. ],
  19. 'lbs_tests' => [
  20. 'HSV_1' => [
  21. 'label' => 'Herpes 1',
  22. 'page_title' => 'Oral Herpes (HSV-1) Test',
  23. 'quest_name_for_pdf' => 'HSV 1 IGG',
  24. 'quest_code_for_pdf' => '3636'
  25. ],
  26. 'HSV_2' => [
  27. 'label' => 'Herpes 2',
  28. 'page_title' => 'Genital Herpes (HSV-2) Test',
  29. 'quest_name_for_pdf' => 'HSV 2 IGG',
  30. 'quest_code_for_pdf' => '3640',
  31. ],
  32. 'HSV_1_2_PANEL' => [
  33. 'label' => 'Herpes 1 & 2',
  34. 'page_title' => 'Herpes Type 1 and Type 2 Panel',
  35. 'quest_name_for_pdf' => 'HSV 1/2 IGG TYPE SP',
  36. 'quest_code_for_pdf' => '6447'
  37. ],
  38. 'HIV_1_2' => [
  39. 'label' => 'HIV 1 & 2 Antibody (4th Gen)',
  40. 'page_title' => 'HIV 1 & 2 Antibody (4th Gen) Test',
  41. 'quest_name_for_pdf' => 'HIV1/2 AG/AB,4 W/RFL',
  42. 'quest_code_for_pdf' => '91431'
  43. ],
  44. 'HEP_A' => [
  45. 'label' => 'Hepatitis A',
  46. 'page_title' => 'Hepatitis A Test',
  47. 'quest_name_for_pdf' => 'HEP A IGM AB',
  48. 'quest_code_for_pdf' => '512'
  49. ],
  50. 'HEP_B' => [
  51. 'label' => 'Hepatitis B',
  52. 'page_title' => 'Hepatitis B Test',
  53. 'quest_name_for_pdf' => 'HEP B SURF AG W/CONF',
  54. 'quest_code_for_pdf' => '498'
  55. ],
  56. 'HEP_C' => [
  57. 'label' => 'Hepatitis C',
  58. 'page_title' => 'Hepatitis C Test',
  59. 'quest_name_for_pdf' => 'HEP C AB W/REFL HCV',
  60. 'quest_code_for_pdf' => '8472'
  61. ],
  62. 'GEN_CHL' => [
  63. 'label' => 'Chlamydia',
  64. 'page_title' => 'Genital Chlamydia Test',
  65. 'quest_name_for_pdf' => 'Chlamydia trachomatis RNA, TMA, Urogenital',
  66. 'quest_code_for_pdf' => '11361'
  67. ],
  68. 'GEN_GON' => [
  69. 'label' => 'Gonorrhea',
  70. 'page_title' => 'Genital Gonorrhea Test',
  71. 'quest_name_for_pdf' => 'Neisseria gonorrhoeae RNA, TMA, Urogenital',
  72. 'quest_code_for_pdf' => '11362'
  73. ],
  74. 'GEN_CHL_GON' => [
  75. 'label' => 'Chlamydia + Gonorrhea',
  76. 'page_title' => '--',
  77. 'quest_name_for_pdf' => 'CT/GC RNA,TMA,UROGEN',
  78. 'quest_code_for_pdf' => '11363'
  79. ],
  80. 'ORAL_CHL_GON' => [
  81. 'label' => 'Chlamydia + Gonorrhea (Oral)',
  82. 'page_title' => '--',
  83. 'quest_name_for_pdf' => 'Chlamydia/Neisseria gonorrhoeae RNA, TMA, Throat',
  84. 'quest_code_for_pdf' => '70051'
  85. ],
  86. 'CHL_GON_PANEL' => [
  87. 'page_title' => 'Chlamydia & Gonorrhea (Oral + Genital) Panel',
  88. 'quest_components' => [ 'GEN_CHL_GON', 'ORAL_CHL_GON' ]
  89. ],
  90. 'SYPH' => [
  91. 'label' => 'Syphilis',
  92. 'page_title' => 'Syphilis Test',
  93. 'quest_name_for_pdf' => 'RPR (Diagnosis) with Reflex to Titer and Treponema pallidum Antibody, IA',
  94. 'quest_code_for_pdf' => '36126'
  95. ],
  96. 'HIV_RNA' => [
  97. 'label' => 'HIV RNA Test for Early Detection',
  98. 'page_title' => 'HIV RNA Test for Early Detection',
  99. 'quest_name_for_pdf' => 'HIV 1 RNA, QL RT PCR',
  100. 'quest_code_for_pdf' => '16185'
  101. ],
  102. '12TP' => [
  103. 'label' => '12-Test Panel',
  104. 'page_title' => 'Full 12-Panel STD Test',
  105. 'quest_components' => [ 'HSV_1', 'HSV_2', 'GEN_CHL_GON', 'HEP_A', 'HEP_B', 'HEP_C', 'SYPH', 'HIV_1_2', 'UA', 'CBC' ]
  106. ],
  107. '12TP_WITH_HIV_RNA' => [
  108. 'label' => '12-Test Panel with HIV RNA Early Detection',
  109. 'page_title' => 'Full 12-Panel STD Test with HIV Early RNA Detection',
  110. 'quest_components' => [ 'HSV_1', 'HSV_2', 'GEN_CHL_GON', 'HEP_A', 'HEP_B', 'HEP_C', 'SYPH', 'HIV_RNA', 'UA', 'CBC' ]
  111. ],
  112. 'UA' => [
  113. 'page_title' => 'Urinalysis - Complete',
  114. 'quest_name_for_pdf' => 'UA, COMPLETE',
  115. 'quest_code_for_pdf' => '5463'
  116. ],
  117. 'TRICH_MALE' => [
  118. 'label' => 'Trichomoniasis',
  119. 'page_title' => 'Trichomoniasis Test',
  120. 'sex' => 'M',
  121. 'quest_name_for_pdf' => 'T.VAGINALIS RNA,MALE',
  122. 'quest_code_for_pdf' => '90801'
  123. ],
  124. 'TRICH_MALE_WITH_URINALYSIS' => [
  125. 'label' => 'Trichomoniasis with urinalysis',
  126. 'page_title' => 'Trichomoniasis Test',
  127. 'sex' => 'M',
  128. 'quest_components' => [ 'TRICH_MALE', 'UA' ]
  129. ],
  130. 'TRICH_FEMALE' => [
  131. 'label' => 'Trichomoniasis',
  132. 'page_title' => 'Trichomoniasis Test',
  133. 'sex' => 'F',
  134. 'quest_name_for_pdf' => 'TRICHOMONAS VAG RNA, QL',
  135. 'quest_code_for_pdf' => '19550'
  136. ],
  137. 'TRICH_FEMALE_WITH_URINALYSIS' => [
  138. 'label' => 'Trichomoniasis with urinalysis',
  139. 'page_title' => 'Trichomoniasis Test',
  140. 'sex' => 'F',
  141. 'quest_components' => [ 'TRICH_FEMALE', 'UA' ]
  142. ],
  143. 'MYCO_GEN' => [
  144. 'label' => 'Mycoplasma genitalium',
  145. 'page_title' => 'Mycoplasma Genitalium',
  146. 'quest_name_for_pdf' => 'M.GENITALIUM, TMA',
  147. 'quest_code_for_pdf' => '91475'
  148. ],
  149. 'CBC' => [
  150. 'page_title' => 'CBC (includes Differential and Platelets)',
  151. 'quest_name_for_pdf' => 'CBC (includes Differential and Platelets)',
  152. 'quest_code_for_pdf' => '6399'
  153. ],
  154. 'CMP' => [
  155. 'page_title' => 'Comprehensive Metabolic Panel',
  156. 'quest_name_for_pdf' => 'Comprehensive Metabolic Panel',
  157. 'quest_code_for_pdf' => '10231'
  158. ],
  159. ],
  160. 'countries' => [
  161. 'AF' => 'Afghanistan',
  162. 'AL' => 'Albania',
  163. 'DZ' => 'Algeria',
  164. 'AS' => 'American Samoa',
  165. 'AD' => 'Andorra',
  166. 'AO' => 'Angola',
  167. 'AI' => 'Anguilla',
  168. 'AQ' => 'Antarctica',
  169. 'AG' => 'Antigua and Barbuda',
  170. 'AR' => 'Argentina',
  171. 'AM' => 'Armenia',
  172. 'AW' => 'Aruba',
  173. 'AU' => 'Australia',
  174. 'AT' => 'Austria',
  175. 'AZ' => 'Azerbaijan',
  176. 'BS' => 'Bahamas',
  177. 'BH' => 'Bahrain',
  178. 'BD' => 'Bangladesh',
  179. 'BB' => 'Barbados',
  180. 'BY' => 'Belarus',
  181. 'BE' => 'Belgium',
  182. 'BZ' => 'Belize',
  183. 'BJ' => 'Benin',
  184. 'BM' => 'Bermuda',
  185. 'BT' => 'Bhutan',
  186. 'BO' => 'Bolivia',
  187. 'BA' => 'Bosnia and Herzegovina',
  188. 'BW' => 'Botswana',
  189. 'BV' => 'Bouvet Island',
  190. 'BR' => 'Brazil',
  191. 'BQ' => 'British Antarctic Territory',
  192. 'IO' => 'British Indian Ocean Territory',
  193. 'VG' => 'British Virgin Islands',
  194. 'BN' => 'Brunei',
  195. 'BG' => 'Bulgaria',
  196. 'BF' => 'Burkina Faso',
  197. 'BI' => 'Burundi',
  198. 'KH' => 'Cambodia',
  199. 'CM' => 'Cameroon',
  200. 'CA' => 'Canada',
  201. 'CT' => 'Canton and Enderbury Islands',
  202. 'CV' => 'Cape Verde',
  203. 'KY' => 'Cayman Islands',
  204. 'CF' => 'Central African Republic',
  205. 'TD' => 'Chad',
  206. 'CL' => 'Chile',
  207. 'CN' => 'China',
  208. 'CX' => 'Christmas Island',
  209. 'CC' => 'Cocos [Keeling] Islands',
  210. 'CO' => 'Colombia',
  211. 'KM' => 'Comoros',
  212. 'CG' => 'Congo - Brazzaville',
  213. 'CD' => 'Congo - Kinshasa',
  214. 'CK' => 'Cook Islands',
  215. 'CR' => 'Costa Rica',
  216. 'HR' => 'Croatia',
  217. 'CU' => 'Cuba',
  218. 'CY' => 'Cyprus',
  219. 'CZ' => 'Czech Republic',
  220. 'CI' => 'Côte d’Ivoire',
  221. 'DK' => 'Denmark',
  222. 'DJ' => 'Djibouti',
  223. 'DM' => 'Dominica',
  224. 'DO' => 'Dominican Republic',
  225. 'NQ' => 'Dronning Maud Land',
  226. 'DD' => 'East Germany',
  227. 'EC' => 'Ecuador',
  228. 'EG' => 'Egypt',
  229. 'SV' => 'El Salvador',
  230. 'GQ' => 'Equatorial Guinea',
  231. 'ER' => 'Eritrea',
  232. 'EE' => 'Estonia',
  233. 'ET' => 'Ethiopia',
  234. 'FK' => 'Falkland Islands',
  235. 'FO' => 'Faroe Islands',
  236. 'FJ' => 'Fiji',
  237. 'FI' => 'Finland',
  238. 'FR' => 'France',
  239. 'GF' => 'French Guiana',
  240. 'PF' => 'French Polynesia',
  241. 'TF' => 'French Southern Territories',
  242. 'FQ' => 'French Southern and Antarctic Territories',
  243. 'GA' => 'Gabon',
  244. 'GM' => 'Gambia',
  245. 'GE' => 'Georgia',
  246. 'DE' => 'Germany',
  247. 'GH' => 'Ghana',
  248. 'GI' => 'Gibraltar',
  249. 'GR' => 'Greece',
  250. 'GL' => 'Greenland',
  251. 'GD' => 'Grenada',
  252. 'GP' => 'Guadeloupe',
  253. 'GU' => 'Guam',
  254. 'GT' => 'Guatemala',
  255. 'GG' => 'Guernsey',
  256. 'GN' => 'Guinea',
  257. 'GW' => 'Guinea-Bissau',
  258. 'GY' => 'Guyana',
  259. 'HT' => 'Haiti',
  260. 'HM' => 'Heard Island and McDonald Islands',
  261. 'HN' => 'Honduras',
  262. 'HK' => 'Hong Kong SAR China',
  263. 'HU' => 'Hungary',
  264. 'IS' => 'Iceland',
  265. 'IN' => 'India',
  266. 'ID' => 'Indonesia',
  267. 'IR' => 'Iran',
  268. 'IQ' => 'Iraq',
  269. 'IE' => 'Ireland',
  270. 'IM' => 'Isle of Man',
  271. 'IL' => 'Israel',
  272. 'IT' => 'Italy',
  273. 'JM' => 'Jamaica',
  274. 'JP' => 'Japan',
  275. 'JE' => 'Jersey',
  276. 'JT' => 'Johnston Island',
  277. 'JO' => 'Jordan',
  278. 'KZ' => 'Kazakhstan',
  279. 'KE' => 'Kenya',
  280. 'KI' => 'Kiribati',
  281. 'KW' => 'Kuwait',
  282. 'KG' => 'Kyrgyzstan',
  283. 'LA' => 'Laos',
  284. 'LV' => 'Latvia',
  285. 'LB' => 'Lebanon',
  286. 'LS' => 'Lesotho',
  287. 'LR' => 'Liberia',
  288. 'LY' => 'Libya',
  289. 'LI' => 'Liechtenstein',
  290. 'LT' => 'Lithuania',
  291. 'LU' => 'Luxembourg',
  292. 'MO' => 'Macau SAR China',
  293. 'MK' => 'Macedonia',
  294. 'MG' => 'Madagascar',
  295. 'MW' => 'Malawi',
  296. 'MY' => 'Malaysia',
  297. 'MV' => 'Maldives',
  298. 'ML' => 'Mali',
  299. 'MT' => 'Malta',
  300. 'MH' => 'Marshall Islands',
  301. 'MQ' => 'Martinique',
  302. 'MR' => 'Mauritania',
  303. 'MU' => 'Mauritius',
  304. 'YT' => 'Mayotte',
  305. 'FX' => 'Metropolitan France',
  306. 'MX' => 'Mexico',
  307. 'FM' => 'Micronesia',
  308. 'MI' => 'Midway Islands',
  309. 'MD' => 'Moldova',
  310. 'MC' => 'Monaco',
  311. 'MN' => 'Mongolia',
  312. 'ME' => 'Montenegro',
  313. 'MS' => 'Montserrat',
  314. 'MA' => 'Morocco',
  315. 'MZ' => 'Mozambique',
  316. 'MM' => 'Myanmar [Burma]',
  317. 'NA' => 'Namibia',
  318. 'NR' => 'Nauru',
  319. 'NP' => 'Nepal',
  320. 'NL' => 'Netherlands',
  321. 'AN' => 'Netherlands Antilles',
  322. 'NT' => 'Neutral Zone',
  323. 'NC' => 'New Caledonia',
  324. 'NZ' => 'New Zealand',
  325. 'NI' => 'Nicaragua',
  326. 'NE' => 'Niger',
  327. 'NG' => 'Nigeria',
  328. 'NU' => 'Niue',
  329. 'NF' => 'Norfolk Island',
  330. 'KP' => 'North Korea',
  331. 'VD' => 'North Vietnam',
  332. 'MP' => 'Northern Mariana Islands',
  333. 'NO' => 'Norway',
  334. 'OM' => 'Oman',
  335. 'PC' => 'Pacific Islands Trust Territory',
  336. 'PK' => 'Pakistan',
  337. 'PW' => 'Palau',
  338. 'PS' => 'Palestinian Territories',
  339. 'PA' => 'Panama',
  340. 'PZ' => 'Panama Canal Zone',
  341. 'PG' => 'Papua New Guinea',
  342. 'PY' => 'Paraguay',
  343. 'YD' => "People's Democratic Republic of Yemen",
  344. 'PE' => 'Peru',
  345. 'PH' => 'Philippines',
  346. 'PN' => 'Pitcairn Islands',
  347. 'PL' => 'Poland',
  348. 'PT' => 'Portugal',
  349. 'PR' => 'Puerto Rico',
  350. 'QA' => 'Qatar',
  351. 'RO' => 'Romania',
  352. 'RU' => 'Russia',
  353. 'RW' => 'Rwanda',
  354. 'RE' => 'Réunion',
  355. 'BL' => 'Saint Barthélemy',
  356. 'SH' => 'Saint Helena',
  357. 'KN' => 'Saint Kitts and Nevis',
  358. 'LC' => 'Saint Lucia',
  359. 'MF' => 'Saint Martin',
  360. 'PM' => 'Saint Pierre and Miquelon',
  361. 'VC' => 'Saint Vincent and the Grenadines',
  362. 'WS' => 'Samoa',
  363. 'SM' => 'San Marino',
  364. 'SA' => 'Saudi Arabia',
  365. 'SN' => 'Senegal',
  366. 'RS' => 'Serbia',
  367. 'CS' => 'Serbia and Montenegro',
  368. 'SC' => 'Seychelles',
  369. 'SL' => 'Sierra Leone',
  370. 'SG' => 'Singapore',
  371. 'SK' => 'Slovakia',
  372. 'SI' => 'Slovenia',
  373. 'SB' => 'Solomon Islands',
  374. 'SO' => 'Somalia',
  375. 'ZA' => 'South Africa',
  376. 'GS' => 'South Georgia and the South Sandwich Islands',
  377. 'KR' => 'South Korea',
  378. 'ES' => 'Spain',
  379. 'LK' => 'Sri Lanka',
  380. 'SD' => 'Sudan',
  381. 'SR' => 'Suriname',
  382. 'SJ' => 'Svalbard and Jan Mayen',
  383. 'SZ' => 'Swaziland',
  384. 'SE' => 'Sweden',
  385. 'CH' => 'Switzerland',
  386. 'SY' => 'Syria',
  387. 'ST' => 'São Tomé and Príncipe',
  388. 'TW' => 'Taiwan',
  389. 'TJ' => 'Tajikistan',
  390. 'TZ' => 'Tanzania',
  391. 'TH' => 'Thailand',
  392. 'TL' => 'Timor-Leste',
  393. 'TG' => 'Togo',
  394. 'TK' => 'Tokelau',
  395. 'TO' => 'Tonga',
  396. 'TT' => 'Trinidad and Tobago',
  397. 'TN' => 'Tunisia',
  398. 'TR' => 'Turkey',
  399. 'TM' => 'Turkmenistan',
  400. 'TC' => 'Turks and Caicos Islands',
  401. 'TV' => 'Tuvalu',
  402. 'UM' => 'U.S. Minor Outlying Islands',
  403. 'PU' => 'U.S. Miscellaneous Pacific Islands',
  404. 'VI' => 'U.S. Virgin Islands',
  405. 'UG' => 'Uganda',
  406. 'UA' => 'Ukraine',
  407. 'SU' => 'Union of Soviet Socialist Republics',
  408. 'AE' => 'United Arab Emirates',
  409. 'GB' => 'United Kingdom',
  410. 'US' => 'United States',
  411. 'ZZ' => 'Unknown or Invalid Region',
  412. 'UY' => 'Uruguay',
  413. 'UZ' => 'Uzbekistan',
  414. 'VU' => 'Vanuatu',
  415. 'VA' => 'Vatican City',
  416. 'VE' => 'Venezuela',
  417. 'VN' => 'Vietnam',
  418. 'WK' => 'Wake Island',
  419. 'WF' => 'Wallis and Futuna',
  420. 'EH' => 'Western Sahara',
  421. 'YE' => 'Yemen',
  422. 'ZM' => 'Zambia',
  423. 'ZW' => 'Zimbabwe',
  424. 'AX' => 'Åland Islands',
  425. ]
  426. ];