About {{ dataElementConcept.name }}
{{ dataElementConcept.definition|bleach }}
{% if items %}
This is a list of all visible data element based on the data element concept
{{ dataElementConcept.name }}.
Click the name of any item below to go to the main page for an associated data element concept.
{% for i in items %}
-
{{ i.name }}
-
{{ i.short_definition | safe }}
{% endfor %}
{% else %}
No Data Elements are based on this Data Element Concept.
{% endif %}
{% endblock %}