openehr-rails 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +46 -0
- data/.rspec +1 -0
- data/.travis.yml +4 -0
- data/Gemfile +3 -0
- data/Guardfile +15 -0
- data/README.rdoc +21 -0
- data/Rakefile +33 -0
- data/db/seeds.rb +7 -0
- data/doc/README_FOR_APP +2 -0
- data/lib/assets/.gitkeep +0 -0
- data/lib/generators/openehr/controller/controller_generator.rb +16 -0
- data/lib/generators/openehr/controller/templates/controller.rb +13 -0
- data/lib/generators/openehr/i18n/i18n_generator.rb +53 -0
- data/lib/generators/openehr/i18n/templates/i18n.rb +6 -0
- data/lib/generators/openehr/i18n/templates/language.yml +10 -0
- data/lib/generators/openehr/install/install_generator.rb +18 -0
- data/lib/generators/openehr/install/templates/i18n.rb +8 -0
- data/lib/generators/openehr/migration/migration_generator.rb +17 -0
- data/lib/generators/openehr/model/model_generator.rb +16 -0
- data/lib/generators/openehr/scaffold/scaffold_generator.rb +149 -0
- data/lib/generators/openehr/scaffold/templates/_form.html.erb +19 -0
- data/lib/generators/openehr/scaffold/templates/application_controller.rb +2 -0
- data/lib/generators/openehr/scaffold/templates/edit.html.erb +6 -0
- data/lib/generators/openehr/scaffold/templates/index.html.erb +28 -0
- data/lib/generators/openehr/scaffold/templates/new.html.erb +0 -0
- data/lib/generators/openehr/scaffold/templates/route.rb +2 -0
- data/lib/generators/openehr/scaffold/templates/routes.rb +2 -0
- data/lib/generators/openehr/scaffold/templates/show.html.erb +6 -0
- data/lib/generators/openehr.rb +71 -0
- data/lib/openehr/rails.rb +1 -0
- data/lib/openehr-rails/version.rb +5 -0
- data/lib/openehr-rails.rb +7 -0
- data/lib/rcomponents.rb +48 -0
- data/openehr-rails.gemspec +36 -0
- data/spec/generators/openehr/archetyped_base_spec.rb +47 -0
- data/spec/generators/openehr/controller/controller_generator_spec.rb +9 -0
- data/spec/generators/openehr/i18n/i18n_generator_spec.rb +62 -0
- data/spec/generators/openehr/install/install_generator_spec.rb +15 -0
- data/spec/generators/openehr/migration/migration_generator_spec.rb +16 -0
- data/spec/generators/openehr/scaffold/scaffold_generator_spec.rb +70 -0
- data/spec/generators/templates/openEHR-EHR-OBSERVATION.blood_pressure.v1.adl +1021 -0
- data/spec/rcomponents/relement_spec.rb +21 -0
- data/spec/rcomponents/robservation_spec.rb +21 -0
- data/spec/spec_helper.rb +18 -0
- metadata +257 -0
@@ -0,0 +1,1021 @@
|
|
1
|
+
archetype (adl_version=1.4)
|
2
|
+
openEHR-EHR-OBSERVATION.blood_pressure.v1
|
3
|
+
|
4
|
+
concept
|
5
|
+
[at0000] -- Blood Pressure
|
6
|
+
language
|
7
|
+
original_language = <[ISO_639-1::en]>
|
8
|
+
translations = <
|
9
|
+
["nl"] = <
|
10
|
+
language = <[ISO_639-1::nl]>
|
11
|
+
author = <
|
12
|
+
["name"] = <"Marja Buur">
|
13
|
+
["organisation"] = <"M.C.A.">
|
14
|
+
["email"] = <"m.buur-krom@mca.nl">
|
15
|
+
>
|
16
|
+
>
|
17
|
+
["ja"] = <
|
18
|
+
language = <[ISO_639-1::ja]>
|
19
|
+
author = <
|
20
|
+
["name"] = <"Shinji Kobayashi">
|
21
|
+
["email"] = <"skoba@moss.gr.jp">
|
22
|
+
>
|
23
|
+
>
|
24
|
+
>
|
25
|
+
description
|
26
|
+
original_author = <
|
27
|
+
["name"] = <"Sam Heard">
|
28
|
+
["organisation"] = <"Ocean Informatics">
|
29
|
+
["email"] = <"sam.heard@oceaninformatics.com">
|
30
|
+
["date"] = <"22/03/2006">
|
31
|
+
>
|
32
|
+
details = <
|
33
|
+
["en"] = <
|
34
|
+
language = <[ISO_639-1::en]>
|
35
|
+
purpose = <"To record the systemic arterial blood pressure of an individual. ">
|
36
|
+
use = <"Use to record all representations of systemic arterial blood pressure measurement, no matter which method or body location is used to record it. The archetype is intended to capture blood pressure measurements in all clinical scenarios - for example, self-measurement with a home blood pressure machine; an emergency assessment of systolic using palpation and a sphygmomanometer; measurements taken in clinical consultations or during exercise stress testing; and a series of measurements made by a machine in Intensive Care.
|
37
|
+
There is a rich state model that supports interpretation of measurements through identifying patient position, exercise, confounding factors and angle of a tilt table in research.
|
38
|
+
Named events have been limited to average over a 24 hour period, however templates can further constrain the default 'any event' to cater for specific requirements for blood pressure measurements such as recording Blood Pressure against specific points in time, or over a range of intervals (+/- mathematical functions).">
|
39
|
+
keywords = <"observations", "measurement", "bp", "vital signs", "mean arterial pressure", "pulse pressure", "systolic", "diastolic", "RR", "NIBP">
|
40
|
+
misuse = <"Not to be used for intravenous pressure.
|
41
|
+
Not to be used for the measurement of arterial blood pressure which is NOT a surrogate for arterial pressure in the systemic circulation eg specific measurement of right Pulmonary artery pressure.
|
42
|
+
Use OBSERVATION.intravascular_pressure and related specialisations in both of these situations.">
|
43
|
+
copyright = <"© openEHR Foundation">
|
44
|
+
>
|
45
|
+
["ja"] = <
|
46
|
+
language = <[ISO_639-1::ja]>
|
47
|
+
purpose = <"ヒトの全身血圧を記録するためのもの。全身の血圧を測定する代用として適切な方法により測定された縮期圧と拡張期についての記録">
|
48
|
+
use = <"このアーキタイプを使って測定されるすべての血圧が記録される。運動負荷心電図やティルト台での測定にも利用できる豊かなステートモデルがある。">
|
49
|
+
keywords = <"観察", "血圧", "測定">
|
50
|
+
misuse = <"血管内圧のためには使用されない">
|
51
|
+
copyright = <"© openEHR Foundation">
|
52
|
+
>
|
53
|
+
["nl"] = <
|
54
|
+
language = <[ISO_639-1::nl]>
|
55
|
+
purpose = <"Het registreren van de systemische arteriele bloeddruk van een individu.">
|
56
|
+
use = <"Wordt gebruikt om alle weergaven van de systemische bloeddruk te registreren, ongeacht welke methode of welke lichaamslocatie is gebruikt om de meting te doen. Het archetype is bedoeld om bloeddruk metingen in alle klinische scenario's vast te leggen - bijvoorbeeld, zelf-meting met een thuis bloeddrukmeter; een nood beoordeling van de systolische bloeddruk met behulp van palpatie en een drukmanchet; metingen tijdens consulten, overleg of tijdens inspannings stress testen, en een reeks van metingen die door een apparaat zijn gedaan in de intensieve zorg.
|
57
|
+
Er is een uitgebreid status model dat interpretatie van metingen ondersteunt, door patiënt positie, inspanning, beïnvloedende factoren en de hoek/het aantal graden waarin de onderzoekstafel staat, te specificeren.
|
58
|
+
Genoemde gebeurtenissen zijn gelimiteerd tot een gemiddelde over een periode van 24 uur, maar templates kunnen de standaard 'iedere gebeurtenis' verder vernauwen om specifieke eisen voor de bloeddrukmeting, zoals registreren van de bloeddruk op een specifiek tijdsmoment, of over een reeks van intervallen (+/- statistisch gebruik) te faciliteren.
|
59
|
+
">
|
60
|
+
keywords = <"observaties", "meting", "blddr", "vitale functies", "gemiddelde arteriele druk", "polsdruk", "systolisch", "diastolisch", "RR", "NIBP", "tensie">
|
61
|
+
misuse = <"Niet te gebruiken voor intraveneuze druk.
|
62
|
+
Niet te gebruiken voor de meting van de arteriele bloeddruk welke geen surrogaat is voor de arteriele druk in de systemische circulatie, bv de specifieke meting van de rechter arterie pulmonalis druk.
|
63
|
+
Gebruik OBSERVATION.intravascular_pressure en gerelateerde specialisaties in beide situaties.">
|
64
|
+
copyright = <"© openEHR Foundation">
|
65
|
+
>
|
66
|
+
>
|
67
|
+
lifecycle_state = <"AuthorDraft">
|
68
|
+
other_contributors = <"Koray Atalag, University of Auckland, New Zealand", "Knut Bernstein, MEDIQ, Denmark", "Marja Buur, Medisch Centrum Alkmaar, Netherlands", "Rong Chen, Cambio Healthcare Systems, Sweden", "Beatriz de Faria Leão, Zilics, Brazil", "Paul Donaldson, Nursing Informatics Australia, Australia", "Jose Florez Arango, Universidad de Antioquia, Colombia", "Gerard Freriks, ERC, Netherlands", "Sebastian Garde, Ocean Informatics, Germany", "Anneke Goossen, Results 4 Care, Netherlands", "Sam Heard, Ocean Informatics, Australia", "Karsten Heusser, Hannover Medical School, Germany", "Omer Hotomaroglu, Turkey", "Evelyn Hovenga, EJSH Consulting, Australia", "Derek Hoy, United Kingdom", "Pieter Hummel, Medisch Centrum Alkmaar, Netherlands", "Eugene Igras, IRIS Systems, Inc., Canada", "Sundaresan Jagannathan, Scottish NHS, United Kingdom", "Andrew James, University of Toronto, Canada", "Heather Leslie, Ocean Informatics, Australia (Editor)", "Rikard Lovstrom, Swedish Medical Association, Sweden", "Rohan Martin, Ambulance Victoria, Australia", "Ian McNicoll, Ocean Informatics, United Kingdom", "Jeroen Meintjens, Medisch Centrum Alkmaar, Netherlands", "Udo Müller-Oest, CompuGROUP Software, Germany", "Melvin Reynolds, United Kingdom", "Tony Shannon, NHS, United Kingdom", "Hwei-Yee Tai, Tan Tock Seng Hospital, Singapore", "Stef Verlinden, Vivici, Netherlands", "Soon Ghee Yap, Singapore Health Services Pte Ltd, Singapore">
|
69
|
+
other_details = <
|
70
|
+
["references"] = <"O'Brien E, Asmar R, Beilin L, et al. European Society of Hypertension recommendations for conventional, ambulatory and home blood pressure measurement. Journal of Hypertension [Internet]. 2003 [cited 2009 Jul 30] ; 21(5):821-848. Available from http://www.bhsoc.org/bp_monitors/ESH_BP_rec.pdf
|
71
|
+
|
72
|
+
Perloff D, Grim C, Flack J, Frohlich ED, Hill M, McDonald M, Morgenstern BZ. Human blood pressure determination by sphygmomanometry. Circulation [Internet]. 1993 [cited 2009 Jul 29] 88 (5): 2460. Available from: http://circ.ahajournals.org/cgi/reprint/88/5/2460
|
73
|
+
">
|
74
|
+
["MD5-CAM-1.0.1"] = <"D2C5F2928F1B4D9D717A6BA03CE968DF">
|
75
|
+
>
|
76
|
+
|
77
|
+
definition
|
78
|
+
OBSERVATION[at0000] matches { -- Blood Pressure
|
79
|
+
data matches {
|
80
|
+
HISTORY[at0001] matches { -- history
|
81
|
+
events cardinality matches {1..*; unordered} matches {
|
82
|
+
EVENT[at0006] occurrences matches {0..*} matches { -- any event
|
83
|
+
data matches {
|
84
|
+
ITEM_TREE[at0003] matches { -- blood pressure
|
85
|
+
items cardinality matches {0..*; unordered} matches {
|
86
|
+
ELEMENT[at0004] occurrences matches {0..1} matches { -- Systolic
|
87
|
+
value matches {
|
88
|
+
C_DV_QUANTITY <
|
89
|
+
property = <[openehr::125]>
|
90
|
+
list = <
|
91
|
+
["1"] = <
|
92
|
+
units = <"mm[Hg]">
|
93
|
+
magnitude = <|0.0..<1000.0|>
|
94
|
+
precision = <|0|>
|
95
|
+
>
|
96
|
+
>
|
97
|
+
>
|
98
|
+
}
|
99
|
+
}
|
100
|
+
ELEMENT[at0005] occurrences matches {0..1} matches { -- Diastolic
|
101
|
+
value matches {
|
102
|
+
C_DV_QUANTITY <
|
103
|
+
property = <[openehr::125]>
|
104
|
+
list = <
|
105
|
+
["1"] = <
|
106
|
+
units = <"mm[Hg]">
|
107
|
+
magnitude = <|0.0..<1000.0|>
|
108
|
+
precision = <|0|>
|
109
|
+
>
|
110
|
+
>
|
111
|
+
>
|
112
|
+
}
|
113
|
+
}
|
114
|
+
ELEMENT[at1006] occurrences matches {0..1} matches { -- Mean Arterial Pressure
|
115
|
+
value matches {
|
116
|
+
C_DV_QUANTITY <
|
117
|
+
property = <[openehr::125]>
|
118
|
+
list = <
|
119
|
+
["1"] = <
|
120
|
+
units = <"mm[Hg]">
|
121
|
+
magnitude = <|0.0..<1000.0|>
|
122
|
+
precision = <|0|>
|
123
|
+
>
|
124
|
+
>
|
125
|
+
>
|
126
|
+
}
|
127
|
+
}
|
128
|
+
ELEMENT[at1007] occurrences matches {0..1} matches { -- Pulse Pressure
|
129
|
+
value matches {
|
130
|
+
C_DV_QUANTITY <
|
131
|
+
property = <[openehr::125]>
|
132
|
+
list = <
|
133
|
+
["1"] = <
|
134
|
+
units = <"mm[Hg]">
|
135
|
+
magnitude = <|0.0..<1000.0|>
|
136
|
+
precision = <|0|>
|
137
|
+
>
|
138
|
+
>
|
139
|
+
>
|
140
|
+
}
|
141
|
+
}
|
142
|
+
ELEMENT[at0033] occurrences matches {0..1} matches { -- Comment
|
143
|
+
value matches {
|
144
|
+
DV_TEXT matches {*}
|
145
|
+
}
|
146
|
+
}
|
147
|
+
}
|
148
|
+
}
|
149
|
+
}
|
150
|
+
state matches {
|
151
|
+
ITEM_TREE[at0007] matches { -- state structure
|
152
|
+
items cardinality matches {0..*; unordered} matches {
|
153
|
+
ELEMENT[at0008] occurrences matches {0..1} matches { -- Position
|
154
|
+
value matches {
|
155
|
+
DV_CODED_TEXT matches {
|
156
|
+
defining_code matches {
|
157
|
+
[local::
|
158
|
+
at1000, -- Standing
|
159
|
+
at1001, -- Sitting
|
160
|
+
at1002, -- Reclining
|
161
|
+
at1003, -- Lying
|
162
|
+
at1014; -- Lying with tilt to left
|
163
|
+
at1001] -- assumed value
|
164
|
+
}
|
165
|
+
}
|
166
|
+
}
|
167
|
+
}
|
168
|
+
ELEMENT[at1052] occurrences matches {0..1} matches { -- Confounding factors
|
169
|
+
value matches {
|
170
|
+
DV_TEXT matches {*}
|
171
|
+
}
|
172
|
+
}
|
173
|
+
allow_archetype CLUSTER[at1030] occurrences matches {0..1} matches { -- Exertion
|
174
|
+
include
|
175
|
+
archetype_id/value matches {/openEHR-EHR-CLUSTER\.level_of_exertion(-[a-zA-Z0-9_]+)*\.v1/}
|
176
|
+
}
|
177
|
+
ELEMENT[at1043] occurrences matches {0..1} matches { -- Sleep status
|
178
|
+
value matches {
|
179
|
+
DV_CODED_TEXT matches {
|
180
|
+
defining_code matches {
|
181
|
+
[local::
|
182
|
+
at1044, -- Alert & awake
|
183
|
+
at1045; -- Sleeping
|
184
|
+
at1044] -- assumed value
|
185
|
+
}
|
186
|
+
}
|
187
|
+
}
|
188
|
+
}
|
189
|
+
ELEMENT[at1005] occurrences matches {0..1} matches { -- Tilt
|
190
|
+
value matches {
|
191
|
+
C_DV_QUANTITY <
|
192
|
+
property = <[openehr::497]>
|
193
|
+
list = <
|
194
|
+
["1"] = <
|
195
|
+
units = <"°">
|
196
|
+
magnitude = <|-90.0..90.0|>
|
197
|
+
precision = <|0|>
|
198
|
+
>
|
199
|
+
>
|
200
|
+
assumed_value = <
|
201
|
+
magnitude = <0.0>
|
202
|
+
units = <"°">
|
203
|
+
precision = <0>
|
204
|
+
>
|
205
|
+
>
|
206
|
+
}
|
207
|
+
}
|
208
|
+
}
|
209
|
+
}
|
210
|
+
}
|
211
|
+
}
|
212
|
+
INTERVAL_EVENT[at1042] occurrences matches {0..1} matches { -- 24 hour average
|
213
|
+
math_function matches {
|
214
|
+
DV_CODED_TEXT matches {
|
215
|
+
defining_code matches {[openehr::146]}
|
216
|
+
}
|
217
|
+
}
|
218
|
+
width matches {
|
219
|
+
DV_DURATION matches {
|
220
|
+
value matches {|PT24H|}
|
221
|
+
}
|
222
|
+
}
|
223
|
+
data matches {
|
224
|
+
use_node ITEM_TREE /data[at0001]/events[at0006]/data[at0003] -- /data[history]/events[any event]/data[blood pressure]
|
225
|
+
}
|
226
|
+
state matches {
|
227
|
+
use_node ITEM_TREE /data[at0001]/events[at0006]/state[at0007] -- /data[history]/events[any event]/state[state structure]
|
228
|
+
}
|
229
|
+
}
|
230
|
+
}
|
231
|
+
}
|
232
|
+
}
|
233
|
+
protocol matches {
|
234
|
+
ITEM_TREE[at0011] matches { -- list structure
|
235
|
+
items cardinality matches {0..*; unordered} matches {
|
236
|
+
ELEMENT[at0013] occurrences matches {0..1} matches { -- Cuff size
|
237
|
+
value matches {
|
238
|
+
DV_CODED_TEXT matches {
|
239
|
+
defining_code matches {
|
240
|
+
[local::
|
241
|
+
at0015, -- Adult Thigh
|
242
|
+
at0016, -- Large Adult
|
243
|
+
at0017, -- Adult
|
244
|
+
at1008, -- Small Adult
|
245
|
+
at1009, -- Paediatric/Child
|
246
|
+
at1018, -- Infant
|
247
|
+
at1019] -- Neonatal
|
248
|
+
}
|
249
|
+
}
|
250
|
+
}
|
251
|
+
}
|
252
|
+
CLUSTER[at1033] occurrences matches {0..1} matches { -- Location
|
253
|
+
items cardinality matches {1..*; unordered} matches {
|
254
|
+
ELEMENT[at0014] occurrences matches {0..1} matches { -- Location of measurement
|
255
|
+
value matches {
|
256
|
+
DV_CODED_TEXT matches {
|
257
|
+
defining_code matches {
|
258
|
+
[local::
|
259
|
+
at0025, -- Right arm
|
260
|
+
at0026, -- Left arm
|
261
|
+
at0027, -- Right thigh
|
262
|
+
at0028, -- Left thigh
|
263
|
+
at1020, -- Right wrist
|
264
|
+
at1021, -- Left wrist
|
265
|
+
at1026, -- Right ankle
|
266
|
+
at1031, -- Left ankle
|
267
|
+
at1032, -- Finger
|
268
|
+
at1051, -- Toe
|
269
|
+
at1053] -- Intra-arterial
|
270
|
+
}
|
271
|
+
}
|
272
|
+
}
|
273
|
+
}
|
274
|
+
ELEMENT[at1034] occurrences matches {0..1} matches { -- Specific location
|
275
|
+
value matches {
|
276
|
+
DV_TEXT matches {*}
|
277
|
+
}
|
278
|
+
}
|
279
|
+
}
|
280
|
+
}
|
281
|
+
ELEMENT[at1035] occurrences matches {0..1} matches { -- Method
|
282
|
+
value matches {
|
283
|
+
DV_CODED_TEXT matches {
|
284
|
+
defining_code matches {
|
285
|
+
[local::
|
286
|
+
at1036, -- Auscultation
|
287
|
+
at1037, -- Palpation
|
288
|
+
at1039, -- Machine
|
289
|
+
at1040] -- Invasive
|
290
|
+
}
|
291
|
+
}
|
292
|
+
}
|
293
|
+
}
|
294
|
+
ELEMENT[at1038] occurrences matches {0..1} matches { -- Mean Arterial Pressure Formula
|
295
|
+
value matches {
|
296
|
+
DV_TEXT matches {*}
|
297
|
+
}
|
298
|
+
}
|
299
|
+
ELEMENT[at1010] occurrences matches {0..1} matches { -- Diastolic endpoint
|
300
|
+
value matches {
|
301
|
+
DV_CODED_TEXT matches {
|
302
|
+
defining_code matches {
|
303
|
+
[local::
|
304
|
+
at1011, -- Phase IV
|
305
|
+
at1012] -- Phase V
|
306
|
+
}
|
307
|
+
}
|
308
|
+
}
|
309
|
+
}
|
310
|
+
allow_archetype CLUSTER[at1025] occurrences matches {0..1} matches { -- Device
|
311
|
+
include
|
312
|
+
archetype_id/value matches {/openEHR-EHR-CLUSTER\.device(-[a-zA-Z0-9_]+)*\.v1/}
|
313
|
+
}
|
314
|
+
}
|
315
|
+
}
|
316
|
+
}
|
317
|
+
}
|
318
|
+
|
319
|
+
|
320
|
+
|
321
|
+
ontology
|
322
|
+
terminologies_available = <"SNOMED-CT", ...>
|
323
|
+
term_definitions = <
|
324
|
+
["en"] = <
|
325
|
+
items = <
|
326
|
+
["at0000"] = <
|
327
|
+
text = <"Blood Pressure">
|
328
|
+
description = <"The local measurement of arterial blood pressure which is a surrogate for arterial. pressure in the systemic circulation. Most commonly, use of the term 'blood pressure' refers to measurement of brachial artery pressure in the upper arm.">
|
329
|
+
>
|
330
|
+
["at0001"] = <
|
331
|
+
text = <"history">
|
332
|
+
description = <"history Structural node">
|
333
|
+
>
|
334
|
+
["at0003"] = <
|
335
|
+
text = <"blood pressure">
|
336
|
+
description = <"@ internal @">
|
337
|
+
>
|
338
|
+
["at0004"] = <
|
339
|
+
text = <"Systolic">
|
340
|
+
description = <"Peak systemic arterial blood pressure - measured in systolic or contraction phase of the heart cycle.">
|
341
|
+
>
|
342
|
+
["at0005"] = <
|
343
|
+
text = <"Diastolic">
|
344
|
+
description = <"Minimum systemic arterial blood pressure - measured in the diastolic or relaxation phase of the heart cycle.">
|
345
|
+
>
|
346
|
+
["at0006"] = <
|
347
|
+
text = <"any event">
|
348
|
+
description = <"Default event">
|
349
|
+
>
|
350
|
+
["at0007"] = <
|
351
|
+
text = <"state structure">
|
352
|
+
description = <"@ internal @">
|
353
|
+
>
|
354
|
+
["at0008"] = <
|
355
|
+
text = <"Position">
|
356
|
+
description = <"The position of the subject at the time of measurement.">
|
357
|
+
>
|
358
|
+
["at0011"] = <
|
359
|
+
text = <"list structure">
|
360
|
+
description = <"list structure">
|
361
|
+
>
|
362
|
+
["at0013"] = <
|
363
|
+
text = <"Cuff size">
|
364
|
+
description = <"The size of the cuff used for blood pressure measurement. ">
|
365
|
+
comment = <"Perloff D, Grim C, Flack J, Frohlich ED, Hill M, McDonald M, Morgenstern BZ. Human blood pressure determination by sphygmomanometry. Circulation 1993;88;2460-2470. ">
|
366
|
+
>
|
367
|
+
["at0014"] = <
|
368
|
+
text = <"Location of measurement">
|
369
|
+
description = <"Common body sites where blood pressure is recorded.">
|
370
|
+
>
|
371
|
+
["at0015"] = <
|
372
|
+
text = <"Adult Thigh">
|
373
|
+
description = <"A cuff used for an adult thigh - bladder approx 20cm x 42cm.">
|
374
|
+
>
|
375
|
+
["at0016"] = <
|
376
|
+
text = <"Large Adult">
|
377
|
+
description = <"A cuff for adults with larger arms - bladder approx 16cm x 38cm.">
|
378
|
+
>
|
379
|
+
["at0017"] = <
|
380
|
+
text = <"Adult">
|
381
|
+
description = <"A cuff that is standard for an adult - bladder approx 13cm x 30cm.">
|
382
|
+
>
|
383
|
+
["at0025"] = <
|
384
|
+
text = <"Right arm">
|
385
|
+
description = <"The right arm of the person.">
|
386
|
+
>
|
387
|
+
["at0026"] = <
|
388
|
+
text = <"Left arm">
|
389
|
+
description = <"The left arm of the person.">
|
390
|
+
>
|
391
|
+
["at0027"] = <
|
392
|
+
text = <"Right thigh">
|
393
|
+
description = <"The right thigh of the person.">
|
394
|
+
>
|
395
|
+
["at0028"] = <
|
396
|
+
text = <"Left thigh">
|
397
|
+
description = <"The left thigh of the person.">
|
398
|
+
>
|
399
|
+
["at0033"] = <
|
400
|
+
text = <"Comment">
|
401
|
+
description = <"Comment on blood pressure measurement.">
|
402
|
+
>
|
403
|
+
["at1000"] = <
|
404
|
+
text = <"Standing">
|
405
|
+
description = <"Standing at the time of blood pressure measurement.">
|
406
|
+
>
|
407
|
+
["at1001"] = <
|
408
|
+
text = <"Sitting">
|
409
|
+
description = <"Sitting (for example on bed or chair) at the time of blood pressure measurement.">
|
410
|
+
>
|
411
|
+
["at1002"] = <
|
412
|
+
text = <"Reclining">
|
413
|
+
description = <"Reclining at the time of blood pressure measurement.">
|
414
|
+
>
|
415
|
+
["at1003"] = <
|
416
|
+
text = <"Lying">
|
417
|
+
description = <"Lying flat at the time of blood pressure measurement.">
|
418
|
+
>
|
419
|
+
["at1005"] = <
|
420
|
+
text = <"Tilt">
|
421
|
+
description = <"The craniocaudal tilt of the surface on which the person is lying at the time of measurement.">
|
422
|
+
>
|
423
|
+
["at1006"] = <
|
424
|
+
text = <"Mean Arterial Pressure">
|
425
|
+
description = <"The average arterial pressure that occurs over the entire course of the heart contraction and relaxation cycle.">
|
426
|
+
>
|
427
|
+
["at1007"] = <
|
428
|
+
text = <"Pulse Pressure">
|
429
|
+
description = <"The difference between the systolic and diastolic pressure.">
|
430
|
+
>
|
431
|
+
["at1008"] = <
|
432
|
+
text = <"Small Adult">
|
433
|
+
description = <"A cuff used for a small adult - bladder approx 10cm x 24cm.">
|
434
|
+
>
|
435
|
+
["at1009"] = <
|
436
|
+
text = <"Paediatric/Child">
|
437
|
+
description = <"A cuff that is appropriate for a child or adult with a thin arm - bladder approx 8cm x 21cm.">
|
438
|
+
>
|
439
|
+
["at1010"] = <
|
440
|
+
text = <"Diastolic endpoint">
|
441
|
+
description = <"Record which Korotkoff sound is used for determining diastolic pressure using auscultative method.">
|
442
|
+
>
|
443
|
+
["at1011"] = <
|
444
|
+
text = <"Phase IV">
|
445
|
+
description = <"The fourth Korotkoff sound is identified as an abrupt muffling of sounds.">
|
446
|
+
>
|
447
|
+
["at1012"] = <
|
448
|
+
text = <"Phase V">
|
449
|
+
description = <"The fifth Korotkoff sound is identified by absence of sounds as the cuff pressure drops below the diastolic blood pressure.">
|
450
|
+
>
|
451
|
+
["at1014"] = <
|
452
|
+
text = <"Lying with tilt to left">
|
453
|
+
description = <"Lying flat with some lateral tilt, usually angled towards the left side. Commonly required in the last trimester of pregnancy to relieve aortocaval compression.">
|
454
|
+
>
|
455
|
+
["at1018"] = <
|
456
|
+
text = <"Infant">
|
457
|
+
description = <"A cuff used for infants - bladder approx 5cm x 15cm.">
|
458
|
+
>
|
459
|
+
["at1019"] = <
|
460
|
+
text = <"Neonatal">
|
461
|
+
description = <"A cuff used for a neonate, assuming cuff is the appropriate size for maturity and birthweight of the neonate.">
|
462
|
+
>
|
463
|
+
["at1020"] = <
|
464
|
+
text = <"Right wrist">
|
465
|
+
description = <"The right wrist of the subject.">
|
466
|
+
>
|
467
|
+
["at1021"] = <
|
468
|
+
text = <"Left wrist">
|
469
|
+
description = <"The left wrist of the subject.">
|
470
|
+
>
|
471
|
+
["at1025"] = <
|
472
|
+
text = <"Device">
|
473
|
+
description = <"Details about sphygmomanometer or other device used to measure the blood pressure.">
|
474
|
+
>
|
475
|
+
["at1026"] = <
|
476
|
+
text = <"Right ankle">
|
477
|
+
description = <"The right ankle of the subject.">
|
478
|
+
>
|
479
|
+
["at1030"] = <
|
480
|
+
text = <"Exertion ">
|
481
|
+
description = <"Details about physical activity undertaken at the time of blood pressure.measurement.">
|
482
|
+
>
|
483
|
+
["at1031"] = <
|
484
|
+
text = <"Left ankle">
|
485
|
+
description = <"The left ankle of the subject.">
|
486
|
+
>
|
487
|
+
["at1032"] = <
|
488
|
+
text = <"Finger">
|
489
|
+
description = <"A finger of the subject. Identification of the finger can be recorded in 'Specific Location' data element, if required.">
|
490
|
+
>
|
491
|
+
["at1033"] = <
|
492
|
+
text = <"Location">
|
493
|
+
description = <"Body location where blood pressure is measured. Use 'Location of measurement' to select from common sites. Use 'Specific location' to record more specific details or a site that is not in the common set or to refer to an external terminology.">
|
494
|
+
>
|
495
|
+
["at1034"] = <
|
496
|
+
text = <"Specific location">
|
497
|
+
description = <"Specific details about the body site where blood pressure is recorded.">
|
498
|
+
>
|
499
|
+
["at1035"] = <
|
500
|
+
text = <"Method">
|
501
|
+
description = <"Method of measurement of blood pressure.">
|
502
|
+
>
|
503
|
+
["at1036"] = <
|
504
|
+
text = <"Auscultation">
|
505
|
+
description = <"Method of measuring blood pressure externally, using a stethoscope and Korotkoff sounds.">
|
506
|
+
>
|
507
|
+
["at1037"] = <
|
508
|
+
text = <"Palpation">
|
509
|
+
description = <"Method of measuring blood pressure externally, using palpation (usually of the brachial or radial arteries).">
|
510
|
+
>
|
511
|
+
["at1038"] = <
|
512
|
+
text = <"Mean Arterial Pressure Formula">
|
513
|
+
description = <"Formula used to calculate the MAP (if recorded in data).">
|
514
|
+
>
|
515
|
+
["at1039"] = <
|
516
|
+
text = <"Machine">
|
517
|
+
description = <"Method of measuring blood pressure externally, using a blood pressure machine.">
|
518
|
+
>
|
519
|
+
["at1040"] = <
|
520
|
+
text = <"Invasive">
|
521
|
+
description = <"Method of measuring blood pressure internally ie involving penetration of the skin and measuring inside blood vessels.">
|
522
|
+
>
|
523
|
+
["at1042"] = <
|
524
|
+
text = <"24 hour average ">
|
525
|
+
description = <"Estimate of the average blood pressure over a 24 hour period.">
|
526
|
+
>
|
527
|
+
["at1043"] = <
|
528
|
+
text = <"Sleep status">
|
529
|
+
description = <"Sleep status - supports interpretation of 24 hour ambulatory blood pressure records. ">
|
530
|
+
>
|
531
|
+
["at1044"] = <
|
532
|
+
text = <"Alert & awake">
|
533
|
+
description = <"Subject is fully conscious.">
|
534
|
+
>
|
535
|
+
["at1045"] = <
|
536
|
+
text = <"Sleeping">
|
537
|
+
description = <"Subject is in the natural state of bodily rest.">
|
538
|
+
>
|
539
|
+
["at1051"] = <
|
540
|
+
text = <"Toe">
|
541
|
+
description = <"A toe of the subject. Identification of the toe can be recorded in 'Specific Location' data element, if required.">
|
542
|
+
>
|
543
|
+
["at1052"] = <
|
544
|
+
text = <"Confounding factors">
|
545
|
+
description = <"Comment on and record other incidental factors that may be contributing to the blood pressure measurement. For example, level of anxiety or 'white coat syndrome'; pain or fever; changes in atmospheric pressure etc.">
|
546
|
+
>
|
547
|
+
["at1053"] = <
|
548
|
+
text = <"Intra-arterial">
|
549
|
+
description = <"Invasive measurement via transducer access line within an artery. Location of the transducer can be recorded in 'Specific Location' data element, if required.">
|
550
|
+
>
|
551
|
+
>
|
552
|
+
>
|
553
|
+
["ja"] = <
|
554
|
+
items = <
|
555
|
+
["at0000"] = <
|
556
|
+
text = <"血圧">
|
557
|
+
description = <"全身の循環での動脈圧の代用として,局所で測定される血圧。一般的には「血圧」とは上腕で上腕動脈を測定したものをさすことが多い。">
|
558
|
+
>
|
559
|
+
["at0001"] = <
|
560
|
+
text = <"*history(en)">
|
561
|
+
description = <"*history Structural node(en)">
|
562
|
+
>
|
563
|
+
["at0003"] = <
|
564
|
+
text = <"血圧">
|
565
|
+
description = <"*@ internal @(en)">
|
566
|
+
>
|
567
|
+
["at0004"] = <
|
568
|
+
text = <"収縮期">
|
569
|
+
description = <"1つ以上の脈の間で最高値を示す全身の動脈圧 - 心機図の収縮期で測定される">
|
570
|
+
>
|
571
|
+
["at0005"] = <
|
572
|
+
text = <"拡張期">
|
573
|
+
description = <"1つ以上の脈の間で最低値を示す全身の動脈圧 - 心機図の拡張期で測定される">
|
574
|
+
>
|
575
|
+
["at0006"] = <
|
576
|
+
text = <"血圧">
|
577
|
+
description = <"*Default event(en)">
|
578
|
+
>
|
579
|
+
["at0007"] = <
|
580
|
+
text = <"*state structure(en)">
|
581
|
+
description = <"*@ internal @(en)">
|
582
|
+
>
|
583
|
+
["at0008"] = <
|
584
|
+
text = <"体位">
|
585
|
+
description = <"計測のときの対象者の体位">
|
586
|
+
>
|
587
|
+
["at0011"] = <
|
588
|
+
text = <"*list structure(en)">
|
589
|
+
description = <"*list structure(en)">
|
590
|
+
>
|
591
|
+
["at0013"] = <
|
592
|
+
text = <"カフサイズ">
|
593
|
+
description = <"血圧測定のために使われるカフの大きさ.">
|
594
|
+
comment = <"Perloff D, Grim C, Flack J, Frohlich ED, Hill M, McDonald M, Morgenstern BZ. Human blood pressure determination by sphygmomanometry. Circulation 1993;88;2460-2470.">
|
595
|
+
>
|
596
|
+
["at0014"] = <
|
597
|
+
text = <"計測部位">
|
598
|
+
description = <"血圧が一般的に測定される身体の部位">
|
599
|
+
>
|
600
|
+
["at0015"] = <
|
601
|
+
text = <"成人大腿">
|
602
|
+
description = <"成人の大腿で血圧を測定するためのカフ。袋はおよそ 20cm x 42cm.">
|
603
|
+
>
|
604
|
+
["at0016"] = <
|
605
|
+
text = <"大柄な成人">
|
606
|
+
description = <"大柄な成人のためのカフ 袋はおよそ 16cm x 38cm.">
|
607
|
+
>
|
608
|
+
["at0017"] = <
|
609
|
+
text = <"成人">
|
610
|
+
description = <"一般的な成人のためのカフ - 袋はおよそ 13cm x 30cm.">
|
611
|
+
>
|
612
|
+
["at0025"] = <
|
613
|
+
text = <"右腕">
|
614
|
+
description = <"*The right arm of the person(en)">
|
615
|
+
>
|
616
|
+
["at0026"] = <
|
617
|
+
text = <"左腕">
|
618
|
+
description = <"*The left arm of the person(en)">
|
619
|
+
>
|
620
|
+
["at0027"] = <
|
621
|
+
text = <"右足">
|
622
|
+
description = <"*The right leg of the person(en)">
|
623
|
+
>
|
624
|
+
["at0028"] = <
|
625
|
+
text = <"左脚">
|
626
|
+
description = <"*The left leg of the person(en)">
|
627
|
+
>
|
628
|
+
["at0033"] = <
|
629
|
+
text = <"コメント">
|
630
|
+
description = <"血圧測定のコメント">
|
631
|
+
>
|
632
|
+
["at1000"] = <
|
633
|
+
text = <"立位">
|
634
|
+
description = <"*Standing at the time of blood pressure measurement(en)">
|
635
|
+
>
|
636
|
+
["at1001"] = <
|
637
|
+
text = <"座位">
|
638
|
+
description = <"*Sitting on bed or chair at the time of blood pressure measurement(en)">
|
639
|
+
>
|
640
|
+
["at1002"] = <
|
641
|
+
text = <"斜位">
|
642
|
+
description = <"*Person reclining at 45 degrees at the time of blood pressure measurement(en)">
|
643
|
+
>
|
644
|
+
["at1003"] = <
|
645
|
+
text = <"臥位">
|
646
|
+
description = <"臥位での測定血圧">
|
647
|
+
>
|
648
|
+
["at1005"] = <
|
649
|
+
text = <"ティルト">
|
650
|
+
description = <"*The craniocaudal tilt of the surface on which the person is lying at the time of measurement(en)">
|
651
|
+
>
|
652
|
+
["at1006"] = <
|
653
|
+
text = <"平均同脈圧">
|
654
|
+
description = <"縮拡張サイクルのすべての過程における動脈圧の平均値.">
|
655
|
+
>
|
656
|
+
["at1007"] = <
|
657
|
+
text = <"脈圧">
|
658
|
+
description = <"1回の収縮サイクルでの血圧の変動">
|
659
|
+
>
|
660
|
+
["at1008"] = <
|
661
|
+
text = <"小柄な成人">
|
662
|
+
description = <"小柄な成人のためのカフ - 袋はおよそ 10cm x 24cm.">
|
663
|
+
>
|
664
|
+
["at1009"] = <
|
665
|
+
text = <"幼児/省に">
|
666
|
+
description = <"小児あるいは痩せた成人のためのカフ - 袋はおよそ 8cm x 21cm.">
|
667
|
+
>
|
668
|
+
["at1010"] = <
|
669
|
+
text = <"拡張期終末">
|
670
|
+
description = <"拡張期圧を決めるためにどのコロトコフ音が使用されたかというを記録.">
|
671
|
+
>
|
672
|
+
["at1011"] = <
|
673
|
+
text = <"4期">
|
674
|
+
description = <"コロトコフの4音。急速に減弱する時期.">
|
675
|
+
>
|
676
|
+
["at1012"] = <
|
677
|
+
text = <"5期">
|
678
|
+
description = <"コロトコフの5音が聴取される時期。カフ圧が拡張期圧を下回り音が聴取されなくなる時期">
|
679
|
+
>
|
680
|
+
["at1014"] = <
|
681
|
+
text = <"左側臥位">
|
682
|
+
description = <"側臥位 通常は左側 通常は妊娠最終トリメスタで必要となる体位">
|
683
|
+
>
|
684
|
+
["at1018"] = <
|
685
|
+
text = <"幼児">
|
686
|
+
description = <"幼児のために使われるカフ - 袋はおよそ 5cm x 15cm.">
|
687
|
+
>
|
688
|
+
["at1019"] = <
|
689
|
+
text = <"新生児">
|
690
|
+
description = <"新生児用のカフ 想定されるカフは生下時体重と成熟度に応じて適切なものであること.">
|
691
|
+
>
|
692
|
+
["at1020"] = <
|
693
|
+
text = <"右手首">
|
694
|
+
description = <"対象の右手首">
|
695
|
+
>
|
696
|
+
["at1021"] = <
|
697
|
+
text = <"左手首">
|
698
|
+
description = <"対象の左手首">
|
699
|
+
>
|
700
|
+
["at1025"] = <
|
701
|
+
text = <"測定機器">
|
702
|
+
description = <"水銀血圧計あるいはそのほかの血圧を測定するために使われる機器.">
|
703
|
+
>
|
704
|
+
["at1026"] = <
|
705
|
+
text = <"右足首">
|
706
|
+
description = <"対象の右足首">
|
707
|
+
>
|
708
|
+
["at1030"] = <
|
709
|
+
text = <"労作">
|
710
|
+
description = <"*Details about physical activity undertaken at the time of blood pressure measurement(en)">
|
711
|
+
>
|
712
|
+
["at1031"] = <
|
713
|
+
text = <"左足首">
|
714
|
+
description = <"対象の左足首">
|
715
|
+
>
|
716
|
+
["at1032"] = <
|
717
|
+
text = <"指">
|
718
|
+
description = <"対象の指。指の識別は必要であれば「特別な部位」エレメントで記録される">
|
719
|
+
>
|
720
|
+
["at1033"] = <
|
721
|
+
text = <"部位">
|
722
|
+
description = <"*Body location where blood pressure is measured. Use 'Location of measurement' to select from common sites. Use 'Specific location' to record more specific details or a site that is not in the common set or to refer to an external terminology. (en)">
|
723
|
+
>
|
724
|
+
["at1034"] = <
|
725
|
+
text = <"特別な部位">
|
726
|
+
description = <"血圧が測定される場所についての詳細な記録.">
|
727
|
+
>
|
728
|
+
["at1035"] = <
|
729
|
+
text = <"方法">
|
730
|
+
description = <"*Method of measurement of blood pressure.(en)">
|
731
|
+
>
|
732
|
+
["at1036"] = <
|
733
|
+
text = <"聴診">
|
734
|
+
description = <"聴診器を使いコロトコフ音で外部から血圧を測定する方法.">
|
735
|
+
>
|
736
|
+
["at1037"] = <
|
737
|
+
text = <"触診">
|
738
|
+
description = <"脈拍(通常は上腕動脈あるいは橈骨動脈)を触診することにより外部から血圧を測定する方法">
|
739
|
+
>
|
740
|
+
["at1038"] = <
|
741
|
+
text = <"平均同脈圧の計算式">
|
742
|
+
description = <"平均同脈圧を計算するために使われた士気(もしデータに記録されていれば)">
|
743
|
+
>
|
744
|
+
["at1039"] = <
|
745
|
+
text = <"機械">
|
746
|
+
description = <"血圧測定器を使って外部から血圧を測定する方法.">
|
747
|
+
>
|
748
|
+
["at1040"] = <
|
749
|
+
text = <"侵襲的">
|
750
|
+
description = <"径皮的に動脈を穿刺し,血管内部から血圧を測定する方法.">
|
751
|
+
>
|
752
|
+
["at1042"] = <
|
753
|
+
text = <"24時間平均">
|
754
|
+
description = <"24時間にわたる推定平均血圧">
|
755
|
+
>
|
756
|
+
["at1043"] = <
|
757
|
+
text = <"睡眠状況">
|
758
|
+
description = <"睡眠状況 24時間外来血圧記録の解釈を助けるため">
|
759
|
+
>
|
760
|
+
["at1044"] = <
|
761
|
+
text = <"覚醒">
|
762
|
+
description = <"対象は常に意識がある">
|
763
|
+
>
|
764
|
+
["at1045"] = <
|
765
|
+
text = <"睡眠中">
|
766
|
+
description = <"対象は自然な休養状態にある">
|
767
|
+
>
|
768
|
+
["at1051"] = <
|
769
|
+
text = <"足先">
|
770
|
+
description = <"対象の足尖部。足尖部の識別は必要であれば「特別な部位」エレメントに記録される">
|
771
|
+
>
|
772
|
+
["at1052"] = <
|
773
|
+
text = <"交絡因子">
|
774
|
+
description = <"*Comment on and record other incidental factors that may be contributing to the blood pressure measurement. For example, level of anxiety or 'white coat syndrome'; pain or fever; changes in atmospheric pressure etc.(en)">
|
775
|
+
>
|
776
|
+
["at1053"] = <
|
777
|
+
text = <"動脈内">
|
778
|
+
description = <"動脈内のトランスデューサーに接続されたラインから侵襲的に測定する方法。動脈の部位は必要であれば「特別な部位」エレメントに記録される">
|
779
|
+
>
|
780
|
+
>
|
781
|
+
>
|
782
|
+
["nl"] = <
|
783
|
+
items = <
|
784
|
+
["at0000"] = <
|
785
|
+
text = <"Bloeddruk">
|
786
|
+
description = <"De lokale meting van de arteriële bloeddruk, welke surrogaat is voor de arteriële druk in de systemische circulatie. Meest gebruikelijk is dat de term 'bloeddruk' refereert aan de meting van de bloeddruk van de arterie brachialis in de bovenarm.">
|
787
|
+
>
|
788
|
+
["at0001"] = <
|
789
|
+
text = <"Geschiedenis">
|
790
|
+
description = <"Gestructureerde geschiedenismap">
|
791
|
+
>
|
792
|
+
["at0003"] = <
|
793
|
+
text = <"*blood pressure(en)">
|
794
|
+
description = <"*@ internal @(en)">
|
795
|
+
>
|
796
|
+
["at0004"] = <
|
797
|
+
text = <"Systole">
|
798
|
+
description = <"De maximale (piek) systemische arteriele bloeddruk - gemeten in de systolische of samentrekkingsfase van de hartslag">
|
799
|
+
>
|
800
|
+
["at0005"] = <
|
801
|
+
text = <"Diastole">
|
802
|
+
description = <"Laagste systemische arteriele bloeddruk - gemeten in de diastolische of ontspanningsfase van de hartslag">
|
803
|
+
>
|
804
|
+
["at0006"] = <
|
805
|
+
text = <"any event">
|
806
|
+
description = <"Default gebeurtenis">
|
807
|
+
>
|
808
|
+
["at0007"] = <
|
809
|
+
text = <"*state structure(en)">
|
810
|
+
description = <"*@ internal @(en)">
|
811
|
+
>
|
812
|
+
["at0008"] = <
|
813
|
+
text = <"Houding">
|
814
|
+
description = <"De houding van het individu op het moment van de meting">
|
815
|
+
>
|
816
|
+
["at0011"] = <
|
817
|
+
text = <"lijst structuur">
|
818
|
+
description = <"lijst structuur">
|
819
|
+
>
|
820
|
+
["at0013"] = <
|
821
|
+
text = <"Manchet grootte">
|
822
|
+
description = <"De grootte van de manchet gebruikt bij de meting">
|
823
|
+
comment = <"Perloff D, Grim C, Flack J, Frohlich ED, Hill M, McDonald M, Morgenstern BZ. Human blood pressure determination by sphygmomanometry. Circulation 1993;88;2460-2470. ">
|
824
|
+
>
|
825
|
+
["at0014"] = <
|
826
|
+
text = <"Plaats van meting">
|
827
|
+
description = <"Gewoonlijke lichaamslocaties waar bloeddruk gemeten wordt.">
|
828
|
+
>
|
829
|
+
["at0015"] = <
|
830
|
+
text = <"Volwassen dijbeen">
|
831
|
+
description = <"Een manchet voor een volwassen dijbeen - manchet grootte ca. 20cm x 42cm.">
|
832
|
+
>
|
833
|
+
["at0016"] = <
|
834
|
+
text = <"Grote volwassene">
|
835
|
+
description = <"Een manchet voor volwassenen met langere armen, manchet grootte ca. 16cm x 38cm.">
|
836
|
+
>
|
837
|
+
["at0017"] = <
|
838
|
+
text = <"Volwassene">
|
839
|
+
description = <"De standaard manchet voor een volwassene - manchet grootte ca. 13cm x 30cm">
|
840
|
+
>
|
841
|
+
["at0025"] = <
|
842
|
+
text = <"Rechterarm">
|
843
|
+
description = <"De rechterarm van de persoon.">
|
844
|
+
>
|
845
|
+
["at0026"] = <
|
846
|
+
text = <"Linkerarm">
|
847
|
+
description = <"De linkerarm van de persoon.">
|
848
|
+
>
|
849
|
+
["at0027"] = <
|
850
|
+
text = <"Rechterdijbeen">
|
851
|
+
description = <"Het rechterdijbeen van de persoon.">
|
852
|
+
>
|
853
|
+
["at0028"] = <
|
854
|
+
text = <"Linkerdijbeen">
|
855
|
+
description = <"De linkerdijbeen van de persoon.">
|
856
|
+
>
|
857
|
+
["at0033"] = <
|
858
|
+
text = <"Opmerking">
|
859
|
+
description = <"Opmerking over de gemeten bloeddruk">
|
860
|
+
>
|
861
|
+
["at1000"] = <
|
862
|
+
text = <"Staand">
|
863
|
+
description = <"Bloeddrukmeting bij staand individu">
|
864
|
+
>
|
865
|
+
["at1001"] = <
|
866
|
+
text = <"Zittend">
|
867
|
+
description = <"Bloeddrukmeting bij zittend (b.v. op bed of in stoel) individu">
|
868
|
+
>
|
869
|
+
["at1002"] = <
|
870
|
+
text = <"Halfzittend">
|
871
|
+
description = <"Halfzittend op het moment van de bloeddrukmeting">
|
872
|
+
>
|
873
|
+
["at1003"] = <
|
874
|
+
text = <"Liggend">
|
875
|
+
description = <"Platliggend op het moment van de bloeddrukmeting">
|
876
|
+
>
|
877
|
+
["at1005"] = <
|
878
|
+
text = <"Schuinte">
|
879
|
+
description = <"De craniocaudale schuinte van het oppervlak waarop het individu ligt op het moment van de meting">
|
880
|
+
>
|
881
|
+
["at1006"] = <
|
882
|
+
text = <"Gemiddelde arteriële druk">
|
883
|
+
description = <"De gemiddelde bloeddruk gedurende 1 cyclus van samentrekken en ontspannen van het hart.">
|
884
|
+
>
|
885
|
+
["at1007"] = <
|
886
|
+
text = <"Polsdruk">
|
887
|
+
description = <"Het verschil tussen de systolische en diastolische bloeddruk">
|
888
|
+
>
|
889
|
+
["at1008"] = <
|
890
|
+
text = <"Kleine volwassene">
|
891
|
+
description = <"Een manchet voor een kleine volwassene - manchet maat ca. 10cm x 24cm.">
|
892
|
+
>
|
893
|
+
["at1009"] = <
|
894
|
+
text = <"Pediatrie/kinder">
|
895
|
+
description = <"Een manchet voor een kind of volwassene met een dunne arm - manchet grootte ca. 8cm x 21cm.">
|
896
|
+
>
|
897
|
+
["at1010"] = <
|
898
|
+
text = <"Diastolisch eindpunt">
|
899
|
+
description = <"Om te registreren welk Korotkoff geluid gebruikt is om de diastolische druk te meten door de auscultatieve methode.">
|
900
|
+
>
|
901
|
+
["at1011"] = <
|
902
|
+
text = <"Fase IV">
|
903
|
+
description = <"Het vierde Korotkoff geluid wordt gedefinieerd als een abrupte vermindering van geluid">
|
904
|
+
>
|
905
|
+
["at1012"] = <
|
906
|
+
text = <"Fase 5">
|
907
|
+
description = <"Het vijfde Korotkoff geluid is geïdentificeerd door afwezigheid van geluiden als de manchetdruk onder diastolische bloeddruk komt.">
|
908
|
+
>
|
909
|
+
["at1014"] = <
|
910
|
+
text = <"Liggend met kanteling naar linkerzijde">
|
911
|
+
description = <"Platliggend met enige laterale kanteling, meestal gekanteld naar de linkerzijde. Gebruikelijk benodigd in het laatste trimester van de zwangerschap om aortacavale compressie te verlichten.">
|
912
|
+
>
|
913
|
+
["at1018"] = <
|
914
|
+
text = <"Zuigeling">
|
915
|
+
description = <"Een manchet voor zuigelingen - manchet maat ca. 5cm x 15cm.">
|
916
|
+
>
|
917
|
+
["at1019"] = <
|
918
|
+
text = <"Neonaat">
|
919
|
+
description = <"Een manchet voor een neonaat, er van uitgaande dat de manchet de juiste maat is voor volgroeidheid en geboortegewicht van de neonaat">
|
920
|
+
>
|
921
|
+
["at1020"] = <
|
922
|
+
text = <"Rechterpols">
|
923
|
+
description = <"De rechterpols van de persoon">
|
924
|
+
>
|
925
|
+
["at1021"] = <
|
926
|
+
text = <"Linkerpols">
|
927
|
+
description = <"De linkerpols van de persoon.">
|
928
|
+
>
|
929
|
+
["at1025"] = <
|
930
|
+
text = <"Apparaat">
|
931
|
+
description = <"Details over sphygmomanometerof ander apparaat om de bloeddruk te meten.">
|
932
|
+
>
|
933
|
+
["at1026"] = <
|
934
|
+
text = <"Rechterenkel">
|
935
|
+
description = <"De rechterenkel van de persoon">
|
936
|
+
>
|
937
|
+
["at1030"] = <
|
938
|
+
text = <"Inspanning">
|
939
|
+
description = <"Details over de lichamelijke inspanning die ondernomen wordt op het moment van de bloeddrukmeting">
|
940
|
+
>
|
941
|
+
["at1031"] = <
|
942
|
+
text = <"Linkerenkel">
|
943
|
+
description = <"De linkerenkel van de persoon">
|
944
|
+
>
|
945
|
+
["at1032"] = <
|
946
|
+
text = <"Vinger">
|
947
|
+
description = <"Een vinger van de persoon. Identificatie van de vinger kan zo nodig worden opgeslagen in 'specifieke locatie' data element.">
|
948
|
+
>
|
949
|
+
["at1033"] = <
|
950
|
+
text = <"Locatie">
|
951
|
+
description = <"Lichaamslocatie waar de bloeddrukmeting is gemeten. Gebruik 'locatie van meting' om gebruikelijke plaatsen te selecteren. Gebruik 'specifieke locatie' om meer specifieke details of locatie te registreren, die niet in de gebruikelijke set staan of om aan een externe terminologie te refereren.">
|
952
|
+
>
|
953
|
+
["at1034"] = <
|
954
|
+
text = <"Specifieke locatie">
|
955
|
+
description = <"Specifieke details over de lichaamsplaats waar de bloeddruk is gemeten.">
|
956
|
+
>
|
957
|
+
["at1035"] = <
|
958
|
+
text = <"Methodiek">
|
959
|
+
description = <"De methode van de meting van de bloeddruk">
|
960
|
+
>
|
961
|
+
["at1036"] = <
|
962
|
+
text = <"Auscultatie">
|
963
|
+
description = <"Uitwendige meting van de bloeddruk, met gebruikmaking van een stethoscoop en Korotkoff geluiden.">
|
964
|
+
>
|
965
|
+
["at1037"] = <
|
966
|
+
text = <"Palpatie">
|
967
|
+
description = <"Uitwendige meting van de bloeddruk, met gebruikmaking van palpatie (meestal de arterie brachialis of radialis)">
|
968
|
+
>
|
969
|
+
["at1038"] = <
|
970
|
+
text = <"Gemiddelde arteriële druk formule">
|
971
|
+
description = <"Formule om de MAP (mean arterial pressure=gemiddelde arteriële druk) te berekenen (als deze data opgeslagen wordt).">
|
972
|
+
>
|
973
|
+
["at1039"] = <
|
974
|
+
text = <"Machinaal">
|
975
|
+
description = <"Uitwendige meting van de bloeddruk, met gebruikmaking van een mechanische bloeddrukmeter">
|
976
|
+
>
|
977
|
+
["at1040"] = <
|
978
|
+
text = <"Invasief">
|
979
|
+
description = <"Inwendige meting van de bloeddruk, inclusief penetratie van de huid en meting in het bloedvat.">
|
980
|
+
>
|
981
|
+
["at1042"] = <
|
982
|
+
text = <"24 uur gemiddelde">
|
983
|
+
description = <"Inschatting van de gemiddelde bloeddruk over een periode van 24 uur">
|
984
|
+
>
|
985
|
+
["at1043"] = <
|
986
|
+
text = <"Slaap/waak toestand">
|
987
|
+
description = <"Slaap/waak toestand, ondersteunt de interpretatie van de 24-uurs bloeddrukmeting.">
|
988
|
+
>
|
989
|
+
["at1044"] = <
|
990
|
+
text = <"Alert en wakker">
|
991
|
+
description = <"Individu is volledig bij bewustzijn">
|
992
|
+
>
|
993
|
+
["at1045"] = <
|
994
|
+
text = <"Slapend">
|
995
|
+
description = <"Individu is in de natuurlijke slaap.">
|
996
|
+
>
|
997
|
+
["at1051"] = <
|
998
|
+
text = <"Teen">
|
999
|
+
description = <"Een teen van de persoon. Identificatie van de vinger kan zo nodig worden opgeslagen in 'specifieke locatie' data element.">
|
1000
|
+
>
|
1001
|
+
["at1052"] = <
|
1002
|
+
text = <"Beïnvloedende factoren">
|
1003
|
+
description = <"Opmerking over en vastleggen van andere incidentele factoren die de bloeddrukmeting zouden kunnen beïnvloeden. Bijvoorbeeld, mate van angst, of 'witte jas syndroom'; pijn of koorts; veranderingen in atmosferische druk etc.">
|
1004
|
+
>
|
1005
|
+
["at1053"] = <
|
1006
|
+
text = <"Intra-arterieel">
|
1007
|
+
description = <"Invasieve meting via lijn met transducer in een arterie. Locatie van de transducer kan, zo nodig, opgeslagen worden in 'specifieke locatie' data element.">
|
1008
|
+
>
|
1009
|
+
>
|
1010
|
+
>
|
1011
|
+
>
|
1012
|
+
term_bindings = <
|
1013
|
+
["SNOMED-CT"] = <
|
1014
|
+
items = <
|
1015
|
+
["at0000"] = <[SNOMED-CT(2003)::163020007]>
|
1016
|
+
["at0004"] = <[SNOMED-CT(2003)::163030003]>
|
1017
|
+
["at0005"] = <[SNOMED-CT(2003)::163031004]>
|
1018
|
+
["at0013"] = <[SNOMED-CT(2003)::246153002]>
|
1019
|
+
>
|
1020
|
+
>
|
1021
|
+
>
|