spark_auto_mapper_fhir.value_sets.quantity_comparator

Module Contents

Classes

QuantityComparatorCode

QuantityComparator

QuantityComparatorCodeValues

The actual value is less than the given value.

class spark_auto_mapper_fhir.value_sets.quantity_comparator.QuantityComparatorCode(value)

Bases: spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode

QuantityComparator From: http://hl7.org/fhir/quantity-comparator in valuesets.xml

How the Quantity should be understood and represented.

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/quantity-comparator
class spark_auto_mapper_fhir.value_sets.quantity_comparator.QuantityComparatorCodeValues

The actual value is less than the given value. From: http://hl7.org/fhir/quantity-comparator in valuesets.xml

LessThan

The actual value is less than or equal to the given value. From: http://hl7.org/fhir/quantity-comparator in valuesets.xml

LessOrEqualTo

The actual value is greater than or equal to the given value. From: http://hl7.org/fhir/quantity-comparator in valuesets.xml

GreaterOrEqualTo

The actual value is greater than the given value. From: http://hl7.org/fhir/quantity-comparator in valuesets.xml

GreaterThan