spark_auto_mapper_fhir.value_sets.alternative_code_kind
¶
Module Contents¶
Classes¶
AlternativeCodeKind |
|
The code is an alternative code that can be used in any of the circumstances |
- class spark_auto_mapper_fhir.value_sets.alternative_code_kind.AlternativeCodeKindCode(value)¶
Bases:
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.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/composition-altcode-kind¶
- class spark_auto_mapper_fhir.value_sets.alternative_code_kind.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
- 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
- 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
- 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
- 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
- Expression¶