Junction home pagelight logodark logo
  • GitHub
  • Get API Keys
  • Get API Keys
Orders
labtest.order.updated
Documentation
API Reference
Event Catalog
Changelog
Lab Tests
  • Orders
    • labtest.order.created
    • labtest.order.updated
  • Results
  • Appointments
Provider
  • provider.connection.created
  • provider.connection.error
Summaries
  • Activity
  • Body
  • Meal
  • Menstrual Cycle
  • Profile
  • Sleep
  • Sleep Cycle
  • Workout
  • Workout Stream
Activity Timeseries
  • Calories Active
  • Calories Basal
  • Distance
  • Floors Climbed
  • Steps
  • VO2 Max
  • Workout Duration
  • Wheelchair Push
  • Stand Hour
  • Stand Duration
  • Fall
Workout Stream Timeseries
  • Workout Distance
  • Workout Swimming Stroke
Vitals Timeseries
  • Blood Pressure
  • Blood Oxygen
  • Cholesterol
  • Electrocardiogram Voltage
  • Glucose
  • IGE
  • IGG
  • Insulin Injection
  • Heart rate
  • HRV
  • Respiratory Rate
  • Forced Expiratory Volume 1
  • Forced Vital Capacity
  • Peak Expiratory Flow Rate
  • Inhaler Usage
  • Heart Rate Recovery One Minute
Body Timeseries
  • Body Fat
  • Body Weight
  • Body Mass Index
  • Lean Body Mass
  • Waist Circumference
  • Body Temperature
  • Body Temperature Delta
  • Basal Body Temperature
Diary Timeseries
  • Note
Nutrition Timeseries
  • Caffeine
  • Carbohydrates
  • Water
Wellness Timeseries
  • Sleep Apnea Alert
  • Sleep Breathing Disturbance
  • Mindfulness Minutes
  • Stress Level
  • UV Exposure
  • Daylight Exposure
  • Handwashing
Orders

labtest.order.updated

The schema is of type object.

labtest.order.createdlabtest.result.critical
websitetwitterlinkedin
Powered by Mintlify
{
  "event_type": "labtest.order.created",
  "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "client_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "data": {
    "activate_by": "2020-01-01",
    "created_at": "2020-01-01T00:00:00Z",
    "details": {
      "data": {
        "created_at": "2020-01-01T00:00:00Z",
        "id": "a655f0e4-6405-4a1d-80b7-66f06c2108a7",
        "shipment": {
          "created_at": "2020-01-01T00:00:00.000Z",
          "id": "d55210cc-3d9f-4115-8262-5013f700c7be",
          "inbound_courier": "usps",
          "inbound_tracking_number": "<inbound_tracking_number>",
          "inbound_tracking_url": "<inbound_tracking_url>",
          "notes": "<notes>",
          "outbound_courier": "usps",
          "outbound_tracking_number": "<outbound_tracking_number>",
          "outbound_tracking_url": "<outbound_tracking_url>",
          "updated_at": "2020-01-01T00:00:00.000Z"
        },
        "updated_at": "2020-01-01T00:00:00Z"
      },
      "type": "testkit"
    },
    "events": [
      {
        "created_at": "2022-01-01T00:00:00Z",
        "id": 1,
        "status": "received.testkit.ordered"
      },
      {
        "created_at": "2022-01-02T00:00:00Z",
        "id": 2,
        "status": "received.testkit.requisition_created"
      },
      {
        "created_at": "2022-01-03T00:00:00Z",
        "id": 3,
        "status": "collecting_sample.testkit.transit_customer"
      }
    ],
    "has_abn": false,
    "health_insurace_id": "26db1d5c-a179-4c88-b0f8-da0ce14af2de",
    "id": "103c34c7-e73c-4180-a1c9-4364aa5c1cd3",
    "lab_test": {
      "description": "Cholesterol test",
      "method": "testkit",
      "name": "Lipids Panel"
    },
    "notes": "This is a note",
    "patient_address": {
      "city": "San Francisco",
      "country": "United States",
      "first_line": "123 Main St.",
      "phone_number": "+11234567890",
      "receiver_name": "John Doe",
      "second_line": "Apt. 208",
      "state": "CA",
      "zip": "91189"
    },
    "patient_details": {
      "dob": "2020-01-01",
      "gender": "male"
    },
    "requisition_form_url": "https://www.example.com",
    "sample_id": "123456789",
    "status": "collecting_sample",
    "team_id": "5b545a57-8784-493e-a227-e96d7b202136",
    "updated_at": "2020-01-01T00:00:00Z",
    "user_id": "ad60670f-6c63-4fd5-902f-cd1cdbe21e79"
  }
}