public Immunization() {
     this.vaccinationComponentField = new List<ImmunizationVaccinationComponent>();
     this.reactionObservationField = new List<ReactionObservation>();
     this.administrationSiteField = new List<CodedValueType>();
     this.refusalReasonField = new List<CodedValueType>();
     this.substanceManufacturerNameField = new List<string>();
     this.substanceLotNumberField = new List<string>();
     this.administeringLocationField = new Organization();
     this.administeringProviderField = new Provider();
     this.administrationNotesField = new List<CodedValueType>();
 }
 public RecommendationContext() {
     this.contextIDField = new CodedValueType();
     this.encounterInContextIDField = new CodedValueType();
     this.userNameField = new Name();
     this.userIDField = new CodedValueType();
     this.installationIDField = new CodedValueType();
     this.organizationField = new Organization();
     this.providerField = new Provider();
     this.patientField = new Patient();
 }
 public RefLabResults() {
     this.orderingProviderField = new Provider();
 }
 public ArnEntry() {
     this.providerField = new Provider();
     this.endPointField = new EndPoint();
 }
 public PatientMsgBase() {
     this.providerField = new Provider();
     this.patientField = new Patient();
     this.receiptRequiredField = false;
 }
 public Resource() {
     this.providerField = new Provider();
 }
 public ObservingPractitioner() {
     this.personLocationField = new PersonLocation();
     this.providerField = new Provider();
 }