Approval
Object containing the data of an approval of a given prescription. Only allowed if the prescription does not have status 'PRESCRIPTION_REQUESTED' or 'PRESCRIPTION_OBTAINED'
type Approval {
approvalNumber: String
approvedOn: Date
comment: String
receivedOn: Date
requestedOn: Date
}
Fields
Approval.approvalNumber ● String scalar
The number of the current approval
Approval.approvedOn ● Date scalar
The date on which the prescription is approved
Approval.comment ● String scalar
Comment on the current approval
Approval.receivedOn ● Date scalar
The date on which the approval is received
Approval.requestedOn ● Date scalar
The date on which the approval is requested
Member Of
Prescription object