├── .ackrc ├── .gitignore ├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md ├── bin ├── build-openapi.php ├── lab-metric.php └── product-type.php ├── boot.php ├── composer.json ├── composer.lock ├── doc ├── auth │ └── index.ad ├── b2b │ ├── incoming │ │ └── accept.ad │ ├── index.ad │ └── outgoing │ │ ├── commit.ad │ │ ├── create.ad │ │ └── update.ad ├── b2c │ └── index.ad ├── base │ ├── format.ad │ ├── rest.ad │ └── terms.ad ├── core │ ├── acl.ad │ ├── company.ad │ ├── contact.ad │ ├── license.ad │ ├── product.ad │ └── variety.ad ├── index.ad ├── inventory │ ├── index.ad │ └── source.ad ├── lab │ └── index.ad └── plant │ ├── create.ad │ ├── delete.ad │ ├── grow.ad │ ├── index.ad │ ├── modify.ad │ ├── net.ad │ ├── note.ad │ └── raw.ad ├── etc ├── Doxyfile ├── apache2-example.conf ├── b2c-item-price-adjust │ ├── 010PENTHC00BIPA0C0T620S2M2.yaml │ ├── 010PENTHC00BIPA0ET0FNBCKMH.yaml │ ├── 010PENTHC00BIPA0N10N4S9MR3.yaml │ ├── 010PENTHC00BIPA0P3WHB3S013.yaml │ ├── 010PENTHC00BIPA0SST0QV2GRS.yaml │ ├── 010PENTHC0PDTNJ1WNK5H9S6T3.yaml │ ├── 010PENTHC0PDTQ14B2MF3Q484J.yaml │ └── 010PENTHC0PDTSV845B6FEEGCF.yaml ├── company-type │ ├── 018NY6XC00940RDE9H3SC14HPA.yaml │ ├── 018NY6XC00C0MPANYTYPE00000.yaml │ ├── 018NY6XC00C0MPANYTYPE00001.yaml │ ├── 018NY6XC00D1GN4VQHW3SXM22H.yaml │ ├── 018NY6XC00GC8YA84K0HVPV23F.yaml │ ├── 018NY6XC00PM9C35Y7FE87SA7S.yaml │ ├── 018NY6XC00QMZF36QBCQ25JJW8.yaml │ ├── 018NY6XC00WDE89W4G6TPY3HTR.yaml │ ├── 018NY6XC00XTMMHVAXJZ2710RA.yaml │ └── 018NY6XC00Z25E6GGVE9X2XVTM.yaml ├── contact-type │ ├── 018NY6XC0039QBB6FA0Q0613YZ.yaml │ ├── 018NY6XC005A57HSQTKE41X1B2.yaml │ ├── 018NY6XC006YGQWZZ0DV9B7RHJ.yaml │ ├── 018NY6XC0095GEHMGNWSX5AN2B.yaml │ ├── 018NY6XC00C0NTACTTYPE00000.yaml │ ├── 018NY6XC00C0NTACTTYPE00001.yaml │ ├── 018NY6XC00C0NTACTTYPE000AC.yaml │ ├── 018NY6XC00C0NTACTTYPE000CG.yaml │ ├── 018NY6XC00C0NTACTTYPE000EP.yaml │ ├── 018NY6XC00C0NTACTTYPE000PA.yaml │ ├── 018NY6XC00C0NTACTTYPE000W1.yaml │ └── 018NY6XC00QMF21ADJY8QHHAJY.yaml ├── lab-metric-qom.yaml ├── lab-metric-type │ ├── 018NY6XC00LMT07DPNKHQV2GRS.yaml │ ├── 018NY6XC00LMT09ZG05C2NE7KX.yaml │ ├── 018NY6XC00LMT0AQAMJEDSD0NW.yaml │ ├── 018NY6XC00LMT0B7NMK7RGYAMN.yaml │ ├── 018NY6XC00LMT0BY5GND653C0C.yaml │ ├── 018NY6XC00LMT0GDBPF0V9B71Z.yaml │ ├── 018NY6XC00LMT0HRHFRZGY72C7.yaml │ └── 018NY6XC00LMT0V6XE7P0BHBCR.yaml ├── lab-metric │ ├── 018NY6XC0007FM2S2X7DK713M0.yaml │ ├── 018NY6XC000WMQVN35HCPYPW8W.yaml │ ├── 018NY6XC000XQN93X9C3RYNNNF.yaml │ ├── 018NY6XC000Z35NGMQK82PF009.yaml │ ├── 018NY6XC000ZP3Q6CWW9AQ6224.yaml │ ├── 018NY6XC00110F5RDAY6V23EDP.yaml │ ├── 018NY6XC0015HX2C5EYMXAJ9SN.yaml │ ├── 018NY6XC001B4GRWTG7TSWHJ14.yaml │ ├── 018NY6XC001B5YTZKMR4BVTQCT.yaml │ ├── 018NY6XC001CR4C8SJEZQE1NYD.yaml │ ├── 018NY6XC001PN891J5H1HMQMWG.yaml │ ├── 018NY6XC002GA28QZH4DPV4NF7.yaml │ ├── 018NY6XC002GH0MJ4KFFBE79WN.yaml │ ├── 018NY6XC002WFCED62VNTDAJBB.yaml │ ├── 018NY6XC0032DMCC1E0SQAGB8V.yaml │ ├── 018NY6XC00353QE3RXRRXHCPF1.yaml │ ├── 018NY6XC003PXZ5PXNTVK0Z1VG.yaml │ ├── 018NY6XC004NQKFWGHH2V2HPDT.yaml │ ├── 018NY6XC004RHQ7NBP8K4VE4AN.yaml │ ├── 018NY6XC005BCZ2QCXPDT081G9.yaml │ ├── 018NY6XC00665Q9X4K5GYHCMKA.yaml │ ├── 018NY6XC006SBTBXZ7J54HFQ0R.yaml │ ├── 018NY6XC0076C9C0V96ETDQH3E.yaml │ ├── 018NY6XC0083TN9WFAX9CKABRV.yaml │ ├── 018NY6XC0083YEGTKJYVJJ38V7.yaml │ ├── 018NY6XC008B9F23QQME9HAPS7.yaml │ ├── 018NY6XC008N5MR09YY8T1HRMR.yaml │ ├── 018NY6XC008X42NV5NC486K40V.yaml │ ├── 018NY6XC009VDNXYVCFJ88GVF5.yaml │ ├── 018NY6XC00A4CC4C21KRAMGQE0.yaml │ ├── 018NY6XC00B7Q87QDXQH9VS5VP.yaml │ ├── 018NY6XC00BESMYZ2TS1G77DYH.yaml │ ├── 018NY6XC00BXDN38RRQFM83K2C.yaml │ ├── 018NY6XC00C9ETHT8V2SDPXVZ5.yaml │ ├── 018NY6XC00CB0AGH0G6P24DN1Y.yaml │ ├── 018NY6XC00DBBXM932467MEQRD.yaml │ ├── 018NY6XC00DEEZ41QBXR2E3T97.yaml │ ├── 018NY6XC00DFMCZ1B6TMBCSYRS.yaml │ ├── 018NY6XC00DYP6MHANHBMRXJSP.yaml │ ├── 018NY6XC00E2EHRX8HHRQ5KDDX.yaml │ ├── 018NY6XC00E31T3XNT16BPBNN7.yaml │ ├── 018NY6XC00E5NEVSFCR2AC8H1B.yaml │ ├── 018NY6XC00E5ZT93DF9ANMG29K.yaml │ ├── 018NY6XC00EFCPDSJZ8XM6591M.yaml │ ├── 018NY6XC00F32T5F8138M3XGP8.yaml │ ├── 018NY6XC00F9TF4KHN8Q31HX1Q.yaml │ ├── 018NY6XC00FB8JT1PA317Z2MND.yaml │ ├── 018NY6XC00FE5KW2ZCRY7ED5WG.yaml │ ├── 018NY6XC00FGBE9236HKC2Z99Y.yaml │ ├── 018NY6XC00GAHZEZESTB1HSAZ4.yaml │ ├── 018NY6XC00GMSF4B6WEDX137VG.yaml │ ├── 018NY6XC00GYJ0DT8GS71YXYR2.yaml │ ├── 018NY6XC00H4N32NPA0CS61N92.yaml │ ├── 018NY6XC00H5A6PZTZZPH4S5Y1.yaml │ ├── 018NY6XC00H7A0GKSCJ1PKN9NE.yaml │ ├── 018NY6XC00HEVERTDA65N8HCGV.yaml │ ├── 018NY6XC00HKGZD7C613RNE0Z0.yaml │ ├── 018NY6XC00J1J81N2749EYCRGF.yaml │ ├── 018NY6XC00J7N5A4KHT9EX6K50.yaml │ ├── 018NY6XC00JB22ZVQ47CBPZCMZ.yaml │ ├── 018NY6XC00JR79FV9HVKHWW5HQ.yaml │ ├── 018NY6XC00K1S7Z4B7TS5VVM8A.yaml │ ├── 018NY6XC00KKW13KEN6JWKZNJF.yaml │ ├── 018NY6XC00KQAY3ND99X6GTJS7.yaml │ ├── 018NY6XC00KRBFY2AHKHRXN58B.yaml │ ├── 018NY6XC00KVC18KHKD7NVBET0.yaml │ ├── 018NY6XC00KVPMDRGAYR68SR67.yaml │ ├── 018NY6XC00KZX7A23W14MT2074.yaml │ ├── 018NY6XC00LM0PXPG4592M8J14.yaml │ ├── 018NY6XC00LM0Q5E8PYHY9WQ57.yaml │ ├── 018NY6XC00LM0T49T7XC7WZWYE.yaml │ ├── 018NY6XC00LM10ZPAN42R490W3.yaml │ ├── 018NY6XC00LM1FFPX84N11Y960.yaml │ ├── 018NY6XC00LM1FYB8674M2X435.yaml │ ├── 018NY6XC00LM1NGMNDNYD3R0HE.yaml │ ├── 018NY6XC00LM230ECKQSRFZ2BE.yaml │ ├── 018NY6XC00LM2E59R89FKZEVY8.yaml │ ├── 018NY6XC00LM2W05964HBRZ57R.yaml │ ├── 018NY6XC00LM3APZQTH7XYAZSC.yaml │ ├── 018NY6XC00LM3CKFFVVSNJYGCH.yaml │ ├── 018NY6XC00LM3P767WQ0KSFARZ.yaml │ ├── 018NY6XC00LM3W3G1ERAF2QEF5.yaml │ ├── 018NY6XC00LM3ZJH23WAKV7JEB.yaml │ ├── 018NY6XC00LM49CV7QP9KM9QH9.yaml │ ├── 018NY6XC00LM4E4T6EPA7WPHDK.yaml │ ├── 018NY6XC00LM4F7B8D750PBBVF.yaml │ ├── 018NY6XC00LM4N6RPDAC97NM9V.yaml │ ├── 018NY6XC00LM4VRHKTYTJJRDPW.yaml │ ├── 018NY6XC00LM50KG4SS3BDPAGX.yaml │ ├── 018NY6XC00LM50MYZZY71MQ7BE.yaml │ ├── 018NY6XC00LM5P16C5VW3F7450.yaml │ ├── 018NY6XC00LM5RP8VV8TQAJ92A.yaml │ ├── 018NY6XC00LM638QCGB50ZKYKJ.yaml │ ├── 018NY6XC00LM66ZHJD25GNSFRN.yaml │ ├── 018NY6XC00LM68678PK1SAVVR5.yaml │ ├── 018NY6XC00LM6J8FQHSXARDVMZ.yaml │ ├── 018NY6XC00LM6QHYX79AXVVRH1.yaml │ ├── 018NY6XC00LM6T0NCQGXBCSNCS.yaml │ ├── 018NY6XC00LM6VF2D0V998AY9Q.yaml │ ├── 018NY6XC00LM6YBP4J5ASBWVNR.yaml │ ├── 018NY6XC00LM733KQWC064C0X8.yaml │ ├── 018NY6XC00LM74YZAGG90X06MC.yaml │ ├── 018NY6XC00LM7CX800BM0FSGJR.yaml │ ├── 018NY6XC00LM7D70QAKTR6WM30.yaml │ ├── 018NY6XC00LM7EC335XECKPV3X.yaml │ ├── 018NY6XC00LM7N4CCX5ZRVADDN.yaml │ ├── 018NY6XC00LM7R6CF7AEZ3MN34.yaml │ ├── 018NY6XC00LM7S8H2RT4K4GYME.yaml │ ├── 018NY6XC00LM7WBZ76X1E3T868.yaml │ ├── 018NY6XC00LM83VNPJMHTKX5F0.yaml │ ├── 018NY6XC00LM86MPJP7VHVDR00.yaml │ ├── 018NY6XC00LM877GAKMFPK7BMC.yaml │ ├── 018NY6XC00LM8H6MET0WJ2YCV1.yaml │ ├── 018NY6XC00LM8HJ86FFV4CTFS4.yaml │ ├── 018NY6XC00LM8TPPW71WHPJHS9.yaml │ ├── 018NY6XC00LM98WRGGCSFYYGVX.yaml │ ├── 018NY6XC00LM9CA3V07AK2GE9Q.yaml │ ├── 018NY6XC00LM9HW5DZGD5KR55G.yaml │ ├── 018NY6XC00LM9QSV7PQDRB1VEY.yaml │ ├── 018NY6XC00LM9YAJZS3XTFFMPF.yaml │ ├── 018NY6XC00LMA46E79SNHBKR6H.yaml │ ├── 018NY6XC00LMA50497RDC53DB5.yaml │ ├── 018NY6XC00LMA5GGMB8GXE0SJW.yaml │ ├── 018NY6XC00LMAA8QXZ8CD0QQMW.yaml │ ├── 018NY6XC00LMADJX0GMMS5MXVB.yaml │ ├── 018NY6XC00LMAKFJY80QDMWF7F.yaml │ ├── 018NY6XC00LMAX6W83M65P4RDF.yaml │ ├── 018NY6XC00LMB0JPRM2SF8F9F2.yaml │ ├── 018NY6XC00LMB7TEPP64SS0VXD.yaml │ ├── 018NY6XC00LMBFR51SFFGQJXRF.yaml │ ├── 018NY6XC00LMBGSXW5YQR4NYPZ.yaml │ ├── 018NY6XC00LMC4048KGG4SR6WF.yaml │ ├── 018NY6XC00LMCG3GPPN8QDAGAQ.yaml │ ├── 018NY6XC00LMCH7YXS32M4PNZF.yaml │ ├── 018NY6XC00LMCK0YZ3T76QWMNF.yaml │ ├── 018NY6XC00LMCNR9XRJQXE0MFR.yaml │ ├── 018NY6XC00LMCPKZ3QB78GQXWP.yaml │ ├── 018NY6XC00LMCQ7DX02S94RMM7.yaml │ ├── 018NY6XC00LMCQDJ36Y13GX6W3.yaml │ ├── 018NY6XC00LMCQGJHSAQRVR05X.yaml │ ├── 018NY6XC00LMD2VKZ8FHZ3F3X8.yaml │ ├── 018NY6XC00LMDFT7RQ47H5K97R.yaml │ ├── 018NY6XC00LMDGYF2W1G9T0W9C.yaml │ ├── 018NY6XC00LME4KJM6Y8XP8WGA.yaml │ ├── 018NY6XC00LMEN8F7VNXYV7HCS.yaml │ ├── 018NY6XC00LMENDHEH2Y32X903.yaml │ ├── 018NY6XC00LMETFEEFJT0JAKNE.yaml │ ├── 018NY6XC00LMEXWB3ENZ1MK7R4.yaml │ ├── 018NY6XC00LMFG9ZMJNQJ9AE5F.yaml │ ├── 018NY6XC00LMFHM63N25EF48YY.yaml │ ├── 018NY6XC00LMFPY3XH8NNXM9TH.yaml │ ├── 018NY6XC00LMGBF92WAYA1Y3ZT.yaml │ ├── 018NY6XC00LMGG9JR3SM0MEDGQ.yaml │ ├── 018NY6XC00LMGN496XNG04YCKA.yaml │ ├── 018NY6XC00LMGNGNEW1XMNRS8S.yaml │ ├── 018NY6XC00LMGZM1K01HQG6A04.yaml │ ├── 018NY6XC00LMH4TQXDXKH97K87.yaml │ ├── 018NY6XC00LMH5RPYTRCS5BQKJ.yaml │ ├── 018NY6XC00LMH66XZD64ZDTHZW.yaml │ ├── 018NY6XC00LMHBS2P1D4M5WZ6Q.yaml │ ├── 018NY6XC00LMHF4266DN94JPPX.yaml │ ├── 018NY6XC00LMHGENRW0DAPFQRZ.yaml │ ├── 018NY6XC00LMHPJYYDQT7FCM8P.yaml │ ├── 018NY6XC00LMJ195SKA604Y6CC.yaml │ ├── 018NY6XC00LMJ3HV06KJXPR9F3.yaml │ ├── 018NY6XC00LMJ8HWPTK92118TJ.yaml │ ├── 018NY6XC00LMJHEQ07C7YKJBFM.yaml │ ├── 018NY6XC00LMJX17TGNPYAX2E6.yaml │ ├── 018NY6XC00LMK15566W1G0ZH5X.yaml │ ├── 018NY6XC00LMK2VVW868567PHD.yaml │ ├── 018NY6XC00LMK42ZVHZYKNQ1P0.yaml │ ├── 018NY6XC00LMK7KHD3HPW0Y90N.yaml │ ├── 018NY6XC00LMKCE4E30P3R72SK.yaml │ ├── 018NY6XC00LMKF9QEXJGS0HGHM.yaml │ ├── 018NY6XC00LMKKEFRB9BJ8KP0P.yaml │ ├── 018NY6XC00LMKMYDTB18499106.yaml │ ├── 018NY6XC00LMKW46MMS466FK9F.yaml │ ├── 018NY6XC00LMKX28NVG7PJT5WJ.yaml │ ├── 018NY6XC00LMM3YXXC8Y2W9T8N.yaml │ ├── 018NY6XC00LMME2KAJD5CJZCFC.yaml │ ├── 018NY6XC00LMMFPYJ25XC5QTTQ.yaml │ ├── 018NY6XC00LMMFQB5HBHJBQ9BS.yaml │ ├── 018NY6XC00LMMGQYZ01JNTDSZ1.yaml │ ├── 018NY6XC00LMMQ4V3VTBQ83QWW.yaml │ ├── 018NY6XC00LMMYVTVKPR0V8C0F.yaml │ ├── 018NY6XC00LMN56HSR1X5ACEJB.yaml │ ├── 018NY6XC00LMNPCTGHS6PVWKS3.yaml │ ├── 018NY6XC00LMPH4K88KC1PKJVJ.yaml │ ├── 018NY6XC00LMPNZXG9Z9YNFFX9.yaml │ ├── 018NY6XC00LMPS11DW5VC5ZDF6.yaml │ ├── 018NY6XC00LMPTJEH2SHH45155.yaml │ ├── 018NY6XC00LMPV2GSPRBZXC08Y.yaml │ ├── 018NY6XC00LMQ5673126W386W5.yaml │ ├── 018NY6XC00LMQ6AM5TE0FYPN2R.yaml │ ├── 018NY6XC00LMQAZZSDXPYH62SS.yaml │ ├── 018NY6XC00LMQF9D59E5T0QA0A.yaml │ ├── 018NY6XC00LMQJ0J8KAWM65JAB.yaml │ ├── 018NY6XC00LMQKS6HXP2KFY91E.yaml │ ├── 018NY6XC00LMQQDFGS8QBAKJ3J.yaml │ ├── 018NY6XC00LMQW6Q8FE142912R.yaml │ ├── 018NY6XC00LMQW96F7VFGSCTYK.yaml │ ├── 018NY6XC00LMQZWHD25XN1F7BZ.yaml │ ├── 018NY6XC00LMR0FZPVYAEJ8JET.yaml │ ├── 018NY6XC00LMR9PB7SNBP97DAS.yaml │ ├── 018NY6XC00LMR9Z32S7WHPBZP9.yaml │ ├── 018NY6XC00LMRA8M0HBRS1CSXK.yaml │ ├── 018NY6XC00LMRG0A40VCNVW3YX.yaml │ ├── 018NY6XC00LMS96WE6KHKNP52T.yaml │ ├── 018NY6XC00LMSCF0SS8VVJ9DE5.yaml │ ├── 018NY6XC00LMSF0HPDC29T1QH1.yaml │ ├── 018NY6XC00LMSTBW55VFR0QG56.yaml │ ├── 018NY6XC00LMSTHMFW45MD2ECS.yaml │ ├── 018NY6XC00LMT10GKMBED4KZWK.yaml │ ├── 018NY6XC00LMT7VRMWMXMH59Y5.yaml │ ├── 018NY6XC00LMT8QJD3BG6CNXA8.yaml │ ├── 018NY6XC00LMT9BF2M636RZBZX.yaml │ ├── 018NY6XC00LMTBZ6MS529BRMDY.yaml │ ├── 018NY6XC00LMTMR8TN8WE86JVY.yaml │ ├── 018NY6XC00LMTXQC4X18WTB71J.yaml │ ├── 018NY6XC00LMTYA0APDKAK3DVH.yaml │ ├── 018NY6XC00LMV3YF9F83621G84.yaml │ ├── 018NY6XC00LMVSE5MJFPQEDRSC.yaml │ ├── 018NY6XC00LMW1FC0RA14FZ3PF.yaml │ ├── 018NY6XC00LMWDVDHEYRS6058S.yaml │ ├── 018NY6XC00LMWKXB3PQ2STF5RS.yaml │ ├── 018NY6XC00LMWSMH35NX5PQQKT.yaml │ ├── 018NY6XC00LMWV6T4FB28F9JMH.yaml │ ├── 018NY6XC00LMX1R3RFFRFZS8T4.yaml │ ├── 018NY6XC00LMX227M153SSW8N9.yaml │ ├── 018NY6XC00LMXCM3VG0XGR6KAH.yaml │ ├── 018NY6XC00LMXPVBJE1ZFAXSA9.yaml │ ├── 018NY6XC00LMXRFMR5NJ35ZBAX.yaml │ ├── 018NY6XC00LMXSM3QAXV8HQD5F.yaml │ ├── 018NY6XC00LMXVVJP95SCEWYMJ.yaml │ ├── 018NY6XC00LMYBVS4P9WE8MT73.yaml │ ├── 018NY6XC00LMYC6MEJARSBRGW8.yaml │ ├── 018NY6XC00LMYY49X6ZPKWMK0F.yaml │ ├── 018NY6XC00LMZ91MVJB81J4JQT.yaml │ ├── 018NY6XC00LMZ95MW0N3JPZ056.yaml │ ├── 018NY6XC00LMZGPEH1Z4VY04RJ.yaml │ ├── 018NY6XC00LMZJ5AVZN2MWG32M.yaml │ ├── 018NY6XC00LMZMT6NYFV6QM9JH.yaml │ ├── 018NY6XC00LMZNYH6GBG7P12EA.yaml │ ├── 018NY6XC00LMZP42VJGA642TEB.yaml │ ├── 018NY6XC00LMZZ776J7YTKR49R.yaml │ ├── 018NY6XC00M27M46SED0ZZCSQZ.yaml │ ├── 018NY6XC00M8V4J6PX1J33YM3E.yaml │ ├── 018NY6XC00MGZPMK6TJWAYY8VF.yaml │ ├── 018NY6XC00MZ1K5XFDNA5BDGEP.yaml │ ├── 018NY6XC00MZPYJQH1JN62HT7E.yaml │ ├── 018NY6XC00N5KT44W546GPVM5W.yaml │ ├── 018NY6XC00NGT4P7T5BK3Y4WV6.yaml │ ├── 018NY6XC00NWYNHMA169GDYEP2.yaml │ ├── 018NY6XC00P9BP9K9YZRC3009W.yaml │ ├── 018NY6XC00PP4F51A3YZBJ5DDK.yaml │ ├── 018NY6XC00PXG4PH0TXS014VVW.yaml │ ├── 018NY6XC00Q04NWA7NDVETQZES.yaml │ ├── 018NY6XC00QAH5JTF1A6FJSM6Y.yaml │ ├── 018NY6XC00QJQVPK47XK0HMYGT.yaml │ ├── 018NY6XC00QVEKQ8JCMP68DFJ7.yaml │ ├── 018NY6XC00QVVXQP061W2CPV05.yaml │ ├── 018NY6XC00R5ETKRJAG59TFRJX.yaml │ ├── 018NY6XC00RQKY5AYGVY554DRK.yaml │ ├── 018NY6XC00SAE8Q4JSMF40YSZ3.yaml │ ├── 018NY6XC00SNPZ5RJVW2VGGSHW.yaml │ ├── 018NY6XC00STNQ0SR3G2XBMAYJ.yaml │ ├── 018NY6XC00T2ZJXXZA3HHXW6N3.yaml │ ├── 018NY6XC00T7NND9V8G2Q3G095.yaml │ ├── 018NY6XC00TZB49XSAM9XMQ0C1.yaml │ ├── 018NY6XC00TZW1AB3MDBJYNA2Q.yaml │ ├── 018NY6XC00V02P54TKQ21XT7RZ.yaml │ ├── 018NY6XC00V3224FZN904CV8KZ.yaml │ ├── 018NY6XC00V3M3MSYQMV9RCMCE.yaml │ ├── 018NY6XC00V7ACCY94MHYWNWRN.yaml │ ├── 018NY6XC00VGBEM8CDWPX8J0MB.yaml │ ├── 018NY6XC00VZJ24PN2VPPXX6P2.yaml │ ├── 018NY6XC00VZX735DKKRTMBW6R.yaml │ ├── 018NY6XC00W08XEQ3QM1ZG0TP6.yaml │ ├── 018NY6XC00W7F5KX34C5DEB07P.yaml │ ├── 018NY6XC00WHBFGHPDBB756NTZ.yaml │ ├── 018NY6XC00WZF17ZP3878KKVNA.yaml │ ├── 018NY6XC00X9FKBQTRMMT9CWYB.yaml │ ├── 018NY6XC00XFEAWWREZRVF68PE.yaml │ ├── 018NY6XC00XFJV2A15SWXR8AS0.yaml │ ├── 018NY6XC00XK2KR405RZSEGVJA.yaml │ ├── 018NY6XC00Y22Q8Y0BQKJSSD9A.yaml │ ├── 018NY6XC00YD57JR2J0QD9S2ZB.yaml │ ├── 018NY6XC00Z3253X3QJKK494CH.yaml │ ├── 018NY6XC00Z36BWRQM7XXVEEFG.yaml │ ├── 018NY6XC00Z9M20PRDYBB5EXG3.yaml │ ├── 01EDPT1CHZJTASPX5X38PWWP3Y.yaml │ ├── 01EDPT1F2GTYPDFYV1797QBHJ3.yaml │ ├── 01EDPTAXEXNAN89RM5AN0VVTP3.yaml │ ├── 01EDPTB0J14D79E5FDVRVM290N.yaml │ ├── 01EDPTB1FYFSFB0NXEFCRF5E72.yaml │ ├── 01EDPTB5B0PPN4WPYRMZD09BWY.yaml │ ├── 01EDPTXYZ35B8TGGXQKXCTAZC9.yaml │ ├── 01EDPTY0KCW89D9P2V7V1GSY8V.yaml │ ├── 01EDPV677KEHMX0CK21D2DHP8J.yaml │ ├── 01EDPV85CT7SX8BB5BP3VCWJCK.yaml │ ├── 01EDPVA062JA8HKVJE9SAQDW3X.yaml │ ├── 01EEE1HQBMBP7XB2KHZN1GX3DJ.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF32J.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF32N.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF32P.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF32R.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF32V.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF32W.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF32X.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF334.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF33F.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF33G.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF33M.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF33N.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF33R.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF33X.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF33Z.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF341.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF343.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF347.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF34E.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF34V.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF34W.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF354.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF355.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF356.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF35C.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF35D.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF35E.yaml │ ├── 01FQFG9EJB2ZNCCGA3W92QF35K.yaml │ ├── 01FQFG9EJC2Z0EFM33WDMPDETN.yaml │ ├── 01FQFG9EJC2Z0EFM33WDMPDEV4.yaml │ ├── 01FQFG9EJC2Z0EFM33WDMPDEV7.yaml │ ├── 01FQFG9EJC2Z0EFM33WDMPDEV8.yaml │ ├── 01FQFG9EJC2Z0EFM33WDMPDEVA.yaml │ ├── 01FQFG9EJC2Z0EFM33WDMPDEVF.yaml │ ├── 01FQFG9EJC2Z0EFM33WDMPDEVG.yaml │ ├── 01FQFG9EJC2Z0EFM33WDMPDEVJ.yaml │ ├── 01FQFG9EJC2Z0EFM33WDMPDEVK.yaml │ ├── 01FQFG9EJC2Z0EFM33WDMPDEVQ.yaml │ ├── 01FQFG9EJC2Z0EFM33WDMPDEVR.yaml │ ├── 01FQFG9EJC2Z0EFM33WDMPDEW9.yaml │ ├── 01FRK0CC1G0SMZT4RW3WR8QB9R.yaml │ ├── 01FRK0CC1G0SMZT4RW3WR8QB9S.yaml │ ├── 01FRK0CC1G0SMZT4RW3WR8QB9T.yaml │ ├── 01FRK0CC1G0SMZT4RW3WR8QB9W.yaml │ ├── 01FRK0CC1G0SMZT4RW3WR8QB9X.yaml │ ├── 01FRK0CC1G0SMZT4RW3WR8QB9Y.yaml │ ├── 01FRK0CC1G0SMZT4RW3WR8QB9Z.yaml │ ├── 01FRK0CC1G0SMZT4RW3WR8QBA0.yaml │ ├── 01FRK0CC1G0SMZT4RW3WR8QBA1.yaml │ ├── 01FRK0CC1G0SMZT4RW3WR8QBA2.yaml │ ├── 01FRK0CC1G0SMZT4RW3WR8QBA3.yaml │ ├── 01FSXQ2SC90J2YJSPD1Z2XR070.yaml │ ├── 01FSXQ2SC90MRBSSTKPWNTG3YG.yaml │ ├── 01FSXQ2SC91J8Y264DY8JVBJPW.yaml │ ├── 01FSXQ2SC91WWQC93YW74CWC10.yaml │ ├── 01FSXQ2SC9B3SH9E4SSEPVSC21.yaml │ ├── 01FSXQ2SC9GPQKJBDM3WYG7FRX.yaml │ ├── 01FSXQ2SC9Q3EWN1AM0DQ7VJRX.yaml │ ├── 01FSXQ2SC9QWYYPXMVQJ4AXCE6.yaml │ ├── 01FSXQ2SC9S6TT3CAJ5EAX173W.yaml │ ├── 01FSXQ2SC9SA0HGGDFJQEN84X9.yaml │ ├── 01FSXQ2SC9SH6S8MGTR9TTP8BH.yaml │ ├── 01FSXQ2SC9TP360G2GZ6VWQ1V9.yaml │ ├── 01FSXQ2SC9VKQAZ6AWRBHYBTBB.yaml │ ├── 01FT6NAFKTAFXDEG7JR7H3Q7CP.yaml │ └── 01FVT5GQ3W4W6XXJHNYA0M3JAQ.yaml ├── license-type │ ├── 018NY6XC00L1CENSETYPE00000.yaml │ ├── 018NY6XC00L1CENSETYPE00001.yaml │ ├── 018NY6XC00L1CENSETYPE00CAR.yaml │ ├── 018NY6XC00L1CENSETYPE00GR0.yaml │ ├── 018NY6XC00L1CENSETYPE00GXP.yaml │ ├── 018NY6XC00L1CENSETYPE00LAB.yaml │ ├── 018NY6XC00L1CENSETYPE00PR0.yaml │ └── 018NY6XC00L1CENSETYPE00RET.yaml ├── product-type │ ├── 018NY6XC00PT00000000000000.yaml │ ├── 018NY6XC00PT00000000000001.yaml │ ├── 018NY6XC00PT0000000000BULK.yaml │ ├── 018NY6XC00PT0000000000EACH.yaml │ ├── 018NY6XC00PT000000TAXOTHER.yaml │ ├── 018NY6XC00PT000000TAXSALES.yaml │ ├── 018NY6XC00PT01KFPCEFB9G1Z2.yaml │ ├── 018NY6XC00PT0WQP2XV5KNP395.yaml │ ├── 018NY6XC00PT137RT5M0B82X4T.yaml │ ├── 018NY6XC00PT25F95HPG583AJB.yaml │ ├── 018NY6XC00PT3EZZ4GN6105M64.yaml │ ├── 018NY6XC00PT4N82RFPHNHV3ZQ.yaml │ ├── 018NY6XC00PT63ECNBAZH32YC3.yaml │ ├── 018NY6XC00PT684JJSXN8RAWBM.yaml │ ├── 018NY6XC00PT684JJSXN8RCC48.yaml │ ├── 018NY6XC00PT6QKRGR3JYQX0BK.yaml │ ├── 018NY6XC00PT7N83PFNCX8ZFEF.yaml │ ├── 018NY6XC00PT8AXVZGNZN3A0QT.yaml │ ├── 018NY6XC00PT8ZPGMPR8H2TAXH.yaml │ ├── 018NY6XC00PT9CP8G7BMEKMSXA.yaml │ ├── 018NY6XC00PTACC942KY9DCERR.yaml │ ├── 018NY6XC00PTAF3TFBB51C8HX6.yaml │ ├── 018NY6XC00PTB2YPQA1MRNYQGC.yaml │ ├── 018NY6XC00PTBJ3G5FDAJN60EX.yaml │ ├── 018NY6XC00PTBNDY5VJ8JQ6NKP.yaml │ ├── 018NY6XC00PTCS5AZV189X1YRK.yaml │ ├── 018NY6XC00PTD9Q4QPFBH0G9H2.yaml │ ├── 018NY6XC00PTFTRV9BDWTN71Q8.yaml │ ├── 018NY6XC00PTFY48D1136W0S0J.yaml │ ├── 018NY6XC00PTGBW49J6YD3WM84.yaml │ ├── 018NY6XC00PTGMB39NHCZ8EDEZ.yaml │ ├── 018NY6XC00PTGRX4Q9SZBHDA5Z.yaml │ ├── 018NY6XC00PTHE7GWB4QTG4JKZ.yaml │ ├── 018NY6XC00PTHP9NMJ1RE6TA62.yaml │ ├── 018NY6XC00PTHPB8YG56S0MCAC.yaml │ ├── 018NY6XC00PTK2E0W67FMBZP9Q.yaml │ ├── 018NY6XC00PTKYYGMRSKV4XNH7.yaml │ ├── 018NY6XC00PTNPA4TPCYSKD5XN.yaml │ ├── 018NY6XC00PTNZQPYNH74BPZ1K.yaml │ ├── 018NY6XC00PTR9EWCYRWGW3CXW.yaml │ ├── 018NY6XC00PTR9M5Z9S4T31C4R.yaml │ ├── 018NY6XC00PTRPPDT8NJY2MWQW.yaml │ ├── 018NY6XC00PTSF5NTC899SR0JF.yaml │ ├── 018NY6XC00PTXB19AQ8N8RW33A.yaml │ ├── 018NY6XC00PTY5XPA4KJT6W3K4.yaml │ ├── 018NY6XC00PTY9THKSEQ8NFS1J.yaml │ ├── 018NY6XC00PTYM8J81K9HFGEMQ.yaml │ └── 018NY6XC00PTZZWCH7XVREHK6T.yaml ├── ulid.tab └── uom.yaml ├── json-example ├── leafdata │ ├── inventory-schema.json │ ├── license-schema.json │ └── plant-schema.json └── openthc │ ├── b2b-sale-item.json │ ├── b2b-sale.json │ ├── b2c-sale-item.json │ ├── b2c-sale.json │ ├── company-type.json │ ├── company.json │ ├── contact.json │ ├── inventory.json │ ├── lab-result.json │ ├── lab-sample.json │ ├── license-type.json │ ├── license.json │ ├── product-type.json │ ├── product.json │ ├── section.json │ └── variety.json ├── lib └── Controller │ ├── BaseData.php │ ├── DataModel.php │ ├── Doc │ └── JSON.php │ ├── Example.php │ └── Page.php ├── make.sh ├── openapi ├── components │ ├── request.yaml │ ├── response.yaml │ ├── schema.yaml │ └── schema │ │ ├── B2B_Incoming.yaml │ │ ├── B2B_Outgoing.yaml │ │ ├── Company.yaml │ │ ├── Company_Type.yaml │ │ ├── Contact.yaml │ │ ├── Contact_Type.yaml │ │ ├── Lab_Metric.yaml │ │ ├── Lab_Report.yaml │ │ ├── Lab_Result.yaml │ │ ├── Lab_Result_Metric.yaml │ │ ├── Lab_Sample.yaml │ │ ├── License.yaml │ │ ├── License_Type.yaml │ │ ├── Product.yaml │ │ ├── Product_Type.yaml │ │ ├── Sale_Item_Price_Detail.yaml │ │ ├── Section.yaml │ │ ├── Variety.yaml │ │ └── Vehicle.yaml ├── openapi.yaml └── paths │ ├── _.yaml │ ├── auth │ ├── open.yaml │ ├── ping.yaml │ └── shut.yaml │ ├── b2b │ ├── commit.yaml │ ├── incoming │ │ ├── item │ │ │ ├── create.yaml │ │ │ ├── detail.yaml │ │ │ ├── search.yaml │ │ │ └── update.yaml │ │ └── search.yaml │ ├── outgoing │ │ └── search.yaml │ ├── search.yaml │ ├── single-file-create.yaml │ ├── single-file-single.yaml │ ├── single-item-create.yaml │ ├── single-item-single.yaml │ └── single.yaml │ ├── b2c │ ├── search.yaml │ ├── single-item-single.yaml │ ├── single-item.yaml │ └── single.yaml │ ├── company-id.yaml │ ├── company.yaml │ ├── contact-id.yaml │ ├── contact.yaml │ ├── inventory-code-qa.yaml │ ├── inventory │ ├── adjust.yaml │ ├── combine.yaml │ ├── destroy.yaml │ ├── list.yaml │ └── view.yaml │ ├── lab │ ├── metric │ │ └── search.yaml │ ├── report │ │ ├── search.yaml │ │ └── single.yaml │ ├── result │ │ ├── search.yaml │ │ └── single.yaml │ └── sample │ │ ├── search.yaml │ │ └── single.yaml │ ├── license-id.yaml │ ├── license.yaml │ ├── plant-collect │ ├── commit.yaml │ └── single.yaml │ ├── plant │ ├── collect.yaml │ ├── destroy.yaml │ ├── list.yaml │ └── view.yaml │ ├── product-type │ ├── list.yaml │ └── view.yaml │ ├── product │ ├── list.yaml │ └── view.yaml │ ├── section │ ├── list.yaml │ └── view.yaml │ ├── variety │ ├── search.yaml │ └── single.yaml │ └── vehicle │ ├── list.yaml │ └── view.yaml ├── package-lock.json ├── package.json ├── redocly.yaml ├── test ├── Swaggest_Schema_Test.php ├── phpunit.xml.dist └── test.php ├── view ├── base-data.php ├── data-model.php ├── home.php ├── html.php ├── json-example-list.php ├── json-schema-list.php └── json-schema-view.php └── webroot ├── index.html ├── main.php └── robots.txt /.gitignore: -------------------------------------------------------------------------------- 1 | # 2 | # OpenTHC .gitignore 3 | # 4 | 5 | **/.idea/workspace.xml 6 | **/.idea/tasks.xml 7 | *.phar 8 | .build/ 9 | .config/ 10 | .env* 11 | .gradle/ 12 | .idea/ 13 | .local/ 14 | .netlify/ 15 | .vscode/ 16 | bower_components/ 17 | build/ 18 | Custom/ 19 | etc/ 20 | log-archive/ 21 | lib/RBE/ 22 | node_modules/ 23 | public/ 24 | release/ 25 | source-data/ 26 | test/*.xsl 27 | test/phpunit.xml 28 | var/ 29 | vendor/ 30 | webroot/pub/ 31 | webroot/test-output/ 32 | webroot/vendor/ 33 | -------------------------------------------------------------------------------- /boot.php: -------------------------------------------------------------------------------- 1 | Start 14 | -down-> Collect Plant A Wet to Batch A 15 | -right-> Collect Plant B Wet to Batch A 16 | -down-> Finish Plant A and B 17 | -right-> (*) 18 | .... 19 | -------------------------------------------------------------------------------- /etc/b2c-item-price-adjust/010PENTHC00BIPA0C0T620S2M2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 010PENTHC00BIPA0C0T620S2M2 3 | name: County Tax 4 | note: "Any taxes imposed at the county level, sales taxes" 5 | sort: 300 6 | ... 7 | -------------------------------------------------------------------------------- /etc/b2c-item-price-adjust/010PENTHC00BIPA0ET0FNBCKMH.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 010PENTHC00BIPA0ET0FNBCKMH 3 | name: Excise Tax 4 | note: "The Excise or Vice Tax" 5 | ... 6 | -------------------------------------------------------------------------------- /etc/b2c-item-price-adjust/010PENTHC00BIPA0N10N4S9MR3.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 010PENTHC00BIPA0N10N4S9MR3 3 | name: Discount 4 | note: "Any discounted amount, expressed as value of the currency of the price." 5 | ... 6 | -------------------------------------------------------------------------------- /etc/b2c-item-price-adjust/010PENTHC00BIPA0P3WHB3S013.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 010PENTHC00BIPA0P3WHB3S013 3 | name: SubTotal 4 | note: "The sub-total of the line item, like base-unit price * quantity" 5 | ... 6 | -------------------------------------------------------------------------------- /etc/b2c-item-price-adjust/010PENTHC00BIPA0SST0QV2GRS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 010PENTHC00BIPA0SST0QV2GRS 3 | name: Sales Tax Total 4 | note: "The Total Sales Taxes" 5 | ... 6 | -------------------------------------------------------------------------------- /etc/b2c-item-price-adjust/010PENTHC0PDTNJ1WNK5H9S6T3.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 010PENTHC00BIPA0CIT5H9S6T3 3 | name: City Tax 4 | note: "Any taxes imposed at the city level, typically sales taxes" 5 | sort: 300 6 | ... 7 | -------------------------------------------------------------------------------- /etc/b2c-item-price-adjust/010PENTHC0PDTQ14B2MF3Q484J.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 010PENTHC00BIPA0SST03Q484J 3 | name: State Sales Tax 4 | note: "The State Level sales tax for the line item" 5 | ... 6 | -------------------------------------------------------------------------------- /etc/b2c-item-price-adjust/010PENTHC0PDTSV845B6FEEGCF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 010PENTHC00BIPA0MUT0FEEGCF 3 | name: Municipal Tax 4 | note: "Any taxes imposed at a regional level, typically sales or other excise taxes" 5 | sort: 300 6 | ... 7 | -------------------------------------------------------------------------------- /etc/company-type/018NY6XC00940RDE9H3SC14HPA.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00940RDE9H3SC14HPA 3 | name: Grower 4 | ... 5 | -------------------------------------------------------------------------------- /etc/company-type/018NY6XC00C0MPANYTYPE00000.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00C0MPANYTYPE00000 3 | name: -system- 4 | ... 5 | -------------------------------------------------------------------------------- /etc/company-type/018NY6XC00C0MPANYTYPE00001.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00C0MPANYTYPE00001 3 | name: -orphan- 4 | ... 5 | -------------------------------------------------------------------------------- /etc/company-type/018NY6XC00D1GN4VQHW3SXM22H.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00D1GN4VQHW3SXM22H 3 | name: Processor 4 | ... 5 | -------------------------------------------------------------------------------- /etc/company-type/018NY6XC00GC8YA84K0HVPV23F.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00GC8YA84K0HVPV23F 3 | name: Conglomerate 4 | ... 5 | -------------------------------------------------------------------------------- /etc/company-type/018NY6XC00PM9C35Y7FE87SA7S.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PM9C35Y7FE87SA7S 3 | name: Laboratory 4 | ... 5 | -------------------------------------------------------------------------------- /etc/company-type/018NY6XC00QMZF36QBCQ25JJW8.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00QMZF36QBCQ25JJW8 3 | name: Carrier 4 | ... 5 | -------------------------------------------------------------------------------- /etc/company-type/018NY6XC00WDE89W4G6TPY3HTR.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00WDE89W4G6TPY3HTR 3 | name: Retail 4 | ... 5 | -------------------------------------------------------------------------------- /etc/company-type/018NY6XC00XTMMHVAXJZ2710RA.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00XTMMHVAXJZ2710RA 3 | name: Technology 4 | ... 5 | -------------------------------------------------------------------------------- /etc/company-type/018NY6XC00Z25E6GGVE9X2XVTM.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00Z25E6GGVE9X2XVTM 3 | name: Brand 4 | ... 5 | -------------------------------------------------------------------------------- /etc/contact-type/018NY6XC0039QBB6FA0Q0613YZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC0039QBB6FA0Q0613YZ 3 | name: Sales Employees 4 | hint: Retail employees, wholesale sales employees, and customer service employees 5 | ... -------------------------------------------------------------------------------- /etc/contact-type/018NY6XC005A57HSQTKE41X1B2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC005A57HSQTKE41X1B2 3 | name: Administrative Employees 4 | hint: Financial and business services employees, administrative and clerical employees, and support services employees 5 | ... 6 | 7 | -------------------------------------------------------------------------------- /etc/contact-type/018NY6XC006YGQWZZ0DV9B7RHJ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC006YGQWZZ0DV9B7RHJ 3 | name: Production Employees 4 | hint: Supervisory employees, and production and general labour employees 5 | ... 6 | -------------------------------------------------------------------------------- /etc/contact-type/018NY6XC0095GEHMGNWSX5AN2B.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC0095GEHMGNWSX5AN2B 3 | name: Other Employees 4 | hint: Other, unclassified employees 5 | ... -------------------------------------------------------------------------------- /etc/contact-type/018NY6XC00C0NTACTTYPE00000.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00C0NTACTTYPE00000 3 | name: -system- 4 | ... 5 | -------------------------------------------------------------------------------- /etc/contact-type/018NY6XC00C0NTACTTYPE00001.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00C0NTACTTYPE00001 3 | name: -orphan- 4 | ... 5 | -------------------------------------------------------------------------------- /etc/contact-type/018NY6XC00C0NTACTTYPE000AC.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00C0NTACTTYPE000AC 3 | name: General Adult Recreational Retail Consumer 4 | ... 5 | -------------------------------------------------------------------------------- /etc/contact-type/018NY6XC00C0NTACTTYPE000CG.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00C0NTACTTYPE000CG 3 | name: Care Giver 4 | note: Any Qualified Caregiver 5 | ... 6 | -------------------------------------------------------------------------------- /etc/contact-type/018NY6XC00C0NTACTTYPE000EP.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00C0NTACTTYPE000EP 3 | name: External Patient 4 | note: 5 | ... 6 | -------------------------------------------------------------------------------- /etc/contact-type/018NY6XC00C0NTACTTYPE000PA.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00C0NTACTTYPE00000 3 | name: -system- 4 | ... 5 | -------------------------------------------------------------------------------- /etc/contact-type/018NY6XC00C0NTACTTYPE000W1.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00C0NTACTTYPE000W1 3 | name: Walk In 4 | note: General Walk-In Consumer Type 5 | ... 6 | -------------------------------------------------------------------------------- /etc/contact-type/018NY6XC00QMF21ADJY8QHHAJY.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00QMF21ADJY8QHHAJY 3 | name: Management 4 | hint: Senior and middle management employees 5 | ... 6 | -------------------------------------------------------------------------------- /etc/lab-metric-type/018NY6XC00LMT07DPNKHQV2GRS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMT07DPNKHQV2GRS 3 | name: Terpene 4 | sort: 300 5 | ... 6 | -------------------------------------------------------------------------------- /etc/lab-metric-type/018NY6XC00LMT09ZG05C2NE7KX.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMT09ZG05C2NE7KX 3 | name: Pesticide 4 | sort: 400 5 | ... 6 | -------------------------------------------------------------------------------- /etc/lab-metric-type/018NY6XC00LMT0AQAMJEDSD0NW.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMT0AQAMJEDSD0NW 3 | name: Solvent 4 | sort: 600 5 | ... 6 | -------------------------------------------------------------------------------- /etc/lab-metric-type/018NY6XC00LMT0B7NMK7RGYAMN.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMT0B7NMK7RGYAMN 3 | name: Microbe 4 | sort: 700 5 | ... 6 | -------------------------------------------------------------------------------- /etc/lab-metric-type/018NY6XC00LMT0BY5GND653C0C.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMT0BY5GND653C0C 3 | name: General 4 | sort: 100 5 | ... 6 | -------------------------------------------------------------------------------- /etc/lab-metric-type/018NY6XC00LMT0GDBPF0V9B71Z.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMT0GDBPF0V9B71Z 3 | name: Mycotoxin 4 | sort: 800 5 | ... 6 | -------------------------------------------------------------------------------- /etc/lab-metric-type/018NY6XC00LMT0HRHFRZGY72C7.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMT0HRHFRZGY72C7 3 | name: Cannabinoid 4 | sort: 200 5 | ... 6 | -------------------------------------------------------------------------------- /etc/lab-metric-type/018NY6XC00LMT0V6XE7P0BHBCR.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMT0V6XE7P0BHBCR 3 | name: Metal 4 | sort: 500 5 | ... 6 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC0007FM2S2X7DK713M0.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC0007FM2S2X7DK713M0 3 | name: Propargite 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/propargite 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC000WMQVN35HCPYPW8W.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC000WMQVN35HCPYPW8W 3 | uom: ppm 4 | name: Boron 5 | type: 018NY6XC00LMT0V6XE7P0BHBCR 6 | ... 7 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC000XQN93X9C3RYNNNF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC000XQN93X9C3RYNNNF 3 | cas: 55824-13-0 4 | name: CBDP 5 | note: Cannabidiphorol 6 | type: 018NY6XC00LMT07DPNKHQV2GRS 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC000Z35NGMQK82PF009.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC000Z35NGMQK82PF009 3 | name: 3-Hydroxycarbofuran 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/3-hydroxycarbofuran 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC000ZP3Q6CWW9AQ6224.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC000ZP3Q6CWW9AQ6224 3 | uom: ppm 4 | name: Sulfur 5 | type: 018NY6XC00LMT0V6XE7P0BHBCR 6 | ... 7 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00110F5RDAY6V23EDP.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00110F5RDAY6V23EDP 3 | uom: pct 4 | name: Loss on Drying 5 | note: "" 6 | type: 018NY6XC00LMT0BY5GND653C0C 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC0015HX2C5EYMXAJ9SN.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC0015HX2C5EYMXAJ9SN 3 | name: Furalaxyl 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Furalaxyl 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC001B4GRWTG7TSWHJ14.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC001B4GRWTG7TSWHJ14 3 | cas: 39624-81-2 4 | name: CBND 5 | note: Cannabinodiol 6 | type: 018NY6XC00LMT07DPNKHQV2GRS 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC001B5YTZKMR4BVTQCT.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC001B5YTZKMR4BVTQCT 3 | name: Propamocarb 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/propamocarb 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC001PN891J5H1HMQMWG.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC001PN891J5H1HMQMWG 3 | name: Cyazofamid 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Cyazofamid 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC002GA28QZH4DPV4NF7.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC002GA28QZH4DPV4NF7 3 | name: Diethofencarb 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Diethofencarb 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC002GH0MJ4KFFBE79WN.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC002GH0MJ4KFFBE79WN 3 | uom: pct 4 | name: Caryophyllene oxide 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | link: 7 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Caryophyllene-oxide 8 | metrc: 9 | name: Carophyllene Oxide 10 | usa-ma: 11 | search-list: 12 | - id: 216 13 | name: "Caryophyllene Oxide (%) R&D Testing (Raw Plant Material & Concentrates)" 14 | - id: 217 15 | name: "Caryophyllene Oxide (mg/g) R&D Testing (Infused Products)" 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC002WFCED62VNTDAJBB.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC002WFCED62VNTDAJBB 3 | uom: pct 4 | name: CBNA 5 | type: 018NY6XC00LMT0HRHFRZGY72C7 6 | ... 7 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC0032DMCC1E0SQAGB8V.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC0032DMCC1E0SQAGB8V 3 | name: Pyriproxyfen 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Pyriproxyfen 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00353QE3RXRRXHCPF1.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: "018NY6XC00353QE3RXRRXHCPF1" 3 | cas: "72-54-8" 4 | echa: "200-783-0" 5 | name: "p,p'-DDD" 6 | stub: "p-p-ddd" 7 | type: "018NY6XC00LMT09ZG05C2NE7KX" 8 | link: 9 | - wiki: 10 | - pubchem: "https://pubchem.ncbi.nlm.nih.gov/compound/p_p_-DDD" 11 | metrc: 12 | usa-ma: 13 | search-list: 14 | - id: 79 15 | name: 4,4' -DDD (ppm) TC Growth Soil/Medium 16 | - id: 80 17 | name: 4,4' -DDD (ppm) TC Non-Public Water 18 | - id: 81 19 | name: 4,4' -DDD (ppm) TC Public Water 20 | 21 | ... 22 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC003PXZ5PXNTVK0Z1VG.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC003PXZ5PXNTVK0Z1VG 3 | name: Quinoxyfen 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/quinoxyfen 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC004NQKFWGHH2V2HPDT.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC004NQKFWGHH2V2HPDT 3 | name: cis-Nerolidol 4 | type: 018NY6XC00LMT07DPNKHQV2GRS 5 | link: 6 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/cis-Nerolidol 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC004RHQ7NBP8K4VE4AN.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC004RHQ7NBP8K4VE4AN 3 | uom: ppm 4 | name: Potassium 5 | type: 018NY6XC00LMT0V6XE7P0BHBCR 6 | ... 7 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC005BCZ2QCXPDT081G9.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC005BCZ2QCXPDT081G9 3 | name: Tebufenozide 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/tebufenozide 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | limit: 8 | - 0 9 | - 0.200000 10 | ... 11 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00665Q9X4K5GYHCMKA.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00665Q9X4K5GYHCMKA 3 | uom: ppm 4 | name: Magnesium 5 | type: 018NY6XC00LMT0V6XE7P0BHBCR 6 | ... 7 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC006SBTBXZ7J54HFQ0R.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC006SBTBXZ7J54HFQ0R 3 | uom: ppm 4 | name: Calcium 5 | type: 018NY6XC00LMT0V6XE7P0BHBCR 6 | ... 7 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC0076C9C0V96ETDQH3E.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC0076C9C0V96ETDQH3E 3 | name: Pymetrozine 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/pymetrozine 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC0083TN9WFAX9CKABRV.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC0083TN9WFAX9CKABRV 3 | name: Fenazaquin 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Fenazaquin 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | cas: 72490-01-8 12 | ... 13 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC0083YEGTKJYVJJ38V7.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC0083YEGTKJYVJJ38V7 3 | name: Fluometuron 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/fluometuron 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC008B9F23QQME9HAPS7.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC008B9F23QQME9HAPS7 3 | name: Spinetoram 4 | type: 018NY6XC00LMT09ZG05C2NE7KX 5 | link: 6 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/spinetoram 7 | limit: 8 | - 0 9 | - 0.200000 10 | ... 11 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC008N5MR09YY8T1HRMR.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC008N5MR09YY8T1HRMR 3 | name: Thiophanate-methyl 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/thiophanate-methyl 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | limit: 8 | - 0 9 | - 0.200000 10 | ... 11 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC008X42NV5NC486K40V.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC008X42NV5NC486K40V 3 | name: Methoxyfenozide 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/methoxyfenozide 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC009VDNXYVCFJ88GVF5.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC009VDNXYVCFJ88GVF5 3 | name: Atrazine 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/atrazine 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | ... 9 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00A4CC4C21KRAMGQE0.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00A4CC4C21KRAMGQE0 3 | name: Pyrethrin I 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Pyrethrin-I 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | cas: 121-29-9 12 | ccrs: 13 | name: "Pesticide - Pyrethrin I (ug/g)" 14 | action_limit: 0.000000 15 | ... 16 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00B7Q87QDXQH9VS5VP.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00B7Q87QDXQH9VS5VP 3 | name: Mefenacet 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Mefenacet 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00BESMYZ2TS1G77DYH.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00BESMYZ2TS1G77DYH 3 | name: Chloroxuron 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/chloroxuron 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00BXDN38RRQFM83K2C.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00BXDN38RRQFM83K2C 3 | name: Fuberidazole 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/fuberidazole 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00C9ETHT8V2SDPXVZ5.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00C9ETHT8V2SDPXVZ5 3 | name: Fenamidone 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Fenamidone 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00CB0AGH0G6P24DN1Y.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00CB0AGH0G6P24DN1Y 3 | name: Iprovalicarb 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Iprovalicarb 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00DBBXM932467MEQRD.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00DBBXM932467MEQRD 3 | name: Omethoate 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/omethoate 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00DFMCZ1B6TMBCSYRS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00DFMCZ1B6TMBCSYRS 3 | cas: 55824-09-4 4 | uom: pct 5 | name: CRM 6 | name_also: 7 | - CBCO 8 | name_full: Cannabichromeorcin 9 | type: 018NY6XC00LMT0HRHFRZGY72C7 10 | type_id: 018NY6XC00QZD3QNR0VKBCC2T4 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00DYP6MHANHBMRXJSP.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00DYP6MHANHBMRXJSP 3 | name: Ethiofencarb 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Ethiofencarb 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | cas: 80844-07-1 12 | ... 13 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00E2EHRX8HHRQ5KDDX.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00E2EHRX8HHRQ5KDDX 3 | name: Vamidothion 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/vamidothion 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | limit: 8 | - 0 9 | - 0.200000 10 | ... 11 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00E31T3XNT16BPBNN7.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00E31T3XNT16BPBNN7 3 | name: Clothianidin 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Clothianidin 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00E5NEVSFCR2AC8H1B.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00E5NEVSFCR2AC8H1B 3 | name: Pyraclostrobin 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/pyraclostrobin 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00E5ZT93DF9ANMG29K.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00E5ZT93DF9ANMG29K 3 | name: Sodium 4 | type: 018NY6XC00LMT0V6XE7P0BHBCR 5 | ... 6 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00EFCPDSJZ8XM6591M.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00EFCPDSJZ8XM6591M 3 | name: Tricyclazole 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/tricyclazole 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | limit: 8 | - 0 9 | - 0.200000 10 | ... 11 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00F32T5F8138M3XGP8.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00F32T5F8138M3XGP8 3 | name: Methoprotryne 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/methoprotryne 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00F9TF4KHN8Q31HX1Q.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00F9TF4KHN8Q31HX1Q 3 | name: Manganese 4 | type: 018NY6XC00LMT0V6XE7P0BHBCR 5 | ... 6 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00FB8JT1PA317Z2MND.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00FB8JT1PA317Z2MND 3 | name: Dicrotophos 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/dicrotophos 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00FE5KW2ZCRY7ED5WG.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00FE5KW2ZCRY7ED5WG 3 | name: Pyrethrin II 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/pyrethrin-ii 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | ccrs: 9 | name: "Pesticide - Pyrethrin II (ug/g)" 10 | limit: 11 | - 0 12 | - 0.200000 13 | ... 14 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00FGBE9236HKC2Z99Y.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00FGBE9236HKC2Z99Y 3 | name: Dimoxystrobin 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/dimoxystrobin 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00GAHZEZESTB1HSAZ4.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00GAHZEZESTB1HSAZ4 3 | name: Aspergillus fumigatus 4 | type: 018NY6XC00LMT0B7NMK7RGYAMN 5 | metrc: 6 | name: Aspergillus fumigatus 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00GMSF4B6WEDX137VG.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00GMSF4B6WEDX137VG 3 | uom: ppm 4 | name: Phosphorus 5 | type: 018NY6XC00LMT0V6XE7P0BHBCR 6 | ... 7 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00GYJ0DT8GS71YXYR2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00GYJ0DT8GS71YXYR2 3 | name: Propanol 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/propanol 6 | wiki: ~ 7 | type: 018NY6XC00LMT0AQAMJEDSD0NW 8 | metrc: 9 | name: 1-Propanol 10 | usa-ma: 11 | search-list: 12 | - id: 37 13 | name: "1-Propanol (ppm) Infused Products" 14 | - id: 38 15 | name: "1-Propanol (ppm) Inhalable Concentrate" 16 | - id: 39 17 | name: "1-Propanol (ppm) Non-Solvent Concentrate" 18 | - id: 40 19 | name: "1-Propanol (ppm) R&D Testing" 20 | - id: 41 21 | name: "1-Propanol (ppm) Retest" 22 | - id: 42 23 | name: "1-Propanol (ppm) Solvent Based Concentrate" 24 | ... 25 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00H4N32NPA0CS61N92.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00H4N32NPA0CS61N92 3 | name: Nitenpyram 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/nitenpyram 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00H5A6PZTZZPH4S5Y1.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00H5A6PZTZZPH4S5Y1 3 | uom: ppm 4 | name: Molybdenum 5 | type: 018NY6XC00LMT0V6XE7P0BHBCR 6 | ... 7 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00H7A0GKSCJ1PKN9NE.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00H7A0GKSCJ1PKN9NE 3 | name: Triflumizole 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Triflumizole 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | limit: 8 | - 0 9 | - 0.200000 10 | cas: 141517-21-7 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00HEVERTDA65N8HCGV.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00HEVERTDA65N8HCGV 3 | name: Prometon 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/prometon 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | cas: 52645-53-1 12 | ... 13 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00HKGZD7C613RNE0Z0.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00HKGZD7C613RNE0Z0 3 | uom: pct 4 | name: 7-Hydroxymitragynine 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | link: 7 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/7-hydroxymitragynine 8 | wiki: https://en.wikipedia.org/wiki/7-Hydroxymitragynine 9 | ... 10 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00J1J81N2749EYCRGF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00J1J81N2749EYCRGF 3 | name: Isoprocarb 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/isoprocarb 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00J7N5A4KHT9EX6K50.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00J7N5A4KHT9EX6K50 3 | name: Aspergillus terreus 4 | type: 018NY6XC00LMT0B7NMK7RGYAMN 5 | metrc: 6 | name: Aspergillus Terreus 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00JB22ZVQ47CBPZCMZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00JB22ZVQ47CBPZCMZ 3 | uom: ppm 4 | name: Copper 5 | type: 018NY6XC00LMT0V6XE7P0BHBCR 6 | metrc: 7 | name: ~ 8 | usa-ma: 9 | search-list: 10 | - id: 280 11 | name: "Copper (ppm) R&D Testing" 12 | - id: 281 13 | name: "Copper (ppm) TC Growth Soil/Medium" 14 | - id: 282 15 | name: "Copper (ppm) TC Mother Plant" 16 | - id: 283 17 | name: "Copper (ppm) TC Non-Public Water" 18 | - id: 284 19 | name: "Copper (ppm) TC Public Water" 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00JR79FV9HVKHWW5HQ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00JR79FV9HVKHWW5HQ 3 | name: Benalaxyl 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/benalaxyl 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00K1S7Z4B7TS5VVM8A.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00K1S7Z4B7TS5VVM8A 3 | name: Fenuron 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/fenuron 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00KKW13KEN6JWKZNJF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00KKW13KEN6JWKZNJF 3 | cas: 131860-33-8 4 | name: Azoxystrobin 5 | stub: azoxystrobin 6 | uom: "ppm" 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | link: 9 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Azoxystrobin 10 | wiki: ~ 11 | ccrs: 12 | name: "Pesticide - Azoxystrobin (ug/g)" 13 | uom: "ug/g" 14 | action_limit: 0.200000 15 | leafdata: 16 | name: ~ 17 | path: pesticide_azoxystrobin_ppm 18 | ... 19 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00KQAY3ND99X6GTJS7.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00KQAY3ND99X6GTJS7 3 | name: Isoproturon 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/isoproturon 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00KRBFY2AHKHRXN58B.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00KRBFY2AHKHRXN58B 3 | name: Aldicarb Sulfone 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/aldicarb-sulfone 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | cas: 116-06-3 12 | ... 13 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00KVC18KHKD7NVBET0.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00KVC18KHKD7NVBET0 3 | name: Pyracarbolid 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/pyracarbolid 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00KVPMDRGAYR68SR67.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: "018NY6XC00KVPMDRGAYR68SR67" 3 | cas: "50-29-3" 4 | echa: "200-024-3" 5 | name: "p,p'-DDT" 6 | name_list: [ "Clofenotane" ] 7 | stub: "p-p-ddt" 8 | type: "018NY6XC00LMT09ZG05C2NE7KX" 9 | link: 10 | - wiki: 11 | - pubchem: "https://pubchem.ncbi.nlm.nih.gov/compound/Clofenotane" 12 | metrc: 13 | name: ~ 14 | usa-ma: 15 | search-list: 16 | - id: 85 17 | name: "4,4' -DDT (ppm) TC Growth Soil/Medium" 18 | - id: 86 19 | name: "4,4' -DDT (ppm) TC Non-Public Water" 20 | - id: 87 21 | name: "4,4' -DDT (ppm) TC Public Water" 22 | ... 23 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00KZX7A23W14MT2074.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00KZX7A23W14MT2074 3 | name: Flutolanil 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/flutolanil 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM0PXPG4592M8J14.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM0PXPG4592M8J14 3 | uom: pct 4 | name: Moisture 5 | type: 018NY6XC00LMT0BY5GND653C0C 6 | stub: moisture 7 | biotrack: 8 | name: ~ 9 | path: 1-moisture 10 | ccrs: 11 | name: Moisture Content 12 | leafdata: 13 | name: ~ 14 | path: moisture_content_percent 15 | metrc: 16 | name: Moisture Content 17 | path: 38 18 | usa-ma: 19 | search-list: 20 | - id: 557 21 | name: "Moisture Content (%) Infused Edible" 22 | - id: 558 23 | name: "Moisture Content (%) Infused Non-Edible" 24 | - id: 559 25 | name: "Moisture Content (%) Raw Plant Material" 26 | ... 27 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM0Q5E8PYHY9WQ57.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM0Q5E8PYHY9WQ57 3 | uom: pct 4 | name: Beta-Myrcene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: beta-myrcene 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: terpenoid_b_myrcene_percent 13 | metrc: 14 | name: ~ 15 | path: 11 16 | usa-ma: 17 | search-list: 18 | - id: 156 19 | name: "Beta-Myrcene (%) R&D Testing (Raw Plant Material & Concentrates)" 20 | - id: 157 21 | name: "Beta-Myrcene (mg/g) R&D Testing (Infused Products)" 22 | ... 23 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM0T49T7XC7WZWYE.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM0T49T7XC7WZWYE 3 | uom: bool 4 | name: Homogeneity 5 | type: 018NY6XC00LMT0BY5GND653C0C 6 | stub: seeds 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: 401 16 | usa-ma: 17 | search-list: 18 | - id: 442 19 | name: "Homogeneity" 20 | - id: 443 21 | name: "Homogeneity (%) R&D Testing" 22 | ... 23 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM1FFPX84N11Y960.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM1FFPX84N11Y960 3 | uom: pct 4 | name: Geraniol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: geraniol 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM1FYB8674M2X435.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM1FYB8674M2X435 3 | cas: 333-41-5 4 | uom: ppm 5 | name: Diazinon 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: diazinon 8 | biotrack: 9 | name: ~ 10 | path: ~ 11 | ccrs: 12 | name: "Pesticide - Diazinon (ug/g)" 13 | uom: "ug/g" 14 | action_limit: 0.200000 15 | metrc: 16 | name: ~ 17 | path: ~ 18 | limit: 19 | - 0 20 | - 0.200000 21 | ... 22 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM1NGMNDNYD3R0HE.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM1NGMNDNYD3R0HE 3 | cas: 134098-61-6 4 | uom: ppm 5 | name: Fenpyroximate 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: fenpyroximate 8 | biotrack: 9 | name: ~ 10 | path: ~ 11 | ccrs: 12 | name: "Pesticide - Fenpyroximate (ug/g)" 13 | action_limit: 0.400000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM230ECKQSRFZ2BE.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM230ECKQSRFZ2BE 3 | cas: 74115-24-5 4 | uom: ppm 5 | name: Clofentezine 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: clofentezine 8 | biotrack: 9 | name: ~ 10 | path: ~ 11 | ccrs: 12 | name: "Pesticide - Clofentezine (ug/g)" 13 | uom: "ug/g" 14 | action_limit: 0.200000 15 | metrc: 16 | name: ~ 17 | path: ~ 18 | limit: 19 | - 0 20 | - 0.200000 21 | ... 22 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM2E59R89FKZEVY8.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM2E59R89FKZEVY8 3 | uom: ~ 4 | name: Eucalyptol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: eucalyptol 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | usa-ma: 17 | search-list: 18 | - id: 393 19 | name: "Eucalyptol (%) R&D Testing (Raw Plant Material & Concentrates)" 20 | - id: 394 21 | name: "Eucalyptol (mg/g) R&D Testing (Infused Products)" 22 | ... 23 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM2W05964HBRZ57R.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM2W05964HBRZ57R 3 | uom: ~ 4 | name: Sabinene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: sabinene 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM3APZQTH7XYAZSC.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM3APZQTH7XYAZSC 3 | uom: ~ 4 | name: Menthol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: menthol 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM3CKFFVVSNJYGCH.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM3CKFFVVSNJYGCH 3 | uom: ppb 4 | name: Isopropanol 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: isopropanol 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | ccrs: 11 | name: "Residual Solvent - Isopropanol (ug/g)" 12 | uom: ug/g 13 | leafdata: 14 | name: ~ 15 | path: solvent_isopropanol_ppm 16 | metrc: 17 | name: ~ 18 | path: ~ 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM3P767WQ0KSFARZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM3P767WQ0KSFARZ 3 | cas: 188425-85-6 4 | uom: ppm 5 | name: Boscalid 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: boscalid 8 | biotrack: 9 | name: ~ 10 | path: ~ 11 | ccrs: 12 | name: "Pesticide - Boscalid (ug/g)" 13 | uom: "ug/g" 14 | action_limit: 0.400000 15 | metrc: 16 | name: ~ 17 | path: ~ 18 | limit: 19 | - 0 20 | - 0.200000 21 | ... 22 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM3ZJH23WAKV7JEB.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM3ZJH23WAKV7JEB 3 | uom: ~ 4 | name: Permethrins Total 5 | type: 018NY6XC00LMT09ZG05C2NE7KX 6 | stub: permethrins-total 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | ccrs: 11 | name: "Pesticide - Total Permethrins (ug/g)" 12 | leafdata: 13 | name: ~ 14 | path: ~ 15 | metrc: 16 | name: ~ 17 | path: ~ 18 | limit: 19 | - 0 20 | - 0.200000 21 | ... 22 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM49CV7QP9KM9QH9.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM49CV7QP9KM9QH9 3 | cas: 1972-08-3 4 | uom: pct 5 | name: Δ9-tetrahydrocannabinol 6 | type: 018NY6XC00LMT0HRHFRZGY72C7 7 | stub: d9-thc 8 | biotrack: 9 | path: 1-THC 10 | ccrs: 11 | name: "Potency - delta-9-THC (mg/g)" 12 | uom: mgg 13 | leafdata: 14 | path: cannabinoid_d9_thc_percent 15 | metrc: 16 | name: Delta 9 THC 17 | path: 24 18 | ... 19 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM4F7B8D750PBBVF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM4F7B8D750PBBVF 3 | uom: ~ 4 | name: Cineole 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: cineole 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM4N6RPDAC97NM9V.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM4N6RPDAC97NM9V 3 | cas: 298-00-0 4 | uom: ppm 5 | name: Methyl Parathion 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: methyl_parathion 8 | biotrack: 9 | name: ~ 10 | path: ~ 11 | ccrs: 12 | name: "Pesticide - Methyl parathion (ug/g)" 13 | action_limit: 0.200000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM4VRHKTYTJJRDPW.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM4VRHKTYTJJRDPW 3 | cas: 143390-89-0 4 | uom: ppm 5 | name: Kresoxim-methyl 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: kresoxim-methyl 8 | biotrack: 9 | name: ~ 10 | path: ~ 11 | ccrs: 12 | name: "Pesticide - Kresoxim-methyl (ug/g)" 13 | action_limit: 0.400000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM50KG4SS3BDPAGX.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM50KG4SS3BDPAGX 3 | cas: 20675-51-8 4 | uom: pct 5 | name: Cannabichromene 6 | type: 018NY6XC00LMT0HRHFRZGY72C7 7 | stub: cbc 8 | biotrack: 9 | name: ~ 10 | path: 1-CBD 11 | leafdata: 12 | name: ~ 13 | path: cannabinoid_cbc_percent~ 14 | metrc: 15 | name: ~ 16 | path: "" 17 | ... 18 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM50MYZZY71MQ7BE.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM50MYZZY71MQ7BE 3 | uom: ppb 4 | name: Heptane 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: heptane 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: solvent_heptane_ppm 13 | metrc: 14 | name: ~ 15 | path: 31 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM5P16C5VW3F7450.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM5P16C5VW3F7450 3 | uom: pct 4 | name: Terpinene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: terpinene 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM5RP8VV8TQAJ92A.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM5RP8VV8TQAJ92A 3 | uom: pct 4 | name: Camphene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: camphene 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM66ZHJD25GNSFRN.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM66ZHJD25GNSFRN 3 | uom: ~ 4 | name: Camphor 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: camphor 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM6J8FQHSXARDVMZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM6J8FQHSXARDVMZ 3 | uom: pct 4 | name: Limonene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: limonene 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: terpenoid_limonene_percent 13 | metrc: 14 | name: ~ 15 | path: 34 16 | usa-ma: 17 | search-list: 18 | - id: 501 19 | name: "Limonene (%) R&D Testing (Raw Plant Material & Concentrates)" 20 | - id: 502 21 | name: "Limonene (mg/g) R&D Testing (Infused Products)" 22 | ... 23 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM6T0NCQGXBCSNCS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM6T0NCQGXBCSNCS 3 | cas: 60207-90-1 4 | uom: ppm 5 | name: Propiconazole 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: propiconazole 8 | biotrack: 9 | name: ~ 10 | path: ~ 11 | ccrs: 12 | name: "Pesticide - Propiconazole (ug/g)" 13 | action_limit: 0.200000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM6VF2D0V998AY9Q.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM6VF2D0V998AY9Q 3 | cas: 51-03-6 4 | uom: ppm 5 | name: Piperonyl Butoxide 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: piperonyl-butoxide 8 | biotrack: 9 | name: ~ 10 | path: ~ 11 | ccrs: 12 | name: "Pesticide - Piperonyl butoxide (ug/g)" 13 | action_limit: 2.000000 14 | metrc: 15 | name: Piperonyl Butoxide 16 | path: 42 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM733KQWC064C0X8.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM733KQWC064C0X8 3 | uom: pct 4 | name: Beta-Pinene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: beta-pinene 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: terpenoid_b_pinene_percent 13 | metrc: 14 | name: Beta Pinene 15 | path: 9 16 | usa-ma: 17 | search-list: 18 | - id: 158 19 | name: "Beta-Pinene (%) R&D Testing (Raw Plant Material & Concentrates)" 20 | - id: 159 21 | name: "Beta-Pinene (mg/g) R&D Testing (Infused Products)" 22 | ... 23 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM74YZAGG90X06MC.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM74YZAGG90X06MC 3 | uom: ~ 4 | name: CBCA 5 | type: 018NY6XC00LMT0HRHFRZGY72C7 6 | stub: cbca 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM7CX800BM0FSGJR.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM7CX800BM0FSGJR 3 | cas: 52315-07-8 4 | uom: ppm 5 | name: Cypermethrin 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: cypermethrin 8 | biotrack: 9 | name: ~ 10 | path: ~ 11 | ccrs: 12 | name: "Pesticide - Cypermethrin (ug/g)" 13 | uom: "ug/g" 14 | action_limit: 1.000000 15 | metrc: 16 | name: ~ 17 | path: 22 18 | limit: 19 | - 0 20 | - 0.200000 21 | ... 22 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM7EC335XECKPV3X.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM7EC335XECKPV3X 3 | uom: ppb 4 | name: Hexane 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: hexane 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: solvent_hexanes_ppm 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM7N4CCX5ZRVADDN.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM7N4CCX5ZRVADDN 3 | cas: 1563-66-2 4 | uom: ppm 5 | name: Carbofuran 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: carbofuran 8 | biotrack: 9 | name: ~ 10 | path: ~ 11 | ccrs: 12 | name: "Pesticide - Carbofuran (ug/g)" 13 | uom: "ug/g" 14 | action_limit: 0.200000 15 | metrc: 16 | name: ~ 17 | path: ~ 18 | limit: 19 | - 0 20 | - 0.200000 21 | ... 22 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM7R6CF7AEZ3MN34.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM7R6CF7AEZ3MN34 3 | uom: ~ 4 | name: Geranyl Acetate 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: geranyl-acetate 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM7S8H2RT4K4GYME.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM7S8H2RT4K4GYME 3 | uom: cfu/g 4 | name: E.Coli 5 | type: 018NY6XC00LMT0B7NMK7RGYAMN 6 | stub: e-coli 7 | biotrack: 8 | name: ~ 9 | path: 4-e_coli_and_salmonella 10 | ccrs: 11 | name: "Microbiological - STEC (CFU/g)" 12 | leafdata: 13 | name: ~ 14 | path: microbial_pathogenic_e_coli_cfu_g 15 | metrc: 16 | name: Pathogenic E. Coli 17 | path: 26 18 | ... 19 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM7WBZ76X1E3T868.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM7WBZ76X1E3T868 3 | cas: 16752-77-5 4 | uom: ppm 5 | name: Methomyl 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: methomyl 8 | biotrack: 9 | name: ~ 10 | path: ~ 11 | ccrs: 12 | name: "Pesticide - Methomyl (ug/g)" 13 | action_limit: 0.400000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM83VNPJMHTKX5F0.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM83VNPJMHTKX5F0 3 | cas: 23135-22-0 4 | uom: ppm 5 | name: Oxamyl 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: oxamyl 8 | biotrack: 9 | name: ~ 10 | path: ~ 11 | ccrs: 12 | name: "Pesticide - Oxamyl (ug/g)" 13 | action_limit: 1.000000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM86MPJP7VHVDR00.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM86MPJP7VHVDR00 3 | uom: ~ 4 | name: Cedrene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: cedrene 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM877GAKMFPK7BMC.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM877GAKMFPK7BMC 3 | uom: pct 4 | name: d8 THC 5 | type: 018NY6XC00LMT0HRHFRZGY72C7 6 | stub: d8-thc 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: cannabinoid_d8_thc_percent 13 | metrc: 14 | name: Delta 8 THC 15 | path: 501 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM8H6MET0WJ2YCV1.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM8H6MET0WJ2YCV1 3 | cas: 1596-84-5 4 | uom: ppm 5 | name: Daminozide 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: daminozide 8 | biotrack: 9 | name: ~ 10 | path: ~ 11 | ccrs: 12 | name: "Pesticide - Daminozide (ug/g)" 13 | uom: "ug/g" 14 | action_limit: 1.000000 15 | metrc: 16 | name: ~ 17 | path: 23 18 | limit: 19 | - 0 20 | - 0.200000 21 | ... 22 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM8HJ86FFV4CTFS4.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM8HJ86FFV4CTFS4 3 | uom: ~ 4 | name: Pyrethrins Jasmolin 5 | type: 018NY6XC00LMT09ZG05C2NE7KX 6 | stub: pyrethrins-jasmolin 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | limit: 17 | - 0 18 | - 0.200000 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM8TPPW71WHPJHS9.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM8TPPW71WHPJHS9 3 | uom: ~ 4 | name: Fenchol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: fenchol 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM98WRGGCSFYYGVX.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM98WRGGCSFYYGVX 3 | cas: 120068-37-3 4 | uom: ppm 5 | name: Fipronil 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: fipronil 8 | biotrack: 9 | name: ~ 10 | path: ~ 11 | ccrs: 12 | name: "Pesticide - Fipronil (ug/g)" 13 | action_limit: 0.400000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM9CA3V07AK2GE9Q.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM9CA3V07AK2GE9Q 3 | uom: cfu/g 4 | name: Aspergillus Flavus 5 | type: 018NY6XC00LMT0B7NMK7RGYAMN 6 | stub: yeast 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: 201 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM9QSV7PQDRB1VEY.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM9QSV7PQDRB1VEY 3 | uom: pct 4 | name: Beta-Caryophyllene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: beta-caryophyllene 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: terpenoid_b_caryophyllene_percent 13 | metrc: 14 | name: ~ 15 | path: 10 16 | usa-ma: 17 | search-list: 18 | - id: 154 19 | name: "Beta-Caryophyllene (%) R&D Testing (Raw Plant Material & Concentrates)" 20 | - id: 155 21 | name: "Beta-Caryophyllene (mg/g) R&D Testing (Infused Products)" 22 | ... 23 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LM9YAJZS3XTFFMPF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LM9YAJZS3XTFFMPF 3 | uom: ~ 4 | name: CVB 5 | type: 018NY6XC00LMT0HRHFRZGY72C7 6 | stub: cvb 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMA46E79SNHBKR6H.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMA46E79SNHBKR6H 3 | uom: ~ 4 | name: CBNA 5 | type: 018NY6XC00LMT0HRHFRZGY72C7 6 | stub: cbna 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMA50497RDC53DB5.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMA50497RDC53DB5 3 | uom: bool 4 | name: Seeds 5 | type: 018NY6XC00LMT0BY5GND653C0C 6 | stub: seeds 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | ccrs: 11 | name: "Foreign Matter - Seeds or Other (%)" 12 | uom: pct 13 | leafdata: 14 | name: ~ 15 | path: foreign_matter_seeds 16 | metrc: 17 | name: ~ 18 | path: ~ 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMA5GGMB8GXE0SJW.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMA5GGMB8GXE0SJW 3 | cas: 65195-55-3 4 | uom: ppm 5 | name: "Abamectin B1a" 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: abamectin-b1a 8 | biotrack: 9 | name: ~ 10 | path: ~ 11 | ccrs: 12 | name: "Pesticide - Avermectin B1a (ug/g)" 13 | action_limit: 0.000000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMADJX0GMMS5MXVB.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMADJX0GMMS5MXVB 3 | cas: 78587-05-0 4 | uom: ppm 5 | name: Hexythiazox 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: hexythiazox 8 | biotrack: 9 | name: ~ 10 | path: ~ 11 | ccrs: 12 | name: "Pesticide - Hexythiazox (ug/g)" 13 | action_limit: 1.000000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMAKFJY80QDMWF7F.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMAKFJY80QDMWF7F 3 | cas: 25555-57-1 4 | uom: pct 5 | name: Cannabigerolic Acid 6 | type: 018NY6XC00LMT0HRHFRZGY72C7 7 | stub: cbga 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | leafdata: 12 | name: ~ 13 | path: cannabinoid_cbga_percent~ 14 | metrc: 15 | name: ~ 16 | path: "" 17 | ... 18 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMAX6W83M65P4RDF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMAX6W83M65P4RDF 3 | uom: ~ 4 | name: Farnesene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: farnesene 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMB0JPRM2SF8F9F2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMB0JPRM2SF8F9F2 3 | cas: 23978-85-0 4 | uom: pct 5 | name: Δ9-Tetrahydrocannabinol Acid 6 | type: 018NY6XC00LMT0HRHFRZGY72C7 7 | stub: d9-thca 8 | biotrack: 9 | name: ~ 10 | path: 1-THCA 11 | ccrs: 12 | name: "Potency - delta-9-THCA (mg/g)" 13 | uom: mgg 14 | leafdata: 15 | name: ~ 16 | path: cannabinoid_d9_thca_percent 17 | metrc: 18 | name: THCa 19 | path: 50 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMB7TEPP64SS0VXD.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMB7TEPP64SS0VXD 3 | cas: 57960-19-7 4 | uom: ppm 5 | name: Acequinocyl 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: acequinocyl 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Acequinocyl (ug/g)" 13 | uom: "ug/g" 14 | action_limit: 2.000000 15 | metrc: 16 | name: Acequinocyl 17 | path: ~ 18 | limit: 19 | - 0 20 | - 0.200000 21 | ... 22 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMBFR51SFFGQJXRF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMBFR51SFFGQJXRF 3 | uom: pct 4 | name: Terpinolene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: terpinolene 7 | biotrack: 8 | name: ~ 9 | path: "" 10 | leafdata: 11 | name: ~ 12 | path: terpenoid_terpinolene_percent 13 | metrc: 14 | name: Alpha-Terpinolene 15 | path: 7 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMBGSXW5YQR4NYPZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMBGSXW5YQR4NYPZ 3 | uom: ~ 4 | name: Phellandrene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: phellandrene 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMC4048KGG4SR6WF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMC4048KGG4SR6WF 3 | cas: 2032-65-7 4 | uom: ppm 5 | name: Methiocarb 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: methiocarb 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Methiocarb (ug/g)" 13 | action_limit: 0.200000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMCG3GPPN8QDAGAQ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMCG3GPPN8QDAGAQ 3 | uom: ~ 4 | name: Alpha-Pinene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: alpha-pinene 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: Alpha-Pinene 15 | path: 6 16 | usa-ma: 17 | search-list: 18 | - id: 118 19 | name: "Alpha-Pinene (%) R&D Testing (Raw Plant Material & Concentrates)" 20 | - id: 119 21 | name: "Alpha-Pinene (mg/g) R&D Testing (Infused Products)" 22 | ... 23 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMCH7YXS32M4PNZF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMCH7YXS32M4PNZF 3 | cas: 153719-23-4 4 | uom: ppm 5 | name: Thiamethoxam 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: thiamethoxam 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Thiamethoxam (ug/g)" 13 | action_limit: 0.200000 14 | metrc: 15 | name: Thiamethoxam 16 | path: 51 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMCNR9XRJQXE0MFR.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMCNR9XRJQXE0MFR 3 | uom: ~ 4 | name: Phytol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: phytol 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | usa-ma: 17 | search-list: 18 | - id: 629 19 | name: "Phytol (%) R&D Testing (Raw Plant Material & Concentrates)" 20 | - id: 630 21 | name: "Phytol (mg/g) R&D Testing (Infused Products)" 22 | ... 23 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMCQ7DX02S94RMM7.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMCQ7DX02S94RMM7 3 | cas: 113-48-4 4 | uom: ppm 5 | name: MGK-264 Isomer1 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: mgk-264-isomer1 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - MGK-264 (ug/g)" 13 | action_limit: 0.200000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMCQGJHSAQRVR05X.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMCQGJHSAQRVR05X 3 | cas: 76674-21-0 4 | uom: pct 5 | name: Flutriafol 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: flutriafol 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMD2VKZ8FHZ3F3X8.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMD2VKZ8FHZ3F3X8 3 | cas: 114-26-1 4 | uom: ppm 5 | name: Propoxur 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: propoxur 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Propoxur (ug/g)" 13 | leafdata: 14 | name: ~ 15 | path: pesticide_propoxur_ppm 16 | metrc: 17 | name: ~ 18 | path: ~ 19 | limit: 20 | - 0 21 | - 0.200000 22 | ... 23 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMDFT7RQ47H5K97R.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMDFT7RQ47H5K97R 3 | uom: ppm 4 | name: MGK 264 Isomer2 5 | type: 018NY6XC00LMT09ZG05C2NE7KX 6 | stub: mgk-264-isomer2 7 | biotrack: 8 | name: ~ 9 | path: "" 10 | leafdata: 11 | name: ~ 12 | path: pesticide_mgk_264_ppm 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | limit: 17 | - 0 18 | - 0.200000 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMDGYF2W1G9T0W9C.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMDGYF2W1G9T0W9C 3 | uom: ~ 4 | name: CBE 5 | type: 018NY6XC00LMT0HRHFRZGY72C7 6 | stub: cbe 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LME4KJM6Y8XP8WGA.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LME4KJM6Y8XP8WGA 3 | cas: 116-06-3 4 | uom: ppm 5 | name: Aldicarb 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: aldicarb 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Aldicarb (ug/g)" 13 | uom: "ug/g" 14 | action_limit: 0.400000 15 | leafdata: 16 | name: ~ 17 | path: pesticide_aldicarb_ppm 18 | metrc: 19 | name: ~ 20 | path: ~ 21 | limit: 22 | - 0 23 | - 0.200000 24 | ... 25 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMEN8F7VNXYV7HCS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMEN8F7VNXYV7HCS 3 | cas: 121-75-5 4 | uom: ppm 5 | name: Malathion 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: malathion 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Malathion (ug/g)" 13 | action_limit: 0.200000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMENDHEH2Y32X903.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMENDHEH2Y32X903 3 | cas: 1244-58-2 4 | uom: pct 5 | name: Cannabidiolic Acid 6 | type: 018NY6XC00LMT0HRHFRZGY72C7 7 | stub: cbda 8 | biotrack: 9 | name: ~ 10 | path: ~ 11 | ccrs: 12 | name: "Potency - CBDA (mg/g)" 13 | uom: mgg 14 | leafdata: 15 | name: ~ 16 | path: cannabinoid_cbda_percent 17 | metrc: 18 | name: ~ 19 | path: ~ 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMETFEEFJT0JAKNE.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMETFEEFJT0JAKNE 3 | uom: ~ 4 | name: CBGV 5 | type: 018NY6XC00LMT0HRHFRZGY72C7 6 | stub: cbgv 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMEXWB3ENZ1MK7R4.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMEXWB3ENZ1MK7R4 3 | cas: 31262-37-0 4 | uom: pct 5 | name: Δ9-Tetrahydrocannabivarin 6 | type: 018NY6XC00LMT0HRHFRZGY72C7 7 | stub: thcv 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | leafdata: 12 | name: ~ 13 | path: cannabinoid_thcv_percent~ 14 | metrc: 15 | name: ~ 16 | path: "" 17 | ... 18 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMFG9ZMJNQJ9AE5F.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMFG9ZMJNQJ9AE5F 3 | uom: ~ 4 | name: Isopulegol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: isopulegol 7 | link: 8 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/l-Isopulegol 9 | biotrack: 10 | name: ~ 11 | path: ~ 12 | leafdata: 13 | name: ~ 14 | path: ~ 15 | metrc: 16 | name: ~ 17 | path: ~ 18 | ... 19 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMFHM63N25EF48YY.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: "018NY6XC00LMFHM63N25EF48YY" 3 | cas: "3424-82-6" 4 | echa: "222-318-0" 5 | name: "o,p'-DDE" 6 | stub: "o-p-dde" 7 | type: "018NY6XC00LMT09ZG05C2NE7KX" 8 | link: 9 | wiki: ~ 10 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/O_P_-Dde 11 | limit: 12 | - 0 13 | - 0.100000 14 | ... 15 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMGBF92WAYA1Y3ZT.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMGBF92WAYA1Y3ZT 3 | uom: ppm 4 | name: Fenhexamid 5 | type: 018NY6XC00LMT09ZG05C2NE7KX 6 | stub: fenhexamid 7 | biotrack: 8 | name: ~ 9 | path: "" 10 | leafdata: 11 | name: ~ 12 | path: pesticide_fenhexamid_ppm~ 13 | metrc: 14 | name: ~ 15 | path: 28 16 | limit: 17 | - 0 18 | - 0.200000 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMGG9JR3SM0MEDGQ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMGG9JR3SM0MEDGQ 3 | cas: 108-88-3 4 | uom: ppb 5 | name: Toluene 6 | type: 018NY6XC00LMT0AQAMJEDSD0NW 7 | stub: toluene 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: ~ 13 | leafdata: 14 | name: ~ 15 | path: solvent_toluene_ppm 16 | metrc: 17 | name: ~ 18 | path: "" 19 | usa-ma: 20 | search-list: 21 | - id: 722 22 | name: "Toluene (ppm) Inhalable Concentrate" 23 | - id: 723 24 | name: "Toluene (ppm) Non-Solvent Concentrate" 25 | - id: 724 26 | name: "Toluene (ppm) R&D Testing" 27 | - id: 725 28 | name: "Toluene (ppm) Retest" 29 | - id: 726 30 | name: "Toluene (ppm) Solvent Based Concentrate" 31 | ... 32 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMGN496XNG04YCKA.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMGN496XNG04YCKA 3 | cas: 72490-01-8 4 | uom: ppm 5 | name: Fenoxycarb 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: fenoxycarb 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Fenoxycarb (ug/g)" 13 | leafdata: 14 | name: ~ 15 | path: pesticide_fenoxycarb_ppm 16 | metrc: 17 | name: ~ 18 | path: ~ 19 | limit: 20 | - 0 21 | - 0.200000 22 | ... 23 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMGZM1K01HQG6A04.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMGZM1K01HQG6A04 3 | cas: 71751-41-2 4 | code: 308 5 | goto: "01FRK0CC1G0SMZT4RW3WR8QB9T" 6 | name: Abamectin 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMH4TQXDXKH97K87.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMH4TQXDXKH97K87 3 | uom: ~ 4 | name: Myrcene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: myrcene 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMH66XZD64ZDTHZW.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMH66XZD64ZDTHZW 3 | cas: 96489-71-3 4 | uom: ppm 5 | name: Pyridaben 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: pyridaben 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Pyridaben (ug/g)" 13 | action_limit: 0.200000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMHBS2P1D4M5WZ6Q.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMHBS2P1D4M5WZ6Q 3 | uom: ~ 4 | name: Elemene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: elemene 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMHPJYYDQT7FCM8P.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMHPJYYDQT7FCM8P 3 | cas: 135410-20-7 4 | uom: ppm 5 | name: Acetamiprid 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: acetamiprid 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Acetamiprid (ug/g)" 13 | uom: "ug/g" 14 | leafdata: 15 | name: ~ 16 | path: pesticide_acetamiprid_ppm 17 | metrc: 18 | name: ~ 19 | path: ~ 20 | limit: 21 | - 0 22 | - 0.200000 23 | ... 24 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMJ195SKA604Y6CC.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMJ195SKA604Y6CC 3 | cas: "65195-56-4" 4 | uom: "" 5 | name: "Abamectin B1B" 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: avermectin-b1b 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Avermectin B1b (ug/g)" 13 | uom: "ug/g" 14 | leafdata: 15 | name: ~ 16 | path: "" 17 | metrc: 18 | name: ~ 19 | path: "" 20 | limit: 21 | - 0 22 | - 0.200000 23 | ... 24 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMJ3HV06KJXPR9F3.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMJ3HV06KJXPR9F3 3 | uom: pct 4 | name: (+)-trans-Nerolidol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: nerolidol 7 | link: 8 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/trans-Nerolidol 9 | biotrack: 10 | name: ~ 11 | path: ~ 12 | metrc: 13 | name: ~ 14 | path: ~ 15 | usa-ma: 16 | search-list: 17 | - id: 594 18 | name: "Trans-Nerolidol (%) R&D Testing (Raw Plant Material & Concentrates)" 19 | - id: 595 20 | name: "Trans-Nerolidol (mg/g) R&D Testing (Infused Products)" 21 | cas: 51877-74-8 22 | ... 23 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMJ8HWPTK92118TJ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMJ8HWPTK92118TJ 3 | uom: ~ 4 | name: Delta 3 Carene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: delta-3-carene 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMJHEQ07C7YKJBFM.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMJHEQ07C7YKJBFM 3 | cas: 80844-07-1 4 | uom: ppm 5 | name: Etofenprox 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: etofenprox 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Etofenprox (ug/g)" 13 | uom: "ug/g" 14 | leafdata: 15 | name: ~ 16 | path: pesticide_etofenprox_ppm 17 | metrc: 18 | name: ~ 19 | path: ~ 20 | limit: 21 | - 0 22 | - 0.200000 23 | ... 24 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMJX17TGNPYAX2E6.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMJX17TGNPYAX2E6 3 | uom: pct 4 | name: Pinene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: pinene 7 | biotrack: 8 | name: ~ 9 | path: "" 10 | leafdata: 11 | name: ~ 12 | path: terpenoid_pinene_percent 13 | metrc: 14 | name: ~ 15 | path: "" 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMK2VVW868567PHD.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMK2VVW868567PHD 3 | cas: 4 | code: 308 5 | goto: "018NY6XC00KKW13KEN6JWKZNJF" 6 | ... 7 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMK42ZVHZYKNQ1P0.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMK42ZVHZYKNQ1P0 3 | uom: pct 4 | name: Linalool 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: linalool 7 | biotrack: 8 | name: ~ 9 | path: "" 10 | leafdata: 11 | name: ~ 12 | path: terpenoid_linalool_percent 13 | metrc: 14 | name: ~ 15 | path: 35 16 | usa-ma: 17 | search-list: 18 | - id: 503 19 | name: "Linalool (%) R&D Testing (Raw Plant Material & Concentrates)" 20 | - id: 504 21 | name: "Linalool (mg/g) R&D Testing (Infused Products)" 22 | ... 23 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMKCE4E30P3R72SK.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMKCE4E30P3R72SK 3 | code: 308 4 | goto: "018NY6XC001CR4C8SJEZQE1NYD" 5 | name: Bifenazate 6 | ... 7 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMKF9QEXJGS0HGHM.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMKF9QEXJGS0HGHM 3 | cas: 131929-63-0 4 | uom: ppm 5 | name: Spinosad 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: spinosad 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Total Spinosad (ug/g)" 13 | action_limit: 0.000000 14 | metrc: 15 | name: Spinosad 16 | path: 48 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMKKEFRB9BJ8KP0P.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMKKEFRB9BJ8KP0P 3 | cas: 500008-45-7 4 | uom: ppm 5 | name: Chlorantraniliprole 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: chlorantraniliprole 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Chlorantraniliprole (ug/g)" 13 | uom: "ug/g" 14 | action_limit: 0.200000 15 | metrc: 16 | name: ~ 17 | path: ~ 18 | limit: 19 | - 0 20 | - 0.200000 21 | ... 22 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMKMYDTB18499106.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMKMYDTB18499106 3 | uom: ~ 4 | name: Carene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: carene 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMKW46MMS466FK9F.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMKW46MMS466FK9F 3 | uom: ~ 4 | name: Bisabolene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: bisabolene 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMKX28NVG7PJT5WJ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMKX28NVG7PJT5WJ 3 | cas: 23031-36-9 4 | uom: ppm 5 | name: Prallethrin 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: prallethrin 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Prallethrin (ug/g)" 13 | action_limit: 0.200000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMM3YXXC8Y2W9T8N.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMM3YXXC8Y2W9T8N 3 | uom: pct 4 | name: Bisabolol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: bisabolol 7 | biotrack: 8 | name: ~ 9 | path: "" 10 | leafdata: 11 | name: ~ 12 | path: terpenoid_bisabolol_percent 13 | metrc: 14 | name: ~ 15 | path: "" 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMME2KAJD5CJZCFC.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMME2KAJD5CJZCFC 3 | cas: 30560-19-1 4 | uom: ppm 5 | name: Acephate 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: acephate 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Acephate (ug/g)" 13 | action_limit: 0.400000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMMFPYJ25XC5QTTQ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMMFPYJ25XC5QTTQ 3 | cas: 57837-19-1 4 | uom: ppm 5 | name: Metalaxyl 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: metalaxyl 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Metalaxyl (ug/g)" 13 | action_limit: 0.200000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMMFQB5HBHJBQ9BS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMMFQB5HBHJBQ9BS 3 | cas: 111988-49-9 4 | uom: ppm 5 | name: Thiacloprid 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | biotrack: 8 | name: ~ 9 | path: "" 10 | ccrs: 11 | name: "Pesticide - Thiacloprid (ug/g)" 12 | action_limit: 0.200000 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | limit: 17 | - 0 18 | - 0.200000 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMMGQYZ01JNTDSZ1.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMMGQYZ01JNTDSZ1 3 | cas: 60-51-5 4 | uom: ppm 5 | name: Dimethoate 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: dimethoate 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Dimethoate (ug/g)" 13 | uom: "ug/g" 14 | action_limit: 0.200000 15 | metrc: 16 | name: ~ 17 | path: ~ 18 | limit: 19 | - 0 20 | - 0.200000 21 | ... 22 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMMQ4V3VTBQ83QWW.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMMQ4V3VTBQ83QWW 3 | cas: 98-55-5 4 | uom: ~ 5 | name: α-Terpineol 6 | type: 018NY6XC00LMT07DPNKHQV2GRS 7 | stub: a-terpineol 8 | biotrack: 9 | name: ~ 10 | path: ~ 11 | leafdata: 12 | name: ~ 13 | path: ~ 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | ... 18 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMMYVTVKPR0V8C0F.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMMYVTVKPR0V8C0F 3 | uom: "" 4 | name: Spinosyn A 5 | type: 018NY6XC00LMT09ZG05C2NE7KX 6 | stub: spinosyn-a 7 | biotrack: 8 | name: ~ 9 | path: "" 10 | ccrs: 11 | name: "Pesticide - Spinosyn A (ug/g)" 12 | leafdata: 13 | name: ~ 14 | path: "" 15 | metrc: 16 | name: ~ 17 | path: "" 18 | limit: 19 | - 0 20 | - 0.200000 21 | ... 22 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMPNZXG9Z9YNFFX9.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMPNZXG9Z9YNFFX9 3 | uom: "" 4 | name: Spinosyn D 5 | type: 018NY6XC00LMT09ZG05C2NE7KX 6 | stub: spinosyn-d 7 | biotrack: 8 | name: ~ 9 | path: "" 10 | ccrs: 11 | name: "Pesticide - Spinosyn D (ug/g)" 12 | leafdata: 13 | name: ~ 14 | path: "" 15 | metrc: 16 | name: ~ 17 | path: "" 18 | limit: 19 | - 0 20 | - 0.200000 21 | ... 22 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMPS11DW5VC5ZDF6.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMPS11DW5VC5ZDF6 3 | uom: pct 4 | name: alpha-Ocimene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: ocimene 7 | link: 8 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/alpha-Ocimene 9 | biotrack: 10 | name: ~ 11 | path: ~ 12 | leafdata: 13 | name: ~ 14 | path: ~ 15 | metrc: 16 | name: ~ 17 | path: ~ 18 | ... 19 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMPTJEH2SHH45155.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMPTJEH2SHH45155 3 | uom: ~ 4 | name: Isobutane 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: isobutane 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | ccrs: 11 | name: "Residual Solvent - Isobutane (ug/g)" 12 | uom: ug/g 13 | leafdata: 14 | name: ~ 15 | path: ~ 16 | metrc: 17 | name: ~ 18 | path: ~ 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMPV2GSPRBZXC08Y.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMPV2GSPRBZXC08Y 3 | uom: ~ 4 | name: Trans-nerolido 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: trans-nerolido 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMQ5673126W386W5.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMQ5673126W386W5 3 | uom: ppm 4 | name: Captan 5 | type: 018NY6XC00LMT09ZG05C2NE7KX 6 | stub: captan 7 | biotrack: 8 | name: ~ 9 | path: "" 10 | leafdata: 11 | name: ~ 12 | path: pesticide_captan_ppm~ 13 | metrc: 14 | name: ~ 15 | path: 16 16 | limit: 17 | - 0 18 | - 0.200000 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMQ6AM5TE0FYPN2R.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMQ6AM5TE0FYPN2R 3 | cas: 118134-30-8 4 | uom: ppm 5 | name: Spiroxamine 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: spiroxamine 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Spiroxamine (ug/g)" 13 | action_limit: 0.400000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMQAZZSDXPYH62SS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMQAZZSDXPYH62SS 3 | uom: bool 4 | name: Stems 5 | type: 018NY6XC00LMT0BY5GND653C0C 6 | stub: stems 7 | biotrack: 8 | name: ~ 9 | path: 3-Stems 10 | ccrs: 11 | name: "Foreign Matter - Stems (%)" 12 | uom: pct 13 | leafdata: 14 | name: ~ 15 | path: foreign_matter_stems 16 | metrc: 17 | name: ~ 18 | path: "" 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMQF9D59E5T0QA0A.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMQF9D59E5T0QA0A 3 | uom: pct 4 | name: Humulene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: humulene 7 | biotrack: 8 | name: ~ 9 | path: "" 10 | leafdata: 11 | name: ~ 12 | path: terpenoid_humulene_percent 13 | metrc: 14 | name: Alpha-Humulene 15 | path: 5 16 | usa-ma: 17 | search-list: 18 | - id: 116 19 | name: "Alpha-Humulene (%) R&D Testing (Raw Plant Material & Concentrates)" 20 | - id: 117 21 | name: "Alpha-Humulene (mg/g) R&D Testing (Infused Products)" 22 | ... 23 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMQJ0J8KAWM65JAB.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMQJ0J8KAWM65JAB 3 | uom: ~ 4 | name: Ethane 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: ethane 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMQKS6HXP2KFY91E.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMQKS6HXP2KFY91E 3 | cas: 31508-71-1 4 | uom: ~ 5 | name: Cannabicitran 6 | type: 018NY6XC00LMT0HRHFRZGY72C7 7 | stub: cbt 8 | biotrack: 9 | name: ~ 10 | path: ~ 11 | leafdata: 12 | name: ~ 13 | path: ~ 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | ... 18 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMQQDFGS8QBAKJ3J.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMQQDFGS8QBAKJ3J 3 | uom: pct 4 | name: Guaiol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: guaiol 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMQW6Q8FE142912R.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMQW6Q8FE142912R 3 | uom: pct 4 | name: p-Cymene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: cymene 7 | link: 8 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/p-cymene 9 | wiki: https://en.wikipedia.org/wiki/P-Cymene 10 | biotrack: 11 | name: ~ 12 | path: ~ 13 | leafdata: 14 | name: ~ 15 | path: ~ 16 | metrc: 17 | name: ~ 18 | path: ~ 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMQW96F7VFGSCTYK.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMQW96F7VFGSCTYK 3 | uom: ~ 4 | name: Alpha-Bisabolol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: alpha-bisabolol 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: Alpha-Bisabolol 15 | path: ~ 16 | usa-ma: 17 | search-list: 18 | - id: 111 19 | - name: "Alpha-Bisabolol (%) R&D Testing (Raw Plant Material & Concentrates)" 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMQZWHD25XN1F7BZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMQZWHD25XN1F7BZ 3 | uom: ~ 4 | name: Bergamotene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: bergamotene 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMR0FZPVYAEJ8JET.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMR0FZPVYAEJ8JET 3 | uom: ppm 4 | name: Chlorfenapyr 5 | type: 018NY6XC00LMT09ZG05C2NE7KX 6 | stub: chlorfenapyr 7 | biotrack: 8 | name: ~ 9 | path: "" 10 | ccrs: 11 | name: "Pesticide - Chlorfenapyr (ug/g)" 12 | uom: "ug/g" 13 | leafdata: 14 | name: ~ 15 | path: pesticide_chlorfenapyr_ppm 16 | metrc: 17 | name: ~ 18 | path: ~ 19 | limit: 20 | - 0 21 | - 0.200000 22 | ... 23 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMR9PB7SNBP97DAS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMR9PB7SNBP97DAS 3 | uom: ppb 4 | name: Aflatoxin 5 | type: 018NY6XC00LMT0GDBPF0V9B71Z 6 | stub: aflatoxin 7 | biotrack: 8 | name: ~ 9 | path: "" 10 | ccrs: 11 | name: "Mycotoxin - Total Aflatoxins (ug/kg)" 12 | uom: ugkg 13 | leafdata: 14 | name: ~ 15 | path: mycotoxin_aflatoxins_ppb 16 | metrc: 17 | name: Aflatoxins 18 | path: 3 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMRA8M0HBRS1CSXK.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMRA8M0HBRS1CSXK 3 | uom: "" 4 | name: Pyrethrins Cinerin 5 | type: 018NY6XC00LMT09ZG05C2NE7KX 6 | stub: pyrethrins-cinerin 7 | biotrack: 8 | name: ~ 9 | path: "" 10 | leafdata: 11 | name: ~ 12 | path: "" 13 | metrc: 14 | name: ~ 15 | path: "" 16 | limit: 17 | - 0 18 | - 0.200000 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMSCF0SS8VVJ9DE5.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMSCF0SS8VVJ9DE5 3 | cas: 300-76-5 4 | uom: ppm 5 | name: Naled 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: naled 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Naled (ug/g)" 13 | action_limit: 0.500000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMSF0HPDC29T1QH1.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMSF0HPDC29T1QH1 3 | uom: ~ 4 | name: Pulegone 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: pulegone 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMSTBW55VFR0QG56.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMSTBW55VFR0QG56 3 | uom: ppb 4 | name: Butane 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: butane 7 | biotrack: 8 | name: ~ 9 | path: "" 10 | ccrs: 11 | name: "Residual Solvent - Total Butanes (ug/g)" 12 | uom: ug/g 13 | leafdata: 14 | name: ~ 15 | path: solvent_butanes_ppm 16 | metrc: 17 | name: ~ 18 | path: 14 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMSTHMFW45MD2ECS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMSTHMFW45MD2ECS 3 | uom: ~ 4 | name: Borneol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: borneol 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMT10GKMBED4KZWK.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMT10GKMBED4KZWK 3 | uom: "" 4 | name: CBCV 5 | type: 018NY6XC00LMT0HRHFRZGY72C7 6 | stub: cbcv 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMT8QJD3BG6CNXA8.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMT8QJD3BG6CNXA8 3 | cas: 80443-41-0 4 | uom: ppm 5 | name: Tebuconazole 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: tebuconazole 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Tebuconazole (ug/g)" 13 | action_limit: 0.400000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMTBZ6MS529BRMDY.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMTBZ6MS529BRMDY 3 | uom: ~ 4 | name: Ethanol 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: ethanol 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | usa-ma: 17 | search-list: 18 | - id: 355 19 | name: "Ethanol (ppm) Inhalable Concentrate" 20 | - id: 356 21 | name: "Ethanol (ppm) Non-Solvent Concentrate" 22 | - id: 357 23 | name: "Ethanol (ppm) R&D Testing" 24 | - id: 358 25 | name: "Ethanol (ppm) Retest" 26 | - id: 359 27 | name: "Ethanol (ppm) Solvent Based Concentrate" 28 | ... 29 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMTXQC4X18WTB71J.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMTXQC4X18WTB71J 3 | uom: ~ 4 | name: Isoborneol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: isoborneol 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMTYA0APDKAK3DVH.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMTYA0APDKAK3DVH 3 | uom: ~ 4 | name: Isophytol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: isophytol 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMV3YF9F83621G84.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMV3YF9F83621G84 3 | cas: 76738-62-0 4 | uom: ppm 5 | name: Paclobutrazol 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: paclobutrazol 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Paclobutrazol (ug/g)" 13 | action_limit: 0.400000 14 | metrc: 15 | name: Paclobutrazol 16 | path: 41 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMVSE5MJFPQEDRSC.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMVSE5MJFPQEDRSC 3 | uom: ~ 4 | name: Isopentane 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: isopentane 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | ccrs: 11 | name: "Residual Solvent - Isopentane (ug/g)" 12 | uom: "ug/g" 13 | leafdata: 14 | name: ~ 15 | path: ~ 16 | metrc: 17 | name: ~ 18 | path: ~ 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMW1FC0RA14FZ3PF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMW1FC0RA14FZ3PF 3 | uom: ppm 4 | name: Xylene 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: xylene 7 | biotrack: 8 | name: ~ 9 | path: "" 10 | leafdata: 11 | name: ~ 12 | path: solvent_xylene_ppm 13 | metrc: 14 | name: ~ 15 | path: "" 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMWDVDHEYRS6058S.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMWDVDHEYRS6058S 3 | cas: 203313-25-1 4 | uom: ppm 5 | name: Spirotetramat 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: spirotetramat 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Spirotetramat (ug/g)" 13 | action_limit: 0.200000 14 | metrc: 15 | name: Spirotetramat 16 | path: 49 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMWKXB3PQ2STF5RS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMWKXB3PQ2STF5RS 3 | cas: 51877-74-8 4 | uom: "" 5 | name: Permethrin Trans-1 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: permethrin-trans-1 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - trans-Permethrin (ug/g)" 13 | leafdata: 14 | name: ~ 15 | path: "" 16 | metrc: 17 | name: ~ 18 | path: "" 19 | limit: 20 | - 0 21 | - 0.200000 22 | ... 23 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMWSMH35NX5PQQKT.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMWSMH35NX5PQQKT 3 | uom: ppm 4 | name: Pyrethrins Pyrethrin 5 | type: 018NY6XC00LMT09ZG05C2NE7KX 6 | stub: pyrethrins-pyrethrin 7 | biotrack: 8 | name: ~ 9 | path: "" 10 | leafdata: 11 | name: ~ 12 | path: pesticide_pyrethrinsbc_ppm 13 | metrc: 14 | name: Pyrethrin 15 | path: 44 16 | limit: 17 | - 0 18 | - 0.200000 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMWV6T4FB28F9JMH.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMWV6T4FB28F9JMH 3 | cas: 39986-26-0 4 | uom: ~ 5 | name: Tetrahydrocannabivarinic Acid 6 | type: 018NY6XC00LMT0HRHFRZGY72C7 7 | stub: thcva 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | leafdata: 12 | name: ~ 13 | path: ~ 14 | metrc: 15 | name: ~ 16 | path: "" 17 | ... 18 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMX227M153SSW8N9.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMX227M153SSW8N9 3 | uom: cfu/g 4 | name: Plate Count 5 | type: 018NY6XC00LMT0B7NMK7RGYAMN 6 | stub: plate-count 7 | biotrack: 8 | name: ~ 9 | path: "" 10 | leafdata: 11 | name: ~ 12 | path: microbial_total_viable_plate_count_cfu_g~ 13 | metrc: 14 | name: Microbials 15 | path: 37 16 | usa-ma: 17 | search-list: 18 | - id: 435 19 | name: "Heterotrophic Plate Count (mg/L) TC Non-Public Water" 20 | - id: 436 21 | name: "Heterotrophic Plate Count (mg/L) TC Public Water" 22 | ... 23 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMXCM3VG0XGR6KAH.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMXCM3VG0XGR6KAH 3 | cas: 2921-88-2 4 | uom: ppm 5 | name: Chlorpyrifos 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: chlorpyrifos 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Chlorpyrifos (ug/g)" 13 | uom: "ug/g" 14 | leafdata: 15 | name: ~ 16 | path: pesticide_chlorpyrifos_ppm 17 | metrc: 18 | name: ~ 19 | path: ~ 20 | limit: 21 | - 0 22 | - 0.200000 23 | ... 24 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMXPVBJE1ZFAXSA9.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMXPVBJE1ZFAXSA9 3 | uom: ~ 4 | name: Valencene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: valencene 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMXRFMR5NJ35ZBAX.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMXRFMR5NJ35ZBAX 3 | cas: 25654-31-3 4 | uom: pct 5 | name: Cannabigerol 6 | type: 018NY6XC00LMT0HRHFRZGY72C7 7 | stub: cbg 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: CBG 13 | leafdata: 14 | name: ~ 15 | path: cannabinoid_cbg_percent~ 16 | metrc: 17 | name: ~ 18 | path: "" 19 | wcia: 20 | name: CBG 21 | ... 22 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMXSM3QAXV8HQD5F.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMXSM3QAXV8HQD5F 3 | cas: 54774-45-7 4 | uom: ppm 5 | name: cis-Permethrin 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: cis-permethrin 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - cis-Permethrin (ug/g)" 13 | action_limit: 0.000000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMXVVJP95SCEWYMJ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMXVVJP95SCEWYMJ 3 | cas: 62-73-7 4 | uom: ppm 5 | name: Dichlorvos 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: dichlorvos 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Dichlorvos (ug/g)" 13 | uom: "ug/g" 14 | action_limit: 0.100000 15 | metrc: 16 | name: ~ 17 | path: ~ 18 | limit: 19 | - 0 20 | - 0.200000 21 | ... 22 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMYBVS4P9WE8MT73.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMYBVS4P9WE8MT73 3 | cas: 13194-48-4 4 | uom: ppm 5 | name: Ethoprophos 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: ethoprophos 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Ethoprophos (ug/g)" 13 | action_limit: 0.200000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMYY49X6ZPKWMK0F.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMYY49X6ZPKWMK0F 3 | uom: ppm 4 | name: Dimethomorph 5 | type: 018NY6XC00LMT09ZG05C2NE7KX 6 | stub: dimethomorph 7 | biotrack: 8 | name: ~ 9 | path: "" 10 | leafdata: 11 | name: ~ 12 | path: pesticide_dimethomorph_ppm~ 13 | metrc: 14 | name: ~ 15 | path: 25 16 | limit: 17 | - 0 18 | - 0.200000 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMZ91MVJB81J4JQT.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMZ91MVJB81J4JQT 3 | cas: 131341-86-1 4 | uom: ppm 5 | name: Fludioxonil 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: fludioxonil 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Fludioxonil (ug/g)" 13 | action_limit: 0.400000 14 | metrc: 15 | name: ~ 16 | path: 30 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMZ95MW0N3JPZ056.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMZ95MW0N3JPZ056 3 | cas: 732-11-6 4 | uom: ppm 5 | name: Phosmet 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: phosmet 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Phosmet (ug/g)" 13 | action_limit: 0.200000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMZGPEH1Z4VY04RJ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMZGPEH1Z4VY04RJ 3 | cas: 24274-48-4 4 | uom: pct 5 | name: Cannabidivarin 6 | type: 018NY6XC00LMT0HRHFRZGY72C7 7 | stub: cbdv 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | leafdata: 12 | name: ~ 13 | path: cannabinoid_cbdv_percent 14 | metrc: 15 | name: ~ 16 | path: "" 17 | ... 18 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMZJ5AVZN2MWG32M.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMZJ5AVZN2MWG32M 3 | uom: ~ 4 | name: Aromadendrene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: aromadendrene 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMZMT6NYFV6QM9JH.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMZMT6NYFV6QM9JH 3 | cas: 158062-67-0 4 | uom: ppm 5 | name: Flonicamid 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: flonicamid 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Flonicamid (ug/g)" 13 | action_limit: 1.000000 14 | metrc: 15 | name: ~ 16 | path: 29 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMZNYH6GBG7P12EA.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMZNYH6GBG7P12EA 3 | uom: aw 4 | name: Visual Inspection 5 | type: 018NY6XC00LMT0BY5GND653C0C 6 | stub: visual-inspection 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: Visual Inspection 15 | path: 55 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMZP42VJGA642TEB.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMZP42VJGA642TEB 3 | cas: 63-25-2 4 | uom: ppm 5 | name: Carbaryl 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: carbaryl 8 | biotrack: 9 | name: ~ 10 | path: "" 11 | ccrs: 12 | name: "Pesticide - Carbaryl (ug/g)" 13 | action_limit: 0.200000 14 | metrc: 15 | name: ~ 16 | path: ~ 17 | limit: 18 | - 0 19 | - 0.200000 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00LMZZ776J7YTKR49R.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00LMZZ776J7YTKR49R 3 | uom: ~ 4 | name: CBL 5 | type: 018NY6XC00LMT0HRHFRZGY72C7 6 | stub: cbl 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00M27M46SED0ZZCSQZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00M27M46SED0ZZCSQZ 3 | cas: 31932-13-5 4 | name: Cannabidivarinic Acid 5 | stub: cbdva 6 | type: 018NY6XC00LMT0HRHFRZGY72C7 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00M8V4J6PX1J33YM3E.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00M8V4J6PX1J33YM3E 3 | name: Mepronil 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/mepronil 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00MGZPMK6TJWAYY8VF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00MGZPMK6TJWAYY8VF 3 | name: Zinc 4 | type: 018NY6XC00LMT0V6XE7P0BHBCR 5 | metrc: 6 | name: ~ 7 | usa-ma: 8 | search-list: 9 | - id: 824 10 | name: Zinc (ppm) R&D Testing 11 | - id: 825 12 | name: Zinc (ppm) TC Growth Soil/Medium 13 | - id: 826 14 | name: Zinc (ppm) TC Mother Plant 15 | - id: 827 16 | name: Zinc (ppm) TC Non-Public Water 17 | - id: 828 18 | name: Zinc (ppm) TC Public Water 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00MZ1K5XFDNA5BDGEP.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00MZ1K5XFDNA5BDGEP 3 | name: Carbetamide 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/carbetamide 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00MZPYJQH1JN62HT7E.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00MZPYJQH1JN62HT7E 3 | name: Aspergillus niger 4 | type: 018NY6XC00LMT0B7NMK7RGYAMN 5 | metrc: 6 | name: Aspergillus Niger 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00N5KT44W546GPVM5W.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00N5KT44W546GPVM5W 3 | name: Chlorotoluron 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Chlorotoluron 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00NGT4P7T5BK3Y4WV6.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00NGT4P7T5BK3Y4WV6 3 | name: Epoxiconazole 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Epoxiconazole 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00NWYNHMA169GDYEP2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00NWYNHMA169GDYEP2 3 | name: Indoxacarb 4 | type: 018NY6XC00LMT09ZG05C2NE7KX 5 | link: 6 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Indoxacarb 7 | limit: 8 | - 0 9 | - 0.200000 10 | ... 11 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00P9BP9K9YZRC3009W.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00P9BP9K9YZRC3009W 3 | name: Rotenone 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/rotenone 6 | wiki: https://en.wikipedia.org/wiki/Rotenone 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00PP4F51A3YZBJ5DDK.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PP4F51A3YZBJ5DDK 3 | name: Cycluron 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/cycluron 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00Q04NWA7NDVETQZES.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00Q04NWA7NDVETQZES 3 | uom: ppm 4 | name: zoxamide 5 | link: 6 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Zoxamide 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00QAH5JTF1A6FJSM6Y.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: "018NY6XC00QAH5JTF1A6FJSM6Y" 3 | cas: "" 4 | echa: "" 5 | name: "o,p'-DDD" 6 | stub: o-p-ddd 7 | type: "018NY6XC00LMT09ZG05C2NE7KX" 8 | link: 9 | - wiki: 10 | - pubchem: "" 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00QJQVPK47XK0HMYGT.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00QJQVPK47XK0HMYGT 3 | uom: pct 4 | name: gamma-Terpinene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | link: 7 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/gamma-terpinene 8 | ... 9 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00QVEKQ8JCMP68DFJ7.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00QVEKQ8JCMP68DFJ7 3 | name: Butafenacil 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Butafenacil 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00QVVXQP061W2CPV05.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00QVVXQP061W2CPV05 3 | name: Monocrotophos 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/monocrotophos 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00R5ETKRJAG59TFRJX.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00R5ETKRJAG59TFRJX 3 | name: Picoxystrobin 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/picoxystrobin 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00RQKY5AYGVY554DRK.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00RQKY5AYGVY554DRK 3 | name: Tebuthiuron 4 | link: 5 | - wiki: https://en.wikipedia.org/wiki/Tebuthiuron 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | limit: 8 | - 0 9 | - 0.200000 10 | ... 11 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00SAE8Q4JSMF40YSZ3.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00SAE8Q4JSMF40YSZ3 3 | name: Total Cannabinoid 4 | note: Simple addition of all tested cannabinoids 5 | stub: total-cannabinoid 6 | type: 018NY6XC00LMT0HRHFRZGY72C7 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00SNPZ5RJVW2VGGSHW.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00SNPZ5RJVW2VGGSHW 3 | uom: ppm 4 | name: Mandipropamid 5 | type: 018NY6XC00LMT09ZG05C2NE7KX 6 | link: 7 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/mandipropamid 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00T2ZJXXZA3HHXW6N3.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00T2ZJXXZA3HHXW6N3 3 | uom: pct 4 | name: CBLA 5 | type: 018NY6XC00LMT0HRHFRZGY72C7 6 | ... 7 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00T7NND9V8G2Q3G095.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00T7NND9V8G2Q3G095 3 | name: Uniconazole 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Uniconazole 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | limit: 8 | - 0 9 | - 0.200000 10 | ... 11 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00TZB49XSAM9XMQ0C1.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00TZB49XSAM9XMQ0C1 3 | name: Diuron 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/diuron 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00TZW1AB3MDBJYNA2Q.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00TZW1AB3MDBJYNA2Q 3 | name: Pirimicarb 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/pirimicarb 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00V02P54TKQ21XT7RZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00V02P54TKQ21XT7RZ 3 | uom: ppm 4 | name: Iron 5 | type: 018NY6XC00LMT0V6XE7P0BHBCR 6 | ... 7 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00V3224FZN904CV8KZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00V3224FZN904CV8KZ 3 | name: Mexacarbate 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/mexacarbate 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00V3M3MSYQMV9RCMCE.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00V3M3MSYQMV9RCMCE 3 | name: Mitragynine 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/mitragynine 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00V7ACCY94MHYWNWRN.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00V7ACCY94MHYWNWRN 3 | name: Total THC + Total CBD 4 | note: Sum of Total Active THC and Total Active CBD 5 | stub: total-thc-cbd 6 | type: 018NY6XC00LMT0HRHFRZGY72C7 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00VGBEM8CDWPX8J0MB.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00VGBEM8CDWPX8J0MB 3 | cas: 31262-38-1 4 | name: Δ8-Tetrahydrocannabivarin 5 | stub: d8-thcv 6 | type: 018NY6XC00LMT0HRHFRZGY72C7 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00VZJ24PN2VPPXX6P2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00VZJ24PN2VPPXX6P2 3 | name: Carboxin 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/carboxin 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00VZX735DKKRTMBW6R.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00VZX735DKKRTMBW6R 3 | name: Flufenacet 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Flufenacet 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00W08XEQ3QM1ZG0TP6.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00W08XEQ3QM1ZG0TP6 3 | name: Methamidophos 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/methamidophos 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00W7F5KX34C5DEB07P.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: "018NY6XC00W7F5KX34C5DEB07P" 3 | cas: "72-55-9" 4 | echa: "68679-99-2" 5 | name: "p,p'-DDE" 6 | stub: "p-p-dde" 7 | type: "018NY6XC00LMT09ZG05C2NE7KX" 8 | link: 9 | - wiki: 10 | - pubchem: "https://pubchem.ncbi.nlm.nih.gov/compound/p_p_-DDE" 11 | metrc: 12 | usa-ma: 13 | search-list: 14 | - id: 82 15 | name: 4,4' -DDE (ppm) TC Growth Soil/Medium 16 | - id: 83 17 | name: 4,4' -DDE (ppm) TC Non-Public Water 18 | - id: 84 19 | name: 4,4' -DDE (ppm) TC Public Water 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00WHBFGHPDBB756NTZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00WHBFGHPDBB756NTZ 3 | name: Chlorantraniliprole 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Chlorantraniliprole 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00WZF17ZP3878KKVNA.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00WZF17ZP3878KKVNA 3 | name: Fluazinam 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Fluazinam 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00X9FKBQTRMMT9CWYB.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00X9FKBQTRMMT9CWYB 3 | name: Aminocarb 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/aminocarb 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00XFEAWWREZRVF68PE.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00XFEAWWREZRVF68PE 3 | name: Carfentrazone-ethyl 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Carfentrazone-ethyl 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00XFJV2A15SWXR8AS0.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00XFJV2A15SWXR8AS0 3 | name: Thiobencarb 4 | link: 5 | -pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/thiobencarb 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | limit: 8 | - 0 9 | - 0.200000 10 | ... 11 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00XK2KR405RZSEGVJA.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00XK2KR405RZSEGVJA 3 | name: Methabenzthiazuron 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/methabenzthiazuron 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00Y22Q8Y0BQKJSSD9A.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00Y22Q8Y0BQKJSSD9A 3 | name: Pentachloronitrobenzene (Quintozene) 4 | type: 018NY6XC00LMT09ZG05C2NE7KX 5 | link: 6 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/pentachloronitrobenzene 7 | wiki: https://en.wikipedia.org/wiki/Pentachloronitrobenzene 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00YD57JR2J0QD9S2ZB.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00YD57JR2J0QD9S2ZB 3 | name: Furathiocarb 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/Furathiocarb 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00Z3253X3QJKK494CH.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00Z3253X3QJKK494CH 3 | name: Oxadixyl 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/oxadixyl 6 | wiki: ~ 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00Z36BWRQM7XXVEEFG.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00Z36BWRQM7XXVEEFG 3 | name: pH 4 | type: 018NY6XC00LMT0BY5GND653C0C 5 | metrc: 6 | usa-ma: 7 | search-list: 8 | - id: 627 9 | name: pH TC Non-Public Water 10 | - id: 628 11 | name: pH TC Public Water 12 | ... 13 | -------------------------------------------------------------------------------- /etc/lab-metric/018NY6XC00Z9M20PRDYBB5EXG3.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00Z9M20PRDYBB5EXG3 3 | name: Ether 4 | link: 5 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/ether 6 | wiki: ~ 7 | type: 018NY6XC00LMT0AQAMJEDSD0NW 8 | metrc: 9 | name: ~ 10 | usa-ma: 11 | search-list: 12 | - id: 365 13 | name: Ethyl Ether (ppm) Infused Products 14 | - id: 366 15 | name: Ethyl Ether (ppm) Inhalable Concentrate 16 | - id: 367 17 | name: Ethyl Ether (ppm) Non-Solvent Concentrate 18 | - id: 368 19 | name: Ethyl Ether (ppm) R&D Testing 20 | - id: 369 21 | name: Ethyl Ether (ppm) Retest 22 | - id: 370 23 | name: Ethyl Ether (ppm) Solvent Based Concentrate 24 | 25 | ... 26 | -------------------------------------------------------------------------------- /etc/lab-metric/01EDPT1CHZJTASPX5X38PWWP3Y.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01EDPT1CHZJTASPX5X38PWWP3Y 3 | code: 308 4 | goto: 018NY6XC00LMA5GGMB8GXE0SJW 5 | uom: ppm 6 | name: Abamectin B1a 7 | type: 018NY6XC00LMT09ZG05C2NE7KX 8 | stub: abamectin_b1a 9 | limit: 10 | - 0 11 | - 0.200000 12 | biotrack: 13 | name: ~ 14 | path: ~ 15 | ccrs: 16 | name: "Pesticide - Avermectin B1a (ug/g)" 17 | uom: "ug/g" 18 | leafdata: 19 | name: ~ 20 | path: ~ 21 | metrc: 22 | name: ~ 23 | path: ~ 24 | ... 25 | -------------------------------------------------------------------------------- /etc/lab-metric/01EDPT1F2GTYPDFYV1797QBHJ3.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01EDPT1F2GTYPDFYV1797QBHJ3 3 | uom: ppm 4 | name: Abamectin B1a2 5 | type: 018NY6XC00LMT09ZG05C2NE7KX 6 | stub: abamectin_b1a2 7 | limit: 8 | - 0 9 | - 0.200000 10 | biotrack: 11 | name: ~ 12 | path: ~ 13 | leafdata: 14 | name: ~ 15 | path: ~ 16 | metrc: 17 | name: ~ 18 | path: ~ 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/01EDPTXYZ35B8TGGXQKXCTAZC9.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01EDPTXYZ35B8TGGXQKXCTAZC9 3 | uom: ppb 4 | name: Butane 2-methyl 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: butane 7 | link: 8 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/6556 9 | biotrack: 10 | name: ~ 11 | path: ~ 12 | leafdata: 13 | name: ~ 14 | path: ~ 15 | metrc: 16 | name: ~ 17 | path: ~ 18 | ... 19 | -------------------------------------------------------------------------------- /etc/lab-metric/01EDPTY0KCW89D9P2V7V1GSY8V.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01EDPTY0KCW89D9P2V7V1GSY8V 3 | uom: ppb 4 | name: Butane 2-3-dimethyl 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: butane_23_dimethyl 7 | link: 8 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/6589 9 | biotrack: 10 | name: ~ 11 | path: ~ 12 | leafdata: 13 | name: ~ 14 | path: ~ 15 | metrc: 16 | name: ~ 17 | path: ~ 18 | ... 19 | -------------------------------------------------------------------------------- /etc/lab-metric/01EDPV85CT7SX8BB5BP3VCWJCK.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01EDPV85CT7SX8BB5BP3VCWJCK 3 | uom: ppb 4 | name: Neopentane 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: neopentane 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | ccrs: 11 | name: "Residual Solvent - Neopentane (ug/g)" 12 | uom: "ug/g" 13 | leafdata: 14 | name: ~ 15 | path: ~ 16 | metrc: 17 | name: ~ 18 | path: ~ 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/01EDPVA062JA8HKVJE9SAQDW3X.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01EDPVA062JA8HKVJE9SAQDW3X 3 | uom: ppb 4 | name: Pentane 3-Methyl 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: pentane_3_methyl 7 | biotrack: 8 | name: ~ 9 | path: ~ 10 | leafdata: 11 | name: ~ 12 | path: ~ 13 | metrc: 14 | name: ~ 15 | path: ~ 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/01EEE1HQBMBP7XB2KHZN1GX3DJ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01EEE1HQBMBP7XB2KHZN1GX3DJ 3 | cas: 13877-91-3 4 | uom: ppm 5 | name: Beta-Ocimene 6 | type: 018NY6XC00LMT07DPNKHQV2GRS 7 | type_id: 018NY6XC00LMT07DPNKHQV2GRS 8 | stub: beta-ocimene 9 | biotrack: 10 | name: ~ 11 | path: ~ 12 | leafdata: 13 | name: ~ 14 | path: ~ 15 | metrc: 16 | name: ~ 17 | path: ~ 18 | ... 19 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF32J.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF32J 3 | cas: 107-83-5 4 | name: 2-methyl-Pentane 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: 2_methyl_pentane 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF32N.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF32N 3 | cas: 3691-11-0 4 | name: Alpha-bulnesene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: alpha_bulnesene 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF32P.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF32P 3 | cas: 71751-41-3 4 | code: 308 5 | goto: 01FRK0CC1G0SMZT4RW3WR8QB9T 6 | name: Abamectin B1B 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF32R.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF32R 3 | cas: 489-28-1 4 | name: Alpha-maaliene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: alpha_maaliene 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF32V.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF32V 3 | cas: 489-29-2 4 | name: Beta-maaliene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: beta_maaliene 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF32W.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF32W 3 | cas: 99-86-5 4 | name: Alpha-terpinene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: alpha_terpinene 7 | metrc: 8 | name: ~ 9 | path: ~ 10 | usa-ma: 11 | search-list: 12 | - id: 120 13 | name: "Alpha-Terpinene (%) R&D Testing (Raw Plant Material & Concentrates)" 14 | - id: 121 15 | name: "Alpha-Terpinene (%) Solvent Based Concentrate" 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF32X.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF32X 3 | cas: 55-10-2 4 | name: Beta-phellandrene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: beta_phellandrene 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF334.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF334 3 | cas: 87-44-5 4 | name: Caryophyllene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: caryophyllene 7 | metrc: 8 | name: Carophyllene Oxide 9 | usa-ma: 10 | search-list: 11 | - id: 216 12 | name: "Caryophyllene Oxide (%) R&D Testing (Raw Plant Material & Concentrates)" 13 | - id: 217 14 | name: "Caryophyllene Oxide (mg/g) R&D Testing (Infused Products)" 15 | ... 16 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF33F.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF33F 3 | cas: 7003-89-6 4 | name: Chlormequat 5 | type: 018NY6XC00LMT09ZG05C2NE7KX 6 | stub: chlormequat 7 | limit: 8 | - 0 9 | - 0.200000 10 | ... 11 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF33G.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF33G 3 | cas: 512-61-8 4 | name: Alpha-santalene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: alpha_santalene 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF33M.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF33M 3 | cas: 2639-63-6 4 | name: Hexyl-Butyrate 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: hexyl_butyrate 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF33N.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF33N 3 | cas: 100-41-4 4 | name: Ethyl Benzene 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: ethyl_benzene 7 | link: 8 | pubchem: https://pubchem.ncbi.nlm.nih.gov/compound/7500 9 | ... 10 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF33R.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF33R 3 | cas: 6378-65-0 4 | name: Hexyl-Hexanoate 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: hexyl_hexanoate 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF33X.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF33X 3 | cas: 106-22-9 4 | name: Citronellol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: citronellol 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF33Z.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF33Z 3 | cas: 473-15-4 4 | name: Eudesmol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: eudesmol 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF341.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF341 3 | cas: 3691-12-1 4 | name: Gamma-guaiene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: gamma_guaiene 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF343.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF343 3 | cas: 1195-79-5 4 | name: Fenchone 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: fenchone 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF347.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF347 3 | cas: "1461-03-06" 4 | name: Himachalene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: himachalene 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF34E.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF34E 3 | cas: 18252-46-5 4 | name: Cis-alpha-bergamotene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: cis_alpha_bergamotene 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF34V.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF34V 3 | cas: 361377-29-9 4 | name: Fluoxastrobin 5 | type: 018NY6XC00LMT09ZG05C2NE7KX 6 | stub: fluoxastrobin 7 | limit: 8 | - 0 9 | - 0.200000 10 | ... 11 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF34W.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF34W 3 | cas: 1197-06-4 4 | name: Cis-carveol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: cis_carveol 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF354.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF354 3 | cas: 142-82-5 4 | name: N-Heptane 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: n_heptane 7 | ccrs: 8 | name: "Residual Solvent - n-Heptane (ug/g)" 9 | uom: ug/g 10 | ... 11 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF355.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF355 3 | cas: 95-47-6 4 | name: Ortho-Xylene 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: ortho_xylene 7 | ccrs: 8 | name: "Residual Solvent - ortho-Xylene (ug/g)" 9 | uom: "ug/g" 10 | ... 11 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF356.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF356 3 | cas: 108-38-3 4 | name: Meta-para-Xylene 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: meta_para_xylene 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF35C.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF35C 3 | cas: 28290-20-2 4 | name: Selinadiene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: selinadiene 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF35D.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF35D 3 | cas: 110-93-0 4 | name: Sulcatone 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: sulcatone 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF35E.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF35E 3 | cas: 3387-41-5 4 | name: Thujene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: thujene 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJB2ZNCCGA3W92QF35K.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJB2ZNCCGA3W92QF35K 3 | cas: 110-54-3 4 | name: N-Hexane 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: n_hexane 7 | ccrs: 8 | name: "Residual Solvent - n-Hexane (ug/g)" 9 | uom: ug/g 10 | ... 11 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJC2Z0EFM33WDMPDETN.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJC2Z0EFM33WDMPDETN 3 | cas: 168316-95-8 4 | name: Spinosad A 5 | type: 018NY6XC00LMT09ZG05C2NE7KX 6 | stub: spinosad_a 7 | limit: 8 | - 0 9 | - 0.200000 10 | ... 11 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJC2Z0EFM33WDMPDEV4.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJC2Z0EFM33WDMPDEV4 3 | cas: 3779-61-1 4 | name: Trans-ocimene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: trans_ocimene 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJC2Z0EFM33WDMPDEV7.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJC2Z0EFM33WDMPDEV7 3 | cas: 106-97-8 4 | name: N-butane 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: n_butane 7 | ccrs: 8 | name: "Residual Solvent - n-Butane (ug/g)" 9 | uom: ug/g 10 | metrc: 11 | usa-ma: 12 | search-list: 13 | - id: 582 14 | name: "N-Butane (ppm) Infused Products" 15 | - id: 583 16 | name: "N-Butane (ppm) Inhalable Concentrate" 17 | - id: 584 18 | name: "N-Butane (ppm) Non-Solvent Concentrate" 19 | - id: 585 20 | name: "N-Butane (ppm) R&D Testing" 21 | - id: 586 22 | name: "N-Butane (ppm) Retest" 23 | - id: 587 24 | name: "N-Butane (ppm) Solvent Based Concentrate" 25 | ... 26 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJC2Z0EFM33WDMPDEV8.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJC2Z0EFM33WDMPDEV8 3 | cas: 109-66-0 4 | name: N-Pentane 5 | type: 018NY6XC00LMT0AQAMJEDSD0NW 6 | stub: n_pentane 7 | ccrs: 8 | name: "Residual Solvent - n-Pentane (ug/g)" 9 | uom: "ug/g" 10 | ... 11 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJC2Z0EFM33WDMPDEVA.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJC2Z0EFM33WDMPDEVA 3 | cas: 99-83-2 4 | uom: ppm 5 | name: alpha-phellandrene 6 | type: 018NY6XC00LMT07DPNKHQV2GRS 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJC2Z0EFM33WDMPDEVF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJC2Z0EFM33WDMPDEVF 3 | cas: 58893-88-2 4 | name: Pseudo-valencene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: pseudo_valencene 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJC2Z0EFM33WDMPDEVG.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJC2Z0EFM33WDMPDEVG 3 | cas: 89-83-8 4 | name: Thymol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: thymol 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJC2Z0EFM33WDMPDEVJ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJC2Z0EFM33WDMPDEVJ 3 | cas: 4948-29-2 4 | name: Trans-2-pinanol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: trans_2_pinanol 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJC2Z0EFM33WDMPDEVK.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJC2Z0EFM33WDMPDEVK 3 | cas: 13474-59-4 4 | name: Trans-alpha-bergamotene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: trans_alpha_bergamotene 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJC2Z0EFM33WDMPDEVQ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJC2Z0EFM33WDMPDEVQ 3 | cas: 77-53-2 4 | name: Cedrol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: cedrol 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJC2Z0EFM33WDMPDEVR.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJC2Z0EFM33WDMPDEVR 3 | cas: 19888-34-7 4 | name: Humulene Oxide II 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: humulene_oxide_ii 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FQFG9EJC2Z0EFM33WDMPDEW9.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FQFG9EJC2Z0EFM33WDMPDEW9 3 | cas: 168316-95-9 4 | name: Spinosad D 5 | type: 018NY6XC00LMT09ZG05C2NE7KX 6 | stub: spinosad_d 7 | limit: 8 | - 0 9 | - 0.200000 10 | ... 11 | -------------------------------------------------------------------------------- /etc/lab-metric/01FRK0CC1G0SMZT4RW3WR8QB9S.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FRK0CC1G0SMZT4RW3WR8QB9S 3 | name: Total Ochratoxins 4 | type: 018NY6XC00LMT0GDBPF0V9B71Z 5 | stub: total_ochratoxins 6 | ... 7 | -------------------------------------------------------------------------------- /etc/lab-metric/01FRK0CC1G0SMZT4RW3WR8QB9T.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FRK0CC1G0SMZT4RW3WR8QB9T 3 | cas: 71751-41-2 4 | name: Avermectin 5 | uom: ppm 6 | type: 018NY6XC00LMT09ZG05C2NE7KX 7 | stub: avermectin 8 | ccrs: 9 | name: "Pesticide - Total Abamectin (ug/g)" 10 | metrc: 11 | name: Abamectin 12 | path: ~ 13 | limit: 14 | - 0 15 | - 0.200000 16 | ... 17 | -------------------------------------------------------------------------------- /etc/lab-metric/01FRK0CC1G0SMZT4RW3WR8QB9W.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FRK0CC1G0SMZT4RW3WR8QB9W 3 | name: Total Pyrethrins 4 | type: 018NY6XC00LMT09ZG05C2NE7KX 5 | stub: total_pyrethrins 6 | ccrs: 7 | name: "Pesticide - Total Pyrethrins (ug/g)" 8 | limit: 9 | - 0 10 | - 0.200000 11 | ... 12 | -------------------------------------------------------------------------------- /etc/lab-metric/01FRK0CC1G0SMZT4RW3WR8QB9X.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FRK0CC1G0SMZT4RW3WR8QB9X 3 | name: Total Spinosads 4 | type: 018NY6XC00LMT09ZG05C2NE7KX 5 | stub: total_spinosads 6 | limit: 7 | - 0 8 | - 0.200000 9 | ... 10 | -------------------------------------------------------------------------------- /etc/lab-metric/01FRK0CC1G0SMZT4RW3WR8QB9Y.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FRK0CC1G0SMZT4RW3WR8QB9Y 3 | name: Total Butanes 4 | type: 018NY6XC00LMT0AQAMJEDSD0NW 5 | stub: total_butanes 6 | metrc: 7 | usa-ma: 8 | search-list: 9 | - id: 192 10 | name: "Butanes (ppm) Inhalable Concentrate" 11 | - id: 193 12 | name: "Butanes (ppm) Non-Solvent Concentrate" 13 | - id: 194 14 | name: "Butanes (ppm) R&D Testing" 15 | - id: 195 16 | name: "Butanes (ppm) Retest" 17 | - id: 196 18 | name: "Butanes (ppm) Solvent Based Concentrate" 19 | ... 20 | -------------------------------------------------------------------------------- /etc/lab-metric/01FRK0CC1G0SMZT4RW3WR8QB9Z.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FRK0CC1G0SMZT4RW3WR8QB9Z 3 | name: Total Heptanes 4 | type: 018NY6XC00LMT0AQAMJEDSD0NW 5 | stub: total_heptanes 6 | metrc: 7 | name: ~ 8 | usa-ma: 9 | search-list: 10 | - id: 430 11 | name: "Heptanes (ppm) Inhalable Concentrate" 12 | - id: 431 13 | name: "Heptanes (ppm) Non-Solvent Concentrate" 14 | - id: 432 15 | name: "Heptanes (ppm) R&D Testing" 16 | - id: 433 17 | name: "Heptanes (ppm) Retest" 18 | - id: 434 19 | name: "Heptanes (ppm) Solvent Based Concentrate" 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/01FRK0CC1G0SMZT4RW3WR8QBA0.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FRK0CC1G0SMZT4RW3WR8QBA0 3 | name: Total Hexanes 4 | type: 018NY6XC00LMT0AQAMJEDSD0NW 5 | stub: total_hexanes 6 | ccrs: 7 | name: "Residual Solvent - Total Hexanes (ug/g)" 8 | uom: "ug/g" 9 | metrc: 10 | name: ~ 11 | path: ~ 12 | usa-ma: 13 | search-list: 14 | - id: 437 15 | name: "Hexanes (ppm) Inhalable Concentrate" 16 | - id: 438 17 | name: "Hexanes (ppm) Non-Solvent Concentrate" 18 | - id: 439 19 | name: "Hexanes (ppm) R&D Testing" 20 | - id: 440 21 | name: "Hexanes (ppm) Retest" 22 | - id: 441 23 | name: "Hexanes (ppm) Solvent Based Concentrate" 24 | ... 25 | -------------------------------------------------------------------------------- /etc/lab-metric/01FRK0CC1G0SMZT4RW3WR8QBA1.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FRK0CC1G0SMZT4RW3WR8QBA1 3 | name: Total pentanes 4 | type: 018NY6XC00LMT0AQAMJEDSD0NW 5 | stub: total_pentanes 6 | ccrs: 7 | name: "Residual Solvent - Total Pentanes (ug/g)" 8 | uom: "ug/g" 9 | ... 10 | -------------------------------------------------------------------------------- /etc/lab-metric/01FRK0CC1G0SMZT4RW3WR8QBA2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FRK0CC1G0SMZT4RW3WR8QBA2 3 | name: Total Propanes 4 | type: 018NY6XC00LMT0AQAMJEDSD0NW 5 | stub: total_propanes 6 | metrc: 7 | name: ~ 8 | usa-ma: 9 | search-list: 10 | - id: 633 11 | name: "Propanes (ppm) Inhalable Concentrate" 12 | - id: 634 13 | name: "Propanes (ppm) Non-Solvent Concentrate" 14 | - id: 635 15 | name: "Propanes (ppm) R&D Testing" 16 | - id: 636 17 | name: "Propanes (ppm) Retest" 18 | - id: 637 19 | name: "Propanes (ppm) Solvent Based Concentrate" 20 | ... 21 | -------------------------------------------------------------------------------- /etc/lab-metric/01FRK0CC1G0SMZT4RW3WR8QBA3.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FRK0CC1G0SMZT4RW3WR8QBA3 3 | name: Total Xylenes 4 | type: 018NY6XC00LMT0AQAMJEDSD0NW 5 | stub: total_xylenes 6 | metrc: 7 | usa-ma: 8 | search-list: 9 | - id: 785 10 | name: "Total Xylenes (ppm) Addtional - Infused Products" 11 | - id: 786 12 | name: "Total Xylenes (ppm) Addtional - Inhalable Concentrate" 13 | - id: 787 14 | name: "Total Xylenes (ppm) Addtional - Non-Solvent Concentrate" 15 | - id: 788 16 | name: "Total Xylenes (ppm) Addtional - R&D Testing" 17 | - id: 789 18 | name: "Total Xylenes (ppm) Addtional - Retest" 19 | - id: 790 20 | name: "Total Xylenes (ppm) Addtional - Solvent Based Concentrate" 21 | ... 22 | -------------------------------------------------------------------------------- /etc/lab-metric/01FSXQ2SC90J2YJSPD1Z2XR070.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FSXQ2SC90J2YJSPD1Z2XR070 3 | cas: 546-79-2 4 | name: Sabinene Hydrate 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: sabinene_hydrate 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FSXQ2SC90MRBSSTKPWNTG3YG.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FSXQ2SC90MRBSSTKPWNTG3YG 3 | cas: 527-84-4 4 | name: o-Cymene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: o_cymene 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FSXQ2SC91J8Y264DY8JVBJPW.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FSXQ2SC91J8Y264DY8JVBJPW 3 | cas: 116-26-7 4 | name: Safranal 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: safranal 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FSXQ2SC91WWQC93YW74CWC10.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FSXQ2SC91WWQC93YW74CWC10 3 | cas: 5392-40-5 4 | name: Citral 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: citral 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FSXQ2SC9B3SH9E4SSEPVSC21.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FSXQ2SC9B3SH9E4SSEPVSC21 3 | cas: 89-80-5 4 | name: Menthone 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: menthone 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FSXQ2SC9GPQKJBDM3WYG7FRX.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FSXQ2SC9GPQKJBDM3WYG7FRX 3 | cas: 125-12-2 4 | name: Isobornyl Acetate 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: isobornyl_acetate 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FSXQ2SC9Q3EWN1AM0DQ7VJRX.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FSXQ2SC9Q3EWN1AM0DQ7VJRX 3 | cas: 18794-84-8 4 | name: beta-Farnesene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: beta_farnesene 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FSXQ2SC9QWYYPXMVQJ4AXCE6.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FSXQ2SC9QWYYPXMVQJ4AXCE6 3 | cas: 546-80-5 4 | name: alpha-Thujone 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: alpha_thujone 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FSXQ2SC9S6TT3CAJ5EAX173W.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FSXQ2SC9S6TT3CAJ5EAX173W 3 | cas: 502-61-4 4 | name: alpha-Farnesene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: alpha_farnesene 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FSXQ2SC9SA0HGGDFJQEN84X9.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FSXQ2SC9SA0HGGDFJQEN84X9 3 | cas: 89-81-6 4 | name: Piperitone 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: piperitone 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FSXQ2SC9SH6S8MGTR9TTP8BH.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FSXQ2SC9SH6S8MGTR9TTP8BH 3 | cas: 535-77-3 4 | name: m-Cymene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: m_cymene 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FSXQ2SC9TP360G2GZ6VWQ1V9.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FSXQ2SC9TP360G2GZ6VWQ1V9 3 | cas: 2244-16-8 4 | name: Carvone 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: carvone 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FSXQ2SC9VKQAZ6AWRBHYBTBB.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FSXQ2SC9VKQAZ6AWRBHYBTBB 3 | cas: 499-75-2 4 | name: Carvacrol 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: carvacrol 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FT6NAFKTAFXDEG7JR7H3Q7CP.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FT6NAFKTAFXDEG7JR7H3Q7CP 3 | cas: 1195-32-0 4 | name: para-Cymenene 5 | type: 018NY6XC00LMT07DPNKHQV2GRS 6 | stub: para_cymenene 7 | ... 8 | -------------------------------------------------------------------------------- /etc/lab-metric/01FVT5GQ3W4W6XXJHNYA0M3JAQ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 01FVT5GQ3W4W6XXJHNYA0M3JAQ 3 | cas: 60008-00-6 4 | name: delta(9)-tetrahydrocannabibutol 5 | name_also: 6 | - THCB 7 | type: 018NY6XC00LMT07DPNKHQV2GRS 8 | ... 9 | -------------------------------------------------------------------------------- /etc/license-type/018NY6XC00L1CENSETYPE00000.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00L1CENSETYPE00000 3 | name: -system- 4 | ... 5 | -------------------------------------------------------------------------------- /etc/license-type/018NY6XC00L1CENSETYPE00001.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00L1CENSETYPE00001 3 | name: -orphan- 4 | ... 5 | -------------------------------------------------------------------------------- /etc/license-type/018NY6XC00L1CENSETYPE00CAR.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00L1CENSETYPE00CAR 3 | name: Carrier 4 | note: Any Carrier, Delivery or Transport type License, medical or recreational 5 | ... 6 | -------------------------------------------------------------------------------- /etc/license-type/018NY6XC00L1CENSETYPE00GR0.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: "018NY6XC00L1CENSETYPE00GR0" 3 | name: "Farmer, Grower, Producer" 4 | ... 5 | -------------------------------------------------------------------------------- /etc/license-type/018NY6XC00L1CENSETYPE00GXP.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: "018NY6XC00L1CENSETYPE00GXP" 3 | name: "Farmer, Grower, Producer and Manufacturer, Processor combination type license" 4 | ... 5 | -------------------------------------------------------------------------------- /etc/license-type/018NY6XC00L1CENSETYPE00LAB.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: "018NY6XC00L1CENSETYPE00LAB" 3 | name: "Laboratory, Quality Assurance, Testing type license" 4 | ... 5 | -------------------------------------------------------------------------------- /etc/license-type/018NY6XC00L1CENSETYPE00PR0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openthc/api/063d2f73021b2f757989688c4b91839c398eada9/etc/license-type/018NY6XC00L1CENSETYPE00PR0.yaml -------------------------------------------------------------------------------- /etc/license-type/018NY6XC00L1CENSETYPE00RET.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00L1CENSETYPE00RET 3 | name: Retail 4 | note: An Retail type License, medical or recreational 5 | ... 6 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT00000000000000.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # 3 | # 4 | --- 5 | id: 018NY6XC00PT00000000000000 6 | base: 018NY6XC00PT00000000000000 7 | name: -system- 8 | note: All Base Product Types start with 018NY6XC00PT00 9 | mode: none 10 | sort: -200 11 | stat: 0 12 | ... 13 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT00000000000001.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # 3 | # 4 | --- 5 | id: 018NY6XC00PT00000000000001 6 | base: 018NY6XC00PT00000000000001 7 | name: -orphan- 8 | note: "Any unknown, orphaned or unidentifiable product types" 9 | mode: none 10 | sort: -100 11 | ... 12 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT0000000000BULK.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # 3 | # 4 | --- 5 | id: 018NY6XC00PT0000000000BULK 6 | base: 018NY6XC00PT0000000000BULK 7 | name: Generic Bulk Product 8 | note: Any bulk goods, flower, oil, kief 9 | mode: none 10 | sort: -50 11 | stat: 0 12 | ... 13 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT0000000000EACH.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # 3 | # 4 | --- 5 | id: 018NY6XC00PT0000000000EACH 6 | base: 018NY6XC00PT0000000000EACH 7 | name: Generic Packaged Product 8 | note: "Any packaged goods, packaged flower, edibles, carts, etc" 9 | mode: none 10 | sort: "-25" 11 | stat: 0 12 | ... 13 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT000000TAXOTHER.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # 3 | # 4 | --- 5 | id: 018NY6XC00PT000000TAXOTHER 6 | base: 018NY6XC00PT000000TAXOTHER 7 | name: Taxes (Other) 8 | note: Other Taxes, Including Excise or VAT 9 | mode: none 10 | sort: -50 11 | stat: 0 12 | ... 13 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT000000TAXSALES.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # 3 | # 4 | --- 5 | id: 018NY6XC00PT000000TAXSALES 6 | base: 018NY6XC00PT000000TAXSALES 7 | name: Taxes on Goods/Services 8 | note: Typically Taxes applied to Sales, independent of other unique taxes 9 | mode: none 10 | sort: -50 11 | stat: 0 12 | ... 13 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT01KFPCEFB9G1Z2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PT01KFPCEFB9G1Z2 3 | base: 018NY6XC00PT3EZZ4GN6105M64 4 | name: Bulk Plant Tissue 5 | mode: bulk 6 | path: immature_plant/plant_tissue 7 | unit: "ea" 8 | sort: 100 9 | biotrack: 10 | uom: ea 11 | path: 11 12 | name: "Plant Tissue" 13 | ... 14 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT0WQP2XV5KNP395.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PT0WQP2XV5KNP395 3 | base: 018NY6XC00PT0092GVSEC8TE0R 4 | uom: [ "mg", "g", "ea" ] 5 | name: Retail / Topical 6 | mode: each 7 | sort: 500 8 | stub: retail-topical 9 | biotrack: 10 | uom: g 11 | path: 25 12 | name: "Marijuana Infused Topicals" 13 | lcbccrs: 14 | path: "End Product/Topical Ointment" 15 | leafdata: 16 | uom: ea 17 | path: end_product/topical 18 | name: ~ 19 | metrc: 20 | path: InfusedNonEdible/Topicals (each) 21 | name: ~ 22 | ... 23 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT137RT5M0B82X4T.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PT137RT5M0B82X4T 3 | base: 018NY6XC00PT8AXVZGNZN3A0QT 4 | name: "Waste / Intermediate Product" 5 | mode: bulk 6 | sort: 399 7 | lcbccrs: 8 | path: "Intermediate Product/Waste" 9 | ... 10 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT25F95HPG583AJB.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PT25F95HPG583AJB 3 | uom: [ "mg", "ea" ] 4 | name: Retail/Capsule 5 | mode: each 6 | sort: 500 7 | stub: retail-capsule 8 | biotrack: 9 | uom: mg 10 | path: 34 11 | name: ~ 12 | lcbccrs: 13 | path: "End Product/Capsule" 14 | leafdata: 15 | uom: ea 16 | path: end_product/capsules 17 | name: ~ 18 | metrc: 19 | path: ~ 20 | name: ~ 21 | ... 22 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT3EZZ4GN6105M64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PT3EZZ4GN6105M64 3 | unit: "ea" 4 | name: Bulk Plant / Clone / Seed 5 | mode: bulk 6 | sort: 100 7 | biotrack: 8 | uom: ea 9 | path: 7 10 | name: ~ 11 | leafdata: 12 | uom: ea 13 | path: immature_plant/clones 14 | name: ~ 15 | metrc: 16 | uom: ea 17 | name: ~ 18 | path: Plants/Immature Plants 19 | ... 20 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT4N82RFPHNHV3ZQ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PT4N82RFPHNHV3ZQ 3 | base: 018NY6XC00PT8AXVZGNZN3A0QT 4 | name: "End Product / Waste" 5 | mode: bulk 6 | sort: 499 7 | lcbccrs: 8 | path: "End Product/Waste" 9 | ... 10 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT63ECNBAZH32YC3.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PT63ECNBAZH32YC3 3 | uom: [ "g" ] 4 | name: Mixed/Lot 5 | mode: bulk 6 | sort: 200 7 | stub: mixed-lot 8 | biotrack: 9 | uom: g 10 | path: 30 11 | name: ~ 12 | lcbccrs: 13 | path: "Intermediate Product/Marijuana Mix" 14 | leafdata: 15 | uom: g 16 | path: intermediate_product/marijuana_mix 17 | name: ~ 18 | metrc: 19 | path: Other/Combined Category 20 | name: ~ 21 | cre: 22 | usa/me: 23 | weight_limit: 9071.84 24 | usa/ok: 25 | weight_limit: 4535.92 26 | usa/wa: 27 | weight_limit: 2267.96 28 | ... 29 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT684JJSXN8RAWBM.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # Generated File 2019-12-17T19:21:30+00:00 3 | # 4 | 5 | --- 6 | id: 018NY6XC00PT684JJSXN8RAWBM 7 | uom: [ "g", "mg" ] 8 | name: Extract/Oil/Ethanol 9 | mode: bulk 10 | sort: 200 11 | stub: oil-etoh 12 | biotrack: 13 | path: ~ 14 | name: ~ 15 | lcbccrs: 16 | path: "Intermediate Product/Ethanol Concentrate" 17 | leafdata: 18 | uom: g 19 | path: intermediate_product/ethanol_concentrate 20 | name: ~ 21 | metrc: 22 | path: ~ 23 | name: ~ 24 | ... 25 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT684JJSXN8RCC48.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # Generated File 2019-09-20T19:21:30+00:00 3 | # 4 | 5 | --- 6 | id: 018NY6XC00PT684JJSXN8RCC48 7 | uom: [ "g", "mg" ] 8 | name: Extract/Oil/BHO 9 | mode: bulk 10 | sort: 200 11 | stub: oil-bho 12 | biotrack: 13 | path: ~ 14 | name: ~ 15 | leafdata: 16 | uom: g 17 | path: intermediate_product/hydrocarbon_concentrate 18 | name: ~ 19 | metrc: 20 | path: ~ 21 | name: ~ 22 | ... 23 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT6QKRGR3JYQX0BK.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # Generated File 2019-09-20T19:21:30+00:00 3 | # 4 | 5 | --- 6 | id: 018NY6XC00PT6QKRGR3JYQX0BK 7 | uom: [ "g", "mg" ] 8 | name: Extract / Hash / Bubble 9 | mode: bulk 10 | sort: 200 11 | stub: hash-bubble 12 | biotrack: 13 | uom: g 14 | path: 15 15 | name: Bubble Hash 16 | leafdata: 17 | uom: g 18 | path: intermediate_product/non-solvent_based_concentrate 19 | name: ~ 20 | metrc: 21 | path: ~ 22 | name: ~ 23 | ... 24 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT7N83PFNCX8ZFEF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PT7N83PFNCX8ZFEF 3 | base: 4 | uom: [ "ml", "ea" ] 5 | name: Package / Edible / Liquid 6 | mode: each 7 | sort: 500 8 | stub: edible-liquid 9 | biotrack: 10 | uom: ml 11 | path: 23 12 | name: ~ 13 | lcbccrs: 14 | path: "End Product/Liquid Edible" 15 | leafdata: 16 | uom: ml 17 | path: end_product/liquid_edible 18 | name: ~ 19 | metrc: 20 | path: ~ 21 | name: ~ 22 | ... 23 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT8AXVZGNZN3A0QT.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PT8AXVZGNZN3A0QT 3 | name: "General Waste" 4 | mode: bulk 5 | sort: 400 6 | biotrack: 7 | uom: g 8 | path: 27 9 | name: ~ 10 | leafdata: 11 | uom: g 12 | path: waste/waste 13 | name: ~ 14 | metrc: 15 | path: Other/Waste 16 | name: ~ 17 | ... 18 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT8ZPGMPR8H2TAXH.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PT8ZPGMPR8H2TAXH 3 | uom: [ "g" ] 4 | name: "Bulk Grade-B / Lot" 5 | mode: bulk 6 | sort: 200 7 | biotrack: 8 | uom: g 9 | path: 14 10 | name: Other Material Lot 11 | lcbccrs: 12 | path: "Harvested Material/Other Material Lot" 13 | leafdata: 14 | uom: g 15 | path: harvest_materials/other_material_lots 16 | name: ~ 17 | metrc: 18 | path: Shake/Trim (by strain) 19 | name: ~ 20 | ... 21 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PT9CP8G7BMEKMSXA.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PT9CP8G7BMEKMSXA 3 | uom: [ "g" ] 4 | name: "Bulk Grade-C / Mixed Lot" 5 | mode: bulk 6 | sort: 200 7 | lcbccrs: 8 | path: "Harvested Material/Marijuana Mix" 9 | ... 10 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTACC942KY9DCERR.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # Generated File 2019-09-20T19:21:30+00:00 3 | # 4 | 5 | --- 6 | id: 018NY6XC00PTACC942KY9DCERR 7 | uom: [ "g", "mg" ] 8 | name: "Extract / Non-Solvent" 9 | mode: bulk 10 | sort: 200 11 | stub: hash 12 | biotrack: 13 | uom: g 14 | path: 16 15 | name: ~ 16 | lcbccrs: 17 | path: "Intermediate Product/Non-Solvent based Concentrate" 18 | leafdata: 19 | uom: g 20 | path: intermediate_product/non-solvent_based_concentrate 21 | name: ~ 22 | metrc: 23 | path: ~ 24 | name: ~ 25 | ... 26 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTAF3TFBB51C8HX6.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PTAF3TFBB51C8HX6 3 | uom: [ "g" ] 4 | name: "Bulk Grade-A / Lot" 5 | mode: bulk 6 | sort: 250 7 | biotrack: 8 | uom: g 9 | path: 13 10 | name: Flower Lot 11 | lcbccrs: 12 | path: "Harvested Material/Flower Lot" 13 | leafdata: 14 | uom: g 15 | path: harvest_materials/flower_lots 16 | name: ~ 17 | metrc: 18 | path: Buds (by strain) 19 | name: ~ 20 | cre: 21 | usa/me: 22 | weight_limit: 9071.84 23 | usa/ok: 24 | weight_limit: 4535.92 25 | usa/wa: 26 | weight_limit: 2267.96 27 | ... 28 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTB2YPQA1MRNYQGC.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PTB2YPQA1MRNYQGC 3 | base: 018NY6XC00PT8AXVZGNZN3A0QT 4 | name: "Waste / Harvest Material" 5 | mode: bulk 6 | sort: 199 7 | lcbccrs: 8 | path: "Harvested Material/Waste" 9 | ... 10 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTBJ3G5FDAJN60EX.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PTBJ3G5FDAJN60EX 3 | uom: [ "mg", "ea" ] 4 | name: Retail/Suppository 5 | mode: each 6 | sort: 500 7 | stub: retail-suppository 8 | biotrack: 9 | uom: mg 10 | path: 37 11 | name: ~ 12 | lcbccrs: 13 | path: "End Product/Suppository" 14 | leafdata: 15 | uom: ea 16 | path: end_product/suppository 17 | name: ~ 18 | metrc: 19 | path: InfusedNonEdible/Suppository (each) 20 | name: ~ 21 | ... 22 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTBNDY5VJ8JQ6NKP.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PTBNDY5VJ8JQ6NKP 3 | uom: [ "mg", "g", "ea" ] 4 | name: Edible/Solid 5 | mode: each 6 | sort: 500 7 | stub: edible-solid 8 | biotrack: 9 | uom: mg 10 | path: 22 11 | name: ~ 12 | lcbccrs: 13 | path: "End Product/Solid Edible" 14 | leafdata: 15 | uom: ea 16 | path: end_product/solid_edible 17 | name: ~ 18 | metrc: 19 | path: ~ 20 | name: ~ 21 | ... 22 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTCS5AZV189X1YRK.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # Generated File 2019-09-20T19:21:30+00:00 3 | # 4 | 5 | --- 6 | id: 018NY6XC00PTCS5AZV189X1YRK 7 | uom: [ "g", "mg" ] 8 | name: Extract/Wax/Hydrocarbon 9 | mode: bulk 10 | sort: 200 11 | biotrack: 12 | uom: g 13 | path: 17 14 | name: Hydrocarbon Wax 15 | lcbccrs: 16 | path: "Intermediate Product/Hydrocarbon Concentrate" 17 | leafdata: 18 | uom: g 19 | path: intermediate_product/hydrocarbon_concentrate 20 | name: ~ 21 | metrc: 22 | path: ~ 23 | name: ~ 24 | ... 25 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTD9Q4QPFBH0G9H2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PTD9Q4QPFBH0G9H2 3 | uom: [ "ml", "mg", "g", "ea" ] 4 | name: "Retail / Tincture" 5 | mode: each 6 | sort: 500 7 | biotrack: 8 | uom: ml 9 | path: 35 10 | name: ~ 11 | lcbccrs: 12 | path: "End Product/Tincture" 13 | leafdata: 14 | uom: ea 15 | path: end_product/tinctures 16 | name: ~ 17 | metrc: 18 | path: InfusedEdible/Tinctures (each) 19 | stub: infusededible-tinctures-each 20 | name: ~ 21 | ... 22 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTFTRV9BDWTN71Q8.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PTFTRV9BDWTN71Q8 3 | uom: [ "g" ] 4 | name: "Bulk Grade-B / Net" 5 | mode: bulk 6 | sort: 200 7 | lcbccrs: 8 | path: "Harvested Material/Other Material Unlotted" 9 | ... 10 | 11 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTFY48D1136W0S0J.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PTFY48D1136W0S0J 3 | uom: [ "g", "ea" ] 4 | name: "Sample/QA/Internal @deprecated" 5 | mode: each 6 | sort: 300 7 | stub: sample-qa-internal 8 | biotrack: 9 | uom: g 10 | path: 33 11 | name: "Non-Mandatory QA Sample" 12 | leafdata: 13 | uom: g 14 | path: non_mandatory_plant_sample 15 | name: ~ 16 | metrc: 17 | path: ~ 18 | name: ~ 19 | ... 20 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTGBW49J6YD3WM84.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # Generated File 2019-09-20T19:21:30+00:00 3 | # 4 | 5 | --- 6 | id: 018NY6XC00PTGBW49J6YD3WM84 7 | uom: [ "g", "kg", "oz", "lb" ] 8 | name: "Bulk Grade-B / Raw (Wet)" 9 | mode: ~ 10 | sort: 300 11 | stub: trim-wet 12 | biotrack: 13 | uom: g 14 | path: 9 15 | name: "Other Plant Material" 16 | lcbccrs: 17 | path: "Harvested Material/Wet Other Material" 18 | leafdata: 19 | uom: g 20 | path: harvest_materials/other_material 21 | name: ~ 22 | metrc: 23 | path: ShakeTrim/Shake/Trim 24 | name: ~ 25 | ... 26 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTGMB39NHCZ8EDEZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PTGMB39NHCZ8EDEZ 3 | uom: [ "ea", "g" ] 4 | name: Flower/Bagged 5 | mode: each 6 | sort: 300 7 | stub: flower-bagged 8 | biotrack: 9 | uom: g 10 | path: 28 11 | name: "Usable Marijuana" 12 | lcbccrs: 13 | path: "End Product/Usable Marijuana" 14 | leafdata: 15 | uom: ea 16 | path: end_product/usable_marijuana 17 | name: ~ 18 | metrc: 19 | path: Buds 20 | name: ~ 21 | ... 22 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTGRX4Q9SZBHDA5Z.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PTGRX4Q9SZBHDA5Z 3 | uom: [ "mg", "g", "ea" ] 4 | name: "Retail / Mix Infused" 5 | mode: each 6 | sort: 200 7 | stub: mixed-package-infused 8 | biotrack: 9 | uom: g 10 | path: 32 11 | name: ~ 12 | lcbccrs: 13 | path: "End Product/Marijuana Mix Infused" 14 | leafdata: 15 | uom: ea 16 | path: end_product/infused_mix 17 | name: ~ 18 | metrc: 19 | path: ~ 20 | name: ~ 21 | ... 22 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTHE7GWB4QTG4JKZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PTHE7GWB4QTG4JKZ 3 | uom: [ "g", "ea" ] 4 | name: Retail/Sample Jar 5 | mode: each 6 | sort: 300 7 | stub: "" 8 | biotrack: 9 | uom: g 10 | path: 26 11 | lcbccrs: 12 | path: "End Product/Sample Jar" 13 | leafdata: 14 | uom: g 15 | path: end_product/sample_jar 16 | metrc: 17 | path: ~ 18 | name: ~ 19 | ... 20 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTHP9NMJ1RE6TA62.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # Generated File 2019-09-20T19:21:30+00:00 3 | # 4 | 5 | --- 6 | id: 018NY6XC00PTHP9NMJ1RE6TA62 7 | uom: [ "g", "mg" ] 8 | name: Extract/Food Grade 9 | mode: bulk 10 | sort: 200 11 | stub: extract-food-grade 12 | biotrack: 13 | uom: g 14 | path: 19 15 | name: "Food Grade Solvent Extract" 16 | lcbccrs: 17 | path: "Intermediate Product/Food Grade Solvent Concentrate" 18 | leafdata: 19 | uom: g 20 | path: intermediate_product/food_grade_solvent_concentrate 21 | name: ~ 22 | metrc: 23 | path: ~ 24 | name: ~ 25 | ... 26 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTHPB8YG56S0MCAC.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PTHPB8YG56S0MCAC 3 | uom: [ "mg", "ea" ] 4 | name: Retail/Transdermal Patch 5 | mode: each 6 | sort: 500 7 | stub: retail-transdermal-patch 8 | biotrack: 9 | uom: mg 10 | path: 36 11 | name: ~ 12 | lcbccrs: 13 | path: "End Product/Transdermal" 14 | leafdata: 15 | uom: ea 16 | path: end_product/transdermal_patches 17 | name: ~ 18 | metrc: 19 | path: Transdermal Patch (each) 20 | name: ~ 21 | ... 22 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTK2E0W67FMBZP9Q.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PTK2E0W67FMBZP9Q 3 | uom: [ "ea", "g" ] 4 | name: Flower/Pre-Roll 5 | mode: each 6 | sort: 300 7 | stub: flower-pre-roll 8 | biotrack: 9 | uom: g 10 | path: 28 11 | name: "Usable Marijuana" 12 | leafdata: 13 | uom: ea 14 | path: end_product/usable_marijuana 15 | name: ~ 16 | metrc: 17 | path: Buds 18 | name: ~ 19 | ... 20 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTKYYGMRSKV4XNH7.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PTKYYGMRSKV4XNH7 3 | uom: [ "mg", "g", "ea" ] 4 | name: Mix/Package 5 | mode: each 6 | sort: 200 7 | stub: "" 8 | biotrack: 9 | uom: g 10 | path: 31 11 | name: ~ 12 | lcbccrs: 13 | path: "End Product/Marijuana Mix Packaged" 14 | leafdata: 15 | uom: ea 16 | path: end_product/packaged_marijuana_mix 17 | name: ~ 18 | metrc: 19 | path: ~ 20 | name: ~ 21 | ... 22 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTNPA4TPCYSKD5XN.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # Generated File 2019-09-20T19:21:30+00:00 3 | # 4 | 5 | --- 6 | id: 018NY6XC00PTNPA4TPCYSKD5XN 7 | name: Extract/Kief 8 | mode: bulk 9 | uom: [ "g", "mg", "kg", "lb" ] 10 | sort: 205 11 | stub: kief 12 | biotrack: 13 | uom: g 14 | path: 5 15 | name: ~ 16 | leafdata: 17 | uom: g 18 | path: intermediate_product/non-solvent_based_concentrate 19 | name: ~ 20 | metrc: 21 | path: ~ 22 | name: ~ 23 | ... 24 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTNZQPYNH74BPZ1K.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # Generated File 2019-09-20T19:21:30+00:00 3 | # 4 | 5 | --- 6 | id: 018NY6XC00PTNZQPYNH74BPZ1K 7 | uom: [ "g", "mg", "ml" ] 8 | name: Extract/Dairy 9 | mode: bulk 10 | sort: 200 11 | stub: extract-dairy 12 | biotrack: 13 | uom: ml 14 | path: 20 15 | name: "Infused Dairy Butter or Fat in Solid Form" 16 | leafdata: 17 | path: ~ 18 | name: ~ 19 | metrc: 20 | path: ~ 21 | name: ~ 22 | ... 23 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTR9EWCYRWGW3CXW.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PTR9EWCYRWGW3CXW 3 | uom: [ "g", "mg", "ml" ] 4 | name: "Extract / General" 5 | mode: bulk 6 | sort: 200 7 | biotrack: 8 | path: ~ 9 | name: ~ 10 | lcbccrs: 11 | path: "Intermediate Product/Concentrate for Inhalation" 12 | leafdata: 13 | path: ~ 14 | name: ~ 15 | metrc: 16 | path: ~ 17 | name: ~ 18 | ... 19 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTR9M5Z9S4T31C4R.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # Generated File 2019-09-20T19:21:30+00:00 3 | # 4 | 5 | --- 6 | id: 018NY6XC00PTR9M5Z9S4T31C4R 7 | uom: [ "g", "mg" ] 8 | name: Extract/Oil/CO2 9 | mode: bulk 10 | sort: 200 11 | stub: oil-co2 12 | biotrack: 13 | uom: g 14 | path: 18 15 | name: ~ 16 | lcbccrs: 17 | path: "Intermediate Product/CO2 Concentrate" 18 | leafdata: 19 | uom: g 20 | path: intermediate_product/co2_concentrate 21 | name: ~ 22 | metrc: 23 | path: ~ 24 | name: ~ 25 | ... 26 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTRPPDT8NJY2MWQW.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PTRPPDT8NJY2MWQW 3 | base: 018NY6XC00PT3EZZ4GN6105M64 4 | uom: [ "ea" ] 5 | name: Bulk Plant 6 | mode: bulk 7 | sort: 100 8 | biotrack: 9 | uom: ea 10 | path: 12 11 | name: ~ 12 | lcbccrs: 13 | path: "Propagation Material/Plant" 14 | leafdata: 15 | uom: ea 16 | path: mature_plant/mature_plant 17 | name: ~ 18 | metrc: 19 | path: ~ 20 | name: ~ 21 | ... 22 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTSF5NTC899SR0JF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PTSF5NTC899SR0JF 3 | uom: [ "mg", "g", "ea" ] 4 | name: Extract/Packaged 5 | mode: ~ 6 | sort: 300 7 | stub: extract-packaged 8 | biotrack: 9 | uom: g 10 | path: 24 11 | name: "Extract for Inhalation" 12 | leafdata: 13 | uom: ea 14 | path: end_product/concentrate_for_inhalation 15 | name: ~ 16 | metrc: 17 | path: ~ 18 | name: ~ 19 | ... 20 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTXB19AQ8N8RW33A.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PTXB19AQ8N8RW33A 3 | uom: [ "g", "mg" ] 4 | name: "Processing / CBD" 5 | mode: bulk 6 | sort: 200 7 | biotrack: 8 | path: ~ 9 | name: ~ 10 | lcbccrs: 11 | path: "Intermediate Product/CBD" 12 | leafdata: 13 | path: ~ 14 | name: ~ 15 | metrc: 16 | path: ~ 17 | name: ~ 18 | ... 19 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTY5XPA4KJT6W3K4.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # Generated File 2019-09-20T19:21:30+00:00 3 | # 4 | 5 | --- 6 | id: 018NY6XC00PTY5XPA4KJT6W3K4 7 | uom: [ "g", "mg", "ml" ] 8 | name: Extract/Oil/Cooking 9 | mode: bulk 10 | sort: 200 11 | stub: extract-oil-cooking 12 | biotrack: 13 | uom: ml 14 | path: 21 15 | name: Infused Cooking Oil 16 | lcbccrs: 17 | path: "Intermediate Product/Infused Cooking Medium" 18 | leafdata: 19 | uom: g 20 | path: intermediate_product/infused_cooking_medium 21 | name: ~ 22 | metrc: 23 | path: ~ 24 | name: ~ 25 | ... 26 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTY9THKSEQ8NFS1J.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | id: 018NY6XC00PTY9THKSEQ8NFS1J 3 | uom: [ "g", "ea" ] 4 | name: Seed 5 | mode: bulk 6 | sort: 100 7 | stub: seed 8 | biotrack: 9 | uom: ea 10 | name: ~ 11 | path: 10 12 | lcbccrs: 13 | path: "Propagation Material/Seed" 14 | leafdata: 15 | uom: ea 16 | name: ~ 17 | path: immature_plant/seeds 18 | metrc: 19 | uom: [ "g", "ea" ] 20 | name: ~ 21 | path: 22 | - Plants/Seeds 23 | - Plants/Seeds (each) 24 | - Plants/Seeds (weight) 25 | ... 26 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTYM8J81K9HFGEMQ.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # Generated File 2019-09-20T19:21:30+00:00 3 | # 4 | 5 | --- 6 | id: 018NY6XC00PTYM8J81K9HFGEMQ 7 | uom: [ "g", "kg" ] 8 | name: "Bulk Grade-A / Raw (Wet)" 9 | mode: bulk 10 | sort: 200 11 | stub: flower-wet 12 | biotrack: 13 | uom: g 14 | path: 29 15 | name: ~ 16 | lcbccrs: 17 | path: "Harvested Material/Wet Flower" 18 | leafdata: 19 | uom: g 20 | path: harvest_materials/flower 21 | metrc: 22 | path: Buds/Flower 23 | ... 24 | -------------------------------------------------------------------------------- /etc/product-type/018NY6XC00PTZZWCH7XVREHK6T.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # Generated File 2019-09-20T19:21:30+00:00 3 | # 4 | 5 | --- 6 | id: 018NY6XC00PTZZWCH7XVREHK6T 7 | uom: [ "g" ] 8 | name: Flower / Dry 9 | mode: bulk 10 | sort: 200 11 | stub: flower-dry 12 | biotrack: 13 | uom: g 14 | path: 6 15 | name: ~ 16 | lcbccrs: 17 | path: "Harvested Material/Flower Unlotted" 18 | leafdata: 19 | uom: g 20 | path: harvest_materials/flower 21 | name: ~ 22 | metrc: 23 | path: ~ 24 | name: ~ 25 | ... 26 | -------------------------------------------------------------------------------- /json-example/openthc/b2b-sale-item.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "$ID", 3 | "b2b_sale": { 4 | "id": "$ID" 5 | }, 6 | "lot": { 7 | "id": "$ID" 8 | }, 9 | "product": { 10 | "id": "01FC92H860K9ZW1ATB20VVQYK2", 11 | "name": "1g kief bags", 12 | "type": { 13 | "id": "018NY6XC00PTSF5NTC899SR0JF", 14 | "name": "Concentrate For Inhalation" 15 | }, 16 | "package": { 17 | "id": "", 18 | "name": "", 19 | "type": "each", 20 | "size": 1, 21 | "unit": "g" 22 | }, 23 | "serving": {} 24 | }, 25 | "variety": { 26 | "id": "01F33E59C26X8D0H6T93A3W8CB", 27 | "name": "Alpha Blue" 28 | }, 29 | "unit_count": 1234, 30 | "unit_price": 12.34 31 | } 32 | -------------------------------------------------------------------------------- /json-example/openthc/b2c-sale-item.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "$ID", 3 | "b2c_sale": { 4 | "id": "$ID" 5 | }, 6 | "lot": { 7 | "id": "$ID" 8 | }, 9 | "unit_count": 1234, 10 | "unit_price": 12.34 11 | } 12 | -------------------------------------------------------------------------------- /json-example/openthc/b2c-sale.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "$ID", 3 | "license": {}, 4 | "created_at": "", 5 | "execute_at": "", 6 | "item_list": [] 7 | } 8 | -------------------------------------------------------------------------------- /json-example/openthc/company-type.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "018NY6XC00C0MPANYTYPE00000", 3 | "code": "CT0", 4 | "name": "-system-" 5 | } 6 | -------------------------------------------------------------------------------- /json-example/openthc/company.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "018NY6XC000ZK21YCA08SWDE7S", 3 | "name": "OpenTHC, Inc." 4 | } 5 | -------------------------------------------------------------------------------- /json-example/openthc/contact.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "018NY6XC000ZK21YCA08SWDE7S", 3 | "name": "Alpha Contact", 4 | "email": "", 5 | "phone": "" 6 | } 7 | -------------------------------------------------------------------------------- /json-example/openthc/inventory.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "018NY6XC00ZX5M02D0E84AZS12", 3 | "license": { 4 | "id": "018NY6XC000ZK21YCA08SWDE7S" 5 | }, 6 | "product": { 7 | "id": "018NY6XC006ZK82VZZMTV2J76X" 8 | }, 9 | "variety": { 10 | "id": "018NY6XC00Z1GDFV25E7B6AB7W" 11 | }, 12 | "lab_result": { 13 | "id": "018NY6XC006M4V3ZM8M825Z38K" 14 | }, 15 | "unit_count": 1234.5678 16 | } 17 | -------------------------------------------------------------------------------- /json-example/openthc/lab-sample.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "018NY6XC009J2VG4C87BJDXYZC", 3 | "origin": { 4 | "inventory": { 5 | "id": "$ID", 6 | "license": { 7 | "id": "018NY6XC000ZK21YCA08SWDE7S" 8 | } 9 | } 10 | }, 11 | "license": { 12 | "id": "LICENSE" 13 | }, 14 | "lab_result": null, 15 | "unit_count": 1234.5678 16 | } 17 | -------------------------------------------------------------------------------- /json-example/openthc/license-type.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "018NY6XC00L1CENSETYPE00000", 3 | "code": "EX123ABC", 4 | "name": "-system-" 5 | } 6 | -------------------------------------------------------------------------------- /json-example/openthc/license.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "018NY6XC000ZK21YCA08SWDE7S", 3 | "company": { 4 | "id": "018NY6XC000ZK21YCA08SWDE7S", 5 | "name": "TEST COMPANY" 6 | }, 7 | "name": "Example Grower", 8 | "type": { 9 | "id": "018NY6XC00L1CENSETYPE00000", 10 | "code": "ABC123", 11 | "name": "TEST LICENSE TYPE" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /json-example/openthc/product-type.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "010PENTHC0EXAMPLE0PRODUCT0", 3 | "name": "EXAMPLE PRODUCT TYPE", 4 | "package": { 5 | "id": "010PENTHC0EXAMPLE0PACKAGE0" 6 | }, 7 | "unit": { 8 | "type": "bulk", 9 | "count": 1, 10 | "uom": "g" 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /json-example/openthc/product.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "018NY6XC006ZK82VZZMTV2J76X", 3 | "license": { 4 | "id": "018NY6XC000ZK21YCA08SWDE7S" 5 | }, 6 | "name": "Example Product Alpha", 7 | "package": { 8 | "type": "bulk", 9 | "uom": "g" 10 | }, 11 | "serving": { 12 | "count": 10, 13 | "uom": "mg" 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /json-example/openthc/section.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "018NY6XC001YWN9BZJSWHPYVQN", 3 | "license": { 4 | "id": "018NY6XC000ZK21YCA08SWDE7S" 5 | }, 6 | "name": "Section Alpha" 7 | } 8 | -------------------------------------------------------------------------------- /json-example/openthc/variety.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "018NY6XC00Z1GDFV25E7B6AB7W", 3 | "license": { 4 | "id": "018NY6XC000ZK21YCA08SWDE7S" 5 | }, 6 | "name": "Variety Alpha" 7 | } 8 | -------------------------------------------------------------------------------- /lib/Controller/Page.php: -------------------------------------------------------------------------------- 1 | write( $this->render($file, $data) ); 30 | 31 | } 32 | 33 | } 34 | -------------------------------------------------------------------------------- /openapi/components/schema/Company.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # (c) 2018 OpenTHC, Inc. 3 | # This file is part of OpenTHC API released under MIT License 4 | # SPDX-License-Identifier: MIT 5 | # 6 | # Company Object 7 | # 8 | 9 | description: "A Company is a container for License and Contact models" 10 | type: object 11 | required: [ "id", "name" ] 12 | properties: 13 | id: 14 | description: Global/Universal Unique Identifier 15 | type: string 16 | name: 17 | description: Name of Company 18 | type: string 19 | code: 20 | description: A Unique Identifier Code; typically a Government issued ID 21 | type: string 22 | # type: 23 | # $ref: '#/components/schemas/Company_Type' 24 | -------------------------------------------------------------------------------- /openapi/components/schema/Company_Type.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # (c) 2018 OpenTHC, Inc. 3 | # This file is part of OpenTHC API released under MIT License 4 | # SPDX-License-Identifier: MIT 5 | # 6 | # Company Type 7 | # 8 | 9 | description: "Designations for the a Type of a company" 10 | type: object 11 | required: [ "id", "code", "name" ] 12 | properties: 13 | id: 14 | description: Unique ID value for this Company Type from the well-known published set 15 | type: string 16 | code: 17 | description: A single character descriptor of the Company Type 18 | type: string 19 | name: 20 | description: A Friendly Name for this Company Type 21 | type: string 22 | -------------------------------------------------------------------------------- /openapi/components/schema/Contact_Type.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # (c) 2018 OpenTHC, Inc. 3 | # This file is part of OpenTHC API released under MIT License 4 | # SPDX-License-Identifier: MIT 5 | # 6 | # Contact Type 7 | # 8 | 9 | description: "Well-known Types of Contacts" 10 | type: object 11 | properties: 12 | id: 13 | description: well-known Contact Type ULID 14 | type: string 15 | name: 16 | type: string 17 | description: Human readable Name for this Contact Type 18 | enum: 19 | - Caregiver 20 | - Client 21 | - Driver 22 | - Employee 23 | - Manager 24 | - Owner 25 | - Patient 26 | - User 27 | - Vendor 28 | -------------------------------------------------------------------------------- /openapi/components/schema/License_Type.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # (c) 2018 OpenTHC, Inc. 3 | # This file is part of OpenTHC API released under MIT License 4 | # SPDX-License-Identifier: MIT 5 | # 6 | # License Type Object 7 | # 8 | 9 | description: "Designations for the a Type of a company" 10 | type: object 11 | required: [ "id", "code", "name" ] 12 | properties: 13 | id: 14 | description: Global/Universal Unique Identifier from the well-known published set 15 | type: string 16 | code: 17 | description: A single character descriptor of the License Type 18 | type: string 19 | name: 20 | description: Name of the License Type like Grower, or G1 or Lab or something 21 | type: string 22 | -------------------------------------------------------------------------------- /openapi/components/schema/Section.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # (c) 2018 OpenTHC, Inc. 3 | # This file is part of OpenTHC API released under MIT License 4 | # SPDX-License-Identifier: MIT 5 | # 6 | # A Section Object 7 | # aka: Area, Location, Room, Zone 8 | # 9 | 10 | description: "A logical or physical organizational container aka Area, Room, Zone" 11 | type: object 12 | properties: 13 | id: 14 | description: The Universal Identifier 15 | type: string 16 | name: 17 | description: The Name 18 | type: string 19 | type: 20 | enum: [ "crop", "inventory", "inventory-quarantine" ] 21 | type: string 22 | -------------------------------------------------------------------------------- /openapi/components/schema/Variety.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # (c) 2018 OpenTHC, Inc. 3 | # This file is part of OpenTHC API released under MIT License 4 | # SPDX-License-Identifier: MIT 5 | # 6 | # A Variety/Strain Object 7 | # 8 | 9 | description: "The Variety is sometimes called the Cultivar or Strain. Not all products have a Variety" 10 | type: object 11 | required: [ "id", "name" ] 12 | properties: 13 | id: 14 | description: Global/Universal Unique Identifier 15 | type: string 16 | name: 17 | type: string 18 | description: Free-form name of Variety 19 | type: 20 | type: string 21 | enum: [ "Hemp", "Hybrid", "Indica", "Sativa", "Ruderalis" ] 22 | -------------------------------------------------------------------------------- /openapi/paths/b2b/commit.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # (c) 2018 OpenTHC, Inc. 3 | # This file is part of OpenTHC API released under MIT License 4 | # 5 | # SPDX-License-Identifier: MIT 6 | # 7 | 8 | post: 9 | summary: Commit a B2B Transaction 10 | tags: 11 | - B2B Transaction 12 | parameters: 13 | - name: id 14 | description: Unique ULID value for this B2B Transaction 15 | in: path 16 | required: true 17 | schema: 18 | type: string 19 | responses: 20 | '200': 21 | description: Success 22 | '400': 23 | $ref: '#/components/responses/Failure400' 24 | '403': 25 | $ref: '#/components/responses/Failure403' 26 | '500': 27 | $ref: '#/components/responses/Failure500' 28 | -------------------------------------------------------------------------------- /openapi/paths/b2b/incoming/item/create.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # B2B Incoming Item Create 3 | # 4 | 5 | summary: B2B Incoming Transaction Item Create 6 | tags: 7 | - B2B Transaction 8 | parameters: 9 | - name: id 10 | description: The B2B Transaction ID 11 | in: path 12 | required: true 13 | schema: 14 | type: string 15 | responses: 16 | '201': 17 | description: Success 18 | content: 19 | application/json: 20 | schema: 21 | type: array 22 | items: 23 | $ref: '#/components/schemas/B2B_Sale' 24 | '401': 25 | description: "Not Authorized" 26 | -------------------------------------------------------------------------------- /openapi/paths/b2b/incoming/item/detail.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # B2B Incoming Item Detail 3 | # 4 | 5 | summary: B2B Incoming Transaction Item Detail 6 | tags: 7 | - B2B Transaction 8 | parameters: 9 | - name: id 10 | description: The B2B Transaction ID 11 | in: path 12 | required: true 13 | schema: 14 | type: string 15 | - name: item_id 16 | description: Item ID 17 | in: path 18 | required: true 19 | schema: 20 | type: string 21 | responses: 22 | '201': 23 | description: Success 24 | content: 25 | application/json: 26 | schema: 27 | type: array 28 | items: 29 | $ref: '#/components/schemas/B2B_Sale' 30 | '401': 31 | description: "Not Authorized" 32 | -------------------------------------------------------------------------------- /openapi/paths/b2b/incoming/item/search.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # B2B Incoming Item Search 3 | # 4 | 5 | summary: Get B2B Incoming Transaction Item List 6 | tags: 7 | - B2B Transaction 8 | parameters: 9 | - name: id 10 | description: The B2B Transaction ID 11 | in: path 12 | required: true 13 | schema: 14 | type: string 15 | responses: 16 | '200': 17 | description: Success 18 | content: 19 | application/json: 20 | schema: 21 | type: array 22 | items: 23 | $ref: '#/components/schemas/B2B_Sale' 24 | '401': 25 | description: "Not Authorized" 26 | -------------------------------------------------------------------------------- /openapi/paths/b2b/incoming/item/update.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # B2B Incoming Item Update 3 | # 4 | 5 | summary: B2B Incoming Transaction Item Update 6 | tags: 7 | - B2B Transaction 8 | parameters: 9 | - name: id 10 | description: The B2B Transaction ID 11 | in: path 12 | required: true 13 | schema: 14 | type: string 15 | - name: item_id 16 | description: Item ID 17 | in: path 18 | required: true 19 | schema: 20 | type: string 21 | responses: 22 | '201': 23 | description: Success 24 | content: 25 | application/json: 26 | schema: 27 | type: array 28 | items: 29 | $ref: '#/components/schemas/B2B_Sale' 30 | '401': 31 | description: "Not Authorized" 32 | -------------------------------------------------------------------------------- /openapi/paths/b2b/incoming/search.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # (c) 2018 OpenTHC, Inc. 3 | # This file is part of OpenTHC API released under MIT License 4 | # SPDX-License-Identifier: MIT 5 | # 6 | # The B2B Incoming Transaction List 7 | # 8 | 9 | get: 10 | summary: Get Export B2B Transaction List 11 | tags: 12 | - B2B Transaction 13 | responses: 14 | '200': 15 | description: Success 16 | content: 17 | application/json: 18 | schema: 19 | type: array 20 | items: 21 | $ref: '#/components/schemas/B2B_Sale' 22 | -------------------------------------------------------------------------------- /openapi/paths/b2b/single-item-create.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # (c) 2024 OpenTHC, Inc. 3 | # This file is part of OpenTHC API released under MIT License 4 | # SPDX-License-Identifier: MIT 5 | # 6 | # The B2B Transaction File Attachments 7 | # 8 | 9 | post: 10 | summary: Create a B2B Transaction Item 11 | tags: 12 | - B2B Transaction 13 | parameters: 14 | - name: id 15 | in: path 16 | required: true 17 | schema: 18 | type: string 19 | responses: 20 | '200': 21 | description: Success 22 | content: 23 | application/json: 24 | schema: 25 | type: array 26 | items: 27 | $ref: '#/components/schemas/B2B_Sale' 28 | -------------------------------------------------------------------------------- /openapi/paths/b2c/single-item-single.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # (c) 2018 OpenTHC, Inc. 3 | # This file is part of OpenTHC API released under MIT License 4 | # SPDX-License-Identifier: MIT 5 | # 6 | 7 | get: 8 | summary: "Get B2C Transaction Item" 9 | tags: 10 | - B2C Transaction 11 | 12 | post: 13 | summary: "Update B2C Transaction Item" 14 | tags: 15 | - B2C Transaction 16 | 17 | delete: 18 | summary: "Remove B2C Transaction Item" 19 | tags: 20 | - B2C Transaction 21 | -------------------------------------------------------------------------------- /openapi/paths/lab/metric/search.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # (c) 2018 OpenTHC, Inc. 3 | # This file is part of OpenTHC API released under MIT License 4 | # SPDX-License-Identifier: MIT 5 | # 6 | # Lab Metric List 7 | # 8 | 9 | get: 10 | summary: "Get a List of Supported Lab Metrics" 11 | tags: 12 | - Lab 13 | responses: 14 | '200': 15 | description: An array of Lab Metric objects 16 | content: 17 | application/json: 18 | schema: 19 | type: array 20 | items: 21 | $ref: '#/components/schemas/Lab_Metric' 22 | -------------------------------------------------------------------------------- /openapi/paths/plant-collect/single.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # (c) 2018 OpenTHC, Inc. 3 | # This file is part of OpenTHC API released under MIT License 4 | # SPDX-License-Identifier: MIT 5 | # 6 | # Plant Collect Commit 7 | # Commits some Net Weight into a Lot 8 | # 9 | 10 | get: 11 | summary: Commit this Plant Collect group into Inventory Lot 12 | tags: 13 | - Crop 14 | parameters: 15 | - name: id 16 | description: Unique ULID value for this Plant 17 | in: path 18 | required: true 19 | schema: 20 | type: string 21 | responses: 22 | '200': 23 | description: Success 24 | content: 25 | application/json: 26 | schema: 27 | $ref: '#/components/schemas/Plant_Collect' 28 | -------------------------------------------------------------------------------- /openapi/paths/plant/destroy.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # (c) 2018 OpenTHC, Inc. 3 | # This file is part of OpenTHC API released under MIT License 4 | # SPDX-License-Identifier: MIT 5 | # 6 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "openthc-api", 3 | "version": "1.0.0", 4 | "description": "OpenTHC API", 5 | "main": "main.js", 6 | "directories": { 7 | "doc": "doc", 8 | "test": "test" 9 | }, 10 | "dependencies": { 11 | "@fortawesome/fontawesome-free": "6.7.2", 12 | "@highlightjs/cdn-assets": "11.11.1", 13 | "@redocly/cli": "^1.34.2", 14 | "bootstrap": "5.3.5", 15 | "jquery": "3.7.1" 16 | }, 17 | "scripts": { 18 | "test": "test.js" 19 | }, 20 | "repository": { 21 | "type": "git", 22 | "url": "git+https://github.com/openthc/api.git" 23 | }, 24 | "author": "", 25 | "license": "MIT", 26 | "bugs": { 27 | "url": "https://github.com/openthc/api/issues" 28 | }, 29 | "homepage": "https://github.com/openthc/api#readme" 30 | } 31 | -------------------------------------------------------------------------------- /redocly.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # OpenTHC Redocly Configuration 3 | # 4 | 5 | extends: 6 | - recommended 7 | 8 | 9 | theme: 10 | openapi: 11 | schemaExpansionLevel: 1 12 | generateCodeSamples: 13 | languages: 14 | - lang: curl 15 | - lang: PHP 16 | - lang: Python 17 | -------------------------------------------------------------------------------- /webroot/robots.txt: -------------------------------------------------------------------------------- 1 | user-agent: * 2 | disallow: / 3 | --------------------------------------------------------------------------------