Ejemplo n.º 1
0
 public ClaimResponse() {
     this.noteField = new List<ClaimResponseNote>();
     this.formField = new Coding();
     this.reservedField = new Coding();
     this.paymentRefField = new Identifier();
     this.paymentAmountField = new Money();
     this.paymentDateField = new date();
     this.paymentAdjustmentReasonField = new Coding();
     this.paymentAdjustmentField = new Money();
     this.totalBenefitField = new Money();
     this.unallocDeductableField = new Money();
     this.totalCostField = new Money();
     this.errorField = new List<ClaimResponseError>();
     this.additemField = new List<ClaimResponseAdditem>();
     this.itemField = new List<ClaimResponseItem>();
     this.payeeTypeField = new Coding();
     this.dispositionField = new @string();
     this.outcomeField = new RemittanceOutcome();
     this.requestOrganizationField = new Reference();
     this.requestProviderField = new Reference();
     this.organizationField = new Reference();
     this.dateField = new date();
     this.originalRulesetField = new Coding();
     this.rulesetField = new Coding();
     this.requestIdentifierField = new List<Identifier>();
     this.requestField = new Reference();
     this.identifierField = new List<Identifier>();
 }
Ejemplo n.º 2
0
 public EligibilityResponse() {
     this.requestOrganizationField = new Reference();
     this.requestProviderField = new Reference();
     this.organizationField = new Reference();
     this.dateField = new date();
     this.originalRulesetField = new Coding();
     this.rulesetField = new Coding();
     this.dispositionField = new @string();
     this.outcomeField = new RemittanceOutcome();
     this.requestIdentifierField = new List<Identifier>();
     this.requestField = new Reference();
     this.identifierField = new List<Identifier>();
 }