0.1.0 - ci-build

ExampleIG, published by Example Publisher. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/gabriel0316/fhir-slicing/ and changes regularly. See the Directory of published versions

: Composition Sections - XML Representation

Draft as of 2026-02-02

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ExampleCompositionSectionsCS"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem ExampleCompositionSectionsCS</b></p><a name="ExampleCompositionSectionsCS"> </a><a name="hcExampleCompositionSectionsCS"> </a><p>This case-sensitive code system <code>http://example.org/CodeSystem/ExampleCompositionSectionsCS</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">Section1<a name="ExampleCompositionSectionsCS-Section1"> </a></td><td>Section 1</td></tr><tr><td style="white-space:nowrap">Section2<a name="ExampleCompositionSectionsCS-Section2"> </a></td><td>Section 2</td></tr><tr><td style="white-space:nowrap">Section3<a name="ExampleCompositionSectionsCS-Section3"> </a></td><td>Section 3</td></tr></table></div>
  </text>
  <url value="http://example.org/CodeSystem/ExampleCompositionSectionsCS"/>
  <version value="0.1.0"/>
  <name value="ExampleCompositionSectionsCS"/>
  <title value="Composition Sections"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2026-02-02T14:53:03+00:00"/>
  <publisher value="Example Publisher"/>
  <contact>
    <name value="Example Publisher"/>
    <telecom>
      <system value="url"/>
      <value value="http://example.org/example-publisher"/>
    </telecom>
  </contact>
  <description value="Composition Sections"/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="Section1"/>
    <display value="Section 1"/>
  </concept>
  <concept>
    <code value="Section2"/>
    <display value="Section 2"/>
  </concept>
  <concept>
    <code value="Section3"/>
    <display value="Section 3"/>
  </concept>
</CodeSystem>