OwS Style Sheet Directive: heading: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „== Syntax == <font face="courier"> {|border="0" |- style="vertical-align:top" | style="width:10em" | ''HeadingDirective'' | style="width:3em" | := | style=…“) |
K (→Examples) |
||
| Zeile 29: | Zeile 29: | ||
<hr> | <hr> | ||
| − | {| | + | {|style="background:#fcfcfc" |
| − | |- | + | |- style="background:#e8e8e8" |
! style="text-align:left; width:6em" | Style Sheet !! !! style="text-align:left; width:35em" | Text !! !! style="text-align:left" | ''Comment'' | ! style="text-align:left; width:6em" | Style Sheet !! !! style="text-align:left; width:35em" | Text !! !! style="text-align:left" | ''Comment'' | ||
|- style="vertical-align:top" | |- style="vertical-align:top" | ||
| − | | OwS|| ||style="background:# | + | | OwS|| ||style="background:#f4f6f6"| <span style="font-family:Courier;font-size:110%">#heading 2 codesystem .Name ( .URI)</span>|| || Level 2 chapters are terminology definitions. The heading gives the name of the terminology and (in parentheses) the URI of the terminology. |
|- style="vertical-align:top" | |- style="vertical-align:top" | ||
| − | | OwS|| ||style="background:# | + | | OwS|| ||style="background:#f4f6f6"| <span style="font-family:Courier;font-size:110%">#heading 3-4 concept .Display ( .Name )</span>|| || Level 3 sections are concept definitions within the terminology that coresponds to the superordinate level 2 chapter. Level 4 sections define subconcepts within the concepts defined by level 3 section. Level 3 and 4 headlines provide the display text of a concept together with its code (in parentheses). |
|- style="vertical-align:top" | |- style="vertical-align:top" | ||
| − | | Überschrift 2|| ||style="background:# | + | | Überschrift 2|| ||style="background:#f4f6f6"| <span style="font-family:Arial;font-size:120%">'''Clinics and Wards (http://hospital.com/clinics)'''</span>|| || A terminology "Clinics and Wards" is defined. The definition scope of the codesystem objects reaches until the end of the level-2 chapter. |
|- style="vertical-align:top" | |- style="vertical-align:top" | ||
| − | | Überschrift 3|| ||style="background:# | + | | Überschrift 3|| ||style="background:#f4f6f6"| <span style="font-family:Arial;font-size:110%">'''Cardiologic Clinic, Prof. Smyth (cardiologic clinic) '''</span>|| || A concept "cordiologic clinic" is defined. The definiton scope of this concept reaches until the end of the level-3 section. |
|- style="vertical-align:top" | |- style="vertical-align:top" | ||
| − | | Überschrift 4|| ||style="background:# | + | | Überschrift 4|| ||style="background:#f4f6f6"| <span style="font-family:Arial;font-size:100%">'''''Cardiologic care ward for Women and Children (ward 51.1) '''''</span>|| || A concept "ward 51.1" is defined as a subconcept of "cardiologic clinic". |
|- style="vertical-align:top" | |- style="vertical-align:top" | ||
| − | | Überschrift 4|| ||style="background:# | + | | Überschrift 4|| ||style="background:#f4f6f6"| <span style="font-family:Arial;font-size:100%">'''''Cardiologic care ward for Intensive Care (ward 51.2) '''''</span>|| || |
|- style="vertical-align:top" | |- style="vertical-align:top" | ||
| − | | Überschrift 3|| ||style="background:# | + | | Überschrift 3|| ||style="background:#f4f6f6"| <span style="font-family:Arial;font-size:110%">'''Orthopedic Clinic, Prof. Miller (orthopedic clinic) '''</span>|| || Another concept within the terminology "Clinics and Wards". This concept sets up a new definition scope within the definition scope of "Clinics and Wards". |
|- style="vertical-align:top" | |- style="vertical-align:top" | ||
| − | | Überschrift 4|| ||style="background:# | + | | Überschrift 4|| ||style="background:#f4f6f6"| <span style="font-family:Arial;font-size:100%">'''''Orthopedic care ward for knee and hip patients (ward 52.1)'''''</span>|| || |
|} | |} | ||
<hr> | <hr> | ||
Version vom 30. Dezember 2016, 10:27 Uhr
Syntax
| HeadingDirective | := | #heading Level TypeName Mask | ||
| | | #heading Level | |||
| Level | := | [1-9](-[1-9])? |
Description
Examples
| Style Sheet | Text | Comment | ||
|---|---|---|---|---|
| OwS | #heading 2 codesystem .Name ( .URI) | Level 2 chapters are terminology definitions. The heading gives the name of the terminology and (in parentheses) the URI of the terminology. | ||
| OwS | #heading 3-4 concept .Display ( .Name ) | Level 3 sections are concept definitions within the terminology that coresponds to the superordinate level 2 chapter. Level 4 sections define subconcepts within the concepts defined by level 3 section. Level 3 and 4 headlines provide the display text of a concept together with its code (in parentheses). | ||
| Überschrift 2 | Clinics and Wards (http://hospital.com/clinics) | A terminology "Clinics and Wards" is defined. The definition scope of the codesystem objects reaches until the end of the level-2 chapter. | ||
| Überschrift 3 | Cardiologic Clinic, Prof. Smyth (cardiologic clinic) | A concept "cordiologic clinic" is defined. The definiton scope of this concept reaches until the end of the level-3 section. | ||
| Überschrift 4 | Cardiologic care ward for Women and Children (ward 51.1) | A concept "ward 51.1" is defined as a subconcept of "cardiologic clinic". | ||
| Überschrift 4 | Cardiologic care ward for Intensive Care (ward 51.2) | |||
| Überschrift 3 | Orthopedic Clinic, Prof. Miller (orthopedic clinic) | Another concept within the terminology "Clinics and Wards". This concept sets up a new definition scope within the definition scope of "Clinics and Wards". | ||
| Überschrift 4 | Orthopedic care ward for knee and hip patients (ward 52.1) |