OwS Style Sheet Directive: pattern
Zur Navigation springen
Zur Suche springen
Syntax
| PatternDirective | := | #pattern StyleName => PatternMask => PatternTemplate | ||
| PatternMask | := | VariableName? ( Separator VariableName? )* | ||
| VariableName | := | %SimpleName | ||
| PatternTemplate | := | Text |
description
Examples
| Style Sheet | Text | Comment | ||
|---|---|---|---|---|
| OwS | #heading 2 codesystem .Name ( .Version ) | Comment | ||
| OwS | define system OPS = CTS2LE.Systems[OID=(1.2.276.0.76.5.425)] | Comment | ||
| OwS | #pattern Bullet 1 => %name ( %system : %code ) => define concept(%name) = (%code)@(%system) | Comment | ||
| Überschrift 2 | Offered Procedures (0.1) | Comment | ||
| OwS.URI | http://hospital.com/V13 | Comment | ||
| OwS.Description | This value set lists all procedures that are performed by the clinics of the ABC-hospital. | Comment | ||
| Bullet 1 | - heart valve surgery (OPS: 5-35) | Comment | ||
| Bullet 1 | - coronar vessel surgery (OPS: 5-36) | Comment | ||
| Bullet 1 | - athroscopic surgery (OPS: 5-81) | Comment |