--- --- {% 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]}}

{{site.data.structuredefinitions['{{[id]}}'].description | markdownify}}

The official URL for this profile is:

{{site.data.structuredefinitions['{{[id]}}'].url}}
{% assign intro = site.data.pages[page.path].intro %} {% if intro != null %} {% if site.data.pages[page.path].intro-type == 'xml' %}
{% include {{intro}} %}
{% else %} {% capture intro-content %} {% include {{intro}} %} {% endcapture %}
{{ intro-content | markdownify }}
{% endif %} {% endif %}

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from {{site.data.structuredefinitions['{{[id]}}'].basename}}

{%include StructureDefinition-{{[id]}}-summary.xhtml%}

This structure is derived from {{site.data.structuredefinitions['{{[id]}}'].basename}}

{%include StructureDefinition-{{[id]}}-diff.xhtml%}
{%include StructureDefinition-{{[id]}}-snapshot.xhtml%}
{% unless excludexml == 'y' %} {% endunless %} {% unless excludejson == 'y' %} {% endunless %} {% unless excludettl == 'y' %} {% endunless %}

This structure is derived from {{site.data.structuredefinitions['{{[id]}}'].basename}}

{%include StructureDefinition-{{[id]}}-summary.xhtml%}

Differential View

This structure is derived from {{site.data.structuredefinitions['{{[id]}}'].basename}}

{%include StructureDefinition-{{[id]}}-diff.xhtml%}

Snapshot View

{%include StructureDefinition-{{[id]}}-snapshot.xhtml%}
{% unless excludexml == 'y' %} {% endunless %} {% unless excludejson == 'y' %} {% endunless %} {% unless excludettl == 'y' %} {% endunless %}

 

Other representations of profile: Schematron

Terminology Bindings

{%include StructureDefinition-{{[id]}}-tx.xhtml%}

Constraints

{%include StructureDefinition-{{[id]}}-inv.xhtml%} {% assign notes = site.data.pages[page.path].notes %} {% if notes != null %} {% if site.data.pages[page.path].notes-type == 'xml' %}
{% include {{notes}} %}
{% else %} {% capture note-content %} {% include {{notes}} %} {% endcapture %}
{{ note-content | markdownify }}
{% endif %} {% endif %}
{% assign includetabscripts = 'true' %} {% include fragment-pageend.html %}