v71

OpenAPI 3.1.0raw.githubusercontent.com2026-08-032076961.5 MB
order

Get Lab Test Result Metadata

Return metadata related to order results, such as lab metadata, provider and sample dates.

get/v3/order/{order_id}/result/metadata

Path parameters

order_idstring uuid required

Response

Successful Response

agestring required
dobstring required
clia_#string nullable
patientstring required
providerstring nullable
laboratorystring nullable
date_reportedstring required
date_collectedstring nullable
specimen_numberstring required
date_receivedstring nullable
statusstring
interpretationstring nullable
patient_idstring nullable
account_idstring nullable

Example response

{
  "age": 19,
  "clia_number": "12331231",
  "date_collected": "2022-02-02",
  "date_received": "2022-01-01",
  "date_reported": "2020-01-01",
  "dob": "18/08/1993",
  "interpretation": "normal",
  "laboratory": "Quest Diagnostics",
  "patient": "Bob Smith",
  "provider": "Dr. Jack Smith",
  "specimen_number": "123131",
  "status": "final"
}