@oystehr/sdk
Version:
Oystehr SDK
18 lines (16 loc) • 690 B
text/typescript
// AUTOGENERATED -- DO NOT EDIT
export interface LabOrderSubmitParams {
primaryId?: string;
/**
* Provided by the lab, indicates a financial relationship between the lab and the customer.
*/
accountNumber: string;
/**
* Reference to a valid ServiceRequest FHIR resource representing an order. See [Submit Lab](https://docs.oystehr.com/oystehr/services/lab/submit-an-order/) for more details.
*/
serviceRequest: string | string[];
/**
* A client-provided string used to identify all tests in an order. See [Submit Lab](https://docs.oystehr.com/oystehr/services/lab/submit-an-order/#client-provided-order-number/) for more details.
*/
orderNumber?: string;
}