Vital · Schema

VitalLabResult

Normalized lab-result payload for a completed Junction (Vital) order. Returned by GET /v3/order_transaction/{transaction_id}/result. Contains a structured list of biomarker measurements plus order metadata.

Health DataWearablesLab TestingDigital HealthHealth TechHealthcareHIPAAHealthKitHealth ConnectEHREMRBiomarkersDiagnosticsContinuous Glucose MonitoringSleepActivityHeart RateWebhookPhlebotomyLab Orders

Properties

Name Type Description
order_id string
user_id string
lab_test_id string
lab object
collected_at string
reported_at string
markers array Individual biomarker measurements (HbA1c, HDL, LDL, etc.).
pdf_url stringnull
View JSON Schema on GitHub

JSON Schema

vital-lab-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/vital-io/main/json-schema/vital-lab-result-schema.json",
  "title": "VitalLabResult",
  "description": "Normalized lab-result payload for a completed Junction (Vital) order. Returned by GET /v3/order_transaction/{transaction_id}/result. Contains a structured list of biomarker measurements plus order metadata.",
  "type": "object",
  "required": ["order_id", "user_id", "lab_test_id", "markers"],
  "properties": {
    "order_id": {"type": "string", "format": "uuid"},
    "user_id": {"type": "string", "format": "uuid"},
    "lab_test_id": {"type": "string", "format": "uuid"},
    "lab": {
      "type": "object",
      "properties": {
        "id": {"type": "integer"},
        "name": {"type": "string", "examples": ["Quest", "Labcorp", "BioReference"]}
      }
    },
    "collected_at": {"type": "string", "format": "date-time"},
    "reported_at": {"type": "string", "format": "date-time"},
    "markers": {
      "type": "array",
      "description": "Individual biomarker measurements (HbA1c, HDL, LDL, etc.).",
      "items": {
        "type": "object",
        "required": ["name", "value", "unit", "type"],
        "properties": {
          "id": {"type": "integer"},
          "name": {"type": "string", "examples": ["Hemoglobin A1c", "HDL Cholesterol", "Vitamin D, 25-Hydroxy"]},
          "value": {"type": ["number", "string", "null"]},
          "unit": {"type": ["string", "null"]},
          "reference_range": {
            "type": "object",
            "properties": {
              "min": {"type": ["number", "null"]},
              "max": {"type": ["number", "null"]},
              "text": {"type": ["string", "null"]}
            }
          },
          "interpretation": {"type": ["string", "null"], "enum": [null, "normal", "abnormal", "low", "high", "critical"]},
          "loinc_code": {"type": ["string", "null"]},
          "type": {"type": "string"},
          "notes": {"type": ["string", "null"]}
        }
      }
    },
    "pdf_url": {"type": ["string", "null"], "format": "uri"}
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/vital-lab-result"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.