spark_auto_mapper_fhir.value_sets.document_mode

Module Contents

Classes

DocumentModeCode

DocumentMode

DocumentModeCodeValues

The application produces documents of the specified type.

class spark_auto_mapper_fhir.value_sets.document_mode.DocumentModeCode(value)

Bases: spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode

DocumentMode From: http://hl7.org/fhir/document-mode in valuesets.xml

Whether the application produces or consumes documents.

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/document-mode
class spark_auto_mapper_fhir.value_sets.document_mode.DocumentModeCodeValues

The application produces documents of the specified type. From: http://hl7.org/fhir/document-mode in valuesets.xml

Producer

The application consumes documents of the specified type. From: http://hl7.org/fhir/document-mode in valuesets.xml

Consumer