{% include "aristotle_mdr/helpers/itemLink.html" with item=item.dataElementConcept %}
Object Class
{% include "aristotle_mdr/helpers/itemLink.html" with item=item.dataElementConcept.objectClass %}
Property
{% include "aristotle_mdr/helpers/itemLink.html" with item=item.dataElementConcept.property %}
Value Domain
{% include "aristotle_mdr/helpers/itemLink.html" with item=item.valueDomain %}
{% if item.valueDomain %}
Representation
This representation is based on the value domain for this data element, more information is
available at "{% include "aristotle_mdr/helpers/itemLink.html" with item=item.valueDomain %}".
{% include "aristotle_mdr/concepts/valueDomainRepresentation.html" with item=item.valueDomain %}
{% endif %}
{% if item.input_to_derivation.all|length > 0 or item.derived_from.all|length > 0 %}
Derivations
Input to
{% for ded in item.input_to_derivation.all|can_view_iter:user %}
{% include "aristotle_mdr/helpers/inlineDetails.html" with item=ded skip_can_view=True %}
{% empty %}
None
{% endfor %}
Derived from
{% for ded in item.derived_from.all|can_view_iter:user %}
{% include "aristotle_mdr/helpers/inlineDetails.html" with item=ded skip_can_view=True %}