openehr 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +3 -0
- data/README.rdoc +2 -2
- data/VERSION +1 -1
- data/lib/openehr/parser/adl_grammar.tt +4 -2
- data/openehr.gemspec +6 -3
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-abdomen.v1.adl +195 -211
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-uterine_cervix.v1.adl +462 -251
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-uterus.v1.adl +171 -177
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-OBSERVATION.operation_record.v1.adl +454 -0
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-OBSERVATION.uterine_contractions.v1.adl +440 -0
- data/spec/lib/openehr/parser/empty_use_spec.rb +41 -0
- metadata +133 -40
@@ -1,15 +1,26 @@
|
|
1
|
-
archetype (adl_version=1.4)
|
1
|
+
archetype (adl_version=1.4)
|
2
2
|
openEHR-EHR-CLUSTER.exam-uterine_cervix.v1
|
3
|
-
|
3
|
+
specialise
|
4
4
|
openEHR-EHR-CLUSTER.exam.v1
|
5
5
|
|
6
6
|
concept
|
7
7
|
[at0000.1] -- Examination of the cervix
|
8
8
|
language
|
9
9
|
original_language = <[ISO_639-1::en]>
|
10
|
+
translations = <
|
11
|
+
["es-cl"] = <
|
12
|
+
language = <[ISO_639-1::es-cl]>
|
13
|
+
author = <
|
14
|
+
["name"] = <"?">
|
15
|
+
>
|
16
|
+
>
|
17
|
+
>
|
10
18
|
description
|
11
19
|
original_author = <
|
12
|
-
["name"] = <"
|
20
|
+
["name"] = <"Heather Leslie">
|
21
|
+
["organisation"] = <"Ocean Informatics, Australia">
|
22
|
+
["email"] = <"heather.leslie@oceaninformatics.com">
|
23
|
+
["date"] = <"02/ 04/2007">
|
13
24
|
>
|
14
25
|
details = <
|
15
26
|
["en"] = <
|
@@ -18,402 +29,602 @@ description
|
|
18
29
|
use = <"">
|
19
30
|
keywords = <"examination", "physical", "cervix", "uterine">
|
20
31
|
misuse = <"">
|
32
|
+
copyright = <"© openEHR Foundation">
|
33
|
+
>
|
34
|
+
["es-cl"] = <
|
35
|
+
language = <[ISO_639-1::es-cl]>
|
36
|
+
purpose = <"A cluster for recording findings regarding the uterine cervix on physical examination.">
|
37
|
+
use = <"">
|
38
|
+
keywords = <"examination", "physical", "cervix", "uterine">
|
39
|
+
misuse = <"">
|
40
|
+
copyright = <"© openEHR Foundation">
|
21
41
|
>
|
22
42
|
>
|
23
|
-
lifecycle_state = <"
|
43
|
+
lifecycle_state = <"AuthorDraft">
|
24
44
|
other_contributors = <>
|
45
|
+
other_details = <
|
46
|
+
["MD5-CAM-1.0.1"] = <"66CB4160984D2B0A3C3B4D04919B4A03">
|
47
|
+
["references"] = <"">
|
48
|
+
>
|
25
49
|
|
26
|
-
definition
|
27
|
-
CLUSTER[at0000.1] matches { -- Examination of the cervix
|
28
|
-
items cardinality matches {
|
29
|
-
CLUSTER[at0004] occurrences matches {0..1} matches { -- Normal statements
|
30
|
-
items cardinality matches {
|
31
|
-
ELEMENT[at0005] occurrences matches {0..*} matches { -- Normal statement
|
32
|
-
value matches {
|
33
|
-
DV_TEXT matches {*}
|
34
|
-
}
|
35
|
-
}
|
36
|
-
}
|
37
|
-
}
|
38
|
-
ELEMENT[at0002] occurrences matches {0..1} matches { -- Clinical description
|
39
|
-
value matches {
|
40
|
-
DV_TEXT matches {*}
|
41
|
-
}
|
42
|
-
}
|
43
|
-
CLUSTER[at0008] occurrences matches {0..1} matches { -- Findings
|
44
|
-
items cardinality matches {
|
45
|
-
ELEMENT[at0.8] occurrences matches {0..1} matches { -- Position
|
46
|
-
value matches {
|
47
|
-
DV_CODED_TEXT matches {
|
48
|
-
defining_code matches {
|
49
|
-
[local::
|
50
|
-
at0.9, -- Central
|
51
|
-
at0.10, -- To the right
|
52
|
-
at0.11, -- To the left
|
53
|
-
at0.12, -- Anterior
|
54
|
-
at0.13] -- Posterior
|
55
|
-
}
|
56
|
-
}
|
57
|
-
}
|
58
|
-
}
|
59
|
-
ELEMENT[at0.36] occurrences matches {0..1} matches { -- Consistency
|
60
|
-
value matches {
|
61
|
-
DV_CODED_TEXT matches {
|
62
|
-
defining_code matches {
|
63
|
-
[local::
|
64
|
-
at0.37, -- Soft
|
65
|
-
at0.38] -- Firm
|
66
|
-
}
|
67
|
-
}
|
68
|
-
}
|
69
|
-
}
|
70
|
-
CLUSTER[
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
}
|
78
|
-
CLUSTER[at0.48] occurrences matches {0..1} matches { -- Labour-specific findings
|
79
|
-
items cardinality matches {
|
80
|
-
ELEMENT[at0.14] occurrences matches {0..1} matches { -- Effacement
|
81
|
-
value matches {
|
82
|
-
0|[local::at0.15], -- Uneffaced
|
83
|
-
5|[local::at0.26], -- Ripe
|
84
|
-
10|[local::at0.16], -- 10% effaced
|
85
|
-
20|[local::at0.17], -- 20% effaced
|
86
|
-
30|[local::at0.18], -- 30% effaced
|
87
|
-
40|[local::at0.19], -- 40% effaced
|
88
|
-
50|[local::at0.20], -- Partially (50%) effaced
|
89
|
-
60|[local::at0.21], -- 60% effaced
|
90
|
-
70|[local::at0.22], -- 70% effaced
|
91
|
-
80|[local::at0.23], -- 80% effaced
|
92
|
-
90|[local::at0.24], -- 90% effaced
|
93
|
-
100|[local::at0.25] -- Fully effaced
|
94
|
-
}
|
95
|
-
}
|
96
|
-
ELEMENT[at0.40] occurrences matches {0..1} matches { -- Thickness
|
97
|
-
value matches {
|
98
|
-
DV_CODED_TEXT matches {
|
99
|
-
defining_code matches {
|
100
|
-
[local::
|
101
|
-
at0.41, -- Thick
|
102
|
-
at0.42, -- Thin
|
103
|
-
at0.43, -- Paper-thin
|
104
|
-
at0.44] -- Oedematous
|
105
|
-
}
|
106
|
-
}
|
107
|
-
}
|
108
|
-
}
|
109
|
-
ELEMENT[at0.45] occurrences matches {0..1} matches { -- Application to presenting part
|
110
|
-
value matches {
|
111
|
-
DV_CODED_TEXT matches {
|
112
|
-
defining_code matches {
|
113
|
-
[local::
|
114
|
-
at0.46, -- Loosely applied
|
115
|
-
at0.47] -- Tightly applied
|
116
|
-
}
|
117
|
-
}
|
118
|
-
}
|
119
|
-
}
|
120
|
-
CLUSTER[at0.27] occurrences matches {0..2} matches { -- Cervical os
|
121
|
-
items cardinality matches {
|
122
|
-
ELEMENT[at0.32] occurrences matches {0..1} matches { -- Site
|
123
|
-
value matches {
|
124
|
-
DV_CODED_TEXT matches {
|
125
|
-
defining_code matches {
|
126
|
-
[local::
|
127
|
-
at0.33, -- External os
|
128
|
-
at0.34] -- Internal os
|
129
|
-
}
|
130
|
-
}
|
131
|
-
}
|
132
|
-
}
|
133
|
-
CLUSTER[at0.31] occurrences matches {0..1} matches { -- Dilation
|
134
|
-
items cardinality matches {
|
135
|
-
ELEMENT[at0.28] occurrences matches {0..1} matches { -- Estimate
|
136
|
-
value matches {
|
137
|
-
C_DV_QUANTITY <
|
138
|
-
property = <[openehr::122]>
|
139
|
-
list = <
|
140
|
-
["1"] = <
|
141
|
-
units = <"cm">
|
142
|
-
magnitude = <|0.0..10.0|>
|
143
|
-
precision = <|1|>
|
144
|
-
>
|
145
|
-
>
|
146
|
-
>
|
147
|
-
}
|
148
|
-
}
|
149
|
-
ELEMENT[at0.35] occurrences matches {0..1} matches { -- Number of finger tips admitted
|
150
|
-
value matches {
|
151
|
-
DV_COUNT matches {
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
}
|
189
|
-
}
|
190
|
-
}
|
191
|
-
ELEMENT[at0006] occurrences matches {0..*} matches { -- Image
|
192
|
-
value matches {
|
193
|
-
DV_MULTIMEDIA matches {
|
194
|
-
media_type matches {
|
195
|
-
[openEHR::
|
196
|
-
426,
|
197
|
-
427,
|
198
|
-
429]
|
199
|
-
}
|
200
|
-
}
|
201
|
-
}
|
202
|
-
}
|
203
|
-
}
|
204
|
-
}
|
50
|
+
definition
|
51
|
+
CLUSTER[at0000.1] matches { -- Examination of the cervix
|
52
|
+
items cardinality matches {1..*; unordered} matches {
|
53
|
+
CLUSTER[at0004] occurrences matches {0..1} matches { -- Normal statements
|
54
|
+
items cardinality matches {1..*; unordered} matches {
|
55
|
+
ELEMENT[at0005] occurrences matches {0..*} matches { -- Normal statement
|
56
|
+
value matches {
|
57
|
+
DV_TEXT matches {*}
|
58
|
+
}
|
59
|
+
}
|
60
|
+
}
|
61
|
+
}
|
62
|
+
ELEMENT[at0002] occurrences matches {0..1} matches { -- Clinical description
|
63
|
+
value matches {
|
64
|
+
DV_TEXT matches {*}
|
65
|
+
}
|
66
|
+
}
|
67
|
+
CLUSTER[at0008.1] occurrences matches {0..1} matches { -- Findings
|
68
|
+
items cardinality matches {1..*; unordered} matches {
|
69
|
+
ELEMENT[at0.8] occurrences matches {0..1} matches { -- Position
|
70
|
+
value matches {
|
71
|
+
DV_CODED_TEXT matches {
|
72
|
+
defining_code matches {
|
73
|
+
[local::
|
74
|
+
at0.9, -- Central
|
75
|
+
at0.10, -- To the right
|
76
|
+
at0.11, -- To the left
|
77
|
+
at0.12, -- Anterior
|
78
|
+
at0.13] -- Posterior
|
79
|
+
}
|
80
|
+
}
|
81
|
+
}
|
82
|
+
}
|
83
|
+
ELEMENT[at0.36] occurrences matches {0..1} matches { -- Consistency
|
84
|
+
value matches {
|
85
|
+
DV_CODED_TEXT matches {
|
86
|
+
defining_code matches {
|
87
|
+
[local::
|
88
|
+
at0.37, -- Soft
|
89
|
+
at0.38] -- Firm
|
90
|
+
}
|
91
|
+
}
|
92
|
+
}
|
93
|
+
}
|
94
|
+
allow_archetype CLUSTER[at0009] occurrences matches {0..*} matches { -- Detail
|
95
|
+
include
|
96
|
+
archetype_id/value matches {/openEHR-EHR-CLUSTER\.exam-generic(-[a-zA-Z0-9_]+)*\.v1|openEHR-EHR-CLUSTER\.auscultation(-[a-zA-Z0-9_]+)*\.v1|openEHR-EHR-CLUSTER\.inspection(-[a-zA-Z0-9_]+)*\.v1|openEHR-EHR-CLUSTER\.palpation(-[a-zA-Z0-9_]+)*\.v1|openEHR-EHR-CLUSTER\.percussion(-[a-zA-Z0-9_]+)*\.v1|openEHR-EHR-CLUSTER\.physical_properties(-[a-zA-Z0-9_]+)*\.v1/}
|
97
|
+
}
|
98
|
+
allow_archetype CLUSTER[at0.49] occurrences matches {0..1} matches { -- Size
|
99
|
+
include
|
100
|
+
archetype_id/value matches {/openEHR-EHR-CLUSTER\.physical_properties(-[a-zA-Z0-9_]+)*\.v1/}
|
101
|
+
}
|
102
|
+
CLUSTER[at0.48] occurrences matches {0..1} matches { -- Labour-specific findings
|
103
|
+
items cardinality matches {1..*; unordered} matches {
|
104
|
+
ELEMENT[at0.14] occurrences matches {0..1} matches { -- Effacement
|
105
|
+
value matches {
|
106
|
+
0|[local::at0.15], -- Uneffaced
|
107
|
+
5|[local::at0.26], -- Ripe
|
108
|
+
10|[local::at0.16], -- 10% effaced
|
109
|
+
20|[local::at0.17], -- 20% effaced
|
110
|
+
30|[local::at0.18], -- 30% effaced
|
111
|
+
40|[local::at0.19], -- 40% effaced
|
112
|
+
50|[local::at0.20], -- Partially (50%) effaced
|
113
|
+
60|[local::at0.21], -- 60% effaced
|
114
|
+
70|[local::at0.22], -- 70% effaced
|
115
|
+
80|[local::at0.23], -- 80% effaced
|
116
|
+
90|[local::at0.24], -- 90% effaced
|
117
|
+
100|[local::at0.25] -- Fully effaced
|
118
|
+
}
|
119
|
+
}
|
120
|
+
ELEMENT[at0.40] occurrences matches {0..1} matches { -- Thickness
|
121
|
+
value matches {
|
122
|
+
DV_CODED_TEXT matches {
|
123
|
+
defining_code matches {
|
124
|
+
[local::
|
125
|
+
at0.41, -- Thick
|
126
|
+
at0.42, -- Thin
|
127
|
+
at0.43, -- Paper-thin
|
128
|
+
at0.44] -- Oedematous
|
129
|
+
}
|
130
|
+
}
|
131
|
+
}
|
132
|
+
}
|
133
|
+
ELEMENT[at0.45] occurrences matches {0..1} matches { -- Application to presenting part
|
134
|
+
value matches {
|
135
|
+
DV_CODED_TEXT matches {
|
136
|
+
defining_code matches {
|
137
|
+
[local::
|
138
|
+
at0.46, -- Loosely applied
|
139
|
+
at0.47] -- Tightly applied
|
140
|
+
}
|
141
|
+
}
|
142
|
+
}
|
143
|
+
}
|
144
|
+
CLUSTER[at0.27] occurrences matches {0..2} matches { -- Cervical os
|
145
|
+
items cardinality matches {1..*; unordered} matches {
|
146
|
+
ELEMENT[at0.32] occurrences matches {0..1} matches { -- Site
|
147
|
+
value matches {
|
148
|
+
DV_CODED_TEXT matches {
|
149
|
+
defining_code matches {
|
150
|
+
[local::
|
151
|
+
at0.33, -- External os
|
152
|
+
at0.34] -- Internal os
|
153
|
+
}
|
154
|
+
}
|
155
|
+
}
|
156
|
+
}
|
157
|
+
CLUSTER[at0.31] occurrences matches {0..1} matches { -- Dilation
|
158
|
+
items cardinality matches {1..*; unordered} matches {
|
159
|
+
ELEMENT[at0.28] occurrences matches {0..1} matches { -- Estimate
|
160
|
+
value matches {
|
161
|
+
C_DV_QUANTITY <
|
162
|
+
property = <[openehr::122]>
|
163
|
+
list = <
|
164
|
+
["1"] = <
|
165
|
+
units = <"cm">
|
166
|
+
magnitude = <|0.0..10.0|>
|
167
|
+
precision = <|1|>
|
168
|
+
>
|
169
|
+
>
|
170
|
+
>
|
171
|
+
}
|
172
|
+
}
|
173
|
+
ELEMENT[at0.35] occurrences matches {0..1} matches { -- Number of finger tips admitted
|
174
|
+
value matches {
|
175
|
+
DV_COUNT matches {
|
176
|
+
magnitude matches {*}
|
177
|
+
}
|
178
|
+
}
|
179
|
+
}
|
180
|
+
}
|
181
|
+
}
|
182
|
+
ELEMENT[at0.29] occurrences matches {0..1} matches { -- Description
|
183
|
+
value matches {
|
184
|
+
DV_TEXT matches {*}
|
185
|
+
}
|
186
|
+
}
|
187
|
+
}
|
188
|
+
}
|
189
|
+
}
|
190
|
+
}
|
191
|
+
allow_archetype CLUSTER[at0.51] occurrences matches {0..1} matches { -- Vaginal fluid
|
192
|
+
include
|
193
|
+
archetype_id/value matches {/openEHR-EHR-CLUSTER\.bodily_substance(-[a-zA-Z0-9_]+)*\.v1/}
|
194
|
+
}
|
195
|
+
}
|
196
|
+
}
|
197
|
+
ELEMENT[at0006] occurrences matches {0..*} matches { -- Image
|
198
|
+
value matches {
|
199
|
+
DV_MULTIMEDIA matches {
|
200
|
+
media_type matches {
|
201
|
+
[openEHR::
|
202
|
+
426,
|
203
|
+
427,
|
204
|
+
429]
|
205
|
+
}
|
206
|
+
}
|
207
|
+
}
|
208
|
+
}
|
209
|
+
}
|
210
|
+
}
|
211
|
+
|
205
212
|
|
206
213
|
ontology
|
207
214
|
term_definitions = <
|
208
215
|
["en"] = <
|
209
216
|
items = <
|
210
|
-
["at0.1"] = <
|
211
|
-
description = <"Information about the size of the object for examination">
|
212
|
-
text = <"Size">
|
213
|
-
>
|
214
217
|
["at0.10"] = <
|
215
|
-
description = <"The cervix is deviated to the right">
|
216
218
|
text = <"To the right">
|
219
|
+
description = <"The cervix is deviated to the right.">
|
217
220
|
>
|
218
221
|
["at0.11"] = <
|
219
|
-
description = <"The cervix is deviated to the left">
|
220
222
|
text = <"To the left">
|
223
|
+
description = <"The cervix is deviated to the left.">
|
221
224
|
>
|
222
225
|
["at0.12"] = <
|
223
|
-
description = <"The cervix is anterior near the pubis">
|
224
226
|
text = <"Anterior">
|
227
|
+
description = <"The cervix is anterior near the pubis.">
|
225
228
|
>
|
226
229
|
["at0.13"] = <
|
227
|
-
description = <"The cervix is at the back near the sacrum">
|
228
230
|
text = <"Posterior">
|
231
|
+
description = <"The cervix is at the back near the sacrum.">
|
229
232
|
>
|
230
233
|
["at0.14"] = <
|
231
|
-
description = <"The effacement of the uterine cervix in late pregnancy or labour.">
|
232
234
|
text = <"Effacement">
|
235
|
+
description = <"The effacement of the uterine cervix in late pregnancy or labour.">
|
233
236
|
>
|
234
237
|
["at0.15"] = <
|
235
|
-
description = <"The cervix has not changed its form">
|
236
238
|
text = <"Uneffaced">
|
239
|
+
description = <"The cervix has not changed its form.">
|
237
240
|
>
|
238
241
|
["at0.16"] = <
|
239
|
-
description = <"The cervix is effaced to about 10%">
|
240
242
|
text = <"10% effaced">
|
243
|
+
description = <"The cervix is effaced to about 10%.">
|
241
244
|
>
|
242
245
|
["at0.17"] = <
|
243
|
-
description = <"The cervix is effaced to about 20%">
|
244
246
|
text = <"20% effaced">
|
247
|
+
description = <"The cervix is effaced to about 20%.">
|
245
248
|
>
|
246
249
|
["at0.18"] = <
|
247
|
-
description = <"The cervix is effaced to about 30%">
|
248
250
|
text = <"30% effaced">
|
251
|
+
description = <"The cervix is effaced to about 30%.">
|
249
252
|
>
|
250
253
|
["at0.19"] = <
|
251
|
-
description = <"The cervix is effaced to about 40%">
|
252
254
|
text = <"40% effaced">
|
255
|
+
description = <"The cervix is effaced to about 40%.">
|
253
256
|
>
|
254
257
|
["at0.20"] = <
|
255
|
-
description = <"The cervix is partially effaced to about 50%">
|
256
258
|
text = <"Partially (50%) effaced">
|
259
|
+
description = <"The cervix is partially effaced to about 50%.">
|
257
260
|
>
|
258
261
|
["at0.21"] = <
|
259
|
-
description = <"The cervix is effaced to about 60%">
|
260
262
|
text = <"60% effaced">
|
263
|
+
description = <"The cervix is effaced to about 60%.">
|
261
264
|
>
|
262
265
|
["at0.22"] = <
|
263
|
-
description = <"The cervix is effaced to about 70%">
|
264
266
|
text = <"70% effaced">
|
267
|
+
description = <"The cervix is effaced to about 70%.">
|
265
268
|
>
|
266
269
|
["at0.23"] = <
|
267
|
-
description = <"The cervix is effaced to about 80%">
|
268
270
|
text = <"80% effaced">
|
271
|
+
description = <"The cervix is effaced to about 80%.">
|
269
272
|
>
|
270
273
|
["at0.24"] = <
|
271
|
-
description = <"The cervix is effaced to about 90%">
|
272
274
|
text = <"90% effaced">
|
275
|
+
description = <"The cervix is effaced to about 90%.">
|
273
276
|
>
|
274
277
|
["at0.25"] = <
|
275
|
-
description = <"The cervix is fully effaced to 100%">
|
276
278
|
text = <"Fully effaced">
|
279
|
+
description = <"The cervix is fully effaced to 100%.">
|
277
280
|
>
|
278
281
|
["at0.26"] = <
|
279
|
-
description = <"The cervix is ripe and beginning to efface">
|
280
282
|
text = <"Ripe">
|
283
|
+
description = <"The cervix is ripe and beginning to efface.">
|
281
284
|
>
|
282
285
|
["at0.27"] = <
|
283
|
-
description = <"The outlet of the uterus">
|
284
286
|
text = <"Cervical os">
|
287
|
+
description = <"The outlet of the uterus.">
|
285
288
|
>
|
286
289
|
["at0.28"] = <
|
287
|
-
description = <"The dilation of the os">
|
288
290
|
text = <"Estimate">
|
291
|
+
description = <"The dilation of the os.">
|
289
292
|
>
|
290
293
|
["at0.29"] = <
|
291
|
-
|
292
|
-
|
293
|
-
>
|
294
|
-
["at0.30"] = <
|
295
|
-
description = <"Vaginal loss or discharge">
|
296
|
-
text = <"Vaginal fluid">
|
294
|
+
text = <"Description">
|
295
|
+
description = <"Findings about the cervical os.">
|
297
296
|
>
|
298
297
|
["at0.31"] = <
|
299
|
-
description = <"Dilation of cervix">
|
300
298
|
text = <"Dilation">
|
299
|
+
description = <"Dilation of cervix.">
|
301
300
|
>
|
302
301
|
["at0.32"] = <
|
303
|
-
description = <"Identify part of cervix which is being examined">
|
304
302
|
text = <"Site">
|
303
|
+
description = <"Identify part of cervix which is being examined.">
|
305
304
|
>
|
306
305
|
["at0.33"] = <
|
307
|
-
description = <"External opening of the cervix to the vagina">
|
308
306
|
text = <"External os">
|
307
|
+
description = <"External opening of the cervix to the vagina.">
|
309
308
|
>
|
310
309
|
["at0.34"] = <
|
311
|
-
description = <"Internal opening of the cervix to the uterus">
|
312
310
|
text = <"Internal os">
|
311
|
+
description = <"Internal opening of the cervix to the uterus.">
|
313
312
|
>
|
314
313
|
["at0.35"] = <
|
315
|
-
description = <"Number of finger tips that are able to be admitted into the internal or external os">
|
316
314
|
text = <"Number of finger tips admitted">
|
315
|
+
description = <"Number of finger tips that are able to be admitted into the internal or external os.">
|
317
316
|
>
|
318
317
|
["at0.36"] = <
|
319
|
-
description = <"Consistency of cervix">
|
320
318
|
text = <"Consistency">
|
319
|
+
description = <"Consistency of cervix.">
|
321
320
|
>
|
322
321
|
["at0.37"] = <
|
323
|
-
description = <"Soft">
|
324
322
|
text = <"Soft">
|
323
|
+
description = <"Soft.">
|
325
324
|
>
|
326
325
|
["at0.38"] = <
|
327
|
-
description = <"Firm">
|
328
326
|
text = <"Firm">
|
329
|
-
|
330
|
-
["at0.39"] = <
|
331
|
-
description = <"Length of cervix">
|
332
|
-
text = <"Length">
|
327
|
+
description = <"Firm.">
|
333
328
|
>
|
334
329
|
["at0.40"] = <
|
335
|
-
description = <"Cervical thickness">
|
336
330
|
text = <"Thickness">
|
331
|
+
description = <"Cervical thickness.">
|
337
332
|
>
|
338
333
|
["at0.41"] = <
|
339
|
-
description = <"Thick">
|
340
334
|
text = <"Thick">
|
335
|
+
description = <"Thick.">
|
341
336
|
>
|
342
337
|
["at0.42"] = <
|
343
|
-
description = <"Thin">
|
344
338
|
text = <"Thin">
|
339
|
+
description = <"Thin.">
|
345
340
|
>
|
346
341
|
["at0.43"] = <
|
347
|
-
description = <"Very thin">
|
348
342
|
text = <"Paper-thin">
|
343
|
+
description = <"Very thin.">
|
349
344
|
>
|
350
345
|
["at0.44"] = <
|
351
|
-
description = <"Thickened and swollen">
|
352
346
|
text = <"Oedematous">
|
347
|
+
description = <"Thickened and swollen.">
|
353
348
|
>
|
354
349
|
["at0.45"] = <
|
355
|
-
description = <"Application of cervix to fetal presenting part">
|
356
350
|
text = <"Application to presenting part">
|
351
|
+
description = <"Application of cervix to fetal presenting part.">
|
357
352
|
>
|
358
353
|
["at0.46"] = <
|
359
|
-
description = <"Not moulded to presenting part">
|
360
354
|
text = <"Loosely applied">
|
355
|
+
description = <"Not moulded to presenting part.">
|
361
356
|
>
|
362
357
|
["at0.47"] = <
|
363
|
-
description = <"Moulded to presenting part">
|
364
358
|
text = <"Tightly applied">
|
359
|
+
description = <"Moulded to presenting part.">
|
365
360
|
>
|
366
361
|
["at0.48"] = <
|
367
|
-
description = <"*">
|
368
362
|
text = <"Labour-specific findings">
|
363
|
+
description = <"Findings related to labour.">
|
364
|
+
>
|
365
|
+
["at0.49"] = <
|
366
|
+
text = <"Size">
|
367
|
+
description = <"Details of cervical size.">
|
368
|
+
>
|
369
|
+
["at0.51"] = <
|
370
|
+
text = <"Vaginal fluid">
|
371
|
+
description = <"Details of vaginal fluid.">
|
369
372
|
>
|
370
373
|
["at0.8"] = <
|
371
|
-
description = <"The position in relation to the normal anatomical position">
|
372
374
|
text = <"Position">
|
375
|
+
description = <"The position in relation to the normal anatomical position.">
|
373
376
|
>
|
374
377
|
["at0.9"] = <
|
375
|
-
description = <"The cervix is central and in the normal position">
|
376
378
|
text = <"Central">
|
379
|
+
description = <"The cervix is central and in the normal position.">
|
377
380
|
>
|
378
381
|
["at0000"] = <
|
379
|
-
description = <"Generic examination cluster for describing a finding on physical examination">
|
380
382
|
text = <"Examination">
|
383
|
+
description = <"Generic examination cluster for describing a finding on physical examination.">
|
381
384
|
>
|
382
385
|
["at0000.1"] = <
|
383
|
-
description = <"Examination findings on physical examination of the uterine cervix">
|
384
386
|
text = <"Examination of the cervix">
|
387
|
+
description = <"Examination findings on physical examination of the uterine cervix.">
|
385
388
|
>
|
386
389
|
["at0001"] = <
|
387
|
-
description = <"The object of the examination">
|
388
390
|
text = <"Object">
|
391
|
+
description = <"The object of the examination.">
|
389
392
|
>
|
390
393
|
["at0002"] = <
|
391
|
-
description = <"Textural description of the part examined">
|
392
394
|
text = <"Clinical description">
|
393
|
-
|
394
|
-
["at0003"] = <
|
395
|
-
description = <"More focused examination findings">
|
396
|
-
text = <"Detail">
|
395
|
+
description = <"Textural description of the part examined.">
|
397
396
|
>
|
398
397
|
["at0004"] = <
|
399
|
-
description = <"A group of statements about the normality of the examination">
|
400
398
|
text = <"Normal statements">
|
399
|
+
description = <"A group of statements about the normality of the examination.">
|
401
400
|
>
|
402
401
|
["at0005"] = <
|
403
|
-
description = <"A specific statement of normality">
|
404
402
|
text = <"Normal statement">
|
403
|
+
description = <"A specific statement of normality.">
|
405
404
|
>
|
406
405
|
["at0006"] = <
|
407
|
-
description = <"Drawing or image of the area examined">
|
408
406
|
text = <"Image">
|
409
|
-
|
410
|
-
["at0007"] = <
|
411
|
-
description = <"Information about the size of the object for examination">
|
412
|
-
text = <"Size">
|
407
|
+
description = <"Drawing or image of the area examined.">
|
413
408
|
>
|
414
409
|
["at0008"] = <
|
415
|
-
description = <"Clinical findings">
|
416
410
|
text = <"Findings">
|
411
|
+
description = <"Clinical findings.">
|
412
|
+
>
|
413
|
+
["at0008.1"] = <
|
414
|
+
text = <"Findings">
|
415
|
+
description = <"Clinical findings.">
|
416
|
+
>
|
417
|
+
["at0009"] = <
|
418
|
+
text = <"Detail">
|
419
|
+
description = <"More focused examination findings.">
|
420
|
+
>
|
421
|
+
>
|
422
|
+
>
|
423
|
+
["es-cl"] = <
|
424
|
+
items = <
|
425
|
+
["at0.10"] = <
|
426
|
+
text = <"A la derecha">
|
427
|
+
description = <"El cuello está desviado a la derecha">
|
428
|
+
>
|
429
|
+
["at0.11"] = <
|
430
|
+
text = <"A la izquierda">
|
431
|
+
description = <"El cuello está desviado a la izquierda">
|
432
|
+
>
|
433
|
+
["at0.12"] = <
|
434
|
+
text = <"Anterior">
|
435
|
+
description = <"El cuello está anterior, cerca del pubis">
|
436
|
+
>
|
437
|
+
["at0.13"] = <
|
438
|
+
text = <"Posterior">
|
439
|
+
description = <"El cuello está posterior, cerca del sacro">
|
440
|
+
>
|
441
|
+
["at0.14"] = <
|
442
|
+
text = <"Borramiento">
|
443
|
+
description = <"El borramiento del cuello uterino en embarazo o trabajo de parto avanzados">
|
444
|
+
>
|
445
|
+
["at0.15"] = <
|
446
|
+
text = <"Largo">
|
447
|
+
description = <"El cuello no ha cambiado su forma">
|
448
|
+
>
|
449
|
+
["at0.16"] = <
|
450
|
+
text = <"10% borrado">
|
451
|
+
description = <"El cuello se ha borrado cerca de un 10%">
|
452
|
+
>
|
453
|
+
["at0.17"] = <
|
454
|
+
text = <"20% borrado">
|
455
|
+
description = <"El cuello se ha borrado cerca de un 20%">
|
456
|
+
>
|
457
|
+
["at0.18"] = <
|
458
|
+
text = <"30% borrado">
|
459
|
+
description = <"El cuello se ha borrado cerca de un 30%">
|
460
|
+
>
|
461
|
+
["at0.19"] = <
|
462
|
+
text = <"40% borrado">
|
463
|
+
description = <"El cuello se ha borrado cerca de un 40%">
|
464
|
+
>
|
465
|
+
["at0.20"] = <
|
466
|
+
text = <"Parcialmente borrado (50%)">
|
467
|
+
description = <"El cuello se ha borrado parcialmente hasta un 50%">
|
468
|
+
>
|
469
|
+
["at0.21"] = <
|
470
|
+
text = <"60% borrado">
|
471
|
+
description = <"El cuello se ha borrado cerca de un 60%">
|
472
|
+
>
|
473
|
+
["at0.22"] = <
|
474
|
+
text = <"70% borrado">
|
475
|
+
description = <"El cuello se ha borrado cerca de un 70%">
|
476
|
+
>
|
477
|
+
["at0.23"] = <
|
478
|
+
text = <"80% borrado">
|
479
|
+
description = <"El cuello se ha borrado cerca de un 80%">
|
480
|
+
>
|
481
|
+
["at0.24"] = <
|
482
|
+
text = <"90% borrado">
|
483
|
+
description = <"El cuello se ha borrado cerca de un 90%">
|
484
|
+
>
|
485
|
+
["at0.25"] = <
|
486
|
+
text = <"Completamente borrado">
|
487
|
+
description = <"El cuello se ha borrado en un 100%">
|
488
|
+
>
|
489
|
+
["at0.26"] = <
|
490
|
+
text = <"Blando">
|
491
|
+
description = <"El cuello está blando y comienza a borrarse">
|
492
|
+
>
|
493
|
+
["at0.27"] = <
|
494
|
+
text = <"Orificio cervical">
|
495
|
+
description = <"La salida del utero">
|
496
|
+
>
|
497
|
+
["at0.28"] = <
|
498
|
+
text = <"Estimado">
|
499
|
+
description = <"La dilatación del orificio cervical">
|
500
|
+
>
|
501
|
+
["at0.29"] = <
|
502
|
+
text = <"*Description(en)">
|
503
|
+
description = <"*Findings about the cervical os.(en)">
|
504
|
+
>
|
505
|
+
["at0.31"] = <
|
506
|
+
text = <"Dilatación">
|
507
|
+
description = <"Dilatación del cuello">
|
508
|
+
>
|
509
|
+
["at0.32"] = <
|
510
|
+
text = <"Lugar">
|
511
|
+
description = <"Identifica la parte del cuello que está siendo examinada">
|
512
|
+
>
|
513
|
+
["at0.33"] = <
|
514
|
+
text = <"OCE">
|
515
|
+
description = <"Orificio cervical externo (se abre a la vagina)">
|
516
|
+
>
|
517
|
+
["at0.34"] = <
|
518
|
+
text = <"OCI">
|
519
|
+
description = <"Orificio cervical interno (se abre al útero)">
|
520
|
+
>
|
521
|
+
["at0.35"] = <
|
522
|
+
text = <"Cantidad de dedos que pasan">
|
523
|
+
description = <"Número de dedos que pasan por el orificio cervical interno o externo">
|
524
|
+
>
|
525
|
+
["at0.36"] = <
|
526
|
+
text = <"Consistencia">
|
527
|
+
description = <"Consistencia del cuello">
|
528
|
+
>
|
529
|
+
["at0.37"] = <
|
530
|
+
text = <"Suave">
|
531
|
+
description = <"Suave">
|
532
|
+
>
|
533
|
+
["at0.38"] = <
|
534
|
+
text = <"Firme">
|
535
|
+
description = <"Firme">
|
536
|
+
>
|
537
|
+
["at0.40"] = <
|
538
|
+
text = <"Grosor">
|
539
|
+
description = <"Grosor cervical">
|
540
|
+
>
|
541
|
+
["at0.41"] = <
|
542
|
+
text = <"Grueso">
|
543
|
+
description = <"Grueso">
|
544
|
+
>
|
545
|
+
["at0.42"] = <
|
546
|
+
text = <"Delgado">
|
547
|
+
description = <"Delgado">
|
548
|
+
>
|
549
|
+
["at0.43"] = <
|
550
|
+
text = <"Muy delgado">
|
551
|
+
description = <"Muy delgado">
|
552
|
+
>
|
553
|
+
["at0.44"] = <
|
554
|
+
text = <"Edematoso">
|
555
|
+
description = <"Engrosado e hinchado">
|
556
|
+
>
|
557
|
+
["at0.45"] = <
|
558
|
+
text = <"Aplicación a polo presentado">
|
559
|
+
description = <"Aplicación del cuello al polo fetal presentado">
|
560
|
+
>
|
561
|
+
["at0.46"] = <
|
562
|
+
text = <"Aplicado libremente">
|
563
|
+
description = <"No moldeado al polo fetal presentado">
|
564
|
+
>
|
565
|
+
["at0.47"] = <
|
566
|
+
text = <"Aplicado firmemente">
|
567
|
+
description = <"Moldeado al polo fetal presentado">
|
568
|
+
>
|
569
|
+
["at0.48"] = <
|
570
|
+
text = <"*Labour-specific findings(en)">
|
571
|
+
description = <"*Findings related to labour.(en)">
|
572
|
+
>
|
573
|
+
["at0.49"] = <
|
574
|
+
text = <"*Size(en)">
|
575
|
+
description = <"*Details of cervical size.(en)">
|
576
|
+
>
|
577
|
+
["at0.51"] = <
|
578
|
+
text = <"*Vaginal fluid(en)">
|
579
|
+
description = <"*Details of vaginal fluid.(en)">
|
580
|
+
>
|
581
|
+
["at0.8"] = <
|
582
|
+
text = <"Posición">
|
583
|
+
description = <"La posición en relación a la posición anatómica normal">
|
584
|
+
>
|
585
|
+
["at0.9"] = <
|
586
|
+
text = <"Central">
|
587
|
+
description = <"El cuello está central y en la posición normal">
|
588
|
+
>
|
589
|
+
["at0000"] = <
|
590
|
+
text = <"Examen">
|
591
|
+
description = <"Grupo genérico de examen para describir un hallazgo en el examen físico">
|
592
|
+
>
|
593
|
+
["at0000.1"] = <
|
594
|
+
text = <"Examen del cuello">
|
595
|
+
description = <"Hallazgos del examen físico del cuello uterino">
|
596
|
+
>
|
597
|
+
["at0001"] = <
|
598
|
+
text = <"Objeto">
|
599
|
+
description = <"El objeto del examen">
|
600
|
+
>
|
601
|
+
["at0002"] = <
|
602
|
+
text = <"Descripción clínica">
|
603
|
+
description = <"Descripción textual de las partes examinadas">
|
604
|
+
>
|
605
|
+
["at0004"] = <
|
606
|
+
text = <"Conclusiones normales">
|
607
|
+
description = <"Un grupo de conclusiones acerca de la normalidad del examen">
|
608
|
+
>
|
609
|
+
["at0005"] = <
|
610
|
+
text = <"Conclusión normal">
|
611
|
+
description = <"Una conclusión específica de normalidad">
|
612
|
+
>
|
613
|
+
["at0006"] = <
|
614
|
+
text = <"Imagen">
|
615
|
+
description = <"Dibujo o imagen del área examinada">
|
616
|
+
>
|
617
|
+
["at0008"] = <
|
618
|
+
text = <"Hallazgos">
|
619
|
+
description = <"Hallazgos clínicos">
|
620
|
+
>
|
621
|
+
["at0008.1"] = <
|
622
|
+
text = <"*Findings(en)">
|
623
|
+
description = <"*Clinical findings.(en)">
|
624
|
+
>
|
625
|
+
["at0009"] = <
|
626
|
+
text = <"*Detail(en)">
|
627
|
+
description = <"*More focused examination findings.(en)">
|
417
628
|
>
|
418
629
|
>
|
419
630
|
>
|