{% extends "ui/base.html" %} {% block title %}Revise run · Health-DeID{% endblock %} {% block content %}

Revise run

Create a new run from {{ context.config.run.name or context.run_id }}. The current run remains unchanged.

{% if plan %} {% set detection_message = 'Paid detector results will be reused.' if plan.detection == 'reuse' else ('Paid detection is disabled.' if plan.detection == 'skip' else 'Paid detection must run again.') %}
{{ detection_message }} {{ plan.reason }} Rules, draft de-identification, validation, review, and final de-identification will run again.
{% endif %}

{% if columns %}

Structured PHI fields

{% for column in columns %} {% set structured = column in form.structured_columns %} {% endfor %}
Column Contains PHI PHI category
{{ column }}
{% endif %}

AWS Comprehend Medical
$
Claude Sonnet 4.6
$
$
Custom rules
0 rules
AWS Request Handling

{% include "ui/_policy_fields.html" %}

Validation using GPT-OSS Safeguard 120B
$
$
Human review
{% for value, label in [('none', 'No human review'), ('findings', 'Review validation findings'), ('all', 'Review every record')] %}
{% endfor %}

Create revised run

{% if plan and plan.requires_paid_detection %}
{% endif %}
Cancel
{% include "ui/_rules_modal.html" %} {% endblock %}