---
# jekyll header
level: 2
active: profiles
title: profile
---
{% include header.html %}
{% include container-start.html %}
{% include breadcrumbs.html %}
{% include {{[id]}}-watermark.md %}
SD.{{ site.data.structuredefinitions.{{[id]}}.index | plus: 1 }} {{[type]}}-{{[id]}}
{% capture my-include %}{% include {{[id]}}-intro.md %}{% endcapture %}{{ my-include | markdownify }}
SD.{{ site.data.structuredefinitions.{{[id]}}.index | plus: 1 }}.1
Formal Views of Profile Content
{% include {{[type]}}-{{[id]}}-header.xhtml %}
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
{% capture my-include %}{% include {{[id]}}-summary.md %}{% endcapture %}{{ my-include | markdownify }}
{% include {{[type]}}-{{[id]}}-diff.xhtml %}
{% include {{[type]}}-{{[id]}}-snapshot.xhtml %}
{% capture my-include %}{% include {{[id]}}-summary.md %}{% endcapture %}{{ my-include | markdownify }}
Differential View
{% include {{[type]}}-{{[id]}}-diff.xhtml %}
Snapshot View
{% include {{[type]}}-{{[id]}}-snapshot.xhtml %}
Downloads: StructureDefinition: (XML, JSON), Schema: XML Schematron
SD.{{ site.data.structuredefinitions.{{[id]}}.index | plus: 1 }}.2 Quick Start 
Below is an overview of the requirements for search and read operations.
{% capture my-include %}{% include {{[id]}}-search.md %}{% endcapture %}{{ my-include | markdownify }}
{% include container-end.html %}
{% include footer.html %}