UNPKG

@oystehr/sdk

Version:

Oystehr SDK

15 lines (14 loc) 446 B
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; }