{"product_id":"amphetamines-screening-blood-test","title":"Amphetamines Screening Blood Test","description":"\u003cdiv class=\"meditest-product-container\"\u003e\n\u003cstyle\u003e\n.meditest-product-container {\n    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n    color: #333;\n    line-height: 1.6;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0;\n}\n.meditest-product-container h1 {\n    color: #2c7a7b;\n    font-size: 1.8em;\n    margin-bottom: 15px;\n    padding-bottom: 10px;\n    border-bottom: 3px solid #2c7a7b;\n}\n.meditest-product-container h2 {\n    color: #2c7a7b;\n    font-size: 1.4em;\n    margin-top: 25px;\n    margin-bottom: 15px;\n}\n.meditest-product-container h3 {\n    color: #4a9ea1;\n    font-size: 1.15em;\n    margin-top: 20px;\n    margin-bottom: 10px;\n}\n.meditest-product-container p {\n    margin-bottom: 15px;\n}\n.meditest-product-container ul, .meditest-product-container ol {\n    margin-bottom: 15px;\n    padding-left: 25px;\n}\n.meditest-product-container li {\n    margin-bottom: 8px;\n}\n\n\/* Quick Stats Banner *\/\n.quick-stats-banner {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 15px;\n    background: linear-gradient(135deg, #2c7a7b 0%, #4a9ea1 100%);\n    padding: 20px;\n    border-radius: 10px;\n    margin: 20px 0;\n}\n.stat-item {\n    flex: 1;\n    min-width: 140px;\n    text-align: center;\n    color: white;\n    padding: 10px;\n}\n.stat-item .stat-icon {\n    font-size: 1.8em;\n    margin-bottom: 5px;\n}\n.stat-item .stat-label {\n    font-size: 0.75em;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    opacity: 0.9;\n}\n.stat-item .stat-value {\n    font-size: 1.1em;\n    font-weight: 600;\n}\n\n\/* Info Box *\/\n.info-box {\n    background: linear-gradient(135deg, #e6fffa 0%, #f0fff4 100%);\n    border-left: 4px solid #2c7a7b;\n    padding: 15px 20px;\n    margin: 20px 0;\n    border-radius: 0 8px 8px 0;\n}\n.info-box-title {\n    font-weight: 600;\n    color: #2c7a7b;\n    margin-bottom: 8px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n}\n\n\/* DOB Notice *\/\n.dob-notice {\n    background-color: #fff8e6;\n    border-left: 4px solid #f0b429;\n    padding: 15px 20px;\n    margin: 20px 0;\n    border-radius: 0 8px 8px 0;\n}\n.dob-notice strong {\n    color: #856404;\n}\n.dob-notice p {\n    margin: 0;\n    color: #856404;\n}\n\n\/* Fee Notice *\/\n.fee-notice {\n    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);\n    border-left: 4px solid #dc2626;\n    padding: 15px 20px;\n    margin: 20px 0;\n    border-radius: 0 8px 8px 0;\n}\n.fee-notice .notice-title {\n    font-weight: 600;\n    color: #dc2626;\n    margin-bottom: 8px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n}\n\n\/* Detection Window Cards with Icons *\/\n.detection-cards {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 15px;\n    margin: 20px 0;\n}\n.detection-card {\n    background: white;\n    border-radius: 12px;\n    padding: 20px 15px;\n    text-align: center;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n    border-top: 4px solid;\n}\n.detection-card.green {\n    border-top-color: #10b981;\n}\n.detection-card.amber {\n    border-top-color: #f59e0b;\n}\n.detection-card.red {\n    border-top-color: #ef4444;\n}\n.detection-card .card-icon {\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    margin: 0 auto 12px;\n}\n.detection-card .card-icon.green {\n    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);\n    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.4);\n}\n.detection-card .card-icon.amber {\n    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);\n    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.4);\n}\n.detection-card .card-icon.red {\n    background: linear-gradient(135deg, #ef4444 0%, #f87171 100%);\n    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4);\n}\n.detection-card .card-value {\n    font-size: 1.4em;\n    font-weight: 700;\n    color: #1e293b;\n    margin-bottom: 5px;\n}\n.detection-card .card-label {\n    font-size: 0.9em;\n    font-weight: 600;\n    color: #475569;\n    margin-bottom: 3px;\n}\n.detection-card .card-desc {\n    font-size: 0.8em;\n    color: #94a3b8;\n}\n\n\/* Result Interpretation *\/\n.result-cards {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 15px;\n    margin: 20px 0;\n}\n.result-card {\n    padding: 15px;\n    border-radius: 8px;\n    text-align: center;\n}\n.result-card.negative {\n    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);\n    border: 2px solid #10b981;\n}\n.result-card.positive {\n    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);\n    border: 2px solid #ef4444;\n}\n.result-card .result-title {\n    font-weight: 700;\n    font-size: 1.1em;\n    margin-bottom: 8px;\n}\n.result-card .result-desc {\n    font-size: 0.9em;\n    color: #555;\n}\n\n\/* Collapsible Sections *\/\n.collapsible-section {\n    border: 1px solid #e2e8f0;\n    border-radius: 8px;\n    margin-bottom: 10px;\n    overflow: hidden;\n}\n.collapsible-header {\n    background: linear-gradient(135deg, #2c7a7b 0%, #3a8b8c 100%);\n    color: white;\n    padding: 15px 20px;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n}\n.collapsible-header:hover {\n    background: linear-gradient(135deg, #256667 0%, #2c7a7b 100%);\n}\n.collapsible-header h3 {\n    color: white;\n    margin: 0;\n    font-size: 1.05em;\n}\n.collapsible-header .toggle-icon {\n    font-size: 1.2em;\n    transition: transform 0.3s ease;\n}\n.collapsible-section.open .toggle-icon {\n    transform: rotate(180deg);\n}\n.collapsible-content {\n    display: none;\n    padding: 20px;\n    background: #f8fafc;\n}\n.collapsible-section.open .collapsible-content {\n    display: block;\n}\n\n\/* Substances Detected List *\/\n.substances-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 10px;\n    margin: 15px 0;\n}\n.substance-item {\n    background: white;\n    border: 1px solid #e2e8f0;\n    border-left: 4px solid #2c7a7b;\n    padding: 10px 15px;\n    border-radius: 0 6px 6px 0;\n    font-size: 0.95em;\n}\n\n\/* Use Cases Grid *\/\n.use-cases-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 15px;\n    margin: 15px 0;\n}\n.use-case-card {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    border-left: 4px solid #0284c7;\n    padding: 15px;\n    border-radius: 0 8px 8px 0;\n}\n.use-case-card .use-case-title {\n    font-weight: 600;\n    color: #0369a1;\n    margin-bottom: 5px;\n}\n.use-case-card .use-case-desc {\n    font-size: 0.9em;\n    color: #555;\n}\n\n\/* Medical Disclaimer *\/\n.medical-disclaimer {\n    background-color: #f8f9fa;\n    border: 1px solid #dee2e6;\n    border-radius: 8px;\n    padding: 15px 20px;\n    margin-top: 25px;\n    font-size: 0.85em;\n    color: #666;\n}\n\u003c\/style\u003e\n\n\u003cp\u003eThe Amphetamines Blood Test is a laboratory-confirmed test that detects amphetamine-type stimulants directly in your blood. Blood testing provides a more accurate picture of recent use and is less susceptible to adulteration than urine testing, making it ideal for situations requiring higher confidence in results.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eWhat's covered in the price:\u003c\/strong\u003e Your purchase includes a blood collection kit with tubes and instructions. Results are delivered securely to the email address provided when ordering within 5 working days of the laboratory receiving your sample.\u003c\/p\u003e\n\n\u003c!-- Quick Stats Banner --\u003e\n\u003cdiv class=\"quick-stats-banner\"\u003e\n    \u003cdiv class=\"stat-item\"\u003e\n        \u003cdiv class=\"stat-icon\"\u003e🩸\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eSample Type\u003c\/div\u003e\n        \u003cdiv class=\"stat-value\"\u003eVenous Blood\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-item\"\u003e\n        \u003cdiv class=\"stat-icon\"\u003e🏥\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eCollection\u003c\/div\u003e\n        \u003cdiv class=\"stat-value\"\u003ePhlebotomist Required\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-item\"\u003e\n        \u003cdiv class=\"stat-icon\"\u003e📅\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eDetection Window\u003c\/div\u003e\n        \u003cdiv class=\"stat-value\"\u003e12-48 Hours\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-item\"\u003e\n        \u003cdiv class=\"stat-icon\"\u003e⏱️\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eResults\u003c\/div\u003e\n        \u003cdiv class=\"stat-value\"\u003e5 Working Days\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Venous Blood Section --\u003e\n\u003ch2\u003eVenous Blood Sample Required\u003c\/h2\u003e\n\u003cp\u003eThis test requires a venous blood sample collected by a trained phlebotomist. You will receive a kit containing collection tubes and instructions. Book an appointment at your nearest partner clinic or any local phlebotomy service to have your sample drawn. If you need help finding a clinic near you, give us a call and we'll be happy to assist.\u003c\/p\u003e\n\n\u003cdiv class=\"fee-notice\"\u003e\n    \u003cdiv class=\"notice-title\"\u003e💷 Phlebotomy Fee\u003c\/div\u003e\n    \u003cp style=\"margin-bottom: 0;\"\u003eThe cost of blood collection is not included in the test price. Most clinics charge between \u003cstrong\u003e£20–£50\u003c\/strong\u003e for this service. You can also arrange collection through your GP or a mobile phlebotomy service.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"dob-notice\"\u003e\n    \u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e After placing your order, please reply to your order confirmation email with your \u003cstrong\u003edate of birth\u003c\/strong\u003e. This is required by the laboratory for sample processing and cannot be added later.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"info-box\"\u003e\n    \u003cdiv class=\"info-box-title\"\u003e⚠️ Not for Legal Use\u003c\/div\u003e\n    \u003cp style=\"margin-bottom: 0;\"\u003eThis test is provided without chain of custody and is \u003cstrong\u003enot suitable for legal proceedings\u003c\/strong\u003e, court cases, or any purpose requiring formally witnessed sample collection. It is intended for personal health monitoring, occupational screening, and peace of mind testing only.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eWhat Does This Test Detect?\u003c\/h2\u003e\n\n\u003cp\u003eThis test screens for \u003cstrong\u003eamphetamine-type stimulants\u003c\/strong\u003e in your blood. It detects the parent drug and metabolites of various amphetamine compounds:\u003c\/p\u003e\n\n\u003cdiv class=\"substances-grid\"\u003e\n    \u003cdiv class=\"substance-item\"\u003e💊 Amphetamine (Speed)\u003c\/div\u003e\n    \u003cdiv class=\"substance-item\"\u003e💊 Methamphetamine (Crystal Meth)\u003c\/div\u003e\n    \u003cdiv class=\"substance-item\"\u003e💊 MDMA (Ecstasy)\u003c\/div\u003e\n    \u003cdiv class=\"substance-item\"\u003e💊 MDA\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Certain ADHD medications (such as Adderall, Elvanse\/lisdexamfetamine) contain amphetamine and will produce a positive result.\u003c\/p\u003e\n\n\u003ch2\u003eDetection Window\u003c\/h2\u003e\n\n\u003cdiv class=\"detection-cards\"\u003e\n    \u003cdiv class=\"detection-card green\"\u003e\n        \u003cdiv class=\"card-icon green\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"card-value\"\u003e12-24 hours\u003c\/div\u003e\n        \u003cdiv class=\"card-label\"\u003eTypical Detection\u003c\/div\u003e\n        \u003cdiv class=\"card-desc\"\u003eSingle or occasional use\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"detection-card red\"\u003e\n        \u003cdiv class=\"card-icon red\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"card-value\"\u003eUp to 48 hours\u003c\/div\u003e\n        \u003cdiv class=\"card-label\"\u003eHeavy Use\u003c\/div\u003e\n        \u003cdiv class=\"card-desc\"\u003eFrequent or high dose\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003eBlood testing has a shorter detection window than urine testing because it measures the active drug rather than metabolites. This makes blood testing more useful for determining recent or current impairment rather than historical use.\u003c\/p\u003e\n\n\u003ch2\u003eUnderstanding Your Results\u003c\/h2\u003e\n\n\u003cdiv class=\"result-cards\"\u003e\n    \u003cdiv class=\"result-card negative\"\u003e\n        \u003cdiv class=\"result-title\"\u003e✓ Negative\u003c\/div\u003e\n        \u003cdiv class=\"result-desc\"\u003eNo amphetamines detected above the cut-off threshold. This indicates no recent amphetamine use within the detection window.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"result-card positive\"\u003e\n        \u003cdiv class=\"result-title\"\u003e⚠ Positive\u003c\/div\u003e\n        \u003cdiv class=\"result-desc\"\u003eAmphetamines detected above the cut-off level. This indicates recent amphetamine use. The result will specify which compounds were detected.\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Collapsible: Why Choose Blood Testing --\u003e\n\u003cdiv class=\"collapsible-section\"\u003e\n    \u003cdiv class=\"collapsible-header\" onclick=\"this.parentElement.classList.toggle('open')\"\u003e\n        \u003ch3\u003e🔬 Why Choose Blood Testing?\u003c\/h3\u003e\n        \u003cspan class=\"toggle-icon\"\u003e▼\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"collapsible-content\"\u003e\n        \u003cp\u003eBlood testing for amphetamines offers several advantages over urine testing:\u003c\/p\u003e\n        \u003cul\u003e\n            \u003cli\u003e\n\u003cstrong\u003eHigher accuracy:\u003c\/strong\u003e Blood samples are less susceptible to adulteration or substitution\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eRecent use detection:\u003c\/strong\u003e Better for determining current or very recent drug use\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eQuantitative results:\u003c\/strong\u003e Can provide information about drug levels, not just presence\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eProfessional collection:\u003c\/strong\u003e Phlebotomist-collected samples ensure sample integrity\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eBlood testing is typically preferred when higher confidence is required, such as for accident investigation or post-incident testing.\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Collapsible: Who Should Consider This Test --\u003e\n\u003cdiv class=\"collapsible-section\"\u003e\n    \u003cdiv class=\"collapsible-header\" onclick=\"this.parentElement.classList.toggle('open')\"\u003e\n        \u003ch3\u003e👥 Who Should Consider This Test?\u003c\/h3\u003e\n        \u003cspan class=\"toggle-icon\"\u003e▼\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"collapsible-content\"\u003e\n        \u003cdiv class=\"use-cases-grid\"\u003e\n            \u003cdiv class=\"use-case-card\"\u003e\n                \u003cdiv class=\"use-case-title\"\u003e🏗️ Post-Incident Testing\u003c\/div\u003e\n                \u003cdiv class=\"use-case-desc\"\u003eFollowing workplace accidents where recent drug use needs to be ruled out\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"use-case-card\"\u003e\n                \u003cdiv class=\"use-case-title\"\u003e🔒 Higher Confidence Required\u003c\/div\u003e\n                \u003cdiv class=\"use-case-desc\"\u003eWhen urine testing is not sufficient or there are concerns about sample integrity\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"use-case-card\"\u003e\n                \u003cdiv class=\"use-case-title\"\u003e💼 Occupational Health\u003c\/div\u003e\n                \u003cdiv class=\"use-case-desc\"\u003ePre-employment or random testing for safety-critical roles\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"use-case-card\"\u003e\n                \u003cdiv class=\"use-case-title\"\u003e💪 Recovery Support\u003c\/div\u003e\n                \u003cdiv class=\"use-case-desc\"\u003eObjective verification of recent abstinence with tamper-proof collection\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Collapsible: Important Information --\u003e\n\u003cdiv class=\"collapsible-section\"\u003e\n    \u003cdiv class=\"collapsible-header\" onclick=\"this.parentElement.classList.toggle('open')\"\u003e\n        \u003ch3\u003eℹ️ Important Information\u003c\/h3\u003e\n        \u003cspan class=\"toggle-icon\"\u003e▼\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"collapsible-content\"\u003e\n        \u003ch4\u003ePrescription Medications\u003c\/h4\u003e\n        \u003cp\u003eIf you are taking prescribed ADHD medication containing amphetamine (such as Elvanse, Adderall, or dexamphetamine), this test will produce a positive result. Please inform your healthcare provider or employer if you have a valid prescription.\u003c\/p\u003e\n        \n        \u003ch4\u003eOver-the-Counter Medications\u003c\/h4\u003e\n        \u003cp\u003eSome cold and flu medications containing pseudoephedrine may potentially cross-react with amphetamine immunoassays. However, blood testing with confirmation by LC-MS\/MS can differentiate between these compounds.\u003c\/p\u003e\n        \n        \u003ch4\u003eSample Requirements\u003c\/h4\u003e\n        \u003cp\u003eTwo blood tubes are required for this test. The phlebotomist will need to collect approximately 10-12ml of blood. No fasting is required before the test.\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"medical-disclaimer\"\u003e\n    \u003cstrong\u003eMedical Disclaimer:\u003c\/strong\u003e This test detects recent amphetamine use and is not a diagnostic tool for substance use disorder or impairment. A positive result indicates the presence of amphetamines but does not indicate the level of impairment, the exact time of use, or the amount consumed. Results should be interpreted by a qualified healthcare professional. This test does not replace professional medical advice, diagnosis, or treatment.\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Medi Test Direct","offers":[{"title":"Default Title","offer_id":61373512548682,"sku":"TDL(AMPB)","price":90.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0944\/5926\/5354\/files\/opiate_screening_urine_home_box.png?v=1773862785","url":"https:\/\/meditestdirect.co.uk\/products\/amphetamines-screening-blood-test","provider":"Medi Test Direct","version":"1.0","type":"link"}