public MedicationDispense() {
     this.substitutionField = new MedicationDispenseSubstitution();
     this.dispenseField = new List<MedicationDispenseDispense>();
     this.authorizingPrescriptionField = new List<Reference>();
     this.dispenserField = new Reference();
     this.patientField = new Reference();
     this.statusField = new MedicationDispenseStatus();
     this.identifierField = new Identifier();
 }
 public MedicationDispenseDispense() {
     this.dosageField = new List<MedicationDispenseDosage>();
     this.receiverField = new List<Reference>();
     this.destinationField = new Reference();
     this.whenHandedOverField = new dateTime();
     this.whenPreparedField = new dateTime();
     this.medicationField = new Reference();
     this.quantityField = new Quantity();
     this.typeField = new CodeableConcept();
     this.statusField = new MedicationDispenseStatus();
     this.identifierField = new Identifier();
 }