public HumanName()
 {
     this.periodField = new Period();
     this.suffixField = new List<@string>();
     this.prefixField = new List<@string>();
     this.givenField = new List<@string>();
     this.familyField = new List<@string>();
     this.textField = new @string();
     this.useField = new code();
 }
 public Coding()
 {
     this.valueSetField = new uri();
     this.primaryField = new boolean();
     this.displayField = new @string();
     this.codeField = new code();
     this.versionField = new @string();
     this.systemField = new uri();
 }
 public Contact()
 {
     this.periodField = new Period();
     this.useField = new code();
     this.valueField = new @string();
     this.systemField = new code();
 }
 public Attachment()
 {
     this.titleField = new @string();
     this.hashField = new base64Binary();
     this.sizeField = new integer();
     this.urlField = new uri();
     this.dataField = new base64Binary();
     this.languageField = new code();
     this.contentTypeField = new code();
 }
 public CodeableConcept()
 {
     this.textField = new @string();
     this.codingField = new List<Coding>();
 }
 public SampledData()
 {
     this.dataField = new @string();
     this.dimensionsField = new integer();
     this.upperLimitField = new @decimal();
     this.lowerLimitField = new @decimal();
     this.factorField = new @decimal();
     this.periodField = new @decimal();
     this.originField = new Quantity();
 }
 public ResourceReference()
 {
     this.displayField = new @string();
     this.referenceField = new @string();
 }
 public Quantity()
 {
     this.codeField = new code();
     this.systemField = new uri();
     this.unitsField = new @string();
     this.comparatorField = new code();
     this.valueField = new @decimal();
 }
 public Address()
 {
     this.periodField = new Period();
     this.countryField = new @string();
     this.zipField = new @string();
     this.stateField = new @string();
     this.cityField = new @string();
     this.lineField = new List<@string>();
     this.textField = new @string();
     this.useField = new code();
 }
 public Identifier()
 {
     this.idField = new @string();
     this.systemField = new uri();
 }