OntoDL Tutorial: Using Defaults (Part 1)
Zur Navigation springen
Zur Suche springen
| 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 |
|
Comment | ||||||||
| Überschrift 4 | Cardiologic care ward for Women and Children (ward 51.1) | Comment | ||||||||
| OntoDL |
|
Comment | ||||||||
| Überschrift 4 | Cardiologic care ward for Intensive Care (ward 51.2) | Comment | ||||||||
| OntoDL |
|
Comment | ||||||||
| OntoDL | Comment | |||||||||
| Überschrift 4 | Orthopedic care ward for knee and hip patients (ward 52.1) | Comment | ||||||||
| OntoDL |
|
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>