spark_auto_mapper_fhir.value_sets.search_comparator

Module Contents

Classes

SearchComparatorCode

SearchComparator

SearchComparatorCodeValues

the value for the parameter in the resource is equal to the provided value.

class spark_auto_mapper_fhir.value_sets.search_comparator.SearchComparatorCode(value)

Bases: 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.

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/search-comparator
class spark_auto_mapper_fhir.value_sets.search_comparator.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

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

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

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

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

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

LessOfEqual

the value for the parameter in the resource starts after the provided value. From: http://hl7.org/fhir/search-comparator in valuesets.xml

StartsAfter

the value for the parameter in the resource ends before the provided value. From: http://hl7.org/fhir/search-comparator in valuesets.xml

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

Approximately