import Hl7Fields from '../../../model/Hl7Fields';
import Hl7Field from '../../../model/Hl7Field';
export default class GT1_Fields extends Hl7Fields {
    /**
    * Set ID - GT1
    */
    GT1_1: Hl7Field;
    /**
    * Guarantor Number
    */
    GT1_2: Hl7Field;
    /**
    * Guarantor Name
    */
    GT1_3: Hl7Field;
    /**
    * Guarantor Spouse Name
    */
    GT1_4: Hl7Field;
    /**
    * Guarantor Address
    */
    GT1_5: Hl7Field;
    /**
    * Guarantor Ph Num - Home
    */
    GT1_6: Hl7Field;
    /**
    * Guarantor Ph Num - Business
    */
    GT1_7: Hl7Field;
    /**
    * Guarantor Date/Time Of Birth
    */
    GT1_8: Hl7Field;
    /**
    * Guarantor Administrative Sex
    */
    GT1_9: Hl7Field;
    /**
    * Guarantor Type
    */
    GT1_10: Hl7Field;
    /**
    * Guarantor Relationship
    */
    GT1_11: Hl7Field;
    /**
    * Guarantor SSN
    */
    GT1_12: Hl7Field;
    /**
    * Guarantor Date - Begin
    */
    GT1_13: Hl7Field;
    /**
    * Guarantor Date - End
    */
    GT1_14: Hl7Field;
    /**
    * Guarantor Priority
    */
    GT1_15: Hl7Field;
    /**
    * Guarantor Employer Name
    */
    GT1_16: Hl7Field;
    /**
    * Guarantor Employer Address
    */
    GT1_17: Hl7Field;
    /**
    * Guarantor Employer Phone Number
    */
    GT1_18: Hl7Field;
    /**
    * Guarantor Employee ID Number
    */
    GT1_19: Hl7Field;
    /**
    * Guarantor Employment Status
    */
    GT1_20: Hl7Field;
    /**
    * Guarantor Organization Name
    */
    GT1_21: Hl7Field;
    /**
    * Guarantor Billing Hold Flag
    */
    GT1_22: Hl7Field;
    /**
    * Guarantor Credit Rating Code
    */
    GT1_23: Hl7Field;
    /**
    * Guarantor Death Date And Time
    */
    GT1_24: Hl7Field;
    /**
    * Guarantor Death Flag
    */
    GT1_25: Hl7Field;
    /**
    * Guarantor Charge Adjustment Code
    */
    GT1_26: Hl7Field;
    /**
    * Guarantor Household Annual Income
    */
    GT1_27: Hl7Field;
    /**
    * Guarantor Household Size
    */
    GT1_28: Hl7Field;
    /**
    * Guarantor Employer ID Number
    */
    GT1_29: Hl7Field;
    /**
    * Guarantor Marital Status Code
    */
    GT1_30: Hl7Field;
    /**
    * Guarantor Hire Effective Date
    */
    GT1_31: Hl7Field;
    /**
    * Employment Stop Date
    */
    GT1_32: Hl7Field;
    /**
    * Living Dependency
    */
    GT1_33: Hl7Field;
    /**
    * Ambulatory Status
    */
    GT1_34: Hl7Field;
    /**
    * Citizenship
    */
    GT1_35: Hl7Field;
    /**
    * Primary Language
    */
    GT1_36: Hl7Field;
    /**
    * Living Arrangement
    */
    GT1_37: Hl7Field;
    /**
    * Publicity Code
    */
    GT1_38: Hl7Field;
    /**
    * Protection Indicator
    */
    GT1_39: Hl7Field;
    /**
    * Student Indicator
    */
    GT1_40: Hl7Field;
    /**
    * Religion
    */
    GT1_41: Hl7Field;
    /**
    * Mothers Maiden Name
    */
    GT1_42: Hl7Field;
    /**
    * Nationality
    */
    GT1_43: Hl7Field;
    /**
    * Ethnic Group
    */
    GT1_44: Hl7Field;
    /**
    * Contact Persons Name
    */
    GT1_45: Hl7Field;
    /**
    * Contact Persons Telephone Number
    */
    GT1_46: Hl7Field;
    /**
    * Contact Reason
    */
    GT1_47: Hl7Field;
    /**
    * Contact Relationship
    */
    GT1_48: Hl7Field;
    /**
    * Job Title
    */
    GT1_49: Hl7Field;
    /**
    * Job Code/Class
    */
    GT1_50: Hl7Field;
    /**
    * Guarantor Employers Organization Name
    */
    GT1_51: Hl7Field;
    /**
    * Handicap
    */
    GT1_52: Hl7Field;
    /**
    * Job Status
    */
    GT1_53: Hl7Field;
    /**
    * Guarantor Financial Class
    */
    GT1_54: Hl7Field;
    /**
    * Guarantor Race
    */
    GT1_55: Hl7Field;
    /**
    * Guarantor Birth Place
    */
    GT1_56: Hl7Field;
    /**
    * VIP Indicator
    */
    GT1_57: Hl7Field;
}
