PrescriptionDrug
A drug entry in a prescription.
type PrescriptionDrug {
drug: String
dosage: String
quantity: String
repeat: Int
repeatDetails: RepeatPrescriptionDetails
comments: String
}
Fields
PrescriptionDrug.drug ● String scalar
PrescriptionDrug.dosage ● String scalar
PrescriptionDrug.quantity ● String scalar
PrescriptionDrug.repeat ● Int scalar
Deprecated; use repeatDetails
PrescriptionDrug.repeatDetails ● RepeatPrescriptionDetails object
PrescriptionDrug.comments ● String scalar
Member Of
Prescription object