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 Immunization() { this.vaccinationComponentField = new List<ImmunizationVaccinationComponent>(); this.reactionObservationField = new List<ReactionObservation>(); this.administrationSiteField = new List<CodedValueType>(); this.refusalReasonField = new List<CodedValueType>(); this.substanceManufacturerNameField = new List<string>(); this.substanceLotNumberField = new List<string>(); this.administeringLocationField = new Organization(); this.administeringProviderField = new Provider(); this.administrationNotesField = new List<CodedValueType>(); }
public EndPoint() { this.locationField = new Location(); this.organizationField = new Organization(); }
public Policy() { this.planField = new InsurancePlan(); this.effectiveField = new EffectivePeriod(); this.subscriberField = new Person(); this.carrierField = new Organization(); }
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 PatientDetail() { this.publicityCodeField = new CodedValueType(); this.extendedBirthInformationField = new ExtendedBirthInformation(); this.schoolField = new Organization(); this.extendedFinancialClassField = new List<ExtendedFinancialClass>(); this.multipleBirthField = new MultipleBirth(); this.driversLicenseField = new DriversLicense(); this.aliasField = new List<Name>(); this.motherMaidenNameField = new List<Name>(); this.policiesField = new List<Policy>(); this.providersField = new List<Provider>(); this.relatedPeopleField = new List<Person>(); this.accountField = new Account(); this.customFieldsField = new List<CustomField>(); this.employerField = new List<Organization>(); this.medicalRecordLocationField = new Location(); this.advanceDirectiveCodeField = new AdvanceDirectiveCode(); this.livingDependencyField = new List<LivingDependency>(); this.livingArrangementField = new List<LivingArrangement>(); this.dietTypeField = new List<CodedValueType>(); this.nationalityField = new List<CodedValueType>(); this.citizenshipField = new List<CodedValueType>(); this.communityHieField = new List<CommunityHie>(); this.hipaaField = new Hipaa(); this.religionField = new List<CodedValueType>(); this.handicapField = new List<Handicap>(); this.languageField = new List<Language>(); this.occupationField = new List<string>(); this.ethnicGroupField = new EthnicGroup(); this.raceField = new List<RaceID>(); this.emailField = new List<Email>(); this.phonesField = new List<PhoneNumber>(); this.addressField = new List<Address>(); }