:py:mod:`spark_auto_mapper_fhir.value_sets.set_operator` ======================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.set_operator Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.set_operator.SetOperator spark_auto_mapper_fhir.value_sets.set_operator.SetOperatorValues .. py:class:: SetOperator(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` v3.SetOperator From: http://terminology.hl7.org/ValueSet/v3-SetOperator in v3-codesystems.xml **** MISSING DEFINITIONS **** .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-SetOperator .. py:class:: SetOperatorValues Operations that can be used to associate concepts in a terminology. From: http://terminology.hl7.org/CodeSystem/v3-SetOperator in v3-codesystems.xml .. py:attribute:: ValueSetOperator Form the intersection with the value. From: http://terminology.hl7.org/CodeSystem/v3-SetOperator in v3-codesystems.xml .. py:attribute:: Intersect 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. From: http://terminology.hl7.org/CodeSystem/v3-SetOperator in v3-codesystems.xml .. py:attribute:: ConvexHull 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. From: http://terminology.hl7.org/CodeSystem/v3-SetOperator in v3-codesystems.xml .. py:attribute:: PeriodicHull