This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4
Example StructureDefinition/example-composition (XML)
Raw XML (canonical form + also see XML Format Specification)
Jump past Narrative
Example showing how to use Section Level Profiles (id = "example-composition")
<?xml version="1.0" encoding="UTF-8"?>
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="example-composition"/>
<text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative: StructureDefinition</b> <a name="example-composition"> </a> </p> <div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border:
1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource StructureDefinition "example-composition" </p> </div> <p> <b> url</b> : <code> http://hl7.org/fhir/StructureDefinition/example-composition</code> </p> <p> <b> identifier</b> : id: urn:oid:2.16.840.1.113883.4.642.5.1040</p> <p> <b> name</b> : DocumentStructure</p> <p> <b> title</b> : Document Structure (For testing section templates)</p> <p> <b> status</b> : active</p> <p> <b> experimental</b> : false</p> <p> <b> date</b> : 2018-11-05T17:47:00+11:00</p> <p> <b> description</b> : Document Structure (For testing section templates)</p> <p> <b> kind</b> : resource</p> <p> <b> abstract</b> : false</p> <p> <b> type</b> : <a href="composition.html">Composition</a> </p> <p> <b> baseDefinition</b> : <a href="composition.html">Composition</a> </p> <p> <b> derivation</b> : constraint</p> <blockquote> <p> <b> differential</b> </p> <blockquote> <p> <b> element</b> </p> <p> <b> path</b> : Composition</p> </blockquote> <blockquote> <p> <b> element</b> </p> <p> <b> path</b> : Composition.section</p> <blockquote> <p> <b> slicing</b> </p> </blockquote> </blockquote> <blockquote> <p> <b> element</b> </p> <p> <b> path</b> : Composition.section</p> <p> <b> sliceName</b> : procedure</p> <p> <b> min</b> : 1</p> <blockquote> <p> <b> type</b> </p> </blockquote> </blockquote> <blockquote> <p> <b> element</b> </p> <p> <b> path</b> : Composition.section</p> <p> <b> sliceName</b> : medications</p> <p> <b> min</b> : 1</p> <blockquote> <p> <b> type</b> </p> </blockquote> </blockquote> <blockquote> <p> <b> element</b> </p> <p> <b> path</b> : Composition.section</p> <p> <b> sliceName</b> : plan</p> <p> <b> min</b> : 0</p> <blockquote> <p> <b> type</b> </p> </blockquote> </blockquote> </blockquote> </div> </text> <url value="http://hl7.org/fhir/StructureDefinition/example-composition"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.5.1040"/>
</identifier>
<name value="DocumentStructure"/>
<title value="Document Structure (For testing section templates)"/>
<status value="active"/>
<experimental value="false"/>
<date value="2018-11-05T17:47:00+11:00"/>
<description value="Document Structure (For testing section templates)"/>
<kind value="resource"/>
<abstract value="false"/>
<type value="Composition"/>
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Composition"/>
<derivation value="constraint"/>
<differential>
<element id="Composition">
<path value="Composition"/>
</element>
<element id="Composition.section">
<path value="Composition.section"/>
<slicing>
<discriminator>
<type value="pattern"/>
<path value="code"/>
</discriminator>
<description value="Slice by .section.code"/>
<ordered value="true"/>
<rules value="closed"/>
</slicing>
</element>
<element id="Composition.section:procedure">
<path value="Composition.section"/>
<sliceName value="procedure"/>
<min value="1"/>
<type>
<code value="BackboneElement"/>
<profile value="http://hl7.org/fhir/StructureDefinition/example-section-library">
<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element">
<valueString value="Composition.section:procedure"/>
</extension>
</profile>
</type>
</element>
<element id="Composition.section:medications">
<path value="Composition.section"/>
<sliceName value="medications"/>
<min value="1"/>
<type>
<code value="BackboneElement"/>
<profile value="http://hl7.org/fhir/StructureDefinition/example-section-library">
<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element">
<valueString value="Composition.section:medications"/>
</extension>
</profile>
</type>
</element>
<element id="Composition.section:plan">
<path value="Composition.section"/>
<sliceName value="plan"/>
<min value="0"/>
<type>
<code value="BackboneElement"/>
<profile value="http://hl7.org/fhir/StructureDefinition/example-section-library">
<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element">
<valueString value="Composition.section:plan"/>
</extension>
</profile>
</type>
</element>
</differential>
</StructureDefinition>
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.