spark_auto_mapper_fhir.value_sets.transaction_mode
¶
Module Contents¶
Classes¶
TransactionMode |
|
Neither batch or transaction is supported. |
- class spark_auto_mapper_fhir.value_sets.transaction_mode.TransactionModeCode(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
TransactionMode From: http://hl7.org/fhir/transaction-mode in valuesets.xml
A code that indicates how transactions are supported.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/transaction-mode¶
- class spark_auto_mapper_fhir.value_sets.transaction_mode.TransactionModeCodeValues¶
Neither batch or transaction is supported. From: http://hl7.org/fhir/transaction-mode in valuesets.xml
- None_¶
Batches are supported. From: http://hl7.org/fhir/transaction-mode in valuesets.xml
- BatchesSupported¶
Transactions are supported. From: http://hl7.org/fhir/transaction-mode in valuesets.xml
- TransactionsSupported¶
Both batches and transactions are supported. From: http://hl7.org/fhir/transaction-mode in valuesets.xml
- Batches_Transactions¶