order_transaction

Get Order Transaction Result

get/v3/order_transaction/{transaction_id}/result

Path parameters

transaction_idstring uuid required

Response

Successful Response

sample_informationobject nullable

Example response

{
  "metadata": {
    "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"
  },
  "results": {
    "[marker]": {},
    "fsh": {},
    "ige": {}
  }
}

Changes

Changed in 1 of the 95 revisions of this API.1

    • added the optional property results/anyOf[subschema #1]/items/source_interpretation to the response with the 200 status

      response-optional-property-added