source: ruby/trunk/lib/adl_parser/test/adl/openEHR-EHR-ITEM_TREE.imaging.v1.adl@ 291

Last change on this file since 291 was 291, checked in by KOBAYASHI, Shinji, 15 years ago

merged branches/0.5 to trunk

File size: 3.4 KB
Line 
1archetype (adl_version=1.4)
2 openEHR-EHR-ITEM_TREE.imaging.v1
3
4concept
5 [at0000] -- Imaging data
6language
7 original_language = <[ISO_639-1::en]>
8description
9 original_author = <
10 ["name"] = <"Sam Heard">
11 ["organisation"] = <"Ocean Informatics">
12 ["date"] = <"9/01/2007">
13 ["email"] = <"sam.heard@oceaninformatics.biz">
14 >
15 details = <
16 ["en"] = <
17 language = <[ISO_639-1::en]>
18 purpose = <"Data for the description of the action or instruction related to imaging">
19 use = <"">
20 keywords = <"Xray", "scan", "MRI", "CT", "nuclear", "ultrasound">
21 misuse = <"">
22 >
23 >
24 lifecycle_state = <"AuthorDraft">
25 other_contributors = <>
26
27definition
28 ITEM_TREE[at0001] occurrences matches {0..*} matches { -- Tree
29 items cardinality matches {0..*; ordered} matches {
30 CLUSTER[at0002] occurrences matches {0..1} matches { -- Clinical information
31 items cardinality matches {1; unordered} matches {
32 ELEMENT[at0003] matches { -- Findings
33 value matches {
34 DV_TEXT matches {*}
35 }
36 }
37 }
38 }
39 CLUSTER[at0004] occurrences matches {1..*} matches { -- Imaging
40 items cardinality matches {1..*; unordered} matches {
41 ELEMENT[at0005] matches { -- Imaging procedure
42 value matches {
43 DV_TEXT matches {*}
44 }
45 }
46 ELEMENT[at0007] occurrences matches {0..1} matches { -- Anatomical site
47 value matches {
48 DV_TEXT matches {*}
49 }
50 }
51 ELEMENT[at0006] occurrences matches {0..*} matches { -- Views
52 value matches {
53 DV_TEXT matches {*}
54 }
55 }
56 }
57 }
58 CLUSTER[at0008] occurrences matches {0..1} matches { -- Process
59 items cardinality matches {0..*; unordered} matches {
60 ELEMENT[at0009] occurrences matches {0..1} matches { -- Date of imaging
61 value matches {
62 DV_DATE_TIME matches {
63 value matches {yyyy-??-??T??:??:??}
64 }
65 }
66 }
67 ELEMENT[at0010] occurrences matches {0..1} matches { -- Location
68 value matches {
69 DV_TEXT matches {*}
70 }
71 }
72 }
73 }
74 }
75 }
76
77ontology
78 term_definitions = <
79 ["en"] = <
80 items = <
81 ["at0000"] = <
82 description = <"Data recorded about an imaging action or instruction">
83 text = <"Imaging data">
84 >
85 ["at0001"] = <
86 description = <"@ internal @">
87 text = <"Tree">
88 >
89 ["at0002"] = <
90 description = <"Clinical information relevant to the imaging investigation">
91 text = <"Clinical information">
92 >
93 ["at0003"] = <
94 description = <"Clinical findings relevant to the imaging investigation">
95 text = <"Findings">
96 >
97 ["at0004"] = <
98 description = <"Information about the imaging">
99 text = <"Imaging">
100 >
101 ["at0005"] = <
102 description = <"The type of imaging">
103 text = <"Imaging procedure">
104 >
105 ["at0006"] = <
106 description = <"The imaging views">
107 text = <"Views">
108 >
109 ["at0007"] = <
110 description = <"The anatomical site (or object) for imaging">
111 text = <"Anatomical site">
112 >
113 ["at0008"] = <
114 description = <"The process of the imaging investigation">
115 text = <"Process">
116 >
117 ["at0009"] = <
118 description = <"The date the imaging is to be or was carried out.">
119 text = <"Date of imaging">
120 >
121 ["at0010"] = <
122 description = <"The location where the imaging is to be or was carried out">
123 text = <"Location">
124 >
125 >
126 >
127 >
Note: See TracBrowser for help on using the repository browser.