:py:mod:`spark_auto_mapper_fhir.value_sets.document_mode` ========================================================= .. py:module:: spark_auto_mapper_fhir.value_sets.document_mode Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.document_mode.DocumentModeCode spark_auto_mapper_fhir.value_sets.document_mode.DocumentModeCodeValues .. py:class:: DocumentModeCode(value) Bases: :py:obj:`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. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/document-mode .. py:class:: DocumentModeCodeValues The application produces documents of the specified type. From: http://hl7.org/fhir/document-mode in valuesets.xml .. py:attribute:: Producer The application consumes documents of the specified type. From: http://hl7.org/fhir/document-mode in valuesets.xml .. py:attribute:: Consumer