:py:mod:`spark_auto_mapper_fhir.value_sets.processing_mode` =========================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.processing_mode Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.processing_mode.ProcessingMode spark_auto_mapper_fhir.value_sets.processing_mode.ProcessingModeValues .. py:class:: ProcessingMode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` v3.ProcessingMode From: http://terminology.hl7.org/ValueSet/v3-ProcessingMode in v3-codesystems.xml **** MISSING DEFINITIONS **** .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-ProcessingMode .. py:class:: ProcessingModeValues Identifies archive mode of processing. From: http://terminology.hl7.org/CodeSystem/v3-ProcessingMode in v3-codesystems.xml .. py:attribute:: Archive Identifies initial load mode of processing. From: http://terminology.hl7.org/CodeSystem/v3-ProcessingMode in v3-codesystems.xml .. py:attribute:: InitialLoad Identifies restore mode of processing. From: http://terminology.hl7.org/CodeSystem/v3-ProcessingMode in v3-codesystems.xml .. py:attribute:: RestoreFromArchive Identifies on-line mode of processing. From: http://terminology.hl7.org/CodeSystem/v3-ProcessingMode in v3-codesystems.xml .. py:attribute:: CurrentProcessing