@oystehr/sdk
Version:
Oystehr SDK
17 lines (15 loc) • 463 B
text/typescript
// AUTOGENERATED -- DO NOT EDIT
import { DocumentReference } from 'fhir/r4b';
/**
* Order submitted successfully. eReq and ABN may be available
*/
export interface LabOrderSubmitResponse {
/**
* Lab generated electronic requisition document (eReq). To be sent with samples.
*/
eRequisitionDocumentReference?: DocumentReference;
/**
* Advance Beneficiary Notice (ABN). To be signed by patient.
*/
abnDocumentReference?: DocumentReference;
}