{% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% import 'bootstrap/utils.html' as utils %} {% block app_content %}

{{ parent['snomedConcept'] }} ({{ parent['snomedIdentifier'] }})

  • Condition Evolution Statement(s) (CES): {% if cess %} {% for item in cess %} {% endfor %}
    {{ item['CES'] }}
    {% endif %}

Attribute(s):

    {% if attributes %} {% for item in attributes %}
  • {{ item['att_type_term'] }} : {{ item['att_value_term'] }}
  • {% endfor %} {% else %}

    No attributes

    {% endif %}
{% if parents %}

Direct Parent(s):

    {% for item in parents %}
  • {{ item['term'] }}
  • {% endfor %}
{% endif %}
{% if rule1|length %}

Considering the health condition " {{ parent['snomedConcept'] }} " and its Condition Evolution Statement(s):

How much do you agree with the following list of health conditions sharing the same Condition Evolution Statement (CES) as {{ parent['snomedConcept'] }} ?

{% for rule in list_rules %} {% for dataCell in rule1 %} {% if rule == dataCell['rule'] %} {% if dataCell['descendantConcept'] %} {% else %} {% endif %} {% endif %} {% endfor %} {% endfor %}
Condition Description Incorrect
Partially Incorrect
I do not know
Partially Correct
Correct
Group {{ rule }}: {{ list_rules[rule] }}
{{ dataCell['descendantConcept'] }}
{% else %} {% endif %}

{% endblock %} {% block additional_scripts %} {% endblock %}