drchrono · Schema

LabOrder

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Properties

Name Type Description
status string Equivalent to HL7's ORC.5. Defaults to `"N"`. Value | Notes ----- | ----- `"N"` | not sent | `"Q"` | queued for processing | `"A"` | `ABN (Advance Beneficiary Notice)` required | `"S"` | send | `"R"`
documents array Associated `/lab_documents` objects
patient integer
doctor integer
timestamp string Time at which the order was submitted. Defaults to now
notes string
accession_number string For external use only
requisition_id string The ID printed on the requisition PDF. Generally the same as id.
external_requisition_id string Alternative requisition ID field for orders created outside of DrChrono.
priority string `"Normal"` or `"STAT"`. Default `"Normal"`
icd10_codes array ICD-10 codes of the conditions which the tests concerns.
sublab integer
id integer
View JSON Schema on GitHub

JSON Schema

laborder.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/drchrono/json-schema/laborder.json",
  "title": "LabOrder",
  "required": [
    "sublab",
    "doctor",
    "patient"
  ],
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "Equivalent to HL7's ORC.5. Defaults to `\"N\"`.\nValue | Notes\n----- | -----\n`\"N\"` | not sent                                          |\n`\"Q\"` | queued for processing                             |\n`\"A\"` | `ABN (Advance Beneficiary Notice)` required       |\n`\"S\"` | send                                              |\n`\"R\"` | results received                                  |\n`\"E\"` | error                                             |\n",
      "title": "Status"
    },
    "documents": {
      "items": {
        "type": "string",
        "description": "ID of an associated lab document",
        "title": ""
      },
      "readOnly": true,
      "type": "array",
      "description": "Associated `/lab_documents` objects",
      "title": "Documents"
    },
    "patient": {
      "type": "integer",
      "description": "",
      "title": "Patient"
    },
    "doctor": {
      "type": "integer",
      "description": "",
      "title": "Doctor"
    },
    "timestamp": {
      "readOnly": true,
      "type": "string",
      "description": "Time at which the order was submitted. Defaults to now",
      "title": "Timestamp"
    },
    "notes": {
      "type": "string",
      "description": "",
      "title": "Notes"
    },
    "accession_number": {
      "type": "string",
      "description": "For external use only",
      "title": "Accession number"
    },
    "requisition_id": {
      "readOnly": true,
      "type": "string",
      "description": "The ID printed on the requisition PDF. Generally the same as id.",
      "title": "Requisition id"
    },
    "external_requisition_id": {
      "type": "string",
      "description": "Alternative requisition ID field for orders created outside of DrChrono.",
      "title": "External Requisition ID"
    },
    "priority": {
      "enum": [
        "N",
        "S"
      ],
      "type": "string",
      "description": "`\"Normal\"` or `\"STAT\"`. Default `\"Normal\"`",
      "title": "Priority"
    },
    "icd10_codes": {
      "items": {
        "title": "ICD10Code",
        "type": "object",
        "description": "",
        "properties": {
          "code": {
            "type": "string",
            "description": "The numeric ICD-10 code",
            "title": "Code"
          },
          "description": {
            "readOnly": true,
            "type": "string",
            "description": "Short description  of the ICD-10 code",
            "title": "Description"
          }
        }
      },
      "type": "array",
      "description": "ICD-10 codes of the conditions which the tests concerns.",
      "title": "Icd10 codes"
    },
    "sublab": {
      "type": "integer",
      "description": "",
      "title": "Sublab"
    },
    "id": {
      "readOnly": true,
      "type": "integer",
      "description": "",
      "title": "ID"
    }
  },
  "x-verbose-required": []
}

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/laborder"
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 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.