public Insurance() {
     this.phoneField = new PhoneNumber();
     this.addressField = new Address();
     this.iDsField = new List<CodedValueType>();
     this.effectiveField = new EffectivePeriod();
 }
 public Policy() {
     this.planField = new InsurancePlan();
     this.effectiveField = new EffectivePeriod();
     this.subscriberField = new Person();
     this.carrierField = new Organization();
 }
 public Hipaa() {
     this.refusalIndicatorField = new Indicator();
     this.signatureDateField = new EffectivePeriod();
 }
 public CommunityHie() {
     this.securityIndicatorField = new Indicator();
     this.refusalIndicatorField = new Indicator();
     this.signatureDateField = new EffectivePeriod();
 }
 public Indicator() {
     this.effectivePeriodField = new EffectivePeriod();
 }