spark_auto_mapper_fhir.value_sets.relational_operator
¶
Module Contents¶
Classes¶
v3.RelationalOperator |
|
Specified set of things includes value being evaluated. |
- class spark_auto_mapper_fhir.value_sets.relational_operator.RelationalOperator(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
v3.RelationalOperator From: http://terminology.hl7.org/ValueSet/v3-RelationalOperator 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-RelationalOperator¶
- class spark_auto_mapper_fhir.value_sets.relational_operator.RelationalOperatorValues¶
Specified set of things includes value being evaluated. From: http://terminology.hl7.org/CodeSystem/v3-RelationalOperator in v3-codesystems.xml
- Contains¶
Equal condition applied to comparisons. From: http://terminology.hl7.org/CodeSystem/v3-RelationalOperator in v3-codesystems.xml
- Equal¶
Greater than or equal condition applied to comparisons. From: http://terminology.hl7.org/CodeSystem/v3-RelationalOperator in v3-codesystems.xml
- 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
- Generic¶
Greater than condition applied to comparisons. From: http://terminology.hl7.org/CodeSystem/v3-RelationalOperator in v3-codesystems.xml
- GreaterThan¶
Less than or equal condition applied to comparisons. From: http://terminology.hl7.org/CodeSystem/v3-RelationalOperator in v3-codesystems.xml
- LessThanOrEqual¶
Less than condition applied to comparisons. From: http://terminology.hl7.org/CodeSystem/v3-RelationalOperator in v3-codesystems.xml
- LessThan¶
Not equal condition applied to comparisons. From: http://terminology.hl7.org/CodeSystem/v3-RelationalOperator in v3-codesystems.xml
- NotEqual¶