@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "CDACompressionAlgorithm"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

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.
" ] ; # fhir:url [ fhir:v "http://hl7.org/cda/stds/core/ValueSet/CDACompressionAlgorithm"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "CDACompressionAlgorithm"] ; # fhir:title [ fhir:v "CompressionAlgorithm"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-08-29T09:46:41+10:00"^^xsd:dateTime] ; # fhir:description [ fhir:v "Type of compression algorithm used - limited to 4 concepts from original CDA definition"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-CompressionAlgorithm"^^xsd:anyURI ] ; fhir:version [ fhir:v "2.1.1" ] ; fhir:concept ( [ fhir:code [ fhir:v "DF" ] ] [ fhir:code [ fhir:v "GZ" ] ] [ fhir:code [ fhir:v "ZL" ] ] [ fhir:code [ fhir:v "Z" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------