spark_auto_mapper_fhir.value_sets.set_operator
¶
Module Contents¶
Classes¶
v3.SetOperator |
|
Operations that can be used to associate concepts in a terminology. |
- class spark_auto_mapper_fhir.value_sets.set_operator.SetOperator(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
v3.SetOperator From: http://terminology.hl7.org/ValueSet/v3-SetOperator in v3-codesystems.xml
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-SetOperator¶
- class spark_auto_mapper_fhir.value_sets.set_operator.SetOperatorValues¶
Operations that can be used to associate concepts in a terminology. From: http://terminology.hl7.org/CodeSystem/v3-SetOperator in v3-codesystems.xml
- ValueSetOperator¶
Form the intersection with the value. From: http://terminology.hl7.org/CodeSystem/v3-SetOperator in v3-codesystems.xml
- 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
- 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
- PeriodicHull¶