TAS Visual Aids — $436.05 per item subsidy

This page is a direct rule-based guide for AU_TAS_VISUAL_AIDS (rule version 2025-26, effective 1 July 2025). It explains the four-condition YAML eligibility gate, the Statewide Spectacles Scheme channel, the multiplier amount formula $436.05 × visual_aid_item_count that turns a single rule into a stackable per-item subsidy, the exclusion of school-aged children whose visual support flows through Department for Education, and the residency and means-test overlays described in application notes.

Don't want to read the full rule? Get a personalised report on every Australian government benefit you may qualify for in under 3 minutes.

Quick Answer

You may qualify when all four YAML conditions in eligibility.all hold: state = TAS, concession_card_type in [pensioner_concession_card, health_care_card, dva_gold_card, commonwealth_seniors_health_card], vision_impairment_eligible = true, and visual_aid_item_count >= 1. The four-card list is the broadest among the TAS health rules covered here, importantly including the CSHC for age-related vision impairment in self-funded retirees.

You are blocked when you live outside Tasmania or have not resided in Tasmania for at least 3 months, when you hold no concession card from the accepted list, when no clinical optometrist or ophthalmologist has documented your vision impairment, when you are a school-aged child (Department for Education funds your visual support instead), or when your private health insurance has already reimbursed the item. The rule's excludes.any and conflicts arrays are empty, but the practical blockages flow from application_meta.notes overlays applied at intake.

Rate logic summary: the rule's amount.type is fixed with a base value of $0 and a per_unit_addition of $436.05 multiplied by the YAML field visual_aid_item_count. A single-item claim returns $436.05; two items return $872.10; three items return $1,308.15. There is no upper cap in YAML on the item count, but the Statewide Spectacles Scheme assesses each item against the prescribing optometrist or ophthalmologist's clinical recommendation, so practical claims rarely exceed 2-3 items in a single application.

What Is This Payment?

The TAS Visual Aids subsidy is a per-item financial contribution toward the cost of low vision aids, prostheses, and intraocular implants for Tasmanian concession card holders with a documented vision impairment. It is recorded in the rule database as a monetary primary Group A rule with parent_cluster TAS Vision Support, the cluster anchor for state-level vision and ophthalmology concessions sitting alongside federal optical PBS pathways and the federal Health Care Card. The entitlement_scope is person over a per_item period — the per-item rather than annual scope is what enables the multiplier amount logic.

The administering body is the Department of Health Tasmania, delivering through the Statewide Spectacles Scheme — a state programme that contracts with approved optometrists and ophthalmologists to dispense vision aids at the subsidised level rather than reimbursing after purchase. The intake channel is statewide_spectacles_scheme, accessed via the approved provider list. Prescription is initiated by the eye care professional during a clinical assessment; the patient does not separately apply.

The rule's design intent is to enable independent living for concession card holders with age-related, congenital, or acquired vision impairment, by absorbing the marginal cost of low vision aids (magnifiers, telescopic readers, CCTVs) and prostheses that materially affect quality of life but are not subsidised through MBS or PBS. It differentiates from interstate equivalents by using a flat per-item subsidy of $436.05 rather than a tiered amount band. Lifecycle: the subsidy reopens each time a fresh prescription is issued, so a patient whose vision deteriorates can claim again with no annual reset.

How Much Can You Get?

The rule's amount.type is fixed with amount.period none, base value $0, and per_unit_addition of $436.05 multiplied by the YAML field visual_aid_item_count via unit_field. The display_period is per_item, and the output result_type is estimated_amount. The headline formula is exactly $436.05 × visual_aid_item_count — clean multiplication with no taper, no per-household adjustment, and no upper item-count cap in YAML.

Three numeric facts shape the value experience. First, the multiplier is unconditional inside the eligibility gates — a patient prescribed 3 items receives $436.05 × 3 = $1,308.15 regardless of whether items are dispensed simultaneously or staggered. Second, the per-item cap means premium items retailing above $436.05 still attract only $436.05 of subsidy each, with the patient meeting the differential. Third, the derived layer defaults visual_aid_item_count = 1 when vision_impairment_eligible = true is set without an explicit count.

Worked numeric example. Marja is prescribed two items by her ophthalmologist: an intraocular lens implant at $980 retail and a 6× illuminated handheld magnifier at $280 retail. Total retail $1,260. The TAS subsidy contributes $436.05 × 2 = $872.10. Her private extras meets a further $200. She pays the remaining $187.90 out of pocket. Without the subsidy her cost would have been $1,060.

Audit recipe. First confirm state = TAS via residential address and the 3-month residency check from application_meta.notes. Second confirm the optometrist or ophthalmologist's clinical assessment supporting vision_impairment_eligible = true. Third confirm one of the four accepted cards: PCC, HCC, DVA Gold, or CSHC. Fourth count the prescribed items going into the claim. Fifth multiply: $436.05 × item count = the YAML-computed subsidy. Sixth confirm the rule has no conflicts entries, so the subsidy stacks with private health extras cover (with the department expecting insurer claim first to avoid duplicate coverage).

Eligibility Conditions

The eligibility block is an all set with four YAML items, plus residency, means-test, and item-source overlays from application_meta.notes.

  1. Tasmanian residency: state = TAS. The rule is jurisdiction-locked. A New South Wales or Victorian resident travelling for an ophthalmology consultation at a Tasmanian provider does not qualify. The application_meta.notes additionally overlay a 3-month permanent residency requirement, so recent interstate transfers must wait out the residency window before claiming.
  2. Concession card held: concession_card_type in [pensioner_concession_card, health_care_card, dva_gold_card, commonwealth_seniors_health_card]. Four cards accepted — the broadest list among the TAS health rules covered here. The CSHC inclusion is the differentiator: self-funded retirees with no other concession entitlement can still claim the visual aids subsidy.
  3. Vision impairment confirmed: vision_impairment_eligible = true. The rule engine treats this as the umbrella field for clinically documented vision impairment supporting an aid prescription. The certifying clinician is an optometrist or ophthalmologist; self-reported vision difficulty without clinical assessment fails this gate.
  4. At least one prescribed item: visual_aid_item_count >= 1. The count drives the multiplier. The derived layer defaults the count to 1 when vision_impairment_eligible = true is set without an explicit number, ensuring the rule does not silently return $0 for an otherwise eligible patient.

Required fields: state, concession_card_type, vision_impairment_eligible, and visual_aid_item_count. The engine does not collect the prescribed item type, the retail price, or the dispensing provider — these live in the Statewide Spectacles Scheme provider record rather than the rule engine.

Three administrative overlays from application_meta.notes: (1) permanent Tasmanian residency of at least 3 months, (2) means test applied by the department on top of concession card status, and (3) exclusion of items already reimbursed by private health insurance or workers compensation. The excludes.any array is empty in YAML, so the engine reports eligible until these overlays are applied at intake. A further structural exclusion: school-aged children do not qualify through this rule because their visual support flows through Department for Education state schools and special schools rather than the Statewide Spectacles Scheme.

Two practical considerations apply. First, the per-item multiplier rewards multi-item claims when clinically appropriate — a patient with both near and distance aids may claim two items per prescription cycle. Second, prescription cycles can be staggered: no annual cap, so a re-prescription 8 months later attracts a fresh $436.05.

How To Apply

Application metadata defines a single channel: statewide_spectacles_scheme. The pathway is provider-initiated. A patient attends an optometrist or ophthalmologist on the approved provider list, undergoes a clinical assessment, and is prescribed the appropriate aids. The provider dispenses the items at the subsidised level and settles the subsidy directly with the department after dispensing. There is no separate patient application form; the patient need only present a valid concession card at the appointment.

Evidence requirements listed in the rule are short but specific:

Two practical tips help. First, book the appointment at an approved Statewide Spectacles Scheme provider — non-scheme providers cannot settle the subsidy directly and will require the patient to pay full retail and pursue a reimbursement claim. Second, check private health insurance extras cover before the provider dispenses; insurer claim first, then TAS subsidy on the residual.

Read the official TAS Visual Aids page

Rule-Based Scenarios

Scenario 1: Launceston retiree with single prescribed magnifier

Tordis is a 72-year-old retiree in Launceston with a Pensioner Concession Card and age-related macular degeneration. Her optometrist at an approved Statewide Spectacles Scheme provider prescribes a 6× illuminated handheld magnifier retailing at $280. The state gate state = TAS passes, the card gate passes, vision_impairment_eligible = true passes following the optometrist's clinical assessment, and visual_aid_item_count = 1. The subsidy computes to $436.05 × 1 = $436.05, fully covering the retail price. The provider dispenses the magnifier at no out-of-pocket cost and settles the subsidy directly with the department.

Scenario 2: Hobart self-funded retiree on CSHC, two-item claim

Lorcan is a 70-year-old self-funded retiree in Hobart holding only a Commonwealth Seniors Health Card. His ophthalmologist prescribes both an intraocular lens implant at $980 retail and a 4× handheld telescope at $390 retail. The state gate passes, concession_card_type = commonwealth_seniors_health_card passes (CSHC is on the accepted list for this rule), vision_impairment_eligible = true passes, and visual_aid_item_count = 2. The subsidy computes to $436.05 × 2 = $872.10. After private extras meets $300, Lorcan pays $198 out of pocket for both items.

Scenario 3: Devonport school-aged child — declined, redirected to education

Marja's 9-year-old daughter has been diagnosed with congenital nystagmus by a paediatric ophthalmologist at Royal Hobart, requiring high-magnification reading aids. Marja holds an HCC. The state gate passes, the card gate passes, and vision_impairment_eligible = true passes, so the rule engine returns eligible. At intake the department applies the school-age exclusion from application_meta.notes and redirects Marja to the Department for Education vision support pathway. The school assigns an itinerant vision teacher and dispenses the reading aids through education funding.

Scenario 4: Mahmood with workers compensation eye prosthesis — duplicate denied

Mahmood is a 58-year-old fitter in Sorell who lost an eye in a workplace injury 3 years ago. The workers compensation insurer funded a prosthetic eye and continues funding refits every 2-3 years. He holds a Pensioner Concession Card following a separate DSP claim. The state gate passes, card gate passes, and vision_impairment_eligible = true passes — engine returns eligible. The department applies the duplicate-coverage exclusion against the workers compensation funding and declines. Mahmood's prosthetic refits continue through workers compensation.

Common Mistakes

Related Benefits

The rule sits inside the TAS Vision Support cluster and connects to the broader Department of Health Tasmania concession ecosystem. Six related pages share field gates, application channels, or audience overlap with this rule:

Frequently Asked Questions

What is the exact subsidy formula?

amount.type = fixed, base value $0, per_unit_addition $436.05 multiplied by visual_aid_item_count. So 1 item = $436.05, 2 items = $872.10, 3 items = $1,308.15. No upper cap in YAML; the Statewide Spectacles Scheme assesses each item against clinical recommendation.

Does CSHC qualify?

Yes. The concession_card_type enum lists four cards including commonwealth_seniors_health_card. This is the broadest list among the TAS health rules covered on this site, reflecting that age-related vision impairment is common among self-funded retirees with no other concession entitlement.

Why are school-aged children excluded?

The application_meta.notes route school-aged children to Department for Education's state and special school vision support funding. The TAS Visual Aids rule covers pre-school children and adults only. The exclusion is administrative rather than a YAML eligibility gate, so the rule engine reports eligible until the department applies the school-age overlay at intake.

How is the multiplier different from a flat amount?

Most TAS fixed-amount rules pay a single headline number per period. Visual Aids uses a per-item structure where the dollar value scales with visual_aid_item_count. A patient with both an intraocular implant and a magnifier receives $872.10 (two items × $436.05), not just $436.05.

Is there a means test?

Yes, applied at intake. The application_meta.notes reference a means test in addition to concession card status. Most concession card holders pass the means test automatically because concession card eligibility already proxies low income, but the department reserves discretion to apply additional means checks.

Can I claim again later if my eyes deteriorate?

Yes. The amount.period is none and the per-item structure resets with each fresh prescription. A patient whose vision deteriorates and is prescribed an upgraded device can claim a fresh $436.05 on the new item, even within the same financial year as the original claim.

Find every Australian government benefit you're entitled to

Benefit Check uses the same rule engine behind this page to scan all 317 federal and state benefits. Answer a short questionnaire and get your full eligibility list with calculated amounts.