<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de-x-formal">
	<id>https://websites.fraunhofer.de/CTS2-LE/index.php?action=history&amp;feed=atom&amp;title=OntoDL_Syntax%3A_QualifiedConcept</id>
	<title>OntoDL Syntax: QualifiedConcept - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://websites.fraunhofer.de/CTS2-LE/index.php?action=history&amp;feed=atom&amp;title=OntoDL_Syntax%3A_QualifiedConcept"/>
	<link rel="alternate" type="text/html" href="https://websites.fraunhofer.de/CTS2-LE/index.php?title=OntoDL_Syntax:_QualifiedConcept&amp;action=history"/>
	<updated>2026-05-20T08:39:12Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in CTS2-LE</subtitle>
	<generator>MediaWiki 1.32.2</generator>
	<entry>
		<id>https://websites.fraunhofer.de/CTS2-LE/index.php?title=OntoDL_Syntax:_QualifiedConcept&amp;diff=601&amp;oldid=prev</id>
		<title>Caumanns: Die Seite wurde neu angelegt: „== Syntax == &lt;font face=&quot;courier&quot;&gt; {|border=&quot;0&quot;  |- style=&quot;vertical-align:top&quot; | style=&quot;width:10em&quot; | ''QualifiedConcept''  | style=&quot;width:3em&quot;  | :=  | style=…“</title>
		<link rel="alternate" type="text/html" href="https://websites.fraunhofer.de/CTS2-LE/index.php?title=OntoDL_Syntax:_QualifiedConcept&amp;diff=601&amp;oldid=prev"/>
		<updated>2016-09-07T22:34:32Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „== Syntax == &amp;lt;font face=&amp;quot;courier&amp;quot;&amp;gt; {|border=&amp;quot;0&amp;quot;  |- style=&amp;quot;vertical-align:top&amp;quot; | style=&amp;quot;width:10em&amp;quot; | &amp;#039;&amp;#039;QualifiedConcept&amp;#039;&amp;#039;  | style=&amp;quot;width:3em&amp;quot;  | :=  | style=…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Syntax ==&lt;br /&gt;
&amp;lt;font face=&amp;quot;courier&amp;quot;&amp;gt;&lt;br /&gt;
{|border=&amp;quot;0&amp;quot; &lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:10em&amp;quot; | ''QualifiedConcept'' &lt;br /&gt;
| style=&amp;quot;width:3em&amp;quot;  | := &lt;br /&gt;
| style=&amp;quot;width:36em&amp;quot; |  ''ConceptIdentifier'' '''@''' [[OntoDL Syntax: InternalReference|''InternalReference'']] &lt;br /&gt;
| style=&amp;quot;width:1em&amp;quot; | &amp;amp;nbsp;&lt;br /&gt;
|                      &amp;lt;font face=&amp;quot;arial&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;''InternalReference'' must refer to a system or codesystem.&amp;lt;/font&amp;gt;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| ''ConceptIdentifier'' &lt;br /&gt;
| := &lt;br /&gt;
| Name &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Qualified concepts refer to concepts defined within a code system. In contrast to other OntoDL statements, a qualified concepts only requires the code system to be identifiable while the concept is assumed to be resolveable by CTS2LE through the code system and a given concept identifier (usually the concept's code within the code system). Qualified concepts are used to introduce concepts from existing code systems to an OntoDL document. E. g. the following OntoDL statements&lt;br /&gt;
&amp;lt;pre&amp;gt;define system SNOMEDCT  = CTS2LE.Systems[OID=(2.16.840.1.113883.6.96)]&lt;br /&gt;
define concept(FSN) = 900000000000003001@SNOMEDCT&amp;lt;/pre&amp;gt;&lt;br /&gt;
defines a new concept named &amp;quot;FSN&amp;quot; as a reference to a concept that is univocally identifiable within the code system &amp;quot;SNOMEDCT&amp;quot; by the identifier &amp;quot;900000000000003001&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The definition of the code system is through an ''internal reference'' which may be any term that resolves to an object of type ''system'' or ''code system''. Therefore the example above could as well be written as:&lt;br /&gt;
&amp;lt;pre&amp;gt;define concept(FSN) = 900000000000003001@CTS2LE.Systems[OID=(2.16.840.1.113883.6.96)]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the ''internal reference'' resolves to an object of type ''codesystem'', the OntoDL interpreter requires that the identified concept exists within the code system. If the ''internal reference'' resolves to an object of type ''system'', the OntoDL interpreter creates the respective concept object without any further validation.   &lt;br /&gt;
&lt;br /&gt;
A common scenario where qualified concpts are used is the definition of value sets on existing code systems:&lt;br /&gt;
&amp;lt;pre&amp;gt;define system OPS = CTS2LE.Systems[OID=(1.2.276.0.76.5.425)] &lt;br /&gt;
define system (implant surgeries) {&lt;br /&gt;
  set .URI = (http:/OntoDL.de/example1)&lt;br /&gt;
  define concept(hip joint implant) = (5-820)@OPS&lt;br /&gt;
  define concept(knee joint implant) = (5-822)@OPS&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Caumanns</name></author>
		
	</entry>
</feed>