source: ruby/trunk/lib/adl_parser/test/adl/openEHR-EHR-OBSERVATION.body_mass_index.v1.adl@ 315

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

adl_scanner should properly change cADL or dADL scanners

File size: 7.7 KB
Line 
1archetype (adl_version=1.4)
2 openEHR-EHR-OBSERVATION.body_mass_index.v1
3
4concept
5 [at0000] -- Body mass index
6language
7 original_language = <[ISO_639-1::en]>
8description
9 original_author = <
10 ["name"] = <"Sam Heard">
11 ["organisation"] = <"Ocean Informatics">
12 ["email"] = <"sam.heard@oceaninformatics.com">
13 ["date"] = <"22/03/2006">
14 >
15 details = <
16 ["en"] = <
17 language = <[ISO_639-1::en]>
18 purpose = <"To record the Body Mass Index (BMI) of a person.
19Body Mass Index is a calculated ratio describing how an individual's body weight relates to the weight that is regarded as normal, or desirable, for the individual's height. ">
20 use = <"Use to record the Body Mass Index of both adults and children.
21Use to enter the Body Mass Index either manually (ie calculated and directly entered by the clinician), or automatically (ie calculation and entry is done automatically by a software application, based on separate height and weight measurements).
22Formulas: Body Mass Index is commonly calculated as weight (kg) / [height (m) squared]. This is the assumed formula unless otherwise specified in the Formula element within Protocol. Alternatively estimate Body Mass Index using pounds and inches: weight (lb) / [height (in) squared] x 703 (with ounces (oz) and fractions changed to decimal values).
23In some situations the Body Mass Index formula is corrected eg for use in amputees - this specific formula can be recorded as part of the protocol. Alternatively the common Body Mass Index calculation can be used with amputees and similar injuries or disabilities if using adjusted height and/or adjusted weight, as appropriate, rather than actual height and weight. See openEHR-EHR-OBSERVATION.height-adjusted and openEHR-EHR-OBSERVATION.body_weight-adjusted.
24See WHO reference re adjusting height/length for Body Mass Index in paediatrics.
25In children and teens, BMI needs to be assessed using age-related reference charts.
26">
27 keywords = <"obesity", "index", "body mass", "BMI", "anorexia", "Quetelet", "malnutrition", "failure to thrive", "bulimia">
28 misuse = <"Not intended to record information regarding Body Mass Index percentiles - these will be recorded in separate archetypes.">
29 copyright = <"copyright (c) 2009 openEHR Foundation">
30 >
31 >
32 lifecycle_state = <"Initial">
33 other_contributors = <"Marja Buur, Medisch Centrum Alkmaar, Netherlands", "Rong Chen, Cambio Healthcare Systems, Sweden", "Angela de Zwart, Orion Health, New Zealand", "Paul Donaldson, Nursing Informatics Australia, Australia", "Sebastian Garde, Ocean Informatics, Germany", "Heather Grain, Llewelyn Grain Informatics, Australia", "Anne Harbison, CPCER, Australia", "Sam Heard, Ocean Informatics, Australia", "Andrew James, University of Toronto, Canada", "Shinji Kobayashi, Ehime University, Japan", "Heather Leslie, Ocean Informatics, Australia (Editor)", "Rikard Lovstrom, Swedish Medical Association, Sweden", "Ian McNicoll, Ocean Informatics, United Kingdom", "Jeroen Meintjens, Medisch Centrum Alkmaar, Netherlands", "Arturo Romero, SESCAM, Spain", "Soon Ghee Yap, Singapore Health Services Pte Ltd, Singapore">
34 other_details = <
35 ["MD5-CAM-1.0.1"] = <"1605E211E9BFB4093A72CCE7A9792FF9">
36 ["references"] = <"Clinical Guidelines on the Identification, Evaluation, and Treatment of Overweight and Obesity in Adults: The Evidence Report [Internet]. Bethesda (MD): National Heart, Lung, and Blood Institute; NIH Publication No. 98-4083, Sep 1998, [cited 2009 July 02]. Available from: http://www.nhlbi.nih.gov/guidelines/obesity/
37
38About BMI for Children and Teens [Internet]. Atlanta (GA): Division of Nutrition, Physical Activity and Obesity, Centers for Disease Control and Prevention; 2009 Jan 27 [cited 2009 Jul 28 ]. Available from: http://www.cdc.gov/healthyweight/assessing/bmi/childrens_BMI/about_childrens_BMI.html
39
40WHO Child Growth Standards: Length/height-for-age, weight-for-age, weight-for-length, weight-for-height and body mass index-for-age: Methods and development. [Internet] Geneva, Switzerland: WHO Multicentre Growth Reference Study Group, World Health Organization; 2006 [cited 2009 July 02]. Chapter 6, BMI-for-age standards. Available from: http://www.who.int/childgrowth/standards/Chap_6.pdf.
41
42Obesity: Preventing and Managing the Global Epidemic: Report of a WHO Consultation [Internet]. Geneva, Switzerland: World Health Organisation; 2000 [cited 2009 Jul 28]. Available from: http://www.who.int/nutrition/publications/obesity/WHO_TRS_894/en/index.html
43
44Tzamaloukas AH, Patron A, Malhotra D. Body Mass Index in Amputees. Journal of Parenteral and Enteral Nutrition [Internet]. 1994 [cited 2009 Jul 28]; 18 (4): 355. Available from: http://pen.sagepub.com/cgi/content/abstract/18/4/355
45
46
47
48">
49 >
50
51definition
52 OBSERVATION[at0000] matches { -- Body mass index
53 data matches {
54 HISTORY[at0001] matches { -- history
55 events cardinality matches {1..*; unordered} matches {
56 EVENT[at0002] occurrences matches {1..*} matches { -- Any event
57 data matches {
58 ITEM_TREE[at0003] matches { -- Single
59 items cardinality matches {1..*; unordered} matches {
60 ELEMENT[at0004] matches { -- Body Mass Index
61 value matches {
62 C_DV_QUANTITY <
63 property = <[openehr::349]>
64 list = <
65 ["1"] = <
66 units = <"kg/m2">
67 magnitude = <|0.0..<1000.0|>
68 precision = <|1|>
69 >
70 ["2"] = <
71 units = <"lb/in2">
72 magnitude = <|0.0..<1000.0|>
73 precision = <|1|>
74 >
75 >
76 >
77 }
78 }
79 }
80 }
81 }
82 }
83 }
84 }
85 }
86 protocol matches {
87 ITEM_LIST[at0005] matches { -- List
88 items cardinality matches {0..*; ordered} matches {
89 ELEMENT[at0006] occurrences matches {0..1} matches { -- Method
90 value matches {
91 DV_CODED_TEXT matches {
92 defining_code matches {
93 [local::
94 at0007, -- Automatic entry
95 at0008] -- Direct entry
96 }
97 }
98 }
99 }
100 ELEMENT[at0010] occurrences matches {0..1} matches { -- Formula
101 value matches {
102 DV_TEXT matches {*}
103 }
104 }
105 ELEMENT[at0011] occurrences matches {0..1} matches { -- Comment
106 value matches {
107 DV_TEXT matches {*}
108 }
109 }
110 }
111 }
112 }
113 }
114
115
116ontology
117 term_definitions = <
118 ["en"] = <
119 items = <
120 ["at0000"] = <
121 text = <"Body mass index">
122 description = <"Calculated measurement which compares a person's weight and height.">
123 >
124 ["at0001"] = <
125 text = <"history">
126 description = <"@ internal @">
127 >
128 ["at0002"] = <
129 text = <"Any event">
130 description = <"Any timed recording of Body Mass Index.">
131 >
132 ["at0003"] = <
133 text = <"Single">
134 description = <"@ internal @">
135 >
136 ["at0004"] = <
137 text = <"Body Mass Index">
138 description = <"Index describing ratio of weight to height.">
139 >
140 ["at0005"] = <
141 text = <"List">
142 description = <"@ internal @">
143 >
144 ["at0006"] = <
145 text = <"Method">
146 description = <"The method of entering the Body Mass Index.">
147 >
148 ["at0007"] = <
149 text = <"Automatic entry">
150 description = <"Body Mass Index calculated and entered automatically without user intervention.">
151 >
152 ["at0008"] = <
153 text = <"Direct entry">
154 description = <"Body Mass Index calculated and entered directly by user.">
155 >
156 ["at0010"] = <
157 text = <"Formula">
158 description = <"Formula used to derive the Body Mass Index.">
159 >
160 ["at0011"] = <
161 text = <"Comment">
162 description = <"Comment about the Body Mass Index measurement eg noting that the measurements used were adjusted weight/height.">
163 >
164 >
165 >
166 >
Note: See TracBrowser for help on using the repository browser.