Clinical Document Architecture
2.0.0-sd - release

Clinical Document Architecture, published by Health Level 7. This guide is not an authorized publication; it is the continuous build for version 2.0.0-sd built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CDA-core-sd/ and changes regularly. See the Directory of published versions

: CDASetOperator - XML Representation

Draft as of 2024-05-16

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="CDASetOperator"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/5.2.0/CodeSystem-v3-SetOperator.html"><code>http://terminology.hl7.org/CodeSystem/v3-SetOperator</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/5.2.0/CodeSystem-v3-SetOperator.html#v3-SetOperator-A">A</a></td><td style="color: #cccccc">intersect</td><td>Form the intersection with the value.</td></tr><tr><td><a href="http://terminology.hl7.org/5.2.0/CodeSystem-v3-SetOperator.html#v3-SetOperator-E">E</a></td><td style="color: #cccccc">exclude</td><td>Form the set-difference with this value, i.e., exclude this element or set from the resulting set.</td></tr><tr><td><a href="http://terminology.hl7.org/5.2.0/CodeSystem-v3-SetOperator.html#v3-SetOperator-H">H</a></td><td style="color: #cccccc">convex hull</td><td>Form the convex hull with the value. The convex hull is defined over ordered domains and is the smallest contiguous superset (interval) that of all the operand sets.</td></tr><tr><td><a href="http://terminology.hl7.org/5.2.0/CodeSystem-v3-SetOperator.html#v3-SetOperator-I">I</a></td><td style="color: #cccccc">include</td><td>Form the union with this value, i.e., include this element or set in the resulting set.</td></tr><tr><td><a href="http://terminology.hl7.org/5.2.0/CodeSystem-v3-SetOperator.html#v3-SetOperator-P">P</a></td><td style="color: #cccccc">periodic hull</td><td>Form the periodic hull with the value. The periodic hull is defined over ordered domains and is the periodic set that contains all contiguous supersets of pairs of intervals generated by the operand periodic intervals.</td></tr></table></li></ul></div>
  </text>
  <url value="http://hl7.org/cda/stds/core/ValueSet/CDASetOperator"/>
  <version value="2.0.0-sd"/>
  <name value="CDASetOperator"/>
  <title value="CDASetOperator"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2024-05-16T19:22:49+00:00"/>
  <publisher value="Health Level 7"/>
  <contact>
    <name value="HL7 International - Structured Documents"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/structure"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="structdog@lists.HL7.org"/>
    </telecom>
  </contact>
  <description value="Determins the intersectionality of multiple sets"/>
  <compose>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/v3-SetOperator"/>
      <concept>
        <code value="A"/>
      </concept>
      <concept>
        <code value="E"/>
      </concept>
      <concept>
        <code value="H"/>
      </concept>
      <concept>
        <code value="I"/>
      </concept>
      <concept>
        <code value="P"/>
      </concept>
    </include>
  </compose>
</ValueSet>