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 Person() {
     this.emailField = new List<Email>();
     this.employerField = new Organization();
     this.phonesField = new List<PhoneNumber>();
     this.addressField = new Address();
     this.nameField = new Name();
     this.iDsField = new List<CodedValueType>();
 }
 public Provider() {
     this.nameField = new Name();
     this.iDsField = new List<CodedValueType>();
 }
 public Patient() {
     this.nameField = new Name();
     this.iDsField = new List<CodedValueType>();
 }