OntoDL Tutorial: Using Defaults (Part 1): Unterschied zwischen den Versionen

Aus CTS2-LE
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „ <hr> {| |- ! style="text-align:left; width:6em" | Style Sheet !!   !! style="text-align:left; width:52em" | Text !!   !! style="text-align:left" |…“)
 
 
Zeile 4: Zeile 4:
 
{|
 
{|
 
|-
 
|-
! style="text-align:left; width:6em" | Style Sheet !! &nbsp; !! style="text-align:left; width:52em" | Text !! &nbsp; !! style="text-align:left" | ''Comment''
+
! style="text-align:left; width:6em" | Style Sheet !! &nbsp; !! style="text-align:left; width:46em" | Text !! &nbsp; !! style="text-align:left" | ''Comment''
 
|- style="vertical-align:top"
 
|- style="vertical-align:top"
 
| OntoDL|| ||style="background:#fff588"| <span style="font-family:Courier;font-size:91%">#heading 2 codesystem .Name ( .Version )</span>|| || Comment
 
| OntoDL|| ||style="background:#fff588"| <span style="font-family:Courier;font-size:91%">#heading 2 codesystem .Name ( .Version )</span>|| || Comment
Zeile 80: Zeile 80:
 
|}
 
|}
 
<hr>
 
<hr>
 +
 +
 +
<pre>
 +
<?xml version="1.0" encoding="UTF-8"?>
 +
<ValueSet ....>
 +
    ...
 +
    <copyright value="copyright (c) 2016, Jörg Caumanns"/>
 +
    <codeSystem>
 +
        ...
 +
        <concept>
 +
            <code value="cardiologic clinic"/>
 +
            <display value="Cardiologic Clinic, Prof. Smyth"/>
 +
            <definition value="The Cardiologic Clinic ...."/>
 +
            <designation>
 +
                <language value="de"/>
 +
                <value value="Kardiologische Klinik"/>
 +
            </designation>
 +
            <concept>
 +
                <code value="ward 51.1"/>
 +
                <display value="Cardiologic care ward for Women and Children"/>
 +
                <definition/>
 +
                <designation>
 +
                    <language value="de"/>
 +
                    <value value="Kardiologische Station für Frauen und Kinder"/>
 +
                </designation>
 +
            </concept>
 +
        ...
 +
    </codeSystem>
 +
</ValueSet>
 +
</pre>

Aktuelle Version vom 11. September 2016, 20:41 Uhr



Style Sheet   Text   Comment
OntoDL #heading 2 codesystem .Name ( .Version ) Comment
OntoDL #heading 3-4 concept .Display ( .Name ) Comment
OntoDL default Group = EXA Comment
OntoDL default Copyright = ($ copyright (c) 2016, Jörg Caumanns Comment
OntoDL default Language = de Comment
Standard Comment
Überschrift 2       T04 Global Defaults (0.1) Comment
OntoDL
 
URI http://hospital.com/T04
Description This terminology lists all clinics and wards of the ABC-hospital. All internal IT-Systems shall dynamically load information about clinics and wards from this terminology.
Comment
Überschrift 4          Cardiologic care ward for Women and Children (ward 51.1) Comment
OntoDL
 
Designation Kardiologische Station für Frauen und Kinder
Comment
Überschrift 4          Cardiologic care ward for Intensive Care (ward 51.2) Comment
OntoDL
 
Designation Kardiologische Intensivstation
Comment
OntoDL Comment
Überschrift 4          Orthopedic care ward for knee and hip patients (ward 52.1) Comment
OntoDL
 
Designation Orthopädische Station für Knie- und Hüft-Patienten
Comment


<?xml version="1.0" encoding="UTF-8"?>
<ValueSet ....>
    ...
    <copyright value="copyright (c) 2016, Jörg Caumanns"/>
    <codeSystem>
        ...
        <concept>
            <code value="cardiologic clinic"/>
            <display value="Cardiologic Clinic, Prof. Smyth"/>
            <definition value="The Cardiologic Clinic ...."/>
            <designation>
                <language value="de"/>
                <value value="Kardiologische Klinik"/>
            </designation>
            <concept>
                <code value="ward 51.1"/>
                <display value="Cardiologic care ward for Women and Children"/>
                <definition/>
                <designation>
                    <language value="de"/>
                    <value value="Kardiologische Station für Frauen und Kinder"/>
                </designation>
            </concept>
         ...
     </codeSystem>
</ValueSet>