Module: RBEDI::Codes::EB

Extended by:
CodeSet
Defined in:
lib/rbedi/codes/eb.rb

Constant Summary collapse

SEGMENT_POSITIONS =
{
  1 => :eligibility_or_benefit_information,
  2 => :coverage_level_code,
  3 => :service_type_code,
  4 => :insurance_type_code,
  5 => :plan_coverage_description,
  6 => :time_period_qualifier,
  7 => :monetary_amount,
  8 => :percentage_as_decimal,
  9 => :quantity_qualifier,
  10 => :quantity,
  11 => :authorization_or_certification_required,
  12 => :benefits_in_plan_network,
}
CODES =
{
  1 => {
					"1" => :active_coverage,
					"2" => :active__full_risk_capitation,
					"3" => :active__services_capitated,
					"4" => :active__services_capitated_to_primary_care_physician,
					"5" => :active__pending_investigation,
					"6" => :inactive,
					"7" => :inactive__pending_eligibility_update,
					"8" => :inactive__pending_investigation,
					"a" => :coinsurance,
					"aa" => :patient_reimbursement,
					"ab" => :copayment_maximum,
					"ac" => :coinsurance_maximum,
					"b" => :copayment,
					"c" => :deductible,
					"cb" => :coverage_basis,
					"d" => :benefit_description,
					"e" => :exclusions,
					"f" => :limitations,
					"g" => :out_of_pocket_stop_loss,
					"h" => :unlimited,
					"i" => :noncovered,
					"j" => :cost_containment,
					"k" => :reserve,
					"l" => :primary_care_provider,
					"m" => :preexisting_condition,
					"mc" => :managed_care_coordinator,
					"n" => :services_restricted_to_following_provider,
					"o" => :not_deemed_a_medical_necessity,
					"p" => :benefit_disclaimer,
					"q" => :second_surgical_opinion_required,
					"r" => :other_or_additional_payor,
					"s" => :prior_years_history,
					"t" => :cards_reported_loststolen,
					"u" => :contact_following_entity_for_eligibility_or_benefit_information,
					"v" => :cannot_process,
					"w" => :other_source_of_data,
					"wv" => :waiver,
					"x" => :health_care_facility,
					"y" => :spend_down,
  },
				2 => {
					"chd" => :children_only,
					"dep" => :dependents_only,
					"e1d" => :employee_and_one_dependent,
					"e2d" => :employee_and_two_dependents,
					"e3d" => :employee_and_three_dependents,
					"e5d" => :employee_and_one_or_more_dependents,
					"e6d" => :employee_and_two_or_more_dependents,
					"e7d" => :employee_and_three_or_more_dependents,
					"e8d" => :employee_and_four_or_more_dependents,
					"e9d" => :employee_and_five_or_more_dependents,
					"ech" => :employee_and_children,
					"emp" => :employee_only,
					"esp" => :employee_and_spouse,
					"fam" => :family,
					"ind" => :individual,
					"s1c" => :subscriber_and_1_child,
					"s5c" => :subscriber_and_1_or_more_children,
					"s6c" => :subscriber_and_2_or_more_children,
					"spc" => :spouse_and_children,
					"spo" => :spouse_only,
					"ss1" => :subscriber_spouse_and_1_child,
					"ss5" => :subscriber_spouse_and_1_or_more_children,
					"ss6" => :subscriber_spouse_and_2_or_more_children,
					"ssp" => :subscriber_and_spouse,
					"two" => :two_party,
				},
				3 => {
					"1" => :medical_care,
					"2" => :surgical,
					"3" => :consultation,
					"4" => :diagnostic_xray,
					"5" => :diagnostic_lab,
					"6" => :radiation_therapy,
					"7" => :anesthesia,
					"8" => :surgical_assistance,
					"9" => :other_medical,
					"10" => :blood_charges,
					"11" => :used_durable_medical_equipment,
					"12" => :durable_medical_equipment_purchase,
					"13" => :ambulatory_service_center_facility,
					"14" => :renal_supplies_in_the_home,
					"15" => :alternate_method_dialysis,
					"16" => :chronic_renal_disease_crd_equipment,
					"17" => :preadmission_testing,
					"18" => :durable_medical_equipment_rental,
					"19" => :pneumonia_vaccine,
					"20" => :second_surgical_opinion,
					"21" => :third_surgical_opinion,
					"22" => :social_work,
					"23" => :diagnostic_dental,
					"24" => :periodontics,
					"25" => :restorative,
					"26" => :endodontics,
					"27" => :maxillofacial_prosthetics,
					"28" => :adjunctive_dental_services,
					"30" => :health_benefit_plan_coverage,
					"31" => :benefit_disclaimer,
					"32" => :plan_waiting_period,
					"33" => :chiropractic,
					"34" => :chiropractic_office_visits,
					"35" => :dental_care,
					"36" => :dental_crowns,
					"37" => :dental_accident,
					"38" => :orthodontics,
					"39" => :prosthodontics,
					"40" => :oral_surgery,
					"41" => :routine_preventive_dental,
					"42" => :home_health_care,
					"43" => :home_health_prescriptions,
					"44" => :home_health_visits,
					"45" => :hospice,
					"46" => :respite_care,
					"47" => :hospital,
					"48" => :hospital__inpatient,
					"49" => :hospital__room_and_board,
					"50" => :hospital__outpatient,
					"51" => :hospital__emergency_accident,
					"52" => :hospital__emergency_medical,
					"53" => :hospital__ambulatory_surgical,
					"54" => :long_term_care,
					"55" => :major_medical,
					"56" => :medically_related_transportation,
					"57" => :air_transportation,
					"58" => :cabulance,
					"59" => :licensed_ambulance,
					"60" => :general_benefits,
					"61" => :invitro_fertilization,
					"62" => :mricat_scan,
					"63" => :donor_procedures,
					"64" => :acupuncture,
					"65" => :newborn_care,
					"66" => :pathology,
					"67" => :smoking_cessation,
					"68" => :well_baby_care,
					"69" => :maternity,
					"70" => :transplants,
					"71" => :audiology_exam,
					"72" => :inhalation_therapy,
					"73" => :diagnostic_medical,
					"74" => :private_duty_nursing,
					"75" => :prosthetic_device,
					"76" => :dialysis,
					"77" => :otological_exam,
					"78" => :chemotherapy,
					"79" => :allergy_testing,
					"80" => :immunizations,
					"81" => :routine_physical,
					"82" => :family_planning,
					"83" => :infertility,
					"84" => :abortion,
					"85" => :aids,
					"86" => :emergency_services,
					"87" => :cancer,
					"88" => :pharmacy,
					"89" => :free_standing_prescription_drug,
					"90" => :mail_order_prescription_drug,
					"91" => :brand_name_prescription_drug,
					"92" => :generic_prescription_drug,
					"93" => :podiatry,
					"94" => :podiatry__office_visits,
					"95" => :podiatry__nursing_home_visits,
					"96" => :professional_physician,
					"97" => :anesthesiologist,
					"98" => :professional_physician_visit__office,
					"99" => :professional_physician_visit__inpatient,
					"a0" => :professional_physician_visit__outpatient,
					"a1" => :professional_physician_visit__nursing_home,
					"a2" => :professional_physician_visit__skilled_nursing_facility,
					"a3" => :professional_physician_visit__home,
					"a4" => :psychiatric,
					"a5" => :psychiatric__room_and_board,
					"a6" => :psychotherapy,
					"a7" => :psychiatric__inpatient,
					"a8" => :psychiatric__outpatient,
					"a9" => :rehabilitation,
					"aa" => :rehabilitation__room_and_board,
					"ab" => :rehabilitation__inpatient,
					"ac" => :rehabilitation__outpatient,
					"ad" => :occupational_therapy,
					"ae" => :physical_medicine,
					"af" => :speech_therapy,
					"ag" => :skilled_nursing_care,
					"ah" => :skilled_nursing_care__room_and_board,
					"ai" => :substance_abuse,
					"aj" => :alcoholism,
					"ak" => :drug_addiction,
					"al" => :vision_optometry,
					"am" => :frames,
					"an" => :routine_exam,
					"ao" => :lenses,
					"aq" => :nonmedically_necessary_physicalthese_physicals_are_required_by_other_entities_eg_insurance_application_pilot_license_employment_or_school,
					"ar" => :experimental_drug_therapy,
					"b" => :nonescrow_or_nonimpound_service,
					"b1" => :burn_care,
					"b2" => :brand_name_prescription_drug__formulary,
					"b3" => :brand_name_prescription_drug__nonformulary,
					"ba" => :independent_medical_evaluation,
					"bb" => :partial_hospitalization_psychiatric,
					"bc" => :day_care_psychiatric,
					"bd" => :cognitive_therapy,
					"be" => :massage_therapy,
					"bf" => :pulmonary_rehabilitation,
					"bg" => :cardiac_rehabilitation,
					"bh" => :pediatric,
					"bi" => :nursery,
					"bj" => :skin,
					"bk" => :orthopedic,
					"bl" => :cardiac,
					"bm" => :lymphatic,
					"bn" => :gastrointestinal,
					"bp" => :endocrine,
					"bq" => :neurology,
					"br" => :eye,
					"bs" => :invasive_procedures,
					"bt" => :gynecological,
					"bu" => :obstetrical,
					"bv" => :obstetricalgynecological,
					"bw" => :mail_order_prescription_drug_brand_name,
					"bx" => :mail_order_prescription_drug_generic,
					"by" => :physician_visit__office_sick,
					"bz" => :physician_visit__office_well,
					"c" => :escrow_or_impound_service,
					"c1" => :coronary_care,
					"ca" => :private_duty_nursing__inpatient,
					"cb" => :private_duty_nursing__home,
					"cc" => :surgical_benefits__professional_physician,
					"cd" => :surgical_benefits__facility,
					"ce" => :mental_health_provider__inpatient,
					"cf" => :mental_health_provider__outpatient,
					"cg" => :mental_health_facility__inpatient,
					"ch" => :mental_health_facility__outpatient,
					"ci" => :substance_abuse_facility__inpatient,
					"cj" => :substance_abuse_facility__outpatient,
					"ck" => :screening_xray,
					"cl" => :screening_laboratory,
					"cm" => :mammogram_high_risk_patient,
					"cn" => :mammogram_low_risk_patient,
					"co" => :flu_vaccination,
					"cp" => :eyewear_and_eyewear_accessories,
					"cq" => :case_management,
					"dg" => :dermatology,
					"dm" => :durable_medical_equipment,
					"ds" => :diabetic_supplies,
					"gf" => :generic_prescription_drug__formulary,
					"gn" => :generic_prescription_drug__nonformulary,
					"gy" => :allergy,
					"ic" => :intensive_care,
					"mh" => :mental_health,
					"ni" => :neonatal_intensive_care,
					"on" => :oncology,
					"pt" => :physical_therapy,
					"pu" => :pulmonary,
					"rn" => :renal,
					"rt" => :residential_psychiatric_treatment,
					"tc" => :transitional_care,
					"tn" => :transitional_nursery_care,
					"uc" => :urgent_care,
				},
				4 => {
					"12" => :medicare_secondary_working_aged_beneficiary_or_spouse_with_employer_group_health_plan,
					"13" => :medicare_secondary_endstage_renal_disease_beneficiary_in_the_mandated_coordination_period_with_an_employers_group_health_plan,
					"14" => :medicare_secondary_nofault_insurance_including_auto_is_primary,
					"15" => :medicare_secondary_workers_compensation,
					"16" => :medicare_secondary_public_health_service_phsor_other_federal_agency,
					"41" => :medicare_secondary_black_lung,
					"42" => :medicare_secondary_veterans_administration,
					"43" => :medicare_secondary_disabled_beneficiary_under_age_65_with_large_group_health_plan_lghp,
					"47" => :medicare_secondary_other_liability_insurance_is_primary,
					"ap" => :auto_insurance_policy,
					"c1" => :commercial,
					"co" => :consolidated_omnibus_budget_reconciliation_act_cobra,
					"cp" => :medicare_conditionally_primary,
					"d" => :disabilityprovides_periodic_payments_to_replace_income_when_an_insured_person_is_unable_to_work_as_a_result_of_illness_injury_or_disease,
					"db" => :disability_benefits,
					"e" => :medicare__point_of_service_pos,
					"ep" => :exclusive_provider_organizationgives_subscriber_a_choice_of_providers_from_an_approvedcontracted_payer_list_there_are_fixed_dollar_copayments_for_most_covered_services_in_return_for_using_plan_providers,
					"ff" => :family_or_friends,
					"gp" => :group_policytwo_or_more_people_who_are_part_of_complete_unit_who_enter_into_an_insurance_contract_with_an_insurance_company,
					"hm" => :health_maintenance_organization_hmo,
					"hn" => :health_maintenance_organization_hmo__medicare_risk,
					"hs" => :special_low_income_medicare_beneficiaryan_individual_eligible_for_medicare_for_whom_medicaid_pays_only_medicare_premiums,
					"in" => :indemnitygives_a_subscriber_the_choice_to_select_any_provider_payment_is_fixed_percentage_of_the_cost_for_covered_care_after_satisfying_an_annual_deductible,
					"ip" => :individual_policy,
					"lc" => :long_term_carecoverage_designed_to_help_pay_for_some_or_all_long_term_care_costs_reducing_the_risk_that_a_policyholder_would_need_to_deplete_all_of_his_or_her_assets_to_pay_for_long_term_care,
					"ld" => :long_term_policy,
					"li" => :life_insurance,
					"lt" => :litigation,
					"ma" => :medicare_part_a,
					"mb" => :medicare_part_b,
					"mc" => :medicaidprogram_of_health_care_services_made_available_to_medically_indigent_and_other_needy_persons_regardless_of_age_under_terms_of_a_1965_amendment_to_the_us_social_security_act,
					"mh" => :medigap_part_ahealth_insurance_policy_intended_to_cover_the_noncovered_portion_of_expenses_eligible_for_medicare_part_a_reimbursement_which_must_be_paid_by_a_medicare_beneficiary_for_health_care_services_andor_supplies_received,
					"mi" => :medigap_part_bhealth_insurance_policy_intended_to_cover_the_noncovered_portion_of_expenses_eligible_for_medicare_part_b_reimbursement_which_must_be_paid_by_a_medicare_beneficiary_for_health_care_services_andor_supplies_received,
					"mp" => :medicare_primarymedicare_has_the_primary_responsibility_to_pay_for_health_care_services_andor_supplies_received_by_a_covered_beneficiary_a_person_entitled_to_medicare_benefits,
					"ot" => :other,
					"pe" => :property_insurance__personal,
					"pl" => :personal,
					"pp" => :personal_payment_cash__no_insurance,
					"pr" => :preferred_provider_organization_ppo,
					"ps" => :point_of_service_pos,
					"qm" => :qualified_medicare_beneficiarycoverage_for_a_medicare_eligible_individual_for_whom_medicaid_pays_only_for_medicare_premiums_coinsurance_and_deductibles,
					"rp" => :property_insurance__real,
					"sp" => :supplemental_policyan_insurance_policy_intended_to_cover_noncovered_charges_of_another_insurance_policy,
					"tf" => :tax_equity_fiscal_responsibility_act_tefra,
					"u" => :multiple_options_health_plan,
					"wc" => :workers_compensationcoverage_provides_medical_treatment_rehabilitation_lost_wages_and_related_expenses_arising_from_a_job_related_injury_or_disease,
					"wu" => :wrap_up_policya_workers_compensation_policy_written_for_a_specific_job_site_which_will_include_or_cover_more_than_one_insured,
				},
				6 => {
					"1" => :chargeable_periods,
					"2" => :periods_held,
					"3" => :free_periods,
					"4" => :saturdays_sundays_and_holidays,
					"5" => :other_allowance_periods,
					"6" => :hour,
					"7" => :day,
					"8" => :not_applicable,
					"9" => :initial_visit,
					"10" => :six_hours,
					"11" => :twelve_hours,
					"12" => :eighteen_hours,
					"13" => :twentyfour_hours,
					"14" => :debit_days,
					"15" => :credit_days,
					"16" => :excess_days,
					"17" => :hazardous_days,
					"18" => :holidays,
					"19" => :saturdays_and_sundays,
					"20" => :sundays_and_holidays,
					"21" => :years,
					"22" => :service_year,
					"23" => :calendar_year,
					"24" => :year_to_date,
					"25" => :contract,
					"26" => :episode,
					"27" => :visit,
					"28" => :outlier,
					"29" => :remaining,
					"30" => :exceeded,
					"31" => :not_exceeded,
					"32" => :lifetime,
					"33" => :lifetime_remaining,
					"34" => :month,
					"35" => :week,
					"36" => :admission,
					"37" => :three_months,
					"z" => :mutually_defined,
				},
				9 => {
					"00" => :hospitalhomebound_individualsa_type_of_disability_defined_by_the_federal_individuals_with_disabilities_education_act_idea,
					"0a" => :number_of_hours_per_day,
					"0b" => :number_of_hours_per_week,
					"0c" => :number_of_months_per_year,
					"0d" => :number_of_periods_per_week,
					"0f" => :number_of_hours_per_year,
					"0g" => :prekindergarten_students,
					"0h" => :first_grade_students,
					"0i" => :second_grade_students,
					"0j" => :third_grade_students,
					"0k" => :fourth_grade_students,
					"0l" => :fifth_grade_students,
					"0m" => :sixth_grade_students,
					"0n" => :seventh_grade_students,
					"0o" => :eighth_grade_students,
					"0p" => :ninth_grade_students,
					"0q" => :carnegie_unitsone_years_study_time_at_least_120_hours_of_any_one_subject_in_secondary_school_as_defined_by_the_carnegie_foundation_for_the_advancement_of_teaching_to_help_clarify_college_entrance_requirements_a_standard_of_measurement_that_represents_one_credit_for_the_completion_of_a_oneyear_course_16_to_30_carnegie_units_completed_in_a_fouryear_period_is_the_typical_requirement_for_a_standard_high_school_diploma_in_the_us,
					"0r" => :number_of_disability_types,
					"0s" => :number_of_males,
					"0t" => :number_of_females,
					"0u" => :individuals_with_multiple_disabilities,
					"0v" => :individuals_with_serious_emotional_disturbance,
					"0w" => :individuals_with_speech_or_language_impairment,
					"0x" => :individuals_with_traumatic_brain_injury,
					"0y" => :blind_individuals,
					"0z" => :deaf_individuals,
					"01" => :discrete_quantity,
					"1a" => :original_duration_in_calendar_unitsthe_initial_planned_amount_of_time_needed_to_complete_a_task_or_activity,
					"1b" => :current_duration_in_calendar_unitsthe_current_amount_of_time_needed_to_complete_a_task_or_activity,
					"1c" => :remaining_duration_in_calendar_unitsthe_remaining_amount_of_time_needed_to_complete_a_task_or_activity,
					"1d" => :total_float_in_calendar_unitsthe_amount_of_time_a_task_or_activity_can_be_delayed_or_expanded_before_it_impacts_the_project_end_date,
					"1e" => :free_float_in_calendar_unitsthe_amount_of_time_a_task_or_activity_can_be_delayed_or_expanded_without_impacting_on_a_subsequent_task_or_activity,
					"1f" => :lag_as_in_lag_time__in_calendar_unitsthe_amount_of_time_delay,
					"1g" => :lead_time_in_calendar_unitsthe_amount_of_initial_lead_time,
					"1h" => :startedthe_amount_started,
					"1i" => :completedthe_amount_finished,
					"1j" => :duethe_amount_due_to_the_customer,
					"1k" => :time_unitsthe_number_of_time_units_such_as_8_hours,
					"1l" => :shiftsthe_number_of_shifts_for_a_calendar_such_as_3_per_day,
					"1m" => :time_units_per_shiftthe_number_of_time_units_per_shift__such_as_8_hours,
					"1n" => :scrap_allowedamount_of_scrap_allowed_during_production,
					"1o" => :calendar_unitsthe_number_of_calendar_units_such_as_1_per_day_or_1_per_week,
					"1p" => :resource_quantity_availableresource_amount_such_as_labor_hours_or_material_dollars_available_for_a_task_or_activity,
					"1q" => :total_resource_quantitytotal_amount_of_the_resources_available_for_the_total_duration_of_the_task_or_activity,
					"1r" => :level_resource_quantitythe_amount_of_resources_available_for_each_time_unit_for_the_duration_of_the_task_or_activity,
					"1s" => :latethe_amount_that_is_late,
					"1t" => :number_of_delinquent_installments,
					"1u" => :number_of_loans,
					"1v" => :total_number_of_mortgagees,
					"1w" => :total_number_of_loan_detail_records,
					"1x" => :prescription_effective_periodlength_of_time_that_the_prescription_is_effective,
					"1y" => :rate_per_day_rpd,
					"1z" => :end_of_month_inventory_prior_to_ship,
					"02" => :cumulative_quantity,
					"2a" => :commitment_period,
					"2b" => :number_of_borrowers,
					"2c" => :number_of_adjustment_periods,
					"2d" => :age_nearest,
					"2e" => :total_other_properties_owned_and_financed,
					"2f" => :age_next,
					"2g" => :reconsideration_period,
					"2h" => :flat_extra_premium,
					"2i" => :co2_injection_volume,
					"2j" => :accounts_placed_for_collection,
					"2k" => :changes,
					"2l" => :companies_in_same_activity_for_a_period,
					"2m" => :comparison_period,
					"2n" => :departments,
					"2o" => :employees_shared,
					"2p" => :estimated_accounts,
					"2q" => :installed_capacity,
					"2r" => :levels_occupied,
					"2s" => :registered_brands_distributed,
					"2t" => :electronic_signatures,
					"2u" => :bytes,
					"2v" => :employed_at_this_location,
					"2w" => :segments,
					"2x" => :registered_brands_manufactured,
					"2y" => :functional_groups,
					"2z" => :transaction_sets,
					"03" => :discreet_quantity__rejected_material,
					"3a" => :total_credits_accepted,
					"3b" => :total_credits_rejected,
					"3c" => :total_debits_accepted,
					"3d" => :total_debits_rejected,
					"3e" => :total_payments_rejected,
					"3f" => :total_preadvices_accepted,
					"3g" => :total_preadvices_rejected,
					"3h" => :total_prenotes_accepted,
					"3i" => :total_prenotes_rejected,
					"3j" => :total_postadvices_accepted,
					"3k" => :total_postadvices_rejected,
					"3l" => :total_unidentified_transactions_rejected,
					"3m" => :total_credits_received,
					"3n" => :total_debits_received,
					"3o" => :individuals_with_noncategorical_preschool_disability,
					"3p" => :total_preadvices_received,
					"3q" => :total_prenotes_received,
					"3r" => :total_postadvices_received,
					"3s" => :total_debits,
					"3t" => :total_credits,
					"3v" => :minimum_transfer,
					"3w" => :maximum_transfer,
					"3x" => :speed_capacity,
					"3y" => :subcontractors,
					"3z" => :students,
					"04" => :discrete_quantity__rejected_material_disposition_replacement,
					"4a" => :accounts,
					"4b" => :agents,
					"4c" => :authorized_shares,
					"4d" => :clerks,
					"4e" => :design_employees,
					"4f" => :foreign_related_entities,
					"4g" => :group_employeesindividuals_employed_by_the_group_of_companies_to_which_the_business_belongs,
					"4h" => :issued_shares,
					"4i" => :laborers,
					"4j" => :other_employee_type,
					"4k" => :part_time_employees,
					"4l" => :related_entities,
					"4m" => :relatives_employed,
					"4n" => :salespersons,
					"4o" => :space_occupied,
					"4p" => :special_partners,
					"4q" => :suppliers_credit,
					"4r" => :technicians,
					"4s" => :trainees,
					"4t" => :warehouse_employees,
					"4u" => :shareholders,
					"4v" => :available_units,
					"4w" => :total_unduplicated_headcount,
					"4x" => :meals_per_week,
					"4y" => :programs_offered,
					"4z" => :typical_credit_hours_taken_per_graduate_student_full_time,
					"05" => :discrete_quantity__rejected_material_disposition_credit,
					"5a" => :aggregate_benefit_period,
					"5b" => :anticipated_length_of_service,
					"5c" => :approvaloffer_duration,
					"5d" => :benefit_amount,
					"5e" => :benefit_period,
					"5f" => :brothers_deceased,
					"5g" => :brothers_living,
					"5h" => :children,
					"5i" => :citations,
					"5j" => :claim_period,
					"5k" => :coverage,
					"5l" => :elimination_period,
					"5m" => :elimination_period__accident,
					"5n" => :elimination_period__sickness,
					"5o" => :employees__nonowner,
					"5p" => :employees__owner,
					"5q" => :employees__part_time,
					"5r" => :employees__same_duties,
					"5s" => :employees__same_occupation,
					"5t" => :expense,
					"5u" => :frequency,
					"5v" => :general_elimination_period,
					"5w" => :guarantee_period,
					"5x" => :height,
					"5y" => :hours_flown__aircraft_typelife,
					"5z" => :hours_flown__aircraft_typeperiod,
					"06" => :discrete_quantity__rejected_material_disposition_pending,
					"6a" => :hours_flown__aircrafttype_flying,
					"6b" => :hours_flown__lifetime,
					"6c" => :hours_flown__type_flying,
					"6d" => :impairment_duration,
					"6e" => :impairment_frequency,
					"6f" => :installment_frequency,
					"6g" => :installments,
					"6h" => :intended_change_time_period,
					"6i" => :interim_term_period,
					"6j" => :involvement_period,
					"6k" => :loan_rate,
					"6l" => :maximum_age,
					"6m" => :maximum_benefit_period__accident,
					"6n" => :maximum_benefit_period__sickness,
					"6o" => :maximum_benefit_period,
					"6p" => :medication_duration,
					"6q" => :minimum_age,
					"6r" => :own_occupation_qualification_period,
					"6s" => :owners_equity,
					"6t" => :ownership_change_age,
					"6u" => :ownership_duration,
					"6v" => :ownership_percentage,
					"6w" => :payment_frequency,
					"6x" => :payments_number,
					"6y" => :arrests,
					"6z" => :placement_period_expiration,
					"07" => :cumulative_quantity__rejected_material,
					"7a" => :previous_benefits,
					"7b" => :qualification_period,
					"7c" => :range_average,
					"7d" => :range_maximum,
					"7e" => :range_minimum,
					"7f" => :relationship_duration,
					"7g" => :replaced_amount,
					"7h" => :residence_duration,
					"7i" => :sisters_deceased,
					"7j" => :sisters_living,
					"7k" => :time_frame,
					"7l" => :time_in_country,
					"7m" => :time_since_hospitalization,
					"7n" => :time_since_last_application,
					"7o" => :time_since_last_civilian_flight,
					"7p" => :time_since_last_insurance_medical,
					"7q" => :time_since_last_military_flight,
					"7r" => :time_since_medical_consult,
					"7s" => :time_since_medication_end,
					"7t" => :time_since_medication_start,
					"7u" => :time_since_onset,
					"7v" => :time_since_surgery,
					"7w" => :time_since_trip,
					"7x" => :travel_frequency,
					"7y" => :travel_period,
					"7z" => :trip_duration,
					"08" => :cumulative_quantity__rejected_material_disposition_replacement,
					"8a" => :visitation_frequency,
					"8b" => :weight,
					"8c" => :weight_change_period,
					"8d" => :work_period,
					"8e" => :existence_limit_period,
					"8f" => :shares,
					"8g" => :directors,
					"8h" => :minimum,
					"8i" => :voting_shares_held,
					"8j" => :outstanding_shares,
					"8k" => :shares_held_as_treasury_stock,
					"8l" => :shares_subscribed_but_not_issued,
					"8m" => :total_shares_of_stock,
					"8n" => :shares_owned_by_instate_residents,
					"8o" => :shares_owned_by_outofstate_residents,
					"8p" => :partners,
					"8q" => :land_holding,
					"8r" => :nondomestic_stockholders,
					"8s" => :shares_subscribed,
					"8t" => :maximum_number_free_miles,
					"8u" => :typical_credit_hours_taken_per_undergraduate_student_full_time,
					"8v" => :typical_credit_hours_taken_per_firstprofessional_student_full_time,
					"8w" => :fulltime_equivalents,
					"8x" => :total_credit_hours,
					"8y" => :total_noncredit_hours,
					"8z" => :total_contact_hours,
					"09" => :cumulative_quantity__rejected_material_disposition_credit,
					"9a" => :time_expended,
					"9c" => :primary_meter_reading_value,
					"9d" => :engineered_standard,
					"9e" => :active_maintenance_time,
					"9f" => :actual_duration,
					"9h" => :estimated_duration,
					"9j" => :gross_estimate,
					"9k" => :finish_offset,
					"9l" => :start_offset,
					"9m" => :picture_count,
					"9n" => :component_meter_reading_count,
					"9p" => :total_clock_hours,
					"9r" => :enrollees,
					"9s" => :total_days_submitted,
					"9v" => :total_days_approved,
					"10" => :cumulative_quantity__rejected_material_disposition_pending,
					"11" => :split_quantity,
					"12" => :ship_notice_quantity,
					"13" => :collateral_requirements,
					"14" => :quantity_in_float,
					"15" => :quantity_in_hold_out,
					"16" => :line_thread_quantity,
					"17" => :quantity_on_hand,
					"18" => :previous_week_quantity,
					"19" => :unverified_receipts,
					"20" => :unusable_quantity,
					"21" => :cumulative_quantity_shipped_short__disposition_pending,
					"22" => :cumulative_quantity_shipped_short__disposition_challenged,
					"23" => :cumulative_quantity_shipped_long__disposition_pending,
					"24" => :cumulative_quantity_shipped_long__disposition_challenged,
					"25" => :oem_inventory,
					"26" => :total_inventory,
					"27" => :committed_quantity,
					"28" => :quantity_available_for_return,
					"29" => :projected_available_inventory,
					"30" => :quote_quantity_on_inventory,
					"31" => :additional_demand_quantity,
					"32" => :quantity_sold,
					"33" => :quantity_available_for_sale_stock_quantity,
					"34" => :noncommitted_inventory_on_shelf,
					"35" => :inventory_on_shelf__work_in_progress,
					"36" => :distributor_inventory,
					"37" => :work_in_process,
					"38" => :original_quantity,
					"39" => :shipped_quantity,
					"40" => :remaining_quantity,
					"41" => :number_of_batches,
					"42" => :number_of_checks,
					"43" => :talk_pathsthe_total_number_of_talk_paths_associated_with_the_ordered_ports,
					"44" => :number_of_patient_admissions,
					"45" => :cumulative_quantity_on_order,
					"46" => :total_transactions,
					"47" => :primary_net_quantity,
					"48" => :secondary_net_quantity,
					"49" => :number_of_signed_bills_of_lading,
					"50" => :number_of_copies_of_bill_of_lading,
					"51" => :number_of_unsigned_bills_of_lading,
					"52" => :number_of_originals,
					"53" => :original_payment_item_count,
					"54" => :bank_reject_item_count,
					"55" => :net_to_pay_item_count,
					"56" => :minimum_contract_quantity,
					"57" => :minimum_order_quantity,
					"58" => :payment_cancellation_item_count,
					"59" => :individuals_with_developmental_delay,
					"60" => :total_authorized_quantity,
					"61" => :remaining_authorized_quantity,
					"62" => :number_of_days_covered_by_inventory,
					"63" => :on_order_quantity,
					"64" => :past_due_quantity,
					"65" => :previous_months_usage,
					"66" => :minimum_fabrication_quantity,
					"67" => :minimum_ship_quantity,
					"68" => :maximum_number_of_shipments_allowed,
					"69" => :incremental_order_quantity,
					"70" => :maximum_order_quantity,
					"71" => :educable_mentally_retarded_individuals,
					"72" => :minimum_stock_level,
					"73" => :maximum_stock_level,
					"74" => :damaged_goods,
					"75" => :receipts,
					"76" => :returns,
					"77" => :stock_transfers_in,
					"78" => :stock_transfers_out,
					"79" => :billing_units_per_pricing_unit,
					"80" => :pricing_units_per_billing_unit,
					"81" => :prepaid_quantity_shipped,
					"82" => :prepaid_quantity_not_shipped,
					"83" => :submitted_quantity_sold,
					"84" => :submitted_quantity_returned,
					"85" => :lot_size,
					"86" => :nonconformance_quantity,
					"87" => :quantity_received,
					"88" => :beds,
					"89" => :operating_beds,
					"90" => :acknowledged_quantitynetwork_recognition_for_message_receipt,
					"91" => :additional_usage_quantitythe_amount_of_usage_incurred_above_the_allotted_or_allowable_use_for_a_service,
					"92" => :allotted_usage_quantitythe_amount_of_allowable_usage_related_to_a_service,
					"93" => :attendanthandled_quantitymanual_recognition_for_message_receipt,
					"94" => :billable_quantitynumber_of_billable_units_used,
					"95" => :data_storage_quantitynumber_of_storage_units_used,
					"96" => :nonbillable_quantitynumber_of_nonbillable_units,
					"97" => :nonurgent_delivery_quantitynumber_of_units_delivered_in_nonurgent_status,
					"98" => :overflow_quantitynumber_of_overflow_messages_busy_condition_count_for_800_service,
					"99" => :quantity_usedquantity_of_units_used,
					"a0" => :severely_mentally_retarded_individuals,
					"a1" => :acceptable_unserviceable_quantityindicates_what_portion_of_the_total_requested_quantity_may_be_accepted_in_an_unserviceable_condition,
					"a2" => :optimistic_durationbest_case_amount_of_the_time_needed_to_complete_a_task_or_activity,
					"a3" => :most_likely_durationmost_likely_amount_of_time_needed_to_complete_a_task_or_activity,
					"a4" => :pessimistic_durationworst_case_amount_of_time_needed_to_complete_a_task_or_activity,
					"a5" => :adjusted_quantity,
					"a6" => :accidents,
					"a7" => :years_in_school,
					"a8" => :number_of_dependents,
					"a9" => :years_on_job,
					"aa" => :unacknowledged_quantitymessage_received_without_network_or_attendant_recognition,
					"ab" => :urgent_delivery_quantitynumber_of_units_delivered_in_urgent_status,
					"ac" => :voice_storage_quantitynumber_of_voice_storage_units_used,
					"ad" => :maintenance_unitsnumber_of_units_of_maintenance_provided,
					"ae" => :minimum_average_time_requirement_matr_unitsnumber_of_units_calculated_at_a_minimum_usage_rating_basis_such_as_x_minutes_per_message,
					"af" => :wide_area_telephone_service_wats800_service_unitsnumber_of_units_of_usage_for_wats_or_800_service,
					"ag" => :number_of_end_usersnumber_of_participating_users,
					"ah" => :number_of_message_recipientsnumber_of_recipients,
					"ai" => :number_of_operator_creditsnumber_of_operator_credits_given,
					"aj" => :daily_adjustments,
					"ak" => :years_in_this_line_of_workprofession,
					"al" => :area_per_units,
					"am" => :trainable_mentally_retarded_individuals,
					"an" => :age_at_death,
					"ao" => :verified_receipts,
					"ap" => :order_quantity_multipleproduct_must_be_ordered_in_multiples_of_a_number,
					"aq" => :contribution_total,
					"ar" => :loan_repayment_total,
					"as" => :participant_total,
					"at" => :actual,
					"au" => :cumulative_actual,
					"av" => :budget,
					"aw" => :cumulative_budget,
					"ax" => :number_of_insured_lives,
					"ay" => :forecast,
					"az" => :forecast_at_complete,
					"b1" => :number_of_mortgagors,
					"b2" => :mortgage_pool_count,
					"b3" => :requested_amount,
					"b4" => :approved_amount,
					"b5" => :additional_amount,
					"b6" => :preop_days,
					"b7" => :postop_days,
					"b8" => :average,
					"b9" => :period_beginning_imbalance_quantity,
					"ba" => :dueinan_anticipated_receipt_quantity,
					"bb" => :contractor_cumulative_to_date,
					"bc" => :budget_at_complete,
					"bd" => :contractor_at_complete,
					"be" => :subcontractor_cumulative_to_date,
					"bf" => :age_modifying_unitsanesthesia_modifying_units_requested_for_anesthesia_complicated_by_extreme_age_of_patient_under_one_year_or_over_seventy_years,
					"bg" => :subcontractor_at_complete,
					"bh" => :book_order_quantity,
					"bi" => :book_inventory,
					"bj" => :bedroom_count,
					"bk" => :bathroom_count,
					"bl" => :betterment_hours,
					"bm" => :depreciation_hours,
					"bn" => :system_adjusted_hours,
					"bo" => :user_adjusted_hours,
					"bp" => :period_ending_imbalance_quantity,
					"bq" => :backorder_quantity,
					"br" => :blood_record,
					"bs" => :cumulative_beginning_imbalance_quantity,
					"bt" => :cumulative_current_period_imbalance_quantity,
					"bu" => :cumulative_prior_period_adjustment,
					"bv" => :cumulative_ending_imbalance_quantity,
					"bw" => :birth_weight,
					"bx" => :current_period_imbalance_quantity,
					"by" => :production_delivery_quantitythe_production_quantity_delivered_to_a_location,
					"bz" => :entitlement_quantitythe_quantity_to_which_each_party_is_entitled,
					"c0" => :creditors,
					"c1" => :payment_experiences_in_last_12_months,
					"c2" => :payment_experiences_in_last_3_months,
					"c3" => :area_damaged,
					"c4" => :other_unlisted_stockholders,
					"c5" => :other_unlisted_participants,
					"ca" => :covered__actualdays_covered_on_this_service,
					"cb" => :closing_statement_balance,
					"cc" => :current_days_on_market,
					"cd" => :coinsured__actual,
					"ce" => :covered__estimatedestimated_days_covered_on_this_service,
					"cf" => :coinsured__estimated,
					"cg" => :cumulative_gas_volumeoil_and_gas_production_volume_from_well_completion_to_current_reporting_period,
					"ch" => :cumulative_effect_of_prior_period_adjustment,
					"ci" => :cumulative_gas_injection_volumeamount_of_gas_injected_into_an_oil_well_since_well_completion_to_displace_liquid_volumes_in_the_reservoir_and_stimulate_production,
					"cl" => :cumulative_liquid_injection_volumeamount_of_liquid_injected_into_a_gas_well_since_well_completion_to_displace_gas_volumes_in_the_reservoir_and_stimulate_production,
					"cn" => :continuance_duration,
					"co" => :cumulative_oilcondensate_volumevolume_of_crude_oil_and_natural_gas_condensate_produced_from_a_well_or_property_since_well_completion,
					"cp" => :current_period_imbalance,
					"cr" => :certified_registered_nurse_anesthetist_crna_number_of_concurrent_procedures,
					"cs" => :current_service_life,
					"cw" => :cumulative_water_volumevolumes_of_water_and_brine_produced_from_a_well_or_property_since_well_completion,
					"cy" => :convictions_sent,
					"cz" => :total_number_of_convictions,
					"d0" => :engineers,
					"d1" => :billed,
					"d2" => :executives,
					"d3" => :number_of_coinsurance_days,
					"d4" => :field_workers,
					"d5" => :installers,
					"d6" => :members_in_group,
					"d7" => :nonconsolidated_totaldomestic_subsidiaries,
					"d8" => :nonconsolidated_totalforeign_subsidiaries,
					"d9" => :nonunion_employees,
					"da" => :dependents_age,
					"db" => :deductible_blood_unitsamount_of_blood_units_not_reimbursed_due_to_plan_deductible_limits,
					"dc" => :dependent_count,
					"dd" => :distributed,
					"de" => :debited,
					"df" => :deleted,
					"dg" => :gas_used_for_drilling,
					"dh" => :maximum_benefit_period_accident_to_age,
					"di" => :disposed,
					"dj" => :maximum_benefit_period_sickness_to_age,
					"dk" => :airline_attendants,
					"dl" => :companies_included_in_consolidation,
					"dm" => :total_consolidated_domestic_subsidiaries,
					"dn" => :default_notification_response_period,
					"do" => :days_operatednumber_of_days_a_well_or_well_equipment_is_in_use,
					"dp" => :days_producednumber_of_days_a_well_actively_produced_oil_or_gas_since_well_completion_or_during_a_specific_month,
					"dq" => :total_consolidated_foreign_subsidiaries,
					"dr" => :direct_workers,
					"ds" => :dose,
					"dt" => :dependent_total,
					"du" => :counter_clerks,
					"dw" => :domestic_affiliated_companies,
					"dx" => :drivers,
					"dy" => :days,
					"dz" => :employed_at_location,
					"e1" => :course_segmentsthe_number_of_crs_segments_in_the_original_transaction_set_being_referenced,
					"e2" => :degree_segmentsthe_number_of_deg_segments_in_the_original_transaction_set_being_referenced,
					"e3" => :employed_on_this_job,
					"e4" => :employed_in_this_profession,
					"e5" => :employed_by_this_company,
					"e8" => :number_of_entitled_exemptions,
					"e9" => :number_of_withholding_exemptions,
					"ea" => :exclusive_uses,
					"eb" => :nonexclusive_uses,
					"ec" => :use_of_extracorporeal_circulationanesthesia_modifying_unit_requested_for_anesthesia_complicated_by_extracorporeal_circulation_heart_pump_oxygenator_bypass_or_pump_assist_which_is_not_a_usual_part_of_the_surgical_procedure,
					"ed" => :domestic_uses,
					"ee" => :small_business_uses,
					"ef" => :nurses,
					"eg" => :office_workers,
					"eh" => :paid_in_common_shares,
					"ei" => :paid_in_preferred_shares,
					"ej" => :pilots,
					"ek" => :plant_workers,
					"el" => :principals_included_as_employees,
					"em" => :emergency_modifying_unitsanesthesia_modifying_units_requested_for_anesthesia_complicated_by_emergency_conditions_an_emergency_is_defined_as_existing_when_delay_in_treatment_of_the_patient_would_lead_to_a_significant_threat_to_life_or_body_part,
					"en" => :suppliers,
					"eo" => :teachers,
					"ep" => :product_exchange_amount,
					"eq" => :equity_security_holder,
					"er" => :estimated_remaining_economic_life,
					"es" => :ending_stock,
					"et" => :employee_total,
					"eu" => :total_consolidated_subsidiaries,
					"ev" => :total_nonconsolidated_subsidiaries,
					"ew" => :evaporated_water,
					"ex" => :union_employees,
					"ey" => :ported_telephone_linesthe_quantity_of_telephone_lines_for_which_local_telephone_service_is_provided_by_a_different_local_service_provider,
					"ez" => :service_resalethe_quantity_of_lines_circuits_trunks_etc_involved_in_this_order,
					"f0" => :total_claims_with_skin_diseases_or_disorders,
					"f1" => :off_lease_fuel,
					"f3" => :total_deaths_as_a_result_of_injury,
					"f4" => :total_deaths_as_a_result_of_illness,
					"f5" => :total_injury_claims_with_days_away_from_work_or_restricted_work_activity,
					"f6" => :total_injury_claims_with_days_away_from_work,
					"f7" => :total_injury_claims_without_lost_work_days,
					"f8" => :total_days_away_from_work_due_to_injury,
					"f9" => :total_days_with_restricted_work_activity_due_to_injury,
					"fa" => :full_baths,
					"fb" => :furnished_blood_units,
					"fc" => :fuel_consumed_or_burned_amount,
					"fd" => :vehicular_radios,
					"fe" => :portable_radios,
					"ff" => :flare_or_flash,
					"fg" => :marine_radios,
					"fh" => :pagers,
					"fi" => :conventional_mobiles,
					"fj" => :trunked_channels,
					"fk" => :mobile_loading_allocation,
					"fl" => :units,
					"fm" => :aircraft_radios,
					"fn" => :total_claims_with_dust_diseases_of_the_lungs,
					"fo" => :total_claims_with_respiratory_conditions_due_to_toxic_agents,
					"fp" => :total_claims_with_poisoning_illnesses,
					"fq" => :total_claims_with_disorders_due_to_physical_agents,
					"fs" => :gas_used_for_fuel_system,
					"ft" => :forecast_to_complete,
					"fu" => :total_claims_associated_with_repeated_trauma,
					"fv" => :total_illness_claims_with_occupational_illnesses_not_otherwise_classified,
					"fw" => :total_days_away_from_work_due_to_illness,
					"fx" => :total_days_of_restricted_work_activity_due_to_illness,
					"fy" => :total_illness_with_lost_work_days_or_restricted_work_activity,
					"fz" => :total_illness_claims_with_days_away_from_work,
					"g0" => :discharge_quantity,
					"g1" => :estimated_discharge_quantity,
					"g2" => :estimated_transfer_quantity,
					"g3" => :excursions,
					"g4" => :nonproduction_quantity,
					"g5" => :number_of_deaths,
					"g6" => :number_of_hospitalizations,
					"g7" => :number_of_injuries,
					"g8" => :number_of_injuries_requiring_medical_treatment,
					"g9" => :number_of_people_evacuated,
					"ga" => :gross_building_area,
					"gb" => :gross_annual_income_multiplier,
					"gc" => :gross_living_area,
					"gd" => :total_illness_claims_without_lost_work_days,
					"ge" => :original_term_in_years,
					"gf" => :years_remaining,
					"gg" => :average_number_of_employees,
					"gh" => :total_worked_by_all_employees,
					"gi" => :gas_injection_volumevolume_of_gas_injected_into_an_oil_well_to_displace_liquid_volumes_in_the_reservoir_and_stimulate_production_on_a_monthly_basis,
					"gl" => :gas_lift_volumevolume_of_excess_gas_produced_from_the_well_and_reinjected_to_lift_liquids_such_as_oil_and_condensate_from_the_well_bore,
					"gp" => :gross_production,
					"gq" => :government_reporting_quantity,
					"gr" => :gas_receipt_volume,
					"gs" => :gas_sold,
					"gt" => :grade_transfer_amount,
					"gu" => :employee_total_first_month_of_quarter,
					"gv" => :gas_volumereported_volume_of_natural_gas,
					"gw" => :employee_total_second_month_of_quarter,
					"gx" => :employee_total_third_month_of_quarter,
					"gz" => :active_listings,
					"h0" => :number_of_people_shelteredinplace,
					"h1" => :quantity_recovered,
					"h2" => :quantity_recycled,
					"h3" => :quantity_released,
					"h4" => :quantity_treated,
					"h5" => :total_hazardous_waste_generated,
					"h6" => :operational_quantity,
					"h7" => :penalty_variance_quantity,
					"h8" => :allocated_quantity,
					"h9" => :scheduled_quantity,
					"ha" => :market_price_changeexpressed_in_time_ie_months_or_years,
					"hb" => :unpaid,
					"hc" => :branches,
					"hd" => :subsidiaries,
					"he" => :age_of_financial_information,
					"hf" => :invoices,
					"hg" => :financial_coverage_period,
					"hh" => :maximum_number_of_employees_at_location,
					"hi" => :previous_number_of_accounts,
					"hj" => :collection_period,
					"hk" => :disbursement_period,
					"hl" => :seats,
					"hm" => :use_of_hypothermiaanesthesia_modifying_units_requested_for_anesthesia_complicated_by_total_body_hypothermia,
					"hn" => :previous_number_of_employees,
					"ho" => :use_of_hypotensionanesthesia_modifying_units_requested_for_anesthesia_complicated_by_utilization_of_controlled_hypotension,
					"hp" => :use_of_hyperbaric_pressurizationanesthesia_modifying_units_requested_for_anesthesia_complicated_by_use_of_hyperbaric_pressure,
					"hq" => :kindergarten_students,
					"hr" => :use_of_hypertension,
					"hs" => :hours,
					"ht" => :employees_age,
					"hu" => :employees_number_of_days_away_from_work_due_to_injury,
					"hv" => :employees_number_of_days_of_restricted_work_activity_due_to_injury,
					"hw" => :employees_total_number_of_days_away_from_work_due_to_illness,
					"hy" => :total_death_claims,
					"hz" => :total_claims_with_days_away_from_work,
					"i0" => :tenth_grade_students,
					"i1" => :eleventh_grade_students,
					"i2" => :twelfth_grade_students,
					"i3" => :prior_teaching_experience,
					"i4" => :prior_fulltime_teaching_experience,
					"i5" => :prior_parttime_teaching_experience,
					"i6" => :prior_experience_in_education,
					"i7" => :prior_fulltime_experience_in_education,
					"i8" => :prior_parttime_experience_in_education,
					"i9" => :prior_experience_related_to_job,
					"ia" => :local_country_employees,
					"ib" => :foreign_employees,
					"ic" => :prior_fulltime_experience_related_to_job,
					"id" => :prior_parttime_experience_related_to_job,
					"ie" => :total_prior_experience,
					"if" => :total_fulltime_prior_experience,
					"ig" => :total_parttime_prior_experience,
					"ih" => :total_years_of_educational_service,
					"ii" => :number_of_irregular_interest_payments,
					"ij" => :total_years_of_educational_service_in_this_district,
					"ik" => :years_of_experience_as_school_principal,
					"il" => :years_of_experience_as_classroom_teacher,
					"im" => :years_worked_for_this_system,
					"in" => :indirect_workers,
					"ip" => :number_of_interest_payments,
					"iq" => :intransit_quantity,
					"is" => :information_provider_standardized_motor_vehicle_penalty_points,
					"it" => :intertank_transfer_amount,
					"j0" => :ending_storage_balancethe_gas_quantity_in_storage_for_the_contract_as_of_the_ending_flow_date_and_time,
					"j1" => :location_ending_storage_balancethe_gas_quantity_in_storage_for_the_contract_and_location_as_of_the_ending_flow_date_and_time,
					"j2" => :location_ending_storage_balance__firmthe_firm_gas_quantity_in_storage_for_the_contract_and_location_as_of_the_ending_flow_date_and_time,
					"j3" => :location_ending_storage_balance__interruptiblethe_interruptible_gas_quantity_in_storage_for_the_contract_and_location_as_of_the_ending_flow_date_and_time,
					"j4" => :maximum_available_daily_injection_quantitythe_maximum_daily_quantity_of_gas_available_for_injection_as_of_the_ending_flow_date_and_time,
					"j5" => :maximum_available_daily_withdrawal_quantitythe_maximum_daily_quantity_of_gas_available_for_withdrawal_as_of_the_ending_flow_date_and_time,
					"j6" => :minimum_required_daily_injection_quantitythe_minimum_daily_quantity_of_gas_required_to_be_injected_as_of_the_ending_flow_date_and_time,
					"j7" => :minimum_required_daily_withdrawal_quantitythe_minimum_daily_quantity_of_gas_required_to_be_withdrawn_as_of_the_ending_flow_date_and_time,
					"ja" => :activity_codesnumber_of_activity_codes_assigned_to_companys_activities,
					"jb" => :associates,
					"jc" => :average_employeesaverage_number_of_employees_over_a_period_of_time,
					"jd" => :cooperative_shares,
					"je" => :estimated_employees_at_location,
					"jf" => :estimated_total_employeesapproximate_number_of_total_employees_of_a_company_at_current_time,
					"jg" => :financial_institutions,
					"jh" => :judgments,
					"ji" => :land_size,
					"jj" => :liens,
					"jk" => :minimum_employees_at_location,
					"jl" => :office_size,
					"jm" => :owner,
					"jn" => :plant_size,
					"jo" => :previous_number_of_branches,
					"jp" => :protested_bills,
					"jq" => :suits,
					"jr" => :uniform_commercial_code_ucc_filings,
					"js" => :judicial_stay_duration,
					"jt" => :warehouse_size,
					"ju" => :total_days_away_from_work,
					"jv" => :total_days_of_restricted_work_activity,
					"jw" => :total_claims_without_days_away_from_work_and_without_restricted_work_activity,
					"jx" => :secretaries,
					"jy" => :mechanics,
					"jz" => :auditors,
					"k1" => :messengers,
					"k2" => :primary_managers,
					"k3" => :participation_sharesterm_in_latin_america_and_europe_to_quantify_the_number_of_shares_held_by_a_partner_in_a_limited_partnership,
					"k4" => :detrimental_legal_filings,
					"k5" => :petitions_filed,
					"k6" => :drafts,
					"k7" => :business_failure_national_average_incidencenumber_of_firms_in_country_that_discontinued_operations_with_loss_to_creditors,
					"k8" => :business_failure_industry_incidencenumber_of_firms_in_a_specific_industry_that_discontinued_operations_with_loss_to_creditors,
					"k9" => :business_failure_class_incidencenumber_of_firms_in_a_specific_class_that_discontinued_operations_with_loss_to_creditors,
					"ka" => :estimatedthe_quantity_shown_is_an_estimated_quantity,
					"kb" => :net_quantity_increasethe_resultant_quantity_represents_a_net_increase_to_a_previously_transmitted_quantity_after_adjustments_have_been_made,
					"kc" => :net_quantity_decreasethe_resultant_quantity_represents_a_net_decrease_to_a_previously_transmitted_quantity_after_adjustments_have_been_made,
					"kd" => :expenditure_quantity,
					"ke" => :originals,
					"kf" => :duplicates,
					"kg" => :completed_line_items,
					"kh" => :completed_contracts,
					"ki" => :active_contracts_delinquentbuying_party_caused,
					"kj" => :active_contracts_delinquent,
					"kk" => :active_contracts_delinquentcontractor_caused,
					"kl" => :active_contracts_delinquentunknown_causes,
					"km" => :active_line_items_delinquent,
					"kn" => :active_line_items_delinquentbuying_party_caused,
					"ko" => :active_line_items_delinquentcontractor_caused,
					"kp" => :active_line_items_delinquentunknown_causes,
					"kq" => :contracts_completed_delinquentbuying_party_caused,
					"kr" => :contract_completed_delinquentcontractor_caused,
					"ks" => :contracts_completed_delinquentunknown_causes,
					"ku" => :reported_deficiencies,
					"kv" => :line_items_completed_delinquentbuying_party_caused,
					"kw" => :line_items_completed_delinquentcontractor_caused,
					"kx" => :line_items_completed_delinquentunknown_causes,
					"ky" => :corrective_action_requestsverbal,
					"kz" => :corrective_action_requestswritten,
					"l2" => :guarantee_fee_buyup_maximum,
					"l3" => :contract_buyup,
					"l4" => :contract_buydown,
					"l5" => :guarantee_fee_rate_after_alternate_payment_method,
					"l6" => :guarantee_fee_rate_after_buyup_or_buydown,
					"l7" => :buyup_or_buydown_rate_per_basis_point,
					"l9" => :subject_to_loss_or_elimination,
					"la" => :lifetime_reserve__actualmedicare_hospital_insurance_includes_extra_hospital_days_to_be_used_if_the_patient_has_a_long_illness_and_is_required_to_stay_in_the_hospital_over_a_specified_number_of_days_this_is_the_actual_number_of_days_in_reserve,
					"lb" => :loss_allowance,
					"lc" => :late_payment_period,
					"le" => :lifetime_reserve__estimatedmedicare_hospital_insurance_includes_extra_hospital_days_to_be_used_if_the_patient_has_a_long_illness_and_is_required_to_stay_in_the_hospital_over_a_specified_number_of_days_this_is_an_estimate_of_the_number_of_days_in_reserve,
					"lg" => :loss_or_gain,
					"lh" => :lost_gas,
					"li" => :liquid_injection_volumevolume_of_liquids_injected_into_a_gas_well_to_displace_gas_volumes_in_the_reservoir_and_stimulate_production_on_a_monthly_basis,
					"lk" => :corrective_action_requestsmethod_c,
					"ll" => :corrective_action_requestsmethod_d,
					"lm" => :corrective_action_requestsmethod_e,
					"ln" => :aged_active_line_items_delinquentcontractor_caused,
					"lo" => :lost_oil,
					"lp" => :lease_periods,
					"lq" => :aged_line_items_delinquent,
					"lr" => :aged_line_items_completedcontractor_caused,
					"ls" => :oil_condensate_sold,
					"lt" => :tariff_loss_allowance,
					"lu" => :lifetime_reserve_days__applied_to_this_claimmedicare_hospital_insurance_includes_extra_hospital_days_to_be_used_if_the_patient_has_a_long_illness_and_is_required_to_stay_in_the_hospital_more_than_a_specified_number_of_days_this_is_the_actual_number_of_days_used_for_this_claim,
					"lv" => :oilcondensate_volumevolumes_of_crude_oil_and_natural_gas_condensate_produced_from_a_well_or_property_for_a_specific_month,
					"lw" => :lost_work_time_actual,
					"lx" => :lost_work_time_estimated,
					"ly" => :length_of_residency,
					"lz" => :lanes,
					"m1" => :matching_equipment,
					"m2" => :maximum,
					"m3" => :total_federal_pointspoints_assigned_for_the_expected_number_of_federal_offices_on_an_election_ballot_which_are_used_to_determine_the_allocation_of_shared_expenses_between_campaigns_for_federal_and_nonfederal_elected_offices,
					"m4" => :contributions,
					"m5" => :contributors,
					"m6" => :endorsers,
					"m7" => :functions,
					"m8" => :guarantors,
					"m9" => :points,
					"ma" => :miscellaneous_allowance,
					"mb" => :number_of_public_officials,
					"mc" => :total_nonfederal_pointspoints_assigned_for_the_expected_number_of_nonfederal_offices_on_an_election_ballot_which_are_used_to_determine_the_allocation_of_shared_expenses_between_campaigns_for_federal_and_nonfederal_elected_offices,
					"md" => :million_dollar_roundtable_credits,
					"me" => :minimum_number_of_employees,
					"mf" => :manufactured,
					"mg" => :pledges,
					"mh" => :total_points,
					"mi" => :miles,
					"mj" => :attendees,
					"mk" => :tickets_sold,
					"mm" => :maximum_maturity_extension,
					"mn" => :month,
					"mo" => :minimum_order_package_level,
					"mq" => :maximum_ship_quantity,
					"ms" => :measured_quantity,
					"mx" => :maximum_number_of_employees,
					"n1" => :number_of_attacks_or_occurrences,
					"n2" => :number_of_dead,
					"n3" => :number_of_living,
					"n4" => :number_of_times,
					"n5" => :minimum_forecast_quantity,
					"n6" => :maximum_forecast_quantity,
					"na" => :number_of_noncovered_days,
					"nb" => :number_of_units_housing,
					"nc" => :number_of_claimants,
					"nd" => :number_of_late_charges,
					"ne" => :noncovered__estimated,
					"nf" => :number_of_fulltime_employees,
					"ng" => :number_of_nonsufficient_fund_items,
					"nh" => :noncovered__actual,
					"nl" => :number_of_levels,
					"nn" => :number_of_hospitals,
					"no" => :number_of_physicians,
					"np" => :number_of_members,
					"nq" => :number_of_franchisees,
					"nr" => :not_replaced_blood_units,
					"ns" => :number_of_stationsnumber_of_stations_or_terminating_points_which_are_in_use_deleted_added_etc_for_service_delivery_ports_or_lines_on_a_computer_for_example,
					"nt" => :reports,
					"nu" => :since_last_travel,
					"nv" => :net,
					"nw" => :until_next_travel,
					"o1" => :scheduled_receipt,
					"o2" => :scheduled_delivery,
					"o3" => :operational_receipt,
					"o4" => :operational_delivery,
					"o5" => :allocated_receipt,
					"o6" => :allocated_delivery,
					"o7" => :distributed_confirmed_receipt,
					"o8" => :distributed_confirmed_delivery,
					"o9" => :scheduling_tolerance_receipt,
					"oa" => :scheduling_tolerance_delivery,
					"ob" => :energy,
					"oc" => :order_count,
					"od" => :other_miscellaneous_disposition,
					"oe" => :number_of_weeks_per_year,
					"of" => :off_premise_sales_quantity,
					"og" => :other_gas_disposition,
					"oh" => :other_injection_volume,
					"oi" => :opening_statement_balance,
					"ol" => :original_loan_term,
					"on" => :on_premise_sales_quantity,
					"oo" => :other_oil_condensate_disposition,
					"oq" => :optimum_order_quantity,
					"or" => :original,
					"ot" => :number_of_operating_periods_at_failurea_measurement_of_the_elapsed_time_or_usage_before_equipment_failure_occurred,
					"ou" => :outlier_days,
					"ov" => :overage,
					"ow" => :other_water_disposition,
					"p1" => :project_phases,
					"p3" => :physical_status_iiianesthesia_modifying_units_requested_for_physical_status_iii_patient_as_defined_by_the_american_society_of_anesthesiologists,
					"p4" => :physical_status_ivanesthesia_modifying_units_requested_for_physical_status_iv_patient_as_defined_by_the_american_society_of_anesthesiologists,
					"p5" => :physical_status_vanesthesia_modifying_units_requested_for_physical_status_v_as_defined_by_the_american_society_of_anesthesiologists,
					"p6" => :number_of_services_or_procedures,
					"p7" => :prescription_dosage,
					"p8" => :prescription_frequency,
					"p9" => :number_of_people_living_at_residence,
					"pa" => :pipeline_adjustment_or_allowance,
					"pb" => :pressure_base,
					"pc" => :prior_cumulative_imbalance,
					"pd" => :payment_duration_weeks,
					"pe" => :period_of_employment,
					"pf" => :gas_used_for_plant_fuel,
					"pg" => :persistency,
					"ph" => :promotional,
					"pk" => :parking_spaces,
					"pl" => :partial_baths,
					"po" => :percentage_of_ordered_quantityowners_of_fabric_that_have_third_parties_finish_their_fabric_must_have_a_way_to_convey_on_the_purchase_order_the_quantities_of_various_levels_of_quality_acceptable_ie_80_first_10_second_8_off_quality_2_unmerchantable,
					"pp" => :purchase_of_product,
					"pq" => :cumulative_quantity_required_prior_to_the_first_scheduled_period,
					"pr" => :requirement_quantity_that_was_previously_released,
					"ps" => :prescription,
					"pt" => :patients,
					"pw" => :pitted_water,
					"px" => :prior_units_accepted,
					"py" => :paid,
					"q1" => :minimum_quantity_to_which_tax_rate_applies,
					"q2" => :maximum_quantity_to_which_tax_rate_applies,
					"q3" => :quantity_earned,
					"q4" => :quantity_carried_forward,
					"q5" => :number_of_3_to_4_year_olds,
					"q6" => :autistic_individuals,
					"q7" => :deafblind_individuals,
					"q8" => :hearing_impaired_individuals,
					"q9" => :mentally_retarded_individuals,
					"qa" => :quantity_approvedquantity_allowed_by_the_company_processing_the_claim,
					"qb" => :quantity_dispensednumber_of_refills_given,
					"qc" => :quantity_disapproved,
					"qd" => :quantity_delivered,
					"qe" => :quantity_deferredquantity_required_for_orders_but_not_reserved,
					"qf" => :high_fabrication_authorization_quantitythe_highest_quantity_of_material_authorized_for_production,
					"qh" => :quantity_on_holdproduct_which_cannot_be_shipped_at_the_present_time_for_any_reason_exclusive_of_damaged_quantity,
					"qi" => :community_service_duration,
					"qj" => :number_of_times_deported,
					"ql" => :jail_sentence_duration,
					"qm" => :probation_duration,
					"qn" => :restriction_duration,
					"qo" => :operating_quantity,
					"qp" => :quantity_by_position,
					"qq" => :suspended_duration,
					"qr" => :high_raw_material_authorization_quantitythe_highest_quantity_of_raw_material_or_purchased_components_in_their_original_state_authorized_to_be_secured_for_production,
					"qs" => :quantity_per_skid,
					"qt" => :plant_thermal_reduction,
					"qu" => :quantity_serviced,
					"qv" => :quantity_cancelled,
					"qw" => :quantity_withdrawn,
					"qx" => :qualifying_weeks,
					"qy" => :repayment_plan_term,
					"r1" => :replenishment_fill,
					"r2" => :individuals_with_orthopedic_impairment,
					"r3" => :estimated_remaining_physical_life,
					"r4" => :individuals_with_specific_learning_disability,
					"r5" => :axles,
					"r6" => :platform_count,
					"r7" => :individuals_with_visual_impairment,
					"r8" => :individuals_with_other_health_impairment,
					"r9" => :fuel,
					"ra" => :refills_authorizednumber_of_times_a_drug_prescription_my_be_refilled,
					"rb" => :replaced_blood_units,
					"rc" => :number_of_items_authorized_at_store,
					"rd" => :number_of_items_authorized_at_warehouse,
					"re" => :gas_returned_to_earth,
					"rf" => :number_of_items_in_stock,
					"rg" => :gas_used_for_repressuring_or_pressure_maintenance,
					"rh" => :number_of_shelf_tags,
					"rj" => :quantity_available_on_shelf,
					"rl" => :gas_returned_to_property_for_fuel,
					"rm" => :room_count,
					"rn" => :units_rented,
					"rq" => :royalty,
					"rs" => :number_of_shelf_facings,
					"rt" => :retail_sales_quantity,
					"rw" => :water_reinjected_on_property,
					"ry" => :requirement_quantity,
					"s1" => :planned_unit_development_pud_units,
					"s2" => :rooms_finished_area_above_grade,
					"s3" => :dwelling_area,
					"s4" => :garage_or_carport_area,
					"s5" => :units_for_sale,
					"s6" => :gross_rent_multiplier,
					"s7" => :age_high_value,
					"s8" => :age_low_value,
					"s9" => :bedrooms_finished_area_above_grade,
					"sa" => :shipments,
					"sb" => :solicited,
					"sc" => :bathrooms_finished_area_above_grade,
					"sd" => :criminal_sentence_duration,
					"se" => :gross_living_finished_area_above_grade,
					"sf" => :site,
					"sg" => :swanganzanesthesia_modifying_units_requested_for_the_insertion_of_a_swanganz_catheter_attendant_to_the_administration_of_anesthesia,
					"sh" => :shortage,
					"si" => :rooms,
					"sj" => :area_of_level,
					"sk" => :gas_shrinkage,
					"sl" => :predominate_age,
					"sm" => :minimum_criminal_sentence_duration,
					"sn" => :age,
					"so" => :oil_sedimentation,
					"sp" => :days_supplyestimate_of_the_number_of_days_the_supply_will_last,
					"sq" => :product_sales_amount,
					"sr" => :effective_age,
					"ss" => :shares_of_preferred_stock,
					"st" => :standard,
					"su" => :forecasted_scanned_quantity,
					"sv" => :shares_of_common_stock,
					"sw" => :sample_amount,
					"sx" => :maximum_criminal_sentence_duration,
					"sy" => :state_or_province_motor_vehicle_penalty_points,
					"sz" => :seasonal,
					"t1" => :time_units_known,
					"t2" => :time_units_spent_on_duty,
					"t3" => :total_days_on_market,
					"t4" => :total_rooms,
					"t5" => :total_number_of_units,
					"t6" => :total_number_of_units_for_sale,
					"t7" => :tires,
					"ta" => :tank_allowance,
					"tb" => :oil_theft,
					"tc" => :total_at_complete,
					"td" => :total_to_date,
					"te" => :number_of_theatres,
					"tg" => :total_gas_injection_volume,
					"th" => :theoretical_quantity,
					"ti" => :total_oil_andor_condensate_injection_volume,
					"tj" => :duration_in_current_job,
					"tk" => :total_oil_andor_condensate_disposition,
					"tm" => :total_water_disposition,
					"tn" => :total_beginning_inventory,
					"to" => :total,
					"tp" => :time_in_position,
					"tr" => :tripsnumber_of_trips_in_the_ambulance,
					"ts" => :total_number_of_parking_spaces,
					"tt" => :total_production_volume,
					"tu" => :total_adjustments_volume,
					"tv" => :total_gas_disposition,
					"tw" => :total_water_injection_volume,
					"tx" => :total_ending_inventory,
					"ty" => :total_sales_volume,
					"u1" => :freelance_collectors,
					"u2" => :branch_locations_owned,
					"u3" => :branch_locations_leased,
					"ua" => :units_completed,
					"ub" => :poultry,
					"uc" => :livestock,
					"ud" => :passengers,
					"ue" => :trainers,
					"uf" => :operators,
					"ug" => :gas_used_on_property,
					"uh" => :inspectors,
					"ui" => :collectors,
					"uj" => :professionals,
					"uk" => :supervisors,
					"ul" => :approximate_number_of_units_for_sale_projected,
					"um" => :administrators,
					"un" => :promoters,
					"uo" => :oil_condensate_used_on_property,
					"up" => :divisions,
					"uq" => :tables,
					"ur" => :fuel_pumps,
					"us" => :inuse,
					"ut" => :machines,
					"uu" => :used,
					"uv" => :trademarks_used,
					"uw" => :available_for_cultivation,
					"ux" => :foremen,
					"uy" => :travelling_employees,
					"uz" => :freelance_salespersons,
					"v1" => :retention_quantity,
					"v2" => :available_quantity,
					"v3" => :transfer_quantity,
					"v4" => :surveys_in_average_rating,
					"v5" => :vacancies,
					"va" => :volume_shrinkage_adjustment_or_allowance,
					"vb" => :blank_votes,
					"vc" => :cumulative_earned_valuethe_cumulative_sum_of_the_value_of_completed_work_or_completed_portions_of_work_effort_expressed_in_quantity_units_typically_hours,
					"vd" => :scattered_voteswritein_votes_that_receive_less_than_a_jurisdictionally_specified_proportion_of_the_total_vote,
					"ve" => :earned_valuethe_value_of_completed_work_or_completed_portions_of_work_effort_expressed_in_quantity_units_typically_hours,
					"vf" => :federal_votesballots_cast_pursuant_to_42_united_states_code_usc_1973_paragraph_ff6,
					"vg" => :gas_vented,
					"vh" => :schedule_variancethe_difference_between_the_budget_planned_for_a_task_and_the_earned_value_work_accomplished_for_the_task_typically_represented_in_hours,
					"vi" => :cumulative_schedule_variancethe_cumulative_sum_of_the_difference_between_the_budget_planned_for_a_task_and_the_earned_value_work_accomplished_for_a_task_typically_represented_in_hours,
					"vj" => :cumulative_variancethe_difference_between_the_actual_numbers_for_a_task_and_the_earned_value_work_accomplished_for_the_task_typically_represented_in_hours,
					"vk" => :estimate_at_completeestimate_of_the_effort_required_to_complete_a_task_or_project_typically_represented_in_hours,
					"vl" => :at_complete_variancedifference_between_the_budget_at_complete_and_the_estimate_at_complete_typically_represented_in_hours,
					"vm" => :variance_adjustmentadjustment_made_to_a_variance_to_reflect_other_factors_in_measuring_completed_work_or_estimate_of_effort_needed_to_complete_work_typically_represented_in_hours,
					"vn" => :no_votes,
					"vp" => :presidential_votesballots_cast_pursuant_to_42_united_states_code_usc_1973_paragraph_aa1,
					"vr" => :variance,
					"vs" => :visits,
					"vt" => :votes,
					"vv" => :void_votes,
					"vy" => :yes_votes,
					"w0" => :bankruptcy_petitions,
					"w1" => :buyers,
					"w2" => :debentures,
					"w3" => :debentures_filed_against_directors,
					"w4" => :detrimental_legal_filings_against_directors,
					"w5" => :failed_businesses_of_directors,
					"w6" => :professors,
					"w7" => :sellers,
					"w8" => :skilled_workers,
					"w9" => :trademarks_represented,
					"wa" => :total_number_of_workers_compensation_first_reports,
					"wb" => :total_number_of_workers_compensation_subsequent_reports,
					"wc" => :total_number_of_workers_compensation_combined_reports,
					"wd" => :units_worked_per_day,
					"we" => :limited_quantitycode_of_federal_regulations_limited_quantity_for_transportation_of_hazardous_materials,
					"wg" => :weight_gain,
					"wl" => :weight_loss,
					"wo" => :operators_working_interest,
					"wp" => :number_of_producing_wells_remaining_on_property_or_facility,
					"wr" => :number_of_producing_wells_remaining_on_royalty_account,
					"wt" => :total_working_interest,
					"wv" => :water_volumevolume_of_water_produced_with_the_oil_or_gas,
					"ww" => :weeks_worked,
					"wx" => :license_withdrawal_duration,
					"wy" => :license_withdrawals_sent,
					"x1" => :producing_wells,
					"x6" => :assessment_hours,
					"x7" => :duty_days,
					"x8" => :contract_days,
					"x9" => :number_of_days_employed,
					"xa" => :total_of_issuable_assets,
					"xb" => :total_system_backorder_quantity_high_priority,
					"xc" => :total_service_backorder_quantity_high_priority,
					"xd" => :total_system_backorder_quantity_low_priority,
					"xe" => :total_service_backorder_quantity_low_priority,
					"xg" => :on_hand_and_dueinthe_total_quantity_on_hand_and_on_order,
					"xi" => :installment_payments,
					"xj" => :other_war_reserve_material_requirements_protectable_owrmrp_quantitytotal_of_all_war_reserve_material_to_be_protected,
					"xl" => :approximate_number_of_units_projected,
					"xn" => :approximate_number_of_holders,
					"xo" => :circulating_oil,
					"xt" => :protected_quantity,
					"xu" => :reserved,
					"xv" => :requisitioning_objective,
					"xx" => :authorized_retention_level,
					"xy" => :safety_level,
					"xz" => :backorder_linestotal_number_of_transactions_held_in_backorder_status,
					"y1" => :number_of_lost_cards,
					"y2" => :number_of_stolen_cards,
					"y3" => :number_of_cards_not_received,
					"y4" => :number_of_active_accounts_this_cycle,
					"y5" => :number_of_open_accounts,
					"y6" => :number_of_accounts_past_due,
					"y7" => :number_of_cards_outstanding,
					"ya" => :total_demand_quantitysum_total_of_all_demands,
					"yb" => :total_demand_orderstotal_number_of_demand_transactions_reflected_in_total_demand_quantity,
					"yc" => :first_quarter_recurring_demandtotal_quantity_of_recurring_demands_received_in_first_past_quarter,
					"yd" => :first_quarter_recurring_orderstotal_number_of_recurring_demand_transactions_received_in_first_past_quarter,
					"ye" => :first_quarter_nonrecurring_demandtotal_quantity_of_nonrecurring_demands_received_in_first_past_quarter,
					"yf" => :first_quarter_nonrecurring_orderstotal_number_of_nonrecurring_demand_transactions_received_in_first_past_quarter,
					"yg" => :second_quarter_recurring_demandtotal_quantity_of_recurring_demands_received_in_second_past_quarter,
					"yh" => :second_quarter_recurring_orderstotal_number_of_recurring_demand_transactions_received_in_second_past_quarter,
					"yj" => :second_quarter_nonrecurring_demandtotal_quantity_of_nonrecurring_demands_received_in_second_past_quarter,
					"yk" => :second_quarter_nonrecurring_orderstotal_number_of_nonrecurring_demand_transactions_received_in_second_past_quarter,
					"yl" => :third_quarter_recurring_demandtotal_quantity_of_recurring_demands_received_in_third_past_quarter,
					"ym" => :third_quarter_recurring_orderstotal_number_of_recurring_demand_transactions_received_in_third_past_quarter,
					"yn" => :third_quarter_nonrecurring_demandtotal_quantity_of_nonrecurring_demands_received_in_third_past_quarter,
					"yp" => :third_quarter_nonrecurring_orderstotal_number_of_nonrecurring_demand_transactions_received_in_third_past_quarter,
					"yq" => :fourth_quarter_recurring_demandtotal_quantity_of_recurring_demands_received_in_fourth_past_quarter,
					"yr" => :fourth_quarter_recurring_orderstotal_number_of_recurring_demand_transactions_received_in_fourth_past_quarter,
					"ys" => :fourth_quarter_nonrecurring_demandtotal_quantity_of_nonrecurring_demands_received_in_fourth_past_quarter,
					"yt" => :fourth_quarter_nonrecurring_orderstotal_number_of_nonrecurring_demand_transactions_received_in_fourth_past_quarter,
					"yu" => :trailers,
					"yw" => :reorder_point_quantityquantity_at_which_a_reorder_should_take_place,
					"yx" => :contract_line_item_quantitythe_quantity_of_material_cited_under_a_specific_contract_line_item,
					"yy" => :years,
					"z1" => :units_worked_last_day,
					"z2" => :units_worked_per_week,
					"z3" => :units_worked_per_quarter,
					"z4" => :number_weeks_paid,
					"z6" => :unused_accumulated_sick_days,
					"za" => :federal_medicare_or_medicaid_claim_mandate__category_1,
					"zb" => :federal_medicare_or_medicaid_claim_mandate__category_2,
					"zc" => :federal_medicare_or_medicaid_claim_mandate__category_3,
					"zd" => :federal_medicare_or_medicaid_claim_mandate__category_4,
					"ze" => :federal_medicare_or_medicaid_claim_mandate__category_5,
					"zf" => :federal_pension_mandate__category_1,
					"zg" => :federal_pension_mandate__category_2,
					"zh" => :federal_pension_mandate__category_3,
					"zi" => :holding_periodthe_length_of_time_material_can_be_held_while_awaiting_processing,
					"zj" => :federal_pension_mandate__category_5,
					"zk" => :federal_medicare_or_medicaid_payment_mandate__category_1,
					"zl" => :federal_medicare_or_medicaid_payment_mandate__category_2,
					"zm" => :federal_medicare_or_medicaid_payment_mandate__category_3,
					"zn" => :federal_medicare_or_medicaid_payment_mandate__category_4,
					"zo" => :federal_medicare_or_medicaid_payment_mandate__category_5,
					"zp" => :federal_pension_mandate__category_4,
					"zq" => :shares_added,
					"zr" => :extended_term,
					"zs" => :amortization_term,
					"zt" => :beginning_shares,
					"zu" => :shares_deleted,
					"zv" => :quantity_of_dealer_license_plates,
					"zw" => :current_share_balance,
					"zx" => :size_of_household,
					"zy" => :project_units_sold,
					"zz" => :mutually_defined,
				},
				11 => {
					"n" => :no,
					"u" => :unknown,
					"w" => :not_applicable,
					"y" => :yes,
				},
				12 => {
					"n" => :no,
					"u" => :unknown,
					"w" => :not_applicable,
					"y" => :yes,
				}
}

Method Summary

Methods included from CodeSet

code, segment_position