From DNA analysis to comprehensive lab panels, specialty diagnostics to at-home kits — explore our complete catalog of CLIA-certified testing capabilities.
Genetic testing for personalized nutrition, drug response, and disease risk
Nutrigenomics
Comprehensive DNA analysis covering 36 genetic pathways across cellular, systems, and body-level processes. Provides actionable dietary and supplement recommendations based on individual genetic variants.
Pharmacogenomics
Analyzes genetic variants that influence drug metabolism, efficacy, and adverse reaction risk. Covers 200+ medications across multiple drug classes including antidepressants, pain management, cardiovascular, and oncology drugs.
Methylation
Focused genetic analysis of methylation pathway variants including MTHFR, MTR, MTRR, BHMT, CBS, and related SNPs. Essential for understanding folate metabolism, homocysteine management, and neurotransmitter synthesis.
Comprehensive multi-biomarker panels through CLIA-certified laboratories
Metabolic
Standard 14-biomarker panel measuring glucose, electrolytes, kidney function, and liver enzymes. The foundation of clinical chemistry assessment and a starting point for most diagnostic workups.
Hormones
Comprehensive assessment of sex hormones, adrenal hormones, and thyroid markers. Provides a complete picture of hormonal health for both men and women, essential for hormone optimization protocols.
Thyroid
Full thyroid assessment including TSH, Free T3, Free T4, Reverse T3, and thyroid antibodies (TPO, TG). Goes beyond standard TSH-only testing to identify subclinical thyroid dysfunction.
Cardiovascular
Goes beyond standard cholesterol testing to include LDL particle number, particle size distribution, Lp(a), ApoB, and oxidized LDL. Provides a true cardiovascular risk assessment.
Inflammation
Multi-marker assessment of systemic inflammation including hs-CRP, ESR, homocysteine, ferritin, fibrinogen, and cytokines. Essential for chronic disease risk assessment and treatment monitoring.
Nutritional
Measures intracellular levels of vitamins, minerals, amino acids, and antioxidants. Unlike serum testing, intracellular analysis reflects 4-6 months of nutritional status for more accurate deficiency detection.
Advanced and targeted testing for specific clinical concerns
Food Sensitivity
IgG and IgA antibody testing against 200+ foods including dairy, grains, fruits, vegetables, nuts, seafood, spices, and additives. Identifies delayed-type food sensitivities that may contribute to chronic symptoms.
Gut Health
Quantitative PCR-based stool analysis measuring gut pathogens, beneficial bacteria, parasites, yeast/fungi, viral markers, digestive function, and intestinal health markers. The gold standard in functional gut testing.
Toxicology
Measures levels of toxic heavy metals (lead, mercury, arsenic, cadmium) and environmental toxins in blood and/or urine. Essential for patients with occupational exposure, chronic fatigue, or neurological symptoms.
Metabolic
Urine-based test measuring 76 organic acid metabolites that reflect cellular metabolism, mitochondrial function, neurotransmitter turnover, yeast/bacterial overgrowth, and nutritional cofactor status.
Hormones
Dried urine test for comprehensive hormones — measures sex hormones, adrenal hormones, melatonin, and their metabolites. Provides a complete picture of hormone production AND metabolism that blood tests cannot.
FDA-cleared collection kits patients can use from the comfort of home
Blood Collection
FDA-cleared at-home blood collection device that collects a clinically-relevant blood sample in minutes without a needle. Patients simply press the device to their arm — no phlebotomist required.
Adrenal
Four-sample saliva collection kit measuring cortisol at morning, noon, evening, and bedtime. Maps the diurnal cortisol curve to identify adrenal dysfunction patterns — HPA axis dysregulation, flat-line cortisol, or inverted rhythms.
Gut Health
Patient-friendly stool collection kit with prepaid return shipping. Analyzes gut microbiome composition using 16S rRNA sequencing to identify bacterial diversity, pathogenic overgrowth, and beneficial species ratios.
Curated multi-test bundles for comprehensive health screening
Comprehensive
Premium multi-test package combining metabolic panel, complete hormone profile, thyroid panel, advanced lipids, inflammation markers, and micronutrient analysis. The most comprehensive single-order wellness assessment available.
Women's Health
Targeted panel for women's health covering reproductive hormones, thyroid function, iron studies, vitamin D, bone health markers, and breast cancer risk biomarkers. Designed for annual screening and hormonal life stage transitions.
Men's Health
Comprehensive men's health panel covering testosterone (total, free, bioavailable), PSA, metabolic markers, cardiovascular risk, and key micronutrients. Optimized for men's health clinics and TRT monitoring.
Connect your EMR directly to the testing platform. Order tests, receive results, and sync patient data through industry-standard protocols.
Modern REST-based interoperability standard. Full support for DiagnosticReport, Observation, ServiceRequest, and Patient resources.
Traditional healthcare messaging protocol. ORM (orders), ORU (results), and ADT (patient demographics) message support.
Custom JSON API for systems that don't support FHIR or HL7. Simple endpoints for ordering, results, and patient sync.
Epic
Enterprise
FHIRathenahealth
Cloud-Based
FHIRDrChrono
Cloud-Based
FHIRJane App
Wellness
Cerbo
Functional Med
Elation Health
Primary Care
FHIRPractice Fusion
Cloud-Based
FHIRKareo (Tebra)
Cloud-Based
ChARM EHR
Functional Med
Custom / Other
Any System
Order a test and receive results via webhook — just a few lines of code.
Order a Test
POST /api/v1/orders
Authorization: Bearer <api_key>
Content-Type: application/json
{
"patient_id": "PAT-12345",
"test_slug": "comprehensive-metabolic",
"priority": "routine",
"callback_url": "https://your-emr.com/webhook"
}Webhook Result
{
"event": "result.ready",
"order_id": "ORD-67890",
"patient_id": "PAT-12345",
"test": "comprehensive-metabolic",
"status": "completed",
"results_url": "/api/v1/results/ORD-67890",
"biomarkers_count": 14,
"turnaround_days": 3
}