source: ruby/trunk/adl_parser/tests/vital_signs.cadl@ 4

Last change on this file since 4 was 4, checked in by KOBAYASHI, Shinji, 16 years ago

restructuring repository tree

File size: 508 bytes
Line 
1 SECTION[at0000] matches { -- Vital signs or clinical 'observations'
2 items cardinality matches {0..*; unordered} matches {
3 allow_archetype OBSERVATION occurrences matches {1..5} matches {
4 include
5 domain_concept matches {/blood_pressure.v1/}
6 domain_concept matches {/heart_rate-pulse.v1/}
7 domain_concept matches {/temperature.v1/}
8 domain_concept matches {/blood_gases.v1/}
9 domain_concept matches {/respirations.v1/}
10 exclude
11 domain_concept matches {/.*/}
12 }
13 }
14 }
Note: See TracBrowser for help on using the repository browser.