Vital Lab Order Structure
Operational structure of a Junction (Vital) lab order. Captures the canonical fulfillment lifecycle across all collection methods.
Type:
Properties: 0
Health DataWearablesLab TestingDigital HealthHealth TechHealthcareHIPAAHealthKitHealth ConnectEHREMRBiomarkersDiagnosticsContinuous Glucose MonitoringSleepActivityHeart RateWebhookPhlebotomyLab Orders
Vital Lab Order Structure is a JSON Structure definition published by Vital. It conforms to the https://json-structure.org/schema meta-schema.
{
"$schema": "https://json-structure.org/schema",
"title": "VitalLabOrderStructure",
"description": "Operational structure of a Junction (Vital) lab order. Captures the canonical fulfillment lifecycle across all collection methods.",
"entity": "LabOrder",
"identity": {"primary": "id", "scope": "team"},
"lifecycle": {
"states": [
"received",
"ordered",
"out_for_delivery",
"delivered_to_consumer",
"sample_with_lab",
"completed",
"partial_results",
"cancelled",
"failure"
],
"transitions": [
{"from": "-", "to": "received", "trigger": "POST /v3/order"},
{"from": "received", "to": "ordered", "trigger": "lab acceptance"},
{"from": "ordered", "to": "out_for_delivery", "trigger": "testkit shipped (testkit method)"},
{"from": "out_for_delivery", "to": "delivered_to_consumer", "trigger": "carrier delivery confirmation"},
{"from": "*", "to": "sample_with_lab", "trigger": "sample received by lab"},
{"from": "sample_with_lab", "to": "completed", "trigger": "all markers reported"},
{"from": "sample_with_lab", "to": "partial_results", "trigger": "some markers reported"},
{"from": "*", "to": "cancelled", "trigger": "explicit cancellation"},
{"from": "*", "to": "failure", "trigger": "fulfillment exception"}
]
},
"collectionMethods": ["testkit", "at_home_phlebotomy", "walk_in_test", "on_site"],
"relationships": [
{"name": "user", "cardinality": "many-to-one", "target": "User", "via": "user_id"},
{"name": "team", "cardinality": "many-to-one", "target": "Team", "via": "team_id"},
{"name": "lab_test", "cardinality": "many-to-one", "target": "LabTest", "via": "lab_test_id"},
{"name": "transactions", "cardinality": "one-to-many", "target": "OrderTransaction", "via": "order_id"},
{"name": "results", "cardinality": "one-to-many", "target": "LabResult", "via": "order_id"}
]
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/vital-lab-order-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
A second provider on the same verified email joins the account you already have.