Dk Terminology for XDS Metadata
1.0.0 - trial-use

Dk Terminology for XDS Metadata, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-medcom-xds-metadata/ and changes regularly. See the Directory of published versions

: DK IHE ClassCode - TTL Representation

Active as of 2022-01-26

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "MedCom-ihe-classcode-CS"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem MedCom-ihe-classcode-CS</b></p><a name=\"MedCom-ihe-classcode-CS\"> </a><a name=\"hcMedCom-ihe-classcode-CS\"> </a><a name=\"MedCom-ihe-classcode-CS-en-US\"> </a><p>This case-insensitive code system <code>http://medcomfhir.dk/ig/xdsmetadata/CodeSystem/MedCom-ihe-classcode-CS</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">001<a name=\"MedCom-ihe-classcode-CS-001\"> </a></td><td>Klinisk rapport</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://medcomfhir.dk/ig/xdsmetadata/CodeSystem/MedCom-ihe-classcode-CS"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "1.2.208.184.100.9" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "MedComIHE_ClassCode"] ; # 
  fhir:title [ fhir:v "DK IHE ClassCode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-01-26"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "MedCom"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "MedCom" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.medcom.dk" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem for ClassCode"] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "Klinisk rapport" ]
  ] ) . #