{% if Requirements.id.exists() %}

ID: {{Requirements.id}}

{% endif %} {% if Requirements.identifier.exists() %}

Identifier:

{% endif %} {% if Requirements.experimental.exists() %}

Experimental: {{Requirements.experimental}}

{% endif %} {% if Requirements.publisher.exists() %}

Publisher: {{Requirements.publisher}}

{% endif %} {% if Requirements.contact.exists() %} {% for contact in Requirements.contact %} {% endfor %}
Contact Name Contact Points
{%if contact.name.exists() %} {{contact.name}} {% else %} N/A {% endif %}
    {% for contactPoint in contact.telecom %}
  • {%if contactPoint.system = 'email' %} {{contactPoint.value}} {% elsif contactPoint.system = 'url' %} {{contactPoint.value}} {% else %} {{contactPoint.value}} {% endif %}
  • {% endfor %}
{% endif %} {% if Requirements.description.exists() %}

Description:

{{Requirements.description}} {% endif %} {% if Requirements.jurisdiction.exists() %}

Jurisdiction: {% for jurisdiction in Requirements.jurisdiction %} {{jurisdiction.coding.display}}: ({{jurisdiction.coding.system}}#{{jurisdiction.coding.code}})
{% endfor %}

{% endif %} {% if Requirements.purpose.exists() %}

Purpose:

{{Requirements.purpose}} {% endif %} {% if Requirements.copyrightLabel.exists() %}

Copyright Label: {{Requirements.copyrightLabel}}

{% endif %} {% if Requirements.derivedFrom.exists() %}

Other set of Requirements this builds on:

{% endif %} {% if Requirements.reference.exists() %}

External artifact:

{% endif %} {% if Requirements.actor.exists() %}

Actor for these requirements: {% for actor in Requirements.actor %} {{actor}} {% endfor %}

{% endif %}

{% if Requirements.statement.exists() %}

Statements:

{% for statement in Requirements.statement %}

ID: {{statement.key}}

{% if statement.label.exists() %}

Label: {{statement.label}}

{% endif %} {% if statement.reference.exists() %}

References:

    {% for reference in statement.reference %}
  • {{reference}}
  • {% endfor %}
{% endif %} {% if statement.source.exists() %}

Sources:

    {% for source in statement.source %}
  • {{source.display}}
  • {% endfor %}
{% endif %} {% if statement.satisfiedBy.exists() %} {% endif %} {% if statement.conformance.exists() %} {% endif %} {% if statement.derivedFrom.exists() %} {% endif %} {% if statement.parent.exists() %} {% endif %} {% if statement.conditionality.exists() %} {% endif %} {% if statement.satisfiedBy.exists() %} {% endif %} {% if statement.conformance.exists() %} {% endif %} {% if statement.derivedFrom.exists() %}{% endif %} {% if statement.parent.exists() %}{% endif %} {% if statement.conditionality.exists() %}{% endif %}
Satisfied ByConformanceRequirementDerived FromRequirement ParentConditional
    {% for satisfiedBy in statement.satisfiedBy %}
  • {{satisfiedBy}}
  • {% endfor %}
{% for conformance in statement.conformance %} {{conformance}} {% endfor %} {{statement.requirement}}{{statement.derivedFrom}}{{statement.parent}}{{statement.conditionality}}
{% endfor %} {% endif %}