source: ruby/branches/0.5/lib/adl_parser/test/adl/openEHR-EHR-OBSERVATION.body_mass_index.v1.adl

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

merged latest trunc change to branches/0.5

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
47definition
48 OBSERVATION[at0000] matches { -- Body mass index
49 data matches {
50 HISTORY[at0001] matches { -- history
51 events cardinality matches {1..*; unordered} matches {
52 EVENT[at0002] occurrences matches {1..*} matches { -- Any event
53 data matches {
54 ITEM_TREE[at0003] matches { -- Single
55 items cardinality matches {1..*; unordered} matches {
56 ELEMENT[at0004] matches { -- Body Mass Index
57 value matches {
58 C_DV_QUANTITY <
59 property = <[openehr::349]>
60 list = <
61 ["1"] = <
62 units = <"kg/m2">
63 magnitude = <|0.0..<1000.0|>
64 precision = <|1|>
65 >
66 ["2"] = <
67 units = <"lb/in2">
68 magnitude = <|0.0..<1000.0|>
69 precision = <|1|>
70 >
71 >
72 >
73 }
74 }
75 }
76 }
77 }
78 }
79 }
80 }
81 }
82 protocol matches {
83 ITEM_LIST[at0005] matches { -- List
84 items cardinality matches {0..*; ordered} matches {
85 ELEMENT[at0006] occurrences matches {0..1} matches { -- Method
86 value matches {
87 DV_CODED_TEXT matches {
88 defining_code matches {
89 [local::
90 at0007, -- Automatic entry
91 at0008] -- Direct entry
92 }
93 }
94 }
95 }
96 ELEMENT[at0010] occurrences matches {0..1} matches { -- Formula
97 value matches {
98 DV_TEXT matches {*}
99 }
100 }
101 ELEMENT[at0011] occurrences matches {0..1} matches { -- Comment
102 value matches {
103 DV_TEXT matches {*}
104 }
105 }
106 }
107 }
108 }
109 }
110
111
112ontology
113 term_definitions = <
114 ["en"] = <
115 items = <
116 ["at0000"] = <
117 text = <"Body mass index">
118 description = <"Calculated measurement which compares a person's weight and height.">
119 >
120 ["at0001"] = <
121 text = <"history">
122 description = <"@ internal @">
123 >
124 ["at0002"] = <
125 text = <"Any event">
126 description = <"Any timed recording of Body Mass Index.">
127 >
128 ["at0003"] = <
129 text = <"Single">
130 description = <"@ internal @">
131 >
132 ["at0004"] = <
133 text = <"Body Mass Index">
134 description = <"Index describing ratio of weight to height.">
135 >
136 ["at0005"] = <
137 text = <"List">
138 description = <"@ internal @">
139 >
140 ["at0006"] = <
141 text = <"Method">
142 description = <"The method of entering the Body Mass Index.">
143 >
144 ["at0007"] = <
145 text = <"Automatic entry">
146 description = <"Body Mass Index calculated and entered automatically without user intervention.">
147 >
148 ["at0008"] = <
149 text = <"Direct entry">
150 description = <"Body Mass Index calculated and entered directly by user.">
151 >
152 ["at0010"] = <
153 text = <"Formula">
154 description = <"Formula used to derive the Body Mass Index.">
155 >
156 ["at0011"] = <
157 text = <"Comment">
158 description = <"Comment about the Body Mass Index measurement eg noting that the measurements used were adjusted weight/height.">
159 >
160 >
161 >
162 >
Note: See TracBrowser for help on using the repository browser.