:py:mod:`spark_auto_mapper_fhir.value_sets.aggregation_mode` ============================================================ .. py:module:: spark_auto_mapper_fhir.value_sets.aggregation_mode Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.aggregation_mode.AggregationModeCode spark_auto_mapper_fhir.value_sets.aggregation_mode.AggregationModeCodeValues .. py:class:: AggregationModeCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` AggregationMode From: http://hl7.org/fhir/resource-aggregation-mode in valuesets.xml How resource references can be aggregated. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/resource-aggregation-mode .. py:class:: AggregationModeCodeValues The reference is a local reference to a contained resource. From: http://hl7.org/fhir/resource-aggregation-mode in valuesets.xml .. py:attribute:: Contained The reference to a resource that has to be resolved externally to the resource that includes the reference. From: http://hl7.org/fhir/resource-aggregation-mode in valuesets.xml .. py:attribute:: Referenced