Clinical Document Architecture with Australian Schema
1.0.0 - current Australia flag

Clinical Document Architecture with Australian Schema - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CDASetOperator - XML Representation

Draft as of 2024-08-29

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="CDASetOperator"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet CDASetOperator</b></p><a name="CDASetOperator"> </a><a name="hcCDASetOperator"> </a><a name="CDASetOperator-en-AU"> </a><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="1.0.0"/>
  <name value="CDASetOperator"/>
  <title value="CDASetOperator"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2024-08-29T09:46:41+10:00"/>
  <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>