source: ruby/trunk/adl_parser/tests/openEHR-EHR-SECTION.vital_signs.v1.adl@ 4

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

restructuring repository tree

File size: 1.9 KB
Line 
1archetype (adl_version=1.4)
2 openEHR-EHR-SECTION.vital_signs.v1
3
4concept
5 [at0000] -- Vital signs
6language
7 original_language = <[ISO_639-1::en]>
8description
9 original_author = <
10 ["name"] = <"Sam Heard">
11 ["organisation"] = <"Ocean Informatics">
12 ["date"] = <"14/03/2006">
13 ["email"] = <"sam.heard@oceaninformatics.biz">
14 >
15 details = <
16 ["en"] = <
17 language = <[ISO_639-1::en]>
18 purpose = <"A heading or section which can only contain observations considered to be vital signs. This group of observations is a common set in medicine, and while these often occur separately in health records, when they are measured together this is a significant assessment of wellbeing.">
19 use = <"An organisational heading for vital signs">
20 keywords = <"blood pressure", "temperature", "pulse", "oxygen saturation", "respirations", "observations", "vital", "signs">
21 misuse = <"Does not need to be used to record these entries separately">
22 >
23 >
24 lifecycle_state = <"AuthorDraft">
25 other_contributors = <>
26
27definition
28 SECTION[at0000] matches { -- Vital signs
29 items cardinality matches {0..*; unordered} matches {
30 allow_archetype OBSERVATION occurrences matches {1..5} matches {
31 include
32 archetype_id/value matches {/blood_pressure\.v1/}
33 archetype_id/value matches {/heart_rate-pulse\.v1/}
34 archetype_id/value matches {/respiration\.v1/}
35 archetype_id/value matches {/body_temperature\.v1/}
36 archetype_id/value matches {/oximetry\.v1/}
37 archetype_id/value matches {/heart_rate\.v1/}
38 exclude
39 archetype_id/value matches {/.*/}
40 }
41 }
42 }
43
44ontology
45 term_definitions = <
46 ["en"] = <
47 items = <
48 ["at0000"] = <
49 description = <"A group of observations that are recorded at the same time and record the blood pressure, pulse, temperature and other readings">
50 text = <"Vital signs">
51 >
52 >
53 >
54 >
Note: See TracBrowser for help on using the repository browser.