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 Quantity()
 {
     this.codeField = new code();
     this.systemField = new uri();
     this.unitsField = new @string();
     this.comparatorField = new code();
     this.valueField = new @decimal();
 }
 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 Identifier()
 {
     this.idField = new @string();
     this.systemField = new uri();
 }