Skip to content

Eligibility Screen

Checklist — instantiates Solution Space Bounding

Admits or rejects each candidate individually against fixed yes/no or threshold criteria, building a qualified set one unit at a time.

Version
v1 · 2026-08-24 · History
Mechanism #
3071
Type
Checklist
Form family
Decision, Gate & Allocation
Solution family
Representation & Modeling
Problem family
Decision, Search & Optimization Failure
Problem subfamily
Hidden, Unbounded & Poorly Pruned Search Space
Origin domain
Public Administration & Policy
Also from
Medicine & Healthcare
Instantiates
Solution Space Bounding

An Eligibility Screen tests each candidate individually against a fixed list of pass/fail criteria: meet all of them and you are admitted, fail any one and you are out. The single idea that makes it this mechanism is that admission is by absolute, per-candidate criteria — a candidate's fate depends only on its own attributes, not on how many others qualify (unlike a cap's relative top-N) and not on which category it belongs to (unlike a domain restriction). It is a checklist applied unit by unit, and the qualified set is simply everyone who passed, however many that turns out to be.

Example

A clinical trial must assemble a study population from a stream of prospective patients. It defines inclusion criteria (within an age band, a confirmed diagnosis, adequate kidney and liver function) and exclusion criteria (a contraindicated comorbidity, certain prior therapies). Each candidate is checked against the whole list; pass every item and the patient is enrolled, fail any and they are screened out, with borderline cases escalated to the medical monitor. The result is a cleanly defined population. But the team also asks whether the criteria have narrowed the group so far that the enrolled patients no longer resemble the people the treatment is meant for, and reviews whether any group excluded by the criteria is one the result must ultimately apply to.

How it works

The screen is built as an operational criteria list — each item phrased so a single candidate can be judged admit, exclude, defer, or escalate — and applied per unit. Two safeguards distinguish a real eligibility screen from a blunt filter. A false-exclusion review checks for candidates who were rejected but should have qualified (a criterion set too tight, or wrongly applied). And a representativeness check asks whether the admitted set still covers the important subgroups, because per-candidate strictness can quietly hollow out whole categories. Unlike an automated filter run over a corpus, the eligibility screen is a per-candidate admission decision, often carrying human judgment at the thresholds and an escalation path for the ambiguous.

Tuning parameters

  • Criteria strictness — tighter criteria yield a cleaner, more uniform set but shrink and skew the population that qualifies; looser criteria admit more diversity and noise.
  • Threshold levels — where the cut sits on each continuous criterion (an age bound, a lab value). Small threshold moves can exclude large subgroups.
  • Escalation path — whether borderline candidates are auto-rejected or routed to human judgment.
  • Criteria count — more criteria give finer control but compound the chance a good candidate trips one incidental item.

When it helps, and when it misleads

Its strength is a defensible, uniform qualified set: every admitted candidate provably meets the same stated bar, which makes the boundary auditable and consistent across reviewers.

Its failure mode is that strict per-candidate criteria trade away external validity[n1] — the screened set can become so narrow it answers a question about almost nobody real. The classic misuse is stacking eligibility criteria until the qualified population is pristine but unrepresentative, then generalizing the result to everyone. The guarding discipline is the representativeness check paired with reviewing exclusions against the target population: keep asking whom the clean criteria are quietly leaving out, and loosen when generalizability matters more than uniformity.

How it implements the components

  • inclusion_exclusion_rule — the pass/fail criteria are the operating inclusion/exclusion edge, applied to one candidate at a time.
  • false_exclusion_review — checks for candidates wrongly rejected because a criterion was too tight or misapplied.
  • representativeness_check — verifies the admitted set still covers the important subgroups rather than silently hollowing them out.

It does not cap how many candidates may pass (cardinality_estimate, search_strategy) — an unlimited number can qualify; imposing a numeric ceiling is Candidate Cap, its nearest neighbor. And it does not run automatically over a large record corpus or track corpus coverage (coverage_metric, residual_space_register) — that mechanized, corpus-scale screening is Search Filter.

Editorial Notes

Form Classification

Form family: Decision, Gate & Allocation

Rationale: Eligibility Screen operates as a case-specific gate, selection, routing, prioritization, or resource disposition because it admits or rejects each candidate individually against fixed yes/no or threshold criteria, building a qualified set one unit at a time.

Independent corroboration: The frozen evidence defines Eligibility Screen as 'Admits or rejects each candidate individually against fixed yes/no or threshold criteria, building a qualified set one unit at a time', so its operative form is Decision, Gate & Allocation.

Review outcome: Independent reviewer agreement; medium confidence.

Origin Attribution

Primary origin: Public Administration & Policy

Origin pattern: Convergent development

Present-day reach: Multi-domain

Rationale: Program administration cohered per-candidate screening against fixed absolute qualification criteria.

Related originating lineages:

  • Medicine & Healthcare — Clinical screening independently developed checklist and threshold gates for inclusion in treatment and research populations.

Review resolution: The current reviewers agree that public_administration_policy is primary. For the reported differences (reported_ambiguity, alternate_origin_disagreement), the evidence supports convergent, multi_domain, and medicine_healthcare; these choices preserve materially formative origins without conflating later domain reach.

Attribution caveat: The generic screen has parallel administrative and clinical lineages.

Review outcome: Reconciled after independent review; medium confidence.

Notes

[n1] External validity, or generalizability — the extent to which a study's findings hold beyond its specific sample. Narrow eligibility criteria improve internal control and uniformity but can shrink the population to which the result actually applies, a central tension between explanatory and pragmatic trial designs.