:py:mod:`spark_auto_mapper_fhir.value_sets.quantity_comparator` =============================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.quantity_comparator Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.quantity_comparator.QuantityComparatorCode spark_auto_mapper_fhir.value_sets.quantity_comparator.QuantityComparatorCodeValues .. py:class:: QuantityComparatorCode(value) Bases: :py:obj:`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. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/quantity-comparator .. py:class:: QuantityComparatorCodeValues The actual value is less than the given value. From: http://hl7.org/fhir/quantity-comparator in valuesets.xml .. py:attribute:: LessThan The actual value is less than or equal to the given value. From: http://hl7.org/fhir/quantity-comparator in valuesets.xml .. py:attribute:: LessOrEqualTo The actual value is greater than or equal to the given value. From: http://hl7.org/fhir/quantity-comparator in valuesets.xml .. py:attribute:: GreaterOrEqualTo The actual value is greater than the given value. From: http://hl7.org/fhir/quantity-comparator in valuesets.xml .. py:attribute:: GreaterThan