{% extends "base.html" %}
{% block title %}Rules · FastSSV{% endblock %}
{% block extra_scripts %}
{% endblock %}
{% block content %}
FastSSV ships {{ rules|length }} static rules covering OMOP CDM v5.4,
grouped into {{ categories|length }} categories. Click any rule to see
a longer write-up and the SQL pattern that trips it.
{{ r.rule_id }}
{{ r.category }}
{{ r.description }}
{% if r.long_description %}{{ r.long_description }}
{{ r.example_bad }}
{{ r.example_good }}
A longer write-up and example for this rule are still being authored.
{% endif %}