spark_auto_mapper_fhir.value_sets.expansion_processing_rule
¶
Module Contents¶
Classes¶
ExpansionProcessingRule |
|
The expansion (when in UI mode) includes all codes and any defined groups |
- class spark_auto_mapper_fhir.value_sets.expansion_processing_rule.ExpansionProcessingRuleCode(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
ExpansionProcessingRule From: http://terminology.hl7.org/CodeSystem/expansion-processing-rule in valuesets.xml
Defines how concepts are processed into the expansion when it’s for UI
presentation.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/expansion-processing-rule¶
- class spark_auto_mapper_fhir.value_sets.expansion_processing_rule.ExpansionProcessingRuleCodeValues¶
The expansion (when in UI mode) includes all codes and any defined groups (in extensions). From: http://terminology.hl7.org/CodeSystem/expansion-processing-rule in valuesets.xml
- AllCodes¶
The expanion (when in UI mode) lists the groups, and then any codes that have not been included in a group. From: http://terminology.hl7.org/CodeSystem/expansion-processing-rule in valuesets.xml
- Groups_UngroupedCodes¶
The expansion (when in UI mode) only includes the defined groups. From: http://terminology.hl7.org/CodeSystem/expansion-processing-rule in valuesets.xml
- GroupsOnly¶