---
title: "Get Lab Test Result Raw"
method: GET
path: "/v3/order/{order_id}/result"
tags: ["order"]
---

# Get Lab Test Result Raw

`GET /v3/order/{order_id}/result`

Return both metadata and raw json test data

## Path parameters

- `order_id` string, uuid, required

## Response `200`

Successful Response

- LabResultsRaw
  - `metadata` LabResultsMetadata, required
    - `age` string, required
    - `dob` string, required
    - `clia_#` string, nullable
    - `patient` string, required
    - `provider` string, nullable
    - `laboratory` string, nullable
    - `date_reported` string, required
    - `date_collected` string, nullable
    - `specimen_number` string, required
    - `date_received` string, nullable
    - `status` string
    - `interpretation` string, nullable
    - `patient_id` string, nullable
    - `account_id` string, nullable
  - `results` union, required
    - BiomarkerResult[]
      - `name` string, required
      - `slug` string
      - `value` number, nullable — Deprecated: Use 'result' (string) and `type` (enum) instead.
      - `result` string, required
      - `type` 'numeric' | 'range' | 'comment' | 'coded_value', required — ℹ️ This enum is non-exhaustive.
      - `unit` string, nullable
      - `timestamp` string, date-time, nullable
      - `notes` string, nullable
      - `reference_range` string, nullable
      - `min_range_value` number, nullable
      - `max_range_value` number, nullable
      - `is_above_max_range` boolean, nullable
      - `is_below_min_range` boolean, nullable
      - `interpretation` string
      - `source_interpretation` string
      - `loinc` string, nullable
      - `loinc_slug` string, nullable
      - `provider_id` string, nullable
      - `source_markers` ParentBiomarkerData[], nullable
        - `marker_id` integer, required
        - `name` string, required
        - `slug` string, required
        - `provider_id` string, nullable
      - `performing_laboratory` string, nullable
      - `source_sample_id` string, nullable
    - object
  - `missing_results` MissingBiomarkerResult[], nullable
    - `name` string, required
    - `slug` string, required
    - `inferred_failure_type` 'quantity_not_sufficient_failure' | 'collection_process_failure' | 'drop_off_failure' | 'internal_lab_failure' | 'order_entry_failure' | 'non_failure' | 'unknown_failure' | 'patient_condition_failure' | 'missing_result_calc_failure' | 'missing_demo_aoe_calc_failure' | 'insufficient_volume', required — ℹ️ This enum is non-exhaustive.
    - `note` string, nullable
    - `loinc` string, nullable
    - `loinc_slug` string, nullable
    - `provider_id` string, nullable
    - `source_markers` ParentBiomarkerData[], nullable
      - `marker_id` integer, required
      - `name` string, required
      - `slug` string, required
      - `provider_id` string, nullable
  - `sample_information` object, nullable
  - `order_transaction` ClientFacingOrderTransaction — Order transaction info.
    - `id` string, uuid, required
    - `status` 'active' | 'completed' | 'cancelled', required — ℹ️ This enum is non-exhaustive.
    - `orders` ClientFacingOrderInTransaction[], required
      - `id` string, uuid, required
      - `low_level_status` 'ordered' | 'requisition_created' | 'requisition_bypassed' | 'transit_customer' | 'out_for_delivery' | 'with_customer' | 'transit_lab' | 'delivered_to_lab' | 'completed' | 'failure_to_deliver_to_lab' | 'failure_to_deliver_to_customer' | 'problem_in_transit_lab' | 'problem_in_transit_customer' | 'sample_error' | 'appointment_scheduled' | 'appointment_cancelled' | 'appointment_pending' | 'draw_completed' | 'cancelled' | 'lost' | 'do_not_process' | 'partial_results' | 'awaiting_registration' | 'registered' | 'redraw_available' | 'corrected' | 'lab_processing_blocked' — ℹ️ This enum is non-exhaustive.
      - `low_level_status_created_at` string, date-time, nullable
      - `origin` 'initial' | 'redraw' | 'recreation' — ℹ️ This enum is non-exhaustive.
      - `parent_id` string, uuid, nullable
      - `created_at` string, date-time, required
      - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryvital/apis/junction-api.md) · [All operations](https://skmtc.net/tryvital/apis/junction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryvital/junction-api/versions/d28f5cec7d79/schema)
