--- --- {% include fragment-pagebegin.html %} {% assign excludexml = site.data.info.excludexml | downcase | slice: 0 %} {% assign excludejson = site.data.info.excludejson | downcase | slice: 0 %} {% assign excludettl = site.data.info.excludettl | downcase | slice: 0 %} {% assign excludemaps = site.data.info.excludemap | downcase | slice: 0 %}

Publish Box goes here

StructureDefinition: {{[title]}} - Examples

{% assign intro = site.data.pages[page.path].intro %} {% if site.data.pages[page.path].intro != null %}
{% include {{intro}} %}
{% endif %} {% assign basepath = page.path | replace: '-examples.html', '.html' %} {% if site.data.pages[basepath].examples.size > 0 %}

Examples for the {{[id]}} Profile.

{% for example in site.data.pages[basepath].examples %} {% endfor %}
{{example.title}}
{% else %}

No examples are currently available for the {{id}} Profile.

{% endif %} {% assign notes = site.data.pages[page.path].notes %} {% if site.data.pages[page.path].notes != null %}
{% include {{notes}} %}
{% endif %}
{% assign includetabscripts = 'true' %} {% include fragment-pageend.html %}