:py:mod:`spark_auto_mapper_fhir.value_sets.compression_algorithm` ================================================================= .. py:module:: spark_auto_mapper_fhir.value_sets.compression_algorithm Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.compression_algorithm.CompressionAlgorithm spark_auto_mapper_fhir.value_sets.compression_algorithm.CompressionAlgorithmValues .. py:class:: CompressionAlgorithm(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` v3.CompressionAlgorithm From: http://terminology.hl7.org/ValueSet/v3-CompressionAlgorithm in v3-codesystems.xml **** MISSING DEFINITIONS **** .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-CompressionAlgorithm .. py:class:: CompressionAlgorithmValues bzip-2 compression format. See [http://www.bzip.org/] for more information. From: http://terminology.hl7.org/CodeSystem/v3-CompressionAlgorithm in v3-codesystems.xml .. py:attribute:: Bzip The deflate compressed data format as specified in RFC 1951 [http://www.ietf.org/rfc/rfc1951.txt]. From: http://terminology.hl7.org/CodeSystem/v3-CompressionAlgorithm in v3-codesystems.xml .. py:attribute:: Deflate A compressed data format that is compatible with the widely used GZIP utility as specified in RFC 1952 [http://www.ietf.org/rfc/rfc1952.txt] (uses the deflate algorithm). From: http://terminology.hl7.org/CodeSystem/v3-CompressionAlgorithm in v3-codesystems.xml .. py:attribute:: Gzip Original UNIX compress algorithm and file format using the LZC algorithm (a variant of LZW). Patent encumbered and less efficient than deflate. From: http://terminology.hl7.org/CodeSystem/v3-CompressionAlgorithm in v3-codesystems.xml .. py:attribute:: Compress 7z compression file format. See [http://www.7-zip.org/7z.html] for more information. From: http://terminology.hl7.org/CodeSystem/v3-CompressionAlgorithm in v3-codesystems.xml .. py:attribute:: Z7 A compressed data format that also uses the deflate algorithm. Specified as RFC 1950 [http://www.ietf.org/rfc/rfc1952.txt] From: http://terminology.hl7.org/CodeSystem/v3-CompressionAlgorithm in v3-codesystems.xml .. py:attribute:: Zlib