{% for stratifier in include.group.stratifier %} {%include row-header.html header='Stratifier' %} {% if stratifier.id.exists() %} ID: {{stratifier.id}} {% if stratifier.code.exists() or stratifier.description.exists() %}
{% endif %} {% endif %} {% if stratifier.code.exists() %} {% if stratifier.code.coding.first().display.exists() %} Code: {{stratifier.code.coding.first().display}} {% else %} Code: {{stratifier.code}} {% endif %} {% if stratifier.description.exists() %}
{% endif %} {% endif %} {% if stratifier.description.exists() %} Description: {{stratifier.description}} {% endif %} {% endfor %}