DosageInformation
data class DosageInformation(val currentSchedule: List<DoseSchedule>, val targetSchedule: List<DoseSchedule>, val unit: String)
A collection containing details of a patients dose for a single medication. Describes the dosage in terms of total medication across all ingredients.