Пример #1
0
 public NamingSystemContact() {
     this.telecomField = new List<ContactPoint>();
     this.nameField = new HumanName();
 }
Пример #2
0
 public OrganizationContact() {
     this.genderField = new AdministrativeGender();
     this.addressField = new Address();
     this.telecomField = new List<ContactPoint>();
     this.nameField = new HumanName();
     this.purposeField = new CodeableConcept();
 }
Пример #3
0
 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>();
 }
Пример #4
0
 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>();
 }
Пример #5
0
 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>();
 }