:py:mod:`spark_auto_mapper_fhir.value_sets.search_comparator` ============================================================= .. py:module:: spark_auto_mapper_fhir.value_sets.search_comparator Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.search_comparator.SearchComparatorCode spark_auto_mapper_fhir.value_sets.search_comparator.SearchComparatorCodeValues .. py:class:: SearchComparatorCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` SearchComparator From: http://hl7.org/fhir/search-comparator in valuesets.xml What Search Comparator Codes are supported in search. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/search-comparator .. py:class:: SearchComparatorCodeValues the value for the parameter in the resource is equal to the provided value. From: http://hl7.org/fhir/search-comparator in valuesets.xml .. py:attribute:: Equals the value for the parameter in the resource is not equal to the provided value. From: http://hl7.org/fhir/search-comparator in valuesets.xml .. py:attribute:: NotEquals the value for the parameter in the resource is greater than the provided value. From: http://hl7.org/fhir/search-comparator in valuesets.xml .. py:attribute:: GreaterThan the value for the parameter in the resource is less than the provided value. From: http://hl7.org/fhir/search-comparator in valuesets.xml .. py:attribute:: LessThan the value for the parameter in the resource is greater or equal to the provided value. From: http://hl7.org/fhir/search-comparator in valuesets.xml .. py:attribute:: GreaterOrEquals the value for the parameter in the resource is less or equal to the provided value. From: http://hl7.org/fhir/search-comparator in valuesets.xml .. py:attribute:: LessOfEqual the value for the parameter in the resource starts after the provided value. From: http://hl7.org/fhir/search-comparator in valuesets.xml .. py:attribute:: StartsAfter the value for the parameter in the resource ends before the provided value. From: http://hl7.org/fhir/search-comparator in valuesets.xml .. py:attribute:: EndsBefore the value for the parameter in the resource is approximately the same to the provided value. From: http://hl7.org/fhir/search-comparator in valuesets.xml .. py:attribute:: Approximately