public ConceptMap() {
     this.elementField = new List<ConceptMapElement>();
     this.item1Field = new Element();
     this.itemField = new Element();
     this.dateField = new dateTime();
     this.experimentalField = new boolean();
     this.statusField = new ValueSetStatus();
     this.copyrightField = new @string();
     this.descriptionField = new @string();
     this.telecomField = new List<ContactPoint>();
     this.publisherField = new @string();
     this.nameField = new @string();
     this.versionField = new @string();
     this.identifierField = new @string();
 }
 public ValueSet() {
     this.expansionField = new ValueSetExpansion();
     this.composeField = new ValueSetCompose();
     this.defineField = new ValueSetDefine();
     this.stableDateField = new date();
     this.dateField = new dateTime();
     this.extensibleField = new boolean();
     this.experimentalField = new boolean();
     this.statusField = new ValueSetStatus();
     this.copyrightField = new @string();
     this.descriptionField = new @string();
     this.telecomField = new List<ContactPoint>();
     this.publisherField = new @string();
     this.immutableField = new boolean();
     this.purposeField = new @string();
     this.nameField = new @string();
     this.versionField = new @string();
     this.identifierField = new uri();
 }