{% extends "base.html" %} {% block pagetitle %}Annotation Lexicon{% endblock %} {% block content %}

Below you will find all of the annotation criteria in the lexicon. Here you are able to do the following:

You can also view a subset of the lexicon by clicking on its category name:

Targets: Critical Concepts, Surveillance Ontology
Modifiers: Conjugates, Definite Existence, Definite Negated Existence, Future, Indication, Probable Existence, Probable Negated Existence, Pseudo-Negated

{% csrf_token %} {{ formset.management_form }} {% for f in formset.forms %} {% endfor %}
category literal include
{{ f.id }}{{ f.instance.category }} {{ f.instance.literal }} {{ f.include }}
{% endblock %}