FHIR IG Statistics: ValueSet/CDACompressionAlgorithm
Resources that use this resource
StructureDefinition |
ED | ED: EncapsulatedData (V3 Data Type) |
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-CompressionAlgorithm
version 2.1.1
Code | Display | Definition |
DF | deflate | The deflate compressed data format as specified in RFC 1951 \[http://www.ietf.org/rfc/rfc1951.txt\]. |
GZ | gzip | 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). |
ZL | zlib | A compressed data format that also uses the deflate algorithm. Specified as RFC 1950 \[http://www.ietf.org/rfc/rfc1952.txt\] |
Z | compress | Original 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"
}
]
}
]
}
}