PrescriptionData
A collection of prescriptions and the related pagination information.
type PrescriptionData {
data: [Prescription]
pageInfo: PageInfo
}
Fields
PrescriptionData.data ● [Prescription] list object
PrescriptionData.pageInfo ● PageInfo object
Returned By
prescriptions query
Member Of
Patient object