Skip to main content

Lab

Representation of a pathology request for sending to a lab.

type Lab {
id: ID!
status: String
patient: Patient
doctor: User
requestDate: Date
sampleDate: Date
fasting: Boolean
orderNumber: String
parsedResults: String
resultsReceivedAt: DateTime
testList: String
dateShared: DateTime
createdAt: DateTime
updatedAt: DateTime
}

Fields

Lab.id ● ID! non-null scalar

Lab.status ● String scalar

Lab.patient ● Patient object

Lab.doctor ● User object

Lab.requestDate ● Date scalar

Lab.sampleDate ● Date scalar

Lab.fasting ● Boolean scalar

Lab.orderNumber ● String scalar

Lab.parsedResults ● String scalar

Lab.resultsReceivedAt ● DateTime scalar

Lab.testList ● String scalar

Lab.dateShared ● DateTime scalar

Lab.createdAt ● DateTime scalar

Lab.updatedAt ● DateTime scalar

Returned By

lab query

Member Of

Episode object ● LabData object ● Patient object

Implemented By

Attachment union