@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "v2-notAllCodes-0291"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v2-0291 version 2.0.0
    CodeDisplayDefinition
    BASICISDN PCM audio dataISDN PCM audio data
    Source RFC 2046Source RFC 2046
    DICOMDigital Imaging and Communications in MedicineDigital Imaging and Communications in Medicine
    FAXFacsimile dataFacsimile data
    GIFGraphics Interchange FormatGraphics Interchange Format
    HTMLHypertext Markup LanguageHypertext Markup Language
    JOTElectronic ink data (Jot 1.0 standard)Electronic ink data (Jot 1.0 standard)
    JPEGJoint Photographic Experts GroupJoint Photographic Experts Group
    Octet-streamUninterpreted binary dataUninterpreted binary data
    PICTPICT format image dataPICT format image data
    PostScriptPostScript programPostScript program
    RTFRich Text FormatRich Text Format
    SGMLStandard Generalized Markup Language (HL7 V2.3.1 and later)Standard Generalized Markup Language (HL7 V2.3.1 and later)
    TIFFTIFF image dataTIFF image data
    XMLExtensible Markup Language (HL7 V2.3.1 and later)Extensible Markup Language (HL7 V2.3.1 and later)
    x-hl7-cda-level-oneHL7 Clinical Document Architecture Level One documentHL7 Clinical Document Architecture Level One document
" ] ; # fhir:url [ fhir:v "http://terminology.hl7.org/ValueSet/v2-notAllCodes-0291"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.21.193" ] ] ) ; # fhir:version [ fhir:v "2.0.0"] ; # fhir:name [ fhir:v "Hl7VSSubtypeOfReferencedData"] ; # fhir:title [ fhir:v "hl7VS-subtypeOfReferencedData"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-12-01"^^xsd:date] ; # fhir:publisher [ fhir:v "Health Level Seven International"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hq@HL7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "A subset of the IANA media subtypes of binary data that are encoded in an ascii structure or stream."] ; # fhir:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0291"^^xsd:anyURI ] ; fhir:version [ fhir:v "2.0.0" ] ; fhir:concept ( [ fhir:code [ fhir:v "BASIC" ] ] [ fhir:code [ fhir:v "…" ] ] [ fhir:code [ fhir:v "DICOM" ] ] [ fhir:code [ fhir:v "FAX" ] ] [ fhir:code [ fhir:v "GIF" ] ] [ fhir:code [ fhir:v "HTML" ] ] [ fhir:code [ fhir:v "JOT" ] ] [ fhir:code [ fhir:v "JPEG" ] ] [ fhir:code [ fhir:v "Octet-stream" ] ] [ fhir:code [ fhir:v "PICT" ] ] [ fhir:code [ fhir:v "PostScript" ] ] [ fhir:code [ fhir:v "RTF" ] ] [ fhir:code [ fhir:v "SGML" ] ] [ fhir:code [ fhir:v "TIFF" ] ] [ fhir:code [ fhir:v "XML" ] ] [ fhir:code [ fhir:v "x-hl7-cda-level-one" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------