KDL - Mapping auf Snomed und LOINC
0.1.0 - ci-build

KDL - Mapping auf Snomed und LOINC, published by DVMD. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AMuellerDVMD/KDLgoesSCT/ and changes regularly. See the Directory of published versions

: KDL -> snomed - TTL Representation

Active as of 2026-03-15

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:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "KDL2snomed"] ; # 
  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: ConceptMap KDL2snomed</b></p><a name=\"KDL2snomed\"> </a><a name=\"hcKDL2snomed\"> </a><p>Mapping from http://www.dvmd.de/kdlgoessct/ValueSet/kdl to <a href=\"http://hl7.org/fhir/R4/codesystem-snomedct.html\">http://snomed.info/sct</a></p><br/><p><b>Group 1 </b>Mapping from <code>http://www.dvmd.de/fhir/kdl</code> to <a href=\"http://hl7.org/fhir/R4/codesystem-snomedct.html\">SNOMED CT (all versions)</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>AU010101 (Anamnesebogen)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>x (Test x)</td></tr><tr><td>AU010102 (Anmeldung Aufnahme)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>y (Test y)</td></tr><tr><td>AU010103 (Aufnahmebogen)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#wider\" title=\"wider\">maps to wider concept</a></td><td>z (Test z)</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://www.dvmd.de/kdlgoessct/ConceptMap/KDL2snomed"^^xsd:anyURI ;
fhir:l <http://www.dvmd.de/kdlgoessct/ConceptMap/KDL2snomed>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "KDL2http://snomed.info/sct"] ; # 
  fhir:title [ fhir:v "KDL -> snomed"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-03-15T15:21:19+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "DVMD"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "DVMD" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.dvmd.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Mapping von KDL auf snomed"] ; # 
  fhir:source [
a fhir:Canonical ;
fhir:v "http://www.dvmd.de/kdlgoessct/ValueSet/kdl"^^xsd:anyURI ;
fhir:l <http://www.dvmd.de/kdlgoessct/ValueSet/kdl>
  ] ; # 
  fhir:target [
a fhir:Canonical ;
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>
  ] ; # 
  fhir:group ( [
fhir:source [
fhir:v "http://www.dvmd.de/fhir/kdl"^^xsd:anyURI ;
fhir:l <http://www.dvmd.de/fhir/kdl>     ] ;
fhir:target [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>     ] ;
    ( fhir:element [
fhir:code [ fhir:v "AU010101" ] ;
fhir:display [ fhir:v "Anamnesebogen" ] ;
      ( fhir:target [
fhir:code [ fhir:v "x" ] ;
fhir:display [ fhir:v "Test x" ] ;
fhir:equivalence [ fhir:v "equivalent" ]       ] )     ] [
fhir:code [ fhir:v "AU010102" ] ;
fhir:display [ fhir:v "Anmeldung Aufnahme" ] ;
      ( fhir:target [
fhir:code [ fhir:v "y" ] ;
fhir:display [ fhir:v "Test y" ] ;
fhir:equivalence [ fhir:v "equal" ]       ] )     ] [
fhir:code [ fhir:v "AU010103" ] ;
fhir:display [ fhir:v "Aufnahmebogen" ] ;
      ( fhir:target [
fhir:code [ fhir:v "z" ] ;
fhir:display [ fhir:v "Test z" ] ;
fhir:equivalence [ fhir:v "wider" ]       ] )     ] )
  ] ) . #