Browse and search available lab tests with prices and included markers.
PREREQUISITE: Read
../betterness-shared/SKILL.mdfor auth, global flags, and security rules.
betterness lab-tests <command> [flags]
lab-tests listList available lab tests with prices and included markers.
# All tests
betterness lab-tests list --json
# Search by name
betterness lab-tests list --query "vitamin" --json
# Popular tests only
betterness lab-tests list --popular --json
# Filter by LOINC slug
betterness lab-tests list --loinc-slug "complete-metabolic-panel" --json
| Option | Description |
|---|
--query <text> | Search by name or description |
--popular | Only show popular tests |
--loinc-slug <slug> | Filter by LOINC slug |
Returns: name, lab, price, isPopular, objectKey
objectKey is needed for purchasing — pass it to betterness purchases buy --test-key <objectKey>.--popular to show commonly ordered panels.betterness biomarkers search --range OUT_OF_RANGE to find tests that cover problematic biomarkers.