:py:mod:`spark_auto_mapper_fhir.value_sets.relational_operator` =============================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.relational_operator Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.relational_operator.RelationalOperator spark_auto_mapper_fhir.value_sets.relational_operator.RelationalOperatorValues .. py:class:: RelationalOperator(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` v3.RelationalOperator From: http://terminology.hl7.org/ValueSet/v3-RelationalOperator in v3-codesystems.xml **** MISSING DEFINITIONS **** .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-RelationalOperator .. py:class:: RelationalOperatorValues Specified set of things includes value being evaluated. From: http://terminology.hl7.org/CodeSystem/v3-RelationalOperator in v3-codesystems.xml .. py:attribute:: Contains Equal condition applied to comparisons. From: http://terminology.hl7.org/CodeSystem/v3-RelationalOperator in v3-codesystems.xml .. py:attribute:: Equal Greater than or equal condition applied to comparisons. From: http://terminology.hl7.org/CodeSystem/v3-RelationalOperator in v3-codesystems.xml .. py:attribute:: GreaterThanOrEqual A generic comparison selects a record for inclusion in the response if the beginning of the designated element value matches the select string. From: http://terminology.hl7.org/CodeSystem/v3-RelationalOperator in v3-codesystems.xml .. py:attribute:: Generic Greater than condition applied to comparisons. From: http://terminology.hl7.org/CodeSystem/v3-RelationalOperator in v3-codesystems.xml .. py:attribute:: GreaterThan Less than or equal condition applied to comparisons. From: http://terminology.hl7.org/CodeSystem/v3-RelationalOperator in v3-codesystems.xml .. py:attribute:: LessThanOrEqual Less than condition applied to comparisons. From: http://terminology.hl7.org/CodeSystem/v3-RelationalOperator in v3-codesystems.xml .. py:attribute:: LessThan Not equal condition applied to comparisons. From: http://terminology.hl7.org/CodeSystem/v3-RelationalOperator in v3-codesystems.xml .. py:attribute:: NotEqual