FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
Page standards status: Informative | Maturity Level: 0 |
<ValueSet xmlns="http://hl7.org/fhir">
<id value="R5-v3-SetOperator-for-R4"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet R5-v3-SetOperator-for-R4</b></p><a name="R5-v3-SetOperator-for-R4"> </a><a name="hcR5-v3-SetOperator-for-R4"> </a><p>This value set expansion contains 5 concepts.</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>System</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap"><a name="R5-v3-SetOperator-for-R4-http://terminology.hl7.org/CodeSystem/v3-SetOperator-E"> </a> <a href="http://terminology.hl7.org/6.5.0/CodeSystem-v3-SetOperator.html#v3-SetOperator-E">E</a></td><td>http://terminology.hl7.org/CodeSystem/v3-SetOperator</td><td>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 style="white-space:nowrap"><a name="R5-v3-SetOperator-for-R4-http://terminology.hl7.org/CodeSystem/v3-SetOperator-I"> </a> <a href="http://terminology.hl7.org/6.5.0/CodeSystem-v3-SetOperator.html#v3-SetOperator-I">I</a></td><td>http://terminology.hl7.org/CodeSystem/v3-SetOperator</td><td>include</td><td>Form the union with this value, i.e., include this element or set in the resulting set.</td></tr><tr><td style="white-space:nowrap"><a name="R5-v3-SetOperator-for-R4-http://terminology.hl7.org/CodeSystem/v3-SetOperator-A"> </a> <a href="http://terminology.hl7.org/6.5.0/CodeSystem-v3-SetOperator.html#v3-SetOperator-A">A</a></td><td>http://terminology.hl7.org/CodeSystem/v3-SetOperator</td><td>intersect</td><td>Form the intersection with the value.</td></tr><tr><td style="white-space:nowrap"><a name="R5-v3-SetOperator-for-R4-http://terminology.hl7.org/CodeSystem/v3-SetOperator-H"> </a> <a href="http://terminology.hl7.org/6.5.0/CodeSystem-v3-SetOperator.html#v3-SetOperator-H">H</a></td><td>http://terminology.hl7.org/CodeSystem/v3-SetOperator</td><td>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 style="white-space:nowrap"><a name="R5-v3-SetOperator-for-R4-http://terminology.hl7.org/CodeSystem/v3-SetOperator-P"> </a> <a href="http://terminology.hl7.org/6.5.0/CodeSystem-v3-SetOperator.html#v3-SetOperator-P">P</a></td><td>http://terminology.hl7.org/CodeSystem/v3-SetOperator</td><td>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></div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="fhir"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/package-source">
<extension url="packageId">
<valueId value="hl7.fhir.uv.xver-r5.r4"/>
</extension>
<extension url="version">
<valueString value="0.0.1-snapshot-2"/>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="0">
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
<valueCanonical
value="http://hl7.org/fhir/5.0/ImplementationGuide/hl7.fhir.uv.xver-r5.r4"/>
</extension>
</valueInteger>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="informative">
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
<valueCanonical
value="http://hl7.org/fhir/5.0/ImplementationGuide/hl7.fhir.uv.xver-r5.r4"/>
</extension>
</valueCode>
</extension>
<url value="http://hl7.org/fhir/5.0/ValueSet/R5-v3-SetOperator-for-R4"/>
<version value="0.0.1-snapshot-2"/>
<name value="R5_v3_SetOperator_for_R4"/>
<title value="Cross-version VS for R5.SetOperator for use in FHIR R4"/>
<status value="active"/>
<experimental value="false"/>
<date value="2025-09-01T22:37:05.447207+10:00"/>
<publisher value="FHIR Infrastructure"/>
<contact>
<name value="FHIR Infrastructure"/>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/fiwg"/>
</telecom>
</contact>
<description
value="This cross-version ValueSet represents concepts from http://terminology.hl7.org/ValueSet/v3-SetOperator|2.0.0 for use in FHIR R4. Concepts not present here have direct `equivalent` mappings crossing all versions from R5 to R4."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<compose>
<include>
<system value="http://terminology.hl7.org/CodeSystem/v3-SetOperator"/>
<version value="2.1.0"/>
<concept>
<code value="E"/>
<display value="exclude"/>
</concept>
<concept>
<code value="I"/>
<display value="include"/>
</concept>
<concept>
<code value="A"/>
<display value="intersect"/>
</concept>
<concept>
<code value="H"/>
<display value="convex hull"/>
</concept>
<concept>
<code value="P"/>
<display value="periodic hull"/>
</concept>
</include>
</compose>
<expansion>
<timestamp value="2025-09-01T22:37:05.447203+10:00"/>
<contains>
<system value="http://terminology.hl7.org/CodeSystem/v3-SetOperator"/>
<version value="2.1.0"/>
<code value="E"/>
<display value="exclude"/>
</contains>
<contains>
<system value="http://terminology.hl7.org/CodeSystem/v3-SetOperator"/>
<version value="2.1.0"/>
<code value="I"/>
<display value="include"/>
</contains>
<contains>
<system value="http://terminology.hl7.org/CodeSystem/v3-SetOperator"/>
<version value="2.1.0"/>
<code value="A"/>
<display value="intersect"/>
</contains>
<contains>
<system value="http://terminology.hl7.org/CodeSystem/v3-SetOperator"/>
<version value="2.1.0"/>
<code value="H"/>
<display value="convex hull"/>
</contains>
<contains>
<system value="http://terminology.hl7.org/CodeSystem/v3-SetOperator"/>
<version value="2.1.0"/>
<code value="P"/>
<display value="periodic hull"/>
</contains>
</expansion>
</ValueSet>