| 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>