What problem does it solve? Integrating at-home and lab-based diagnostic testing requires coordinating product catalogs, order placement, kit logistics, webhook-driven status tracking, and compliance-mandated result acknowledgment, all of which are easy to get wrong without authoritative guidance on the Terra Vantage API. ## Core Features & Use Cases - Order-to-Results Workflow: Walks the full lifecycle from browsing the three-level product catalog (types, products, variants) through placing orders with the correct AT_HOME or GO_TO_LAB collection method to fetching FHIR-format results via presigned URLs. - Webhooks and Sandbox Testing: Covers HMAC-SHA256 signature verification, at-least-once delivery with deduplication on event_id, and the simulate endpoint for driving any lifecycle event including failure paths in sandbox. - Compliance-Critical Acknowledgment: Explains the mandatory, user-triggered results acknowledgment step that gates patient access and transfers liability if skipped. - Use Case: A healthcare platform wants to let users order blood tests shipped to their homes, track fulfillment via webhooks, and display lab results in-app; this Skill guides the agent through each endpoint, gotcha, and compliance requirement. ## Quick Start Use the terra-vantage skill to place a sandbox order for a blood test variant and simulate its lifecycle through to results_ready.