CH Term (R4)
3.3.0-ci-build - ci-build Switzerland flag

CH Term (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.3.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/qligier/ch-epr-term/ and changes regularly. See the Directory of published versions

: DICOM Unique Identifiers (UIDs) - TTL Representation

Active as of 2025-10-29

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dcmuid"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem dcmuid</b></p><a name=\"dcmuid\"> </a><a name=\"hcdcmuid\"> </a><p>This case-sensitive code system <code>urn:oid:1.2.840.10008.2.6.1</code> provides <b>a fragment</b> that includes following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">1.2.840.10008.5.1.4.1.1.88.59<a name=\"dcmuid-1.462.46840.4610008.465.461.464.461.461.4688.4659\"> </a></td><td>DICOM Manifest (DICOM KOS SOP Class UID)</td><td>DICOM Manifest (DICOM KOS SOP Class UID)</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Deutsch (Schweiz) (German (Switzerland), de)</b></td><td><b>English (United States) (English (United States), en)</b></td><td><b>French (Switzerland) (fr)</b></td><td><b>Italian (Switzerland) (it)</b></td><td><b>rm</b></td></tr><tr><td>1.2.840.10008.5.1.4.1.1.88.59</td><td>KOS Dokument</td><td>IHE KOS document</td><td>Document KOS</td><td>Documento KOS</td><td>Document KOS</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "urn:oid:1.2.840.10008.2.6.1"^^xsd:anyURI ;
fhir:l <urn:oid:1.2.840.10008.2.6.1>
  ] ; # 
  fhir:version [ fhir:v "3.3.0-ci-build"] ; # 
  fhir:name [ fhir:v "DCMUID"] ; # 
  fhir:title [ fhir:v "DICOM Unique Identifiers (UIDs)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-10-29T07:07:35+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Switzerland"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Switzerland" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.ch/" ]     ] )
  ] [
fhir:name [ fhir:v "HL7 Switzerland" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.ch/" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A code system representing DICOM Unique Identifiers (UIDs), as per https://dicom.nema.org/medical/dicom/current/output/chtml/part06/chapter_A.html"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "CH" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "CC0-1.0"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "fragment"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1.2.840.10008.5.1.4.1.1.88.59" ] ;
fhir:display [ fhir:v "DICOM Manifest (DICOM KOS SOP Class UID)" ] ;
fhir:definition [ fhir:v "DICOM Manifest (DICOM KOS SOP Class UID)" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de-CH" ] ;
fhir:value [ fhir:v "KOS Dokument" ]     ] [
fhir:language [ fhir:v "fr-CH" ] ;
fhir:value [ fhir:v "Document KOS" ]     ] [
fhir:language [ fhir:v "it-CH" ] ;
fhir:value [ fhir:v "Documento KOS" ]     ] [
fhir:language [ fhir:v "rm-CH" ] ;
fhir:value [ fhir:v "Document KOS" ]     ] [
fhir:language [ fhir:v "en-US" ] ;
fhir:value [ fhir:v "IHE KOS document" ]     ] )
  ] ) . #