PrescriptionOrder
A pharmacy order for a prescription.
type PrescriptionOrder {
id: ID!
provider: String!
orderNumber: String
shippingAddress: Address
shippingMethod: ID
notes: String
status: PrescriptionOrderStatus!
}
Fields
PrescriptionOrder.id ● ID! non-null scalar
PrescriptionOrder.provider ● String! non-null scalar
PrescriptionOrder.orderNumber ● String scalar
PrescriptionOrder.shippingAddress ● Address object
PrescriptionOrder.shippingMethod ● ID scalar
The ID of the selected shipping method product
PrescriptionOrder.notes ● String scalar
Notes entered when the prescription was sent to the pharmacy
PrescriptionOrder.status ● PrescriptionOrderStatus! non-null enum
Member Of
Prescription object