public OrganizationContact() {
     this.genderField = new AdministrativeGender();
     this.addressField = new Address();
     this.telecomField = new List<ContactPoint>();
     this.nameField = new HumanName();
     this.purposeField = new CodeableConcept();
 }
 public PatientContact() {
     this.periodField = new Period();
     this.organizationField = new Reference();
     this.genderField = new AdministrativeGender();
     this.addressField = new Address();
     this.telecomField = new List<ContactPoint>();
     this.nameField = new HumanName();
     this.relationshipField = new List<CodeableConcept>();
 }
 public Practitioner() {
     this.communicationField = new List<CodeableConcept>();
     this.qualificationField = new List<PractitionerQualification>();
     this.locationField = new List<Reference>();
     this.periodField = new Period();
     this.specialtyField = new List<CodeableConcept>();
     this.roleField = new List<CodeableConcept>();
     this.organizationField = new Reference();
     this.photoField = new List<Attachment>();
     this.birthDateField = new dateTime();
     this.genderField = new AdministrativeGender();
     this.addressField = new List<Address>();
     this.telecomField = new List<ContactPoint>();
     this.nameField = new HumanName();
     this.identifierField = new List<Identifier>();
 }
 public Patient() {
     this.activeField = new boolean();
     this.linkField = new List<PatientLink>();
     this.managingOrganizationField = new Reference();
     this.careProviderField = new List<Reference>();
     this.communicationField = new List<CodeableConcept>();
     this.animalField = new PatientAnimal();
     this.contactField = new List<PatientContact>();
     this.photoField = new List<Attachment>();
     this.item1Field = new Element();
     this.maritalStatusField = new CodeableConcept();
     this.addressField = new List<Address>();
     this.itemField = new Element();
     this.birthDateField = new dateTime();
     this.genderField = new AdministrativeGender();
     this.telecomField = new List<ContactPoint>();
     this.nameField = new List<HumanName>();
     this.identifierField = new List<Identifier>();
 }
 public RelatedPerson() {
     this.photoField = new List<Attachment>();
     this.addressField = new Address();
     this.genderField = new AdministrativeGender();
     this.telecomField = new List<ContactPoint>();
     this.nameField = new HumanName();
     this.relationshipField = new CodeableConcept();
     this.patientField = new Reference();
     this.identifierField = new List<Identifier>();
 }