v2

latestOpenAPI 3.0.02026-07-2632977728.5 KB
Clinical

Create lab order documents. An example lab workflow is as following:

  • When you get orders, submit them via /api/lab_orders, such that doctors can see them in drchrono.

  • When results come in, submit the result document PDF via /api/lab_documents and submit the results data via /api/lab_results

  • Update /api/lab_orders status

post/api/lab_documents

Query parameters

sincestring
doctorinteger

Response

Created

hl7string

The HL7 data that the document was generated from

timestampstring

Time at which the document was uploaded

lab_orderinteger required

ID of the order this document is associated with

documentstring required
type'REQ' | 'ABN' | 'R-A' | 'RES' required
ValueNotes
"REQ"requisition form
"ABN"ABN (Advance Beneficiary Notice)
"R-A"requisition form and :abbr:ABN (Advance Beneficiary Notice)
"RES"lab results
idinteger