public NamingSystemContact() { this.telecomField = new List<ContactPoint>(); this.nameField = new HumanName(); }
public OrganizationContact() { this.genderField = new AdministrativeGender(); this.addressField = new Address(); this.telecomField = new List<ContactPoint>(); this.nameField = new HumanName(); this.purposeField = new 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 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 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>(); }