FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/CDACompressionAlgorithm

Packageau.digitalhealth.cda.schema
TypeValueSet
IdCDACompressionAlgorithm
FHIR VersionR5
Sourcehttp://ns.electronichealth.net.au/cda/https://build.fhir.org/ig/AuDigitalHealth/cda-au-schema/ValueSet-CDACompressionAlgorithm.html
URLhttp://hl7.org/cda/stds/core/ValueSet/CDACompressionAlgorithm
Version1.0.0
Statusdraft
Date2025-07-21T22:05:27+00:00
NameCDACompressionAlgorithm
TitleCompressionAlgorithm
Realmau
Authoritynational
DescriptionType of compression algorithm used - limited to 4 concepts from original CDA definition

Resources that use this resource

StructureDefinition
EDED: EncapsulatedData (V3 Data Type)

Resources that this resource uses

CodeSystem
v3-CompressionAlgorithmCompressionAlgorithm
v3-CompressionAlgorithmCompressionAlgorithm

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet CDACompressionAlgorithm

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-CompressionAlgorithm version 2.1.1
    CodeDisplayDefinition
    DFdeflateThe deflate compressed data format as specified in RFC 1951 \[http://www.ietf.org/rfc/rfc1951.txt\].
    GZgzipA 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).
    ZLzlibA compressed data format that also uses the deflate algorithm. Specified as RFC 1950 \[http://www.ietf.org/rfc/rfc1952.txt\]
    ZcompressOriginal UNIX compress algorithm and file format using the LZC algorithm (a variant of LZW). Patent encumbered and less efficient than deflate.

Source

{
  "resourceType": "ValueSet",
  "id": "CDACompressionAlgorithm",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://ns.electronichealth.net.au/cda/ImplementationGuide/au.digitalhealth.cda.schema"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/cda/stds/core/ValueSet/CDACompressionAlgorithm",
  "version": "1.0.0",
  "name": "CDACompressionAlgorithm",
  "title": "CompressionAlgorithm",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-21T22:05:27+00:00",
  "description": "Type of compression algorithm used - limited to 4 concepts from original CDA definition",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-CompressionAlgorithm",
        "version": "2.1.1",
        "concept": [
          {
            "code": "DF"
          },
          {
            "code": "GZ"
          },
          {
            "code": "ZL"
          },
          {
            "code": "Z"
          }
        ]
      }
    ]
  }
}