spark_auto_mapper_fhir.value_sets.processing_mode

Module Contents

Classes

ProcessingMode

v3.ProcessingMode

ProcessingModeValues

Identifies archive mode of processing.

class spark_auto_mapper_fhir.value_sets.processing_mode.ProcessingMode(value)

Bases: 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 ****

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-ProcessingMode
class spark_auto_mapper_fhir.value_sets.processing_mode.ProcessingModeValues

Identifies archive mode of processing. From: http://terminology.hl7.org/CodeSystem/v3-ProcessingMode in v3-codesystems.xml

Archive

Identifies initial load mode of processing. From: http://terminology.hl7.org/CodeSystem/v3-ProcessingMode in v3-codesystems.xml

InitialLoad

Identifies restore mode of processing. From: http://terminology.hl7.org/CodeSystem/v3-ProcessingMode in v3-codesystems.xml

RestoreFromArchive

Identifies on-line mode of processing. From: http://terminology.hl7.org/CodeSystem/v3-ProcessingMode in v3-codesystems.xml

CurrentProcessing