Route 06 of 176
Compliance Condition Evaluation
QRCompliance.us · Validation Layer · Source of truth: QRCodex.us
Summary
Evaluation is the act of producing a compliance condition, not the condition itself. It is a deterministic procedure — resolve the subject, determine applicability, read the current record, compare, compose, publish, retain — run fresh every time it matters.
Evaluation is a procedure, not a judgment call. The same inputs must always produce the same finding.
Route 3 describes the compliance condition as a thing: a finding with a subject, applicable requirements, a result, a basis and a time. This route describes how that thing gets made — the evaluation act itself, its inputs, its ordering, and the rules that keep it trustworthy.
An evaluation is only as credible as its procedure. If two evaluations of the same identity, at the same moment, against the same requirements, could produce different findings, nothing downstream — routing, monitoring, authorization, audit — could rely on the result. Determinism is therefore not a nicety; it is the entire point of formalizing evaluation as an act with defined steps.
This route does not restate what a condition contains. It covers the mechanics: what must be true of the inputs, in what order the checks run, how applicability is resolved before comparison, why freshness is enforced, what happens when a rule cannot be resolved, and what is retained once the act completes.
01Plain-English Definition
Compliance condition evaluation is the defined, repeatable procedure that converts a subject, a set of applicable requirements, and a current record into a compliance condition.
It is an act, performed at a specific moment, not a standing state. Nothing is evaluated in advance and held for later reuse; the act runs whenever a condition is needed and consumes the freshest inputs available at that instant.
The output of the act is the condition described in route 3. This route is concerned only with the act that produces it — the discipline that makes the output trustworthy rather than a guess dressed up as a finding.
02Inputs The Act Requires
- A resolvable subject — exactly one registered QR identity, unambiguously identified.
- A determined set of applicable requirements — governed upstream, not authored by the evaluation act.
- The identity's current record — registration state, certification state, jurisdiction assignment, expiry position, flags, and relevant history.
- An evaluation time — the instant the act runs, which is stamped onto the resulting condition.
If any of these four is missing or unresolvable, the act cannot complete as a definite pass or fail. It either halts before comparison — an unresolved subject — or completes with an exception recorded against the specific requirement that could not be checked.
03Determinism And Ordering
Evaluation is deliberately mechanical, in a fixed order, so that identical inputs always yield an identical finding and so that a reviewer can retrace the act step by step.
- 1Resolve the subjectConfirm the scan or request maps to exactly one registered identity before any comparison begins.
- 2Resolve applicabilityDetermine which governed requirements apply, given jurisdiction, issuer, object type and certification scope, before reading requirement detail.
- 3Read the current recordPull the identity's present facts from the operational record at evaluation time — never a cached or assumed value.
- 4Compare requirement by requirementEvaluate each applicable requirement individually, so the finding can name exactly what was and was not satisfied.
- 5Compose the conditionAssemble result, basis, time and consequential permissions into the single finding described in route 3.
- 6Publish and retainMake the condition available to consumers and write the evaluation record to the operational store.
Applicability is resolved before comparison, not folded into it, because an error in applicability invalidates every comparison performed afterward. Getting the wrong requirements in scope is a different and more serious failure than mis-evaluating the right ones.
04Why Freshness Is Enforced
The record read in step three must reflect the present, not a prior scan. Requirements are amended, certifications lapse, flags are raised, corrections are accepted — often between one scan and the next on the same identity.
- ✓Each operational scan triggers a full evaluation act rather than replaying a stored verdict.
- ✓The record read is the current operational record at evaluation time, not a snapshot from an earlier act.
- ✓Time-bound requirements are checked against the evaluation instant, so expiry takes effect without a separate sweep.
- ✓A prior condition is evidence of a past act, never a substitute for running the act again.
Freshness is what keeps the condition in route 3 moment-accurate. Without it, the act would produce a historical record dressed up as a live finding.
05Handling An Unresolved Rule
Sometimes an applicable requirement cannot be checked — the governing rule is ambiguous, the record lacks the fact the rule depends on, or a required upstream determination has not been made.
| Aspect | Wrong Handling | Correct Handling |
|---|---|---|
| Missing evidence | Assume the requirement is satisfied because there is no evidence against it | Record the requirement as unresolved and raise an exception for that specific requirement |
| Unconfirmable rule | Assume the requirement has failed because it could not be confirmed | Leave the overall condition as exception, not failure, until the rule or fact is resolved |
| Omission | Silently drop the requirement from the evaluation | Retain the requirement in the record as attempted-but-unresolved, with a reason |
An unresolved rule produces an exception, never a guess in either direction. Guessing is a worse outcome than an honest exception, because it hides the gap instead of surfacing it for review.
06Retention Of The Evaluation Record
Completing the act is not the end of it. The act itself — not only its output condition — is retained, because a later dispute may turn on how the finding was reached rather than only on what it concluded.
- The applicable requirements considered, including any later found to have been resolved incorrectly.
- The record facts read, as they stood at evaluation time.
- The comparison result per requirement, not only the composed overall condition.
- The evaluation timestamp, so later acts can be sequenced against it.
- Any exception raised, with the specific unresolved requirement or fact named.
This retained record is what an auditor reads when a condition is challenged. It answers not just 'what was found' but 'how was it found,' which is the harder question to answer honestly after the fact.
07System Relationship
Evaluation is the validation layer's operational act — the mechanism, not the finding — and it is where the doctrine's separation of layers is enforced in practice.
System Chain — Six Locked Entities
- 1QuickResponseCode.usRoot / System EntryPublic entry point to the QR infrastructure.
- 2QRProtocol.usGovernance (Rules)Writes and governs the applicable rules.
- 3QRCompliance.usValidationValidates compliance readiness against applicable rules and conditions.
- 4QRCertified.usCertification AuthorityAuthorizes the QR for certification.
- 5QRRegistered.usRegistration ResultMandatorily registers the authorized QR.
- 6QRCodex.usOperations / RecordsRecords, operates, logs and preserves canonical operational truth.
No registration → no certified QR output.
| Layer | Relationship To The Evaluation Act |
|---|---|
| ROOT — QuickResponseCode.us | Establishes the authority framework the act operates within. |
| GOVERNANCE — QRProtocol.us | Defines the requirements and applicability rules the act applies, never the act's execution. |
| VALIDATION — QRCompliance.us | Performs the act, resolves applicability, and composes the condition. Sole executor. |
| AUTHORIZATION — QRCertified.us | Consumes the composed condition; never re-runs or second-guesses the act. |
| REGISTRATION — QRRegistered.us | Supplies the identity and much of the record the act reads. |
| OPERATIONS — QRCodex.us | Holds the record read at step three and the evaluation record written at step six. Canonical truth. |
Where the evaluation record and QRCodex.us disagree after the fact, Codex governs and the evaluation record is corrected — the act is re-run against the corrected record, not overridden by hand.
What This Does — And Does Not — Do
Does
- ✓Define the fixed sequence by which a compliance condition is produced
- ✓Require applicability to be resolved before any requirement is compared
- ✓Read the current record fresh at evaluation time, never a cached value
- ✓Raise an exception, not a guess, when a rule or fact cannot be resolved
- ✓Retain the full evaluation record, not only the resulting condition
- ✓Run identically regardless of who or what triggers the act
Does Not
- ✕Author or interpret the requirements it applies
- ✕Decide what happens as a consequence of the condition it produces
- ✕Skip applicability resolution to save a step
- ✕Reuse a prior evaluation in place of running the act again
- ✕Resolve an unresolved rule by assuming a pass or a fail
- ✕Publish a condition without a retained basis behind it
Related Routes
Common Questions
How is evaluation different from the compliance condition itself?
The condition (route 3) is the output — the finding. Evaluation is the procedure that produces it: a fixed sequence of steps run at a specific moment against specific inputs.
Why is applicability resolved before comparison?
Comparing an identity against a requirement that never applied to it produces a meaningless result. Resolving applicability first ensures only the right requirements are checked at all.
What happens if the record can't be read at evaluation time?
The act cannot complete as a definite finding. It halts or raises an exception rather than substituting an older or assumed record value.
Does evaluation ever run without producing a visible condition?
No. Every completed act composes and retains a condition, even when that condition is an exception rather than a pass or fail.
Is the evaluation record the same as the compliance evidence route describes?
They overlap. The evaluation record is what this act produces and retains at each run; evidentiary retention practice more broadly is covered where compliance evidence is addressed directly.
Can the same evaluation act produce different results for the same identity on the same day?
Yes, if applicable requirements differ by context — different facility, different jurisdiction, different scan type — because applicability, not the procedure, is what varies.