:py:mod:`spark_auto_mapper_fhir.value_sets.expansion_processing_rule` ===================================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.expansion_processing_rule Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.expansion_processing_rule.ExpansionProcessingRuleCode spark_auto_mapper_fhir.value_sets.expansion_processing_rule.ExpansionProcessingRuleCodeValues .. py:class:: ExpansionProcessingRuleCode(value) Bases: :py:obj:`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. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/expansion-processing-rule .. py:class:: 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 .. py:attribute:: 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 .. py:attribute:: 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 .. py:attribute:: GroupsOnly