source: ruby/trunk/lib/adl_parser/test/vital_signs.cadl@ 116

Last change on this file since 116 was 116, checked in by Tatsukawa, Akimichi, 15 years ago

refactored directory structure of adl_parser

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.