spark_auto_mapper_fhir.value_sets.content_processing_mode
¶
Module Contents¶
Classes¶
v3.ContentProcessingMode |
|
Description:The content should be processed in a sequential fashion. |
- class spark_auto_mapper_fhir.value_sets.content_processing_mode.ContentProcessingMode(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
v3.ContentProcessingMode From: http://terminology.hl7.org/ValueSet/v3-ContentProcessingMode in v3-codesystems.xml
Description:
Identifies the order in which content should be processed.
- 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-ContentProcessingMode¶
- class spark_auto_mapper_fhir.value_sets.content_processing_mode.ContentProcessingModeValues¶
Description:The content should be processed in a sequential fashion. From: http://terminology.hl7.org/CodeSystem/v3-ContentProcessingMode in v3-codesystems.xml
- Sequential¶
Description:The content may be processed in any order. From: http://terminology.hl7.org/CodeSystem/v3-ContentProcessingMode in v3-codesystems.xml
- Unordered¶