:py:mod:`spark_auto_mapper_fhir.value_sets.alternative_code_kind` ================================================================= .. py:module:: spark_auto_mapper_fhir.value_sets.alternative_code_kind Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.alternative_code_kind.AlternativeCodeKindCode spark_auto_mapper_fhir.value_sets.alternative_code_kind.AlternativeCodeKindCodeValues .. py:class:: AlternativeCodeKindCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` AlternativeCodeKind From: http://terminology.hl7.org/CodeSystem/composition-altcode-kind in valuesets.xml Indicates the type of use for which the code is defined. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/composition-altcode-kind .. py:class:: AlternativeCodeKindCodeValues The code is an alternative code that can be used in any of the circumstances that the primary code can be used. From: http://terminology.hl7.org/CodeSystem/composition-altcode-kind in valuesets.xml .. py:attribute:: AlternateCode The code should no longer be used, but was used in the past. From: http://terminology.hl7.org/CodeSystem/composition-altcode-kind in valuesets.xml .. py:attribute:: Deprecated The code is an alternative to be used when a case insensitive code is required (when the primary codes are case sensitive). From: http://terminology.hl7.org/CodeSystem/composition-altcode-kind in valuesets.xml .. py:attribute:: CaseInsensitive The code is an alternative to be used when a case sensitive code is required (when the primary codes are case insensitive). From: http://terminology.hl7.org/CodeSystem/composition-altcode-kind in valuesets.xml .. py:attribute:: CaseSensitive The code is an alternative for the primary code that is built using the expression grammar defined by the code system. From: http://terminology.hl7.org/CodeSystem/composition-altcode-kind in valuesets.xml .. py:attribute:: Expression