cqm-parsers 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/hqmf-model/data_criteria.json +1046 -0
- data/lib/hqmf-parser/1.0/data_criteria_oid_xpath.json +91 -0
- data/lib/qrda-export/catI-r5/_code.mustache +1 -0
- data/lib/qrda-export/catI-r5/_codes.mustache +10 -0
- data/lib/qrda-export/catI-r5/_header.mustache +28 -0
- data/lib/qrda-export/catI-r5/_measure_section.mustache +59 -0
- data/lib/qrda-export/catI-r5/_reporting_period.mustache +23 -0
- data/lib/qrda-export/catI-r5/_values.mustache +10 -0
- data/lib/qrda-export/catI-r5/qrda1_r5.mustache +137 -0
- data/lib/qrda-export/catI-r5/qrda_header/_author.mustache +20 -0
- data/lib/qrda-export/catI-r5/qrda_header/_custodian.mustache +17 -0
- data/lib/qrda-export/catI-r5/qrda_header/_documentation_of_service_event.mustache +80 -0
- data/lib/qrda-export/catI-r5/qrda_header/_information_recipient.mustache +7 -0
- data/lib/qrda-export/catI-r5/qrda_header/_legal_authenticator.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_header/_participant.mustache +7 -0
- data/lib/qrda-export/catI-r5/qrda_header/_record_target.mustache +29 -0
- data/lib/qrda-export/catI-r5/qrda_templates/adverse_event.mustache +28 -0
- data/lib/qrda-export/catI-r5/qrda_templates/allergy_intolerance.mustache +28 -0
- data/lib/qrda-export/catI-r5/qrda_templates/assessment_performed.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_templates/communication_from_patient_to_provider.mustache +29 -0
- data/lib/qrda-export/catI-r5/qrda_templates/communication_from_provider_to_patient.mustache +24 -0
- data/lib/qrda-export/catI-r5/qrda_templates/communication_from_provider_to_provider.mustache +31 -0
- data/lib/qrda-export/catI-r5/qrda_templates/device_applied.mustache +32 -0
- data/lib/qrda-export/catI-r5/qrda_templates/device_ordered.mustache +31 -0
- data/lib/qrda-export/catI-r5/qrda_templates/diagnosis.mustache +38 -0
- data/lib/qrda-export/catI-r5/qrda_templates/diagnostic_study_ordered.mustache +19 -0
- data/lib/qrda-export/catI-r5/qrda_templates/diagnostic_study_performed.mustache +29 -0
- data/lib/qrda-export/catI-r5/qrda_templates/encounter_ordered.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_templates/encounter_performed.mustache +41 -0
- data/lib/qrda-export/catI-r5/qrda_templates/immunization_aministered.mustache +29 -0
- data/lib/qrda-export/catI-r5/qrda_templates/insurance_provider.mustache +11 -0
- data/lib/qrda-export/catI-r5/qrda_templates/intervention_ordered.mustache +18 -0
- data/lib/qrda-export/catI-r5/qrda_templates/intervention_performed.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_templates/lab_test_ordered.mustache +18 -0
- data/lib/qrda-export/catI-r5/qrda_templates/lab_test_performed.mustache +22 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_active.mustache +35 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_administered.mustache +31 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_discharge.mustache +55 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_dispensed.mustache +39 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_ordered.mustache +38 -0
- data/lib/qrda-export/catI-r5/qrda_templates/patient_characteristic_expired.mustache +16 -0
- data/lib/qrda-export/catI-r5/qrda_templates/physical_exam_performed.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_templates/procedure_ordered.mustache +19 -0
- data/lib/qrda-export/catI-r5/qrda_templates/procedure_performed.mustache +44 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_admission_source.mustache +6 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_anatomical_location_site.mustache +1 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_author.mustache +7 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_author_participation.mustache +7 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_component.mustache +11 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_encounter_diagnosis.mustache +19 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_encounter_facility_location.mustache +16 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_mediation_frequency.mustache +3 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_medication_details.mustache +11 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_ordinality.mustache +1 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_principal_diagnosis.mustache +8 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_reason.mustache +12 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_related_to.mustache +6 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_results.mustache +21 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_severity.mustache +8 -0
- data/lib/tasks/hqmf.rake +170 -0
- data/lib/util/hqmf_template_oid_map.json +674 -0
- data/lib/util/hqmfr2_template_oid_map.json +390 -0
- data/lib/util/hqmfr2cql_template_oid_map.json +390 -0
- metadata +64 -1
@@ -0,0 +1,390 @@
|
|
1
|
+
{
|
2
|
+
"2.16.840.1.113883.10.20.28.3.53":{
|
3
|
+
"definition":"patient_characteristic",
|
4
|
+
"status":"",
|
5
|
+
"negation":false},
|
6
|
+
"2.16.840.1.113883.10.20.28.3.54":{
|
7
|
+
"definition":"patient_characteristic_birthdate",
|
8
|
+
"status":"",
|
9
|
+
"negation":false},
|
10
|
+
"2.16.840.1.113883.10.20.28.3.6":{
|
11
|
+
"definition":"patient_characteristic",
|
12
|
+
"status":"clinical_trial_participant",
|
13
|
+
"negation":false},
|
14
|
+
"2.16.840.1.113883.10.20.28.3.55":{
|
15
|
+
"definition":"patient_characteristic_gender",
|
16
|
+
"status":"",
|
17
|
+
"negation":false},
|
18
|
+
"2.16.840.1.113883.10.20.28.3.56":{
|
19
|
+
"definition":"patient_characteristic_ethnicity",
|
20
|
+
"status":"",
|
21
|
+
"negation":false},
|
22
|
+
"2.16.840.1.113883.10.20.28.3.57":{
|
23
|
+
"definition":"patient_characteristic_expired",
|
24
|
+
"status":"",
|
25
|
+
"negation":false},
|
26
|
+
"2.16.840.1.113883.10.20.28.3.58":{
|
27
|
+
"definition":"patient_characteristic_payer",
|
28
|
+
"status":"",
|
29
|
+
"negation":false},
|
30
|
+
"2.16.840.1.113883.10.20.28.3.59":{
|
31
|
+
"definition":"patient_characteristic_race",
|
32
|
+
"status":"",
|
33
|
+
"negation":false},
|
34
|
+
"2.16.840.1.113883.3.560.1.4":{
|
35
|
+
"definition":"encounter",
|
36
|
+
"status":"",
|
37
|
+
"negation":false},
|
38
|
+
"2.16.840.1.113883.10.20.28.3.26":{
|
39
|
+
"definition":"encounter",
|
40
|
+
"status":"active",
|
41
|
+
"negation":false},
|
42
|
+
"2.16.840.1.113883.10.20.28.3.5":{
|
43
|
+
"definition":"encounter",
|
44
|
+
"status":"performed",
|
45
|
+
"negation":false},
|
46
|
+
"2.16.840.1.113883.10.20.28.3.27":{
|
47
|
+
"definition":"encounter",
|
48
|
+
"status":"ordered",
|
49
|
+
"negation":false},
|
50
|
+
"2.16.840.1.113883.10.20.28.3.28":{
|
51
|
+
"definition":"encounter",
|
52
|
+
"status":"recommended",
|
53
|
+
"negation":false},
|
54
|
+
"2.16.840.1.113883.10.20.28.3.67":{
|
55
|
+
"definition":"procedure",
|
56
|
+
"status":"performed",
|
57
|
+
"negation":false},
|
58
|
+
"2.16.840.1.113883.10.20.28.3.66":{
|
59
|
+
"definition":"procedure",
|
60
|
+
"status":"ordered",
|
61
|
+
"negation":false},
|
62
|
+
"2.16.840.1.113883.10.20.28.3.69":{
|
63
|
+
"definition":"procedure_result",
|
64
|
+
"status":"",
|
65
|
+
"negation":false},
|
66
|
+
"2.16.840.1.113883.10.20.28.3.64":{
|
67
|
+
"definition":"procedure_adverse_event",
|
68
|
+
"status":"",
|
69
|
+
"negation":false},
|
70
|
+
"2.16.840.1.113883.10.20.28.3.65":{
|
71
|
+
"definition":"procedure_intolerance",
|
72
|
+
"status":"",
|
73
|
+
"negation":false},
|
74
|
+
"2.16.840.1.113883.10.20.28.3.68":{
|
75
|
+
"definition":"procedure",
|
76
|
+
"status":"recommended",
|
77
|
+
"negation":false},
|
78
|
+
"2.16.840.1.113883.10.20.28.3.1":{
|
79
|
+
"definition":"diagnosis",
|
80
|
+
"status":"active",
|
81
|
+
"negation":false},
|
82
|
+
"2.16.840.1.113883.10.20.28.3.19":{
|
83
|
+
"definition":"diagnosis",
|
84
|
+
"status":"resolved",
|
85
|
+
"negation":false},
|
86
|
+
"2.16.840.1.113883.10.20.28.3.17":{
|
87
|
+
"definition":"diagnosis",
|
88
|
+
"status":"family_history",
|
89
|
+
"negation":false},
|
90
|
+
"2.16.840.1.113883.10.20.28.3.18":{
|
91
|
+
"definition":"diagnosis",
|
92
|
+
"status":"inactive",
|
93
|
+
"negation":false},
|
94
|
+
"2.16.840.1.113883.10.20.28.3.110":{
|
95
|
+
"definition":"diagnosis",
|
96
|
+
"status":"",
|
97
|
+
"negation":false},
|
98
|
+
"2.16.840.1.113883.10.20.28.3.111":{
|
99
|
+
"definition":"family_history",
|
100
|
+
"status":"",
|
101
|
+
"negation":false},
|
102
|
+
"2.16.840.1.113883.10.20.28.3.23":{
|
103
|
+
"definition":"diagnostic_study",
|
104
|
+
"status":"performed",
|
105
|
+
"negation":false},
|
106
|
+
"2.16.840.1.113883.10.20.28.3.25":{
|
107
|
+
"definition":"diagnostic_study_result",
|
108
|
+
"status":"",
|
109
|
+
"negation":false},
|
110
|
+
"2.16.840.1.113883.10.20.28.3.20":{
|
111
|
+
"definition":"diagnostic_study_adverse_event",
|
112
|
+
"status":"",
|
113
|
+
"negation":false},
|
114
|
+
"2.16.840.1.113883.10.20.28.3.21":{
|
115
|
+
"definition":"diagnostic_study_intolerance",
|
116
|
+
"status":"",
|
117
|
+
"negation":false},
|
118
|
+
"2.16.840.1.113883.10.20.28.3.22":{
|
119
|
+
"definition":"diagnostic_study",
|
120
|
+
"status":"ordered",
|
121
|
+
"negation":false},
|
122
|
+
"2.16.840.1.113883.10.20.28.3.23":{
|
123
|
+
"definition":"diagnostic_study",
|
124
|
+
"status":"performed",
|
125
|
+
"negation":true},
|
126
|
+
"2.16.840.1.113883.10.20.28.3.24":{
|
127
|
+
"definition":"diagnostic_study",
|
128
|
+
"status":"recommended",
|
129
|
+
"negation":true},
|
130
|
+
"2.16.840.1.113883.10.20.28.3.49":{
|
131
|
+
"definition":"medication",
|
132
|
+
"status":"dispensed",
|
133
|
+
"negation":false},
|
134
|
+
"2.16.840.1.113883.10.20.28.3.51":{
|
135
|
+
"definition":"medication",
|
136
|
+
"status":"ordered",
|
137
|
+
"negation":false},
|
138
|
+
"2.16.840.1.113883.10.20.28.3.48":{
|
139
|
+
"definition":"medication",
|
140
|
+
"status":"discharge",
|
141
|
+
"negation":false},
|
142
|
+
"2.16.840.1.113883.10.20.28.3.44":{
|
143
|
+
"definition":"medication",
|
144
|
+
"status":"active",
|
145
|
+
"negation":false},
|
146
|
+
"2.16.840.1.113883.10.20.28.3.45":{
|
147
|
+
"definition":"medication",
|
148
|
+
"status":"administered",
|
149
|
+
"negation":false},
|
150
|
+
"2.16.840.1.113883.10.20.28.3.46":{
|
151
|
+
"definition":"medication_adverse_effects",
|
152
|
+
"status":"",
|
153
|
+
"negation":false},
|
154
|
+
"2.16.840.1.113883.10.20.28.3.47":{
|
155
|
+
"definition":"medication_allergy",
|
156
|
+
"status":"",
|
157
|
+
"negation":false},
|
158
|
+
"2.16.840.1.113883.10.20.28.3.50":{
|
159
|
+
"definition":"medication_intolerance",
|
160
|
+
"status":"",
|
161
|
+
"negation":false},
|
162
|
+
"2.16.840.1.113883.10.20.28.3.112":{
|
163
|
+
"definition":"immunization",
|
164
|
+
"status":"administered",
|
165
|
+
"negation":false},
|
166
|
+
"2.16.840.1.113883.10.20.28.3.113":{
|
167
|
+
"definition":"immunization",
|
168
|
+
"status":"order",
|
169
|
+
"negation":false},
|
170
|
+
"2.16.840.1.113883.10.20.28.3.114":{
|
171
|
+
"definition":"immunization",
|
172
|
+
"status":"allergy",
|
173
|
+
"negation":false},
|
174
|
+
"2.16.840.1.113883.10.20.28.3.115":{
|
175
|
+
"definition":"immunization",
|
176
|
+
"status":"intolerance",
|
177
|
+
"negation":false},
|
178
|
+
"2.16.840.1.113883.10.20.28.3.60":{
|
179
|
+
"definition":"physical_exam",
|
180
|
+
"status":"",
|
181
|
+
"negation":false},
|
182
|
+
"2.16.840.1.113883.10.20.28.3.61":{
|
183
|
+
"definition":"physical_exam",
|
184
|
+
"status":"ordered",
|
185
|
+
"negation":false},
|
186
|
+
"2.16.840.1.113883.10.20.28.3.62":{
|
187
|
+
"definition":"physical_exam",
|
188
|
+
"status":"performed",
|
189
|
+
"negation":false},
|
190
|
+
"22.16.840.1.113883.10.20.28.3.63":{
|
191
|
+
"definition":"physical_exam",
|
192
|
+
"status":"recommended",
|
193
|
+
"negation":false},
|
194
|
+
"2.16.840.1.113883.10.20.28.3.4":{
|
195
|
+
"definition":"laboratory_test",
|
196
|
+
"status":"",
|
197
|
+
"negation":false},
|
198
|
+
"2.16.840.1.113883.10.20.28.3.42":{
|
199
|
+
"definition":"laboratory_test",
|
200
|
+
"status":"performed",
|
201
|
+
"negation":false},
|
202
|
+
"2.16.840.1.113883.10.20.28.3.39":{
|
203
|
+
"definition":"laboratory_test_adverse_event",
|
204
|
+
"status":"",
|
205
|
+
"negation":false},
|
206
|
+
"2.16.840.1.113883.10.20.28.3.40":{
|
207
|
+
"definition":"laboratory_test_intolerance",
|
208
|
+
"status":"",
|
209
|
+
"negation":false},
|
210
|
+
"2.16.840.1.113883.10.20.28.3.41":{
|
211
|
+
"definition":"laboratory_test",
|
212
|
+
"status":"ordered",
|
213
|
+
"negation":false},
|
214
|
+
"2.16.840.1.113883.10.20.28.3.43":{
|
215
|
+
"definition":"laboratory_test",
|
216
|
+
"status":"recommended",
|
217
|
+
"negation":false},
|
218
|
+
"2.16.840.1.113883.10.20.28.3.7":{
|
219
|
+
"definition":"care_goal",
|
220
|
+
"status":"",
|
221
|
+
"negation":false},
|
222
|
+
"2.16.840.1.113883.10.20.28.3.8":{
|
223
|
+
"definition":"communication_from_patient_to_provider",
|
224
|
+
"status":"",
|
225
|
+
"negation":false},
|
226
|
+
"2.16.840.1.113883.10.20.28.3.9":{
|
227
|
+
"definition":"communication_from_provider_to_patient",
|
228
|
+
"status":"",
|
229
|
+
"negation":false},
|
230
|
+
"2.16.840.1.113883.10.20.28.3.10":{
|
231
|
+
"definition":"communication_from_provider_to_provider",
|
232
|
+
"status":"",
|
233
|
+
"negation":false},
|
234
|
+
"2.16.840.1.113883.10.20.28.3.13":{
|
235
|
+
"definition":"device",
|
236
|
+
"status":"applied",
|
237
|
+
"negation":false},
|
238
|
+
"2.16.840.1.113883.10.20.28.3.11":{
|
239
|
+
"definition":"device_adverse_event",
|
240
|
+
"status":"",
|
241
|
+
"negation":false},
|
242
|
+
"2.16.840.1.113883.10.20.28.3.12":{
|
243
|
+
"definition":"device_allergy",
|
244
|
+
"status":"",
|
245
|
+
"negation":false},
|
246
|
+
"2.16.840.1.113883.10.20.28.3.14":{
|
247
|
+
"definition":"device_intolerance",
|
248
|
+
"status":"",
|
249
|
+
"negation":false},
|
250
|
+
"2.16.840.1.113883.10.20.28.3.15":{
|
251
|
+
"definition":"device",
|
252
|
+
"status":"ordered",
|
253
|
+
"negation":false},
|
254
|
+
"2.16.840.1.113883.10.20.28.3.16":{
|
255
|
+
"definition":"device",
|
256
|
+
"status":"recommended",
|
257
|
+
"negation":false},
|
258
|
+
"2.16.840.1.113883.10.20.28.3.73":{
|
259
|
+
"definition":"substance",
|
260
|
+
"status":"administered",
|
261
|
+
"negation":false},
|
262
|
+
"2.16.840.1.113883.10.20.28.3.77":{
|
263
|
+
"definition":"substance",
|
264
|
+
"status":"ordered",
|
265
|
+
"negation":false},
|
266
|
+
"2.16.840.1.113883.10.20.28.3.46.74":{
|
267
|
+
"definition":"substance_adverse_event",
|
268
|
+
"status":"",
|
269
|
+
"negation":false},
|
270
|
+
"2.16.840.1.113883.10.20.28.3.76":{
|
271
|
+
"definition":"substance_intolerance",
|
272
|
+
"status":"",
|
273
|
+
"negation":false},
|
274
|
+
"2.16.840.1.113883.10.20.28.3.75":{
|
275
|
+
"definition":"substance_allergy",
|
276
|
+
"status":"",
|
277
|
+
"negation":false},
|
278
|
+
"2.16.840.1.113883.10.20.28.3.78":{
|
279
|
+
"definition":"substance",
|
280
|
+
"status":"recommended",
|
281
|
+
"negation":false},
|
282
|
+
"2.16.840.1.113883.10.20.28.3.33":{
|
283
|
+
"definition":"intervention_adverse_event",
|
284
|
+
"status":"",
|
285
|
+
"negation":false},
|
286
|
+
"2.16.840.1.113883.10.20.28.3.34":{
|
287
|
+
"definition":"intervention_intolerance",
|
288
|
+
"status":"",
|
289
|
+
"negation":false},
|
290
|
+
"2.16.840.1.113883.10.20.28.3.35":{
|
291
|
+
"definition":"intervention",
|
292
|
+
"status":"ordered",
|
293
|
+
"negation":false},
|
294
|
+
"2.16.840.1.113883.10.20.28.3.36":{
|
295
|
+
"definition":"intervention",
|
296
|
+
"status":"performed",
|
297
|
+
"negation":false},
|
298
|
+
"2.16.840.1.113883.10.20.28.3.38":{
|
299
|
+
"definition":"intervention_result",
|
300
|
+
"status":"",
|
301
|
+
"negation":false},
|
302
|
+
"2.16.840.1.113883.10.20.28.3.37":{
|
303
|
+
"definition":"intervention",
|
304
|
+
"status":"recommended",
|
305
|
+
"negation":false},
|
306
|
+
"2.16.840.1.113883.10.20.28.3.79":{
|
307
|
+
"definition":"symptom",
|
308
|
+
"status":"active",
|
309
|
+
"negation":false},
|
310
|
+
"2.16.840.1.113883.10.20.28.3.80":{
|
311
|
+
"definition":"symptom",
|
312
|
+
"status":"assessed",
|
313
|
+
"negation":false},
|
314
|
+
"2.16.840.1.113883.10.20.28.3.81":{
|
315
|
+
"definition":"symptom",
|
316
|
+
"status":"inactive",
|
317
|
+
"negation":false},
|
318
|
+
"2.16.840.1.113883.10.20.28.3.82":{
|
319
|
+
"definition":"symptom",
|
320
|
+
"status":"resolved",
|
321
|
+
"negation":false},
|
322
|
+
"2.16.840.1.113883.10.20.28.3.116":{
|
323
|
+
"definition":"symptom",
|
324
|
+
"status":"",
|
325
|
+
"negation":false},
|
326
|
+
"2.16.840.1.113883.10.20.28.3.30":{
|
327
|
+
"definition":"functional_status",
|
328
|
+
"status":"performed",
|
329
|
+
"negation":false},
|
330
|
+
"2.16.840.1.113883.10.20.28.3.29":{
|
331
|
+
"definition":"functional_status",
|
332
|
+
"status":"ordered",
|
333
|
+
"negation":false},
|
334
|
+
"2.16.840.1.113883.10.20.28.3.31":{
|
335
|
+
"definition":"functional_status",
|
336
|
+
"status":"recommended",
|
337
|
+
"negation":false},
|
338
|
+
"2.16.840.1.113883.10.20.28.3.32":{
|
339
|
+
"definition":"functional_status_result",
|
340
|
+
"status":"",
|
341
|
+
"negation":false},
|
342
|
+
"2.16.840.1.113883.10.20.28.3.72":{
|
343
|
+
"definition":"risk_category_assessment",
|
344
|
+
"status":"",
|
345
|
+
"negation":false},
|
346
|
+
"2.16.840.1.113883.10.20.28.3.70":{
|
347
|
+
"definition":"provider_care_experience",
|
348
|
+
"status":"",
|
349
|
+
"negation":false},
|
350
|
+
"2.16.840.1.113883.10.20.28.3.52":{
|
351
|
+
"definition":"patient_care_experience",
|
352
|
+
"status":"",
|
353
|
+
"negation":false},
|
354
|
+
"2.16.840.1.113883.10.20.28.3.87":{
|
355
|
+
"definition":"preference_provider",
|
356
|
+
"status":"",
|
357
|
+
"negation":false},
|
358
|
+
"2.16.840.1.113883.10.20.28.3.86":{
|
359
|
+
"definition":"preference_patient",
|
360
|
+
"status":"",
|
361
|
+
"negation":false},
|
362
|
+
"2.16.840.1.113883.10.20.28.3.71":{
|
363
|
+
"definition":"provider_characteristic",
|
364
|
+
"status":"",
|
365
|
+
"negation":false},
|
366
|
+
"2.16.840.1.113883.10.20.28.3.84":{
|
367
|
+
"definition":"transfer_from",
|
368
|
+
"status":"",
|
369
|
+
"negation":false},
|
370
|
+
"2.16.840.1.113883.10.20.28.3.85":{
|
371
|
+
"definition":"transfer_to",
|
372
|
+
"status":"",
|
373
|
+
"negation":false},
|
374
|
+
"2.16.840.1.113883.10.20.28.3.117":{
|
375
|
+
"definition":"assessment",
|
376
|
+
"status":"performed",
|
377
|
+
"negation":false},
|
378
|
+
"2.16.840.1.113883.10.20.28.3.118":{
|
379
|
+
"definition":"assessment",
|
380
|
+
"status":"recommended",
|
381
|
+
"negation":false},
|
382
|
+
"2.16.840.1.113883.10.20.28.3.120": {
|
383
|
+
"definition":"adverse_event",
|
384
|
+
"status":"",
|
385
|
+
"negation":false},
|
386
|
+
"2.16.840.1.113883.10.20.28.3.119": {
|
387
|
+
"definition":"allergy_intolerance",
|
388
|
+
"status":"",
|
389
|
+
"negation":false}
|
390
|
+
}
|
@@ -0,0 +1,390 @@
|
|
1
|
+
{
|
2
|
+
"2.16.840.1.113883.10.20.28.4.53":{
|
3
|
+
"definition":"patient_characteristic",
|
4
|
+
"status":"",
|
5
|
+
"negation":false},
|
6
|
+
"2.16.840.1.113883.10.20.28.4.54":{
|
7
|
+
"definition":"patient_characteristic_birthdate",
|
8
|
+
"status":"",
|
9
|
+
"negation":false},
|
10
|
+
"2.16.840.1.113883.10.20.28.4.6":{
|
11
|
+
"definition":"patient_characteristic",
|
12
|
+
"status":"clinical_trial_participant",
|
13
|
+
"negation":false},
|
14
|
+
"2.16.840.1.113883.10.20.28.4.55":{
|
15
|
+
"definition":"patient_characteristic_gender",
|
16
|
+
"status":"",
|
17
|
+
"negation":false},
|
18
|
+
"2.16.840.1.113883.10.20.28.4.56":{
|
19
|
+
"definition":"patient_characteristic_ethnicity",
|
20
|
+
"status":"",
|
21
|
+
"negation":false},
|
22
|
+
"2.16.840.1.113883.10.20.28.4.57":{
|
23
|
+
"definition":"patient_characteristic_expired",
|
24
|
+
"status":"",
|
25
|
+
"negation":false},
|
26
|
+
"2.16.840.1.113883.10.20.28.4.58":{
|
27
|
+
"definition":"patient_characteristic_payer",
|
28
|
+
"status":"",
|
29
|
+
"negation":false},
|
30
|
+
"2.16.840.1.113883.10.20.28.4.59":{
|
31
|
+
"definition":"patient_characteristic_race",
|
32
|
+
"status":"",
|
33
|
+
"negation":false},
|
34
|
+
"2.16.840.1.113883.3.560.1.4":{
|
35
|
+
"definition":"encounter",
|
36
|
+
"status":"",
|
37
|
+
"negation":false},
|
38
|
+
"2.16.840.1.113883.10.20.28.4.26":{
|
39
|
+
"definition":"encounter",
|
40
|
+
"status":"active",
|
41
|
+
"negation":false},
|
42
|
+
"2.16.840.1.113883.10.20.28.4.5":{
|
43
|
+
"definition":"encounter",
|
44
|
+
"status":"performed",
|
45
|
+
"negation":false},
|
46
|
+
"2.16.840.1.113883.10.20.28.4.27":{
|
47
|
+
"definition":"encounter",
|
48
|
+
"status":"ordered",
|
49
|
+
"negation":false},
|
50
|
+
"2.16.840.1.113883.10.20.28.4.28":{
|
51
|
+
"definition":"encounter",
|
52
|
+
"status":"recommended",
|
53
|
+
"negation":false},
|
54
|
+
"2.16.840.1.113883.10.20.28.4.67":{
|
55
|
+
"definition":"procedure",
|
56
|
+
"status":"performed",
|
57
|
+
"negation":false},
|
58
|
+
"2.16.840.1.113883.10.20.28.4.66":{
|
59
|
+
"definition":"procedure",
|
60
|
+
"status":"ordered",
|
61
|
+
"negation":false},
|
62
|
+
"2.16.840.1.113883.10.20.28.4.69":{
|
63
|
+
"definition":"procedure_result",
|
64
|
+
"status":"",
|
65
|
+
"negation":false},
|
66
|
+
"2.16.840.1.113883.10.20.28.4.64":{
|
67
|
+
"definition":"procedure_adverse_event",
|
68
|
+
"status":"",
|
69
|
+
"negation":false},
|
70
|
+
"2.16.840.1.113883.10.20.28.4.65":{
|
71
|
+
"definition":"procedure_intolerance",
|
72
|
+
"status":"",
|
73
|
+
"negation":false},
|
74
|
+
"2.16.840.1.113883.10.20.28.4.68":{
|
75
|
+
"definition":"procedure",
|
76
|
+
"status":"recommended",
|
77
|
+
"negation":false},
|
78
|
+
"2.16.840.1.113883.10.20.28.4.1":{
|
79
|
+
"definition":"diagnosis",
|
80
|
+
"status":"active",
|
81
|
+
"negation":false},
|
82
|
+
"2.16.840.1.113883.10.20.28.4.19":{
|
83
|
+
"definition":"diagnosis",
|
84
|
+
"status":"resolved",
|
85
|
+
"negation":false},
|
86
|
+
"2.16.840.1.113883.10.20.28.4.17":{
|
87
|
+
"definition":"diagnosis",
|
88
|
+
"status":"family_history",
|
89
|
+
"negation":false},
|
90
|
+
"2.16.840.1.113883.10.20.28.4.18":{
|
91
|
+
"definition":"diagnosis",
|
92
|
+
"status":"inactive",
|
93
|
+
"negation":false},
|
94
|
+
"2.16.840.1.113883.10.20.28.4.110":{
|
95
|
+
"definition":"diagnosis",
|
96
|
+
"status":"",
|
97
|
+
"negation":false},
|
98
|
+
"2.16.840.1.113883.10.20.28.4.111":{
|
99
|
+
"definition":"family_history",
|
100
|
+
"status":"",
|
101
|
+
"negation":false},
|
102
|
+
"2.16.840.1.113883.10.20.28.4.23":{
|
103
|
+
"definition":"diagnostic_study",
|
104
|
+
"status":"performed",
|
105
|
+
"negation":false},
|
106
|
+
"2.16.840.1.113883.10.20.28.4.25":{
|
107
|
+
"definition":"diagnostic_study_result",
|
108
|
+
"status":"",
|
109
|
+
"negation":false},
|
110
|
+
"2.16.840.1.113883.10.20.28.4.20":{
|
111
|
+
"definition":"diagnostic_study_adverse_event",
|
112
|
+
"status":"",
|
113
|
+
"negation":false},
|
114
|
+
"2.16.840.1.113883.10.20.28.4.21":{
|
115
|
+
"definition":"diagnostic_study_intolerance",
|
116
|
+
"status":"",
|
117
|
+
"negation":false},
|
118
|
+
"2.16.840.1.113883.10.20.28.4.22":{
|
119
|
+
"definition":"diagnostic_study",
|
120
|
+
"status":"ordered",
|
121
|
+
"negation":false},
|
122
|
+
"2.16.840.1.113883.10.20.28.4.23":{
|
123
|
+
"definition":"diagnostic_study",
|
124
|
+
"status":"performed",
|
125
|
+
"negation":true},
|
126
|
+
"2.16.840.1.113883.10.20.28.4.24":{
|
127
|
+
"definition":"diagnostic_study",
|
128
|
+
"status":"recommended",
|
129
|
+
"negation":true},
|
130
|
+
"2.16.840.1.113883.10.20.28.4.49":{
|
131
|
+
"definition":"medication",
|
132
|
+
"status":"dispensed",
|
133
|
+
"negation":false},
|
134
|
+
"2.16.840.1.113883.10.20.28.4.51":{
|
135
|
+
"definition":"medication",
|
136
|
+
"status":"ordered",
|
137
|
+
"negation":false},
|
138
|
+
"2.16.840.1.113883.10.20.28.4.48":{
|
139
|
+
"definition":"medication",
|
140
|
+
"status":"discharge",
|
141
|
+
"negation":false},
|
142
|
+
"2.16.840.1.113883.10.20.28.4.44":{
|
143
|
+
"definition":"medication",
|
144
|
+
"status":"active",
|
145
|
+
"negation":false},
|
146
|
+
"2.16.840.1.113883.10.20.28.4.45":{
|
147
|
+
"definition":"medication",
|
148
|
+
"status":"administered",
|
149
|
+
"negation":false},
|
150
|
+
"2.16.840.1.113883.10.20.28.4.46":{
|
151
|
+
"definition":"medication_adverse_effects",
|
152
|
+
"status":"",
|
153
|
+
"negation":false},
|
154
|
+
"2.16.840.1.113883.10.20.28.4.47":{
|
155
|
+
"definition":"medication_allergy",
|
156
|
+
"status":"",
|
157
|
+
"negation":false},
|
158
|
+
"2.16.840.1.113883.10.20.28.4.50":{
|
159
|
+
"definition":"medication_intolerance",
|
160
|
+
"status":"",
|
161
|
+
"negation":false},
|
162
|
+
"2.16.840.1.113883.10.20.28.4.112":{
|
163
|
+
"definition":"immunization",
|
164
|
+
"status":"administered",
|
165
|
+
"negation":false},
|
166
|
+
"2.16.840.1.113883.10.20.28.4.113":{
|
167
|
+
"definition":"immunization",
|
168
|
+
"status":"order",
|
169
|
+
"negation":false},
|
170
|
+
"2.16.840.1.113883.10.20.28.4.114":{
|
171
|
+
"definition":"immunization",
|
172
|
+
"status":"allergy",
|
173
|
+
"negation":false},
|
174
|
+
"2.16.840.1.113883.10.20.28.4.115":{
|
175
|
+
"definition":"immunization",
|
176
|
+
"status":"intolerance",
|
177
|
+
"negation":false},
|
178
|
+
"2.16.840.1.113883.10.20.28.4.60":{
|
179
|
+
"definition":"physical_exam",
|
180
|
+
"status":"",
|
181
|
+
"negation":false},
|
182
|
+
"2.16.840.1.113883.10.20.28.4.61":{
|
183
|
+
"definition":"physical_exam",
|
184
|
+
"status":"ordered",
|
185
|
+
"negation":false},
|
186
|
+
"2.16.840.1.113883.10.20.28.4.62":{
|
187
|
+
"definition":"physical_exam",
|
188
|
+
"status":"performed",
|
189
|
+
"negation":false},
|
190
|
+
"22.16.840.1.113883.10.20.28.4.63":{
|
191
|
+
"definition":"physical_exam",
|
192
|
+
"status":"recommended",
|
193
|
+
"negation":false},
|
194
|
+
"2.16.840.1.113883.10.20.28.4.4":{
|
195
|
+
"definition":"laboratory_test",
|
196
|
+
"status":"",
|
197
|
+
"negation":false},
|
198
|
+
"2.16.840.1.113883.10.20.28.4.42":{
|
199
|
+
"definition":"laboratory_test",
|
200
|
+
"status":"performed",
|
201
|
+
"negation":false},
|
202
|
+
"2.16.840.1.113883.10.20.28.4.39":{
|
203
|
+
"definition":"laboratory_test_adverse_event",
|
204
|
+
"status":"",
|
205
|
+
"negation":false},
|
206
|
+
"2.16.840.1.113883.10.20.28.4.40":{
|
207
|
+
"definition":"laboratory_test_intolerance",
|
208
|
+
"status":"",
|
209
|
+
"negation":false},
|
210
|
+
"2.16.840.1.113883.10.20.28.4.41":{
|
211
|
+
"definition":"laboratory_test",
|
212
|
+
"status":"ordered",
|
213
|
+
"negation":false},
|
214
|
+
"2.16.840.1.113883.10.20.28.4.43":{
|
215
|
+
"definition":"laboratory_test",
|
216
|
+
"status":"recommended",
|
217
|
+
"negation":false},
|
218
|
+
"2.16.840.1.113883.10.20.28.4.7":{
|
219
|
+
"definition":"care_goal",
|
220
|
+
"status":"",
|
221
|
+
"negation":false},
|
222
|
+
"2.16.840.1.113883.10.20.28.4.8":{
|
223
|
+
"definition":"communication_from_patient_to_provider",
|
224
|
+
"status":"",
|
225
|
+
"negation":false},
|
226
|
+
"2.16.840.1.113883.10.20.28.4.9":{
|
227
|
+
"definition":"communication_from_provider_to_patient",
|
228
|
+
"status":"",
|
229
|
+
"negation":false},
|
230
|
+
"2.16.840.1.113883.10.20.28.4.10":{
|
231
|
+
"definition":"communication_from_provider_to_provider",
|
232
|
+
"status":"",
|
233
|
+
"negation":false},
|
234
|
+
"2.16.840.1.113883.10.20.28.4.13":{
|
235
|
+
"definition":"device",
|
236
|
+
"status":"applied",
|
237
|
+
"negation":false},
|
238
|
+
"2.16.840.1.113883.10.20.28.4.11":{
|
239
|
+
"definition":"device_adverse_event",
|
240
|
+
"status":"",
|
241
|
+
"negation":false},
|
242
|
+
"2.16.840.1.113883.10.20.28.4.12":{
|
243
|
+
"definition":"device_allergy",
|
244
|
+
"status":"",
|
245
|
+
"negation":false},
|
246
|
+
"2.16.840.1.113883.10.20.28.4.14":{
|
247
|
+
"definition":"device_intolerance",
|
248
|
+
"status":"",
|
249
|
+
"negation":false},
|
250
|
+
"2.16.840.1.113883.10.20.28.4.15":{
|
251
|
+
"definition":"device",
|
252
|
+
"status":"ordered",
|
253
|
+
"negation":false},
|
254
|
+
"2.16.840.1.113883.10.20.28.4.16":{
|
255
|
+
"definition":"device",
|
256
|
+
"status":"recommended",
|
257
|
+
"negation":false},
|
258
|
+
"2.16.840.1.113883.10.20.28.4.73":{
|
259
|
+
"definition":"substance",
|
260
|
+
"status":"administered",
|
261
|
+
"negation":false},
|
262
|
+
"2.16.840.1.113883.10.20.28.4.77":{
|
263
|
+
"definition":"substance",
|
264
|
+
"status":"ordered",
|
265
|
+
"negation":false},
|
266
|
+
"2.16.840.1.113883.10.20.28.4.46.74":{
|
267
|
+
"definition":"substance_adverse_event",
|
268
|
+
"status":"",
|
269
|
+
"negation":false},
|
270
|
+
"2.16.840.1.113883.10.20.28.4.76":{
|
271
|
+
"definition":"substance_intolerance",
|
272
|
+
"status":"",
|
273
|
+
"negation":false},
|
274
|
+
"2.16.840.1.113883.10.20.28.4.75":{
|
275
|
+
"definition":"substance_allergy",
|
276
|
+
"status":"",
|
277
|
+
"negation":false},
|
278
|
+
"2.16.840.1.113883.10.20.28.4.78":{
|
279
|
+
"definition":"substance",
|
280
|
+
"status":"recommended",
|
281
|
+
"negation":false},
|
282
|
+
"2.16.840.1.113883.10.20.28.4.33":{
|
283
|
+
"definition":"intervention_adverse_event",
|
284
|
+
"status":"",
|
285
|
+
"negation":false},
|
286
|
+
"2.16.840.1.113883.10.20.28.4.34":{
|
287
|
+
"definition":"intervention_intolerance",
|
288
|
+
"status":"",
|
289
|
+
"negation":false},
|
290
|
+
"2.16.840.1.113883.10.20.28.4.35":{
|
291
|
+
"definition":"intervention",
|
292
|
+
"status":"ordered",
|
293
|
+
"negation":false},
|
294
|
+
"2.16.840.1.113883.10.20.28.4.36":{
|
295
|
+
"definition":"intervention",
|
296
|
+
"status":"performed",
|
297
|
+
"negation":false},
|
298
|
+
"2.16.840.1.113883.10.20.28.4.38":{
|
299
|
+
"definition":"intervention_result",
|
300
|
+
"status":"",
|
301
|
+
"negation":false},
|
302
|
+
"2.16.840.1.113883.10.20.28.4.37":{
|
303
|
+
"definition":"intervention",
|
304
|
+
"status":"recommended",
|
305
|
+
"negation":false},
|
306
|
+
"2.16.840.1.113883.10.20.28.4.79":{
|
307
|
+
"definition":"symptom",
|
308
|
+
"status":"active",
|
309
|
+
"negation":false},
|
310
|
+
"2.16.840.1.113883.10.20.28.4.80":{
|
311
|
+
"definition":"symptom",
|
312
|
+
"status":"assessed",
|
313
|
+
"negation":false},
|
314
|
+
"2.16.840.1.113883.10.20.28.4.81":{
|
315
|
+
"definition":"symptom",
|
316
|
+
"status":"inactive",
|
317
|
+
"negation":false},
|
318
|
+
"2.16.840.1.113883.10.20.28.4.82":{
|
319
|
+
"definition":"symptom",
|
320
|
+
"status":"resolved",
|
321
|
+
"negation":false},
|
322
|
+
"2.16.840.1.113883.10.20.28.4.116":{
|
323
|
+
"definition":"symptom",
|
324
|
+
"status":"",
|
325
|
+
"negation":false},
|
326
|
+
"2.16.840.1.113883.10.20.28.4.30":{
|
327
|
+
"definition":"functional_status",
|
328
|
+
"status":"performed",
|
329
|
+
"negation":false},
|
330
|
+
"2.16.840.1.113883.10.20.28.4.29":{
|
331
|
+
"definition":"functional_status",
|
332
|
+
"status":"ordered",
|
333
|
+
"negation":false},
|
334
|
+
"2.16.840.1.113883.10.20.28.4.31":{
|
335
|
+
"definition":"functional_status",
|
336
|
+
"status":"recommended",
|
337
|
+
"negation":false},
|
338
|
+
"2.16.840.1.113883.10.20.28.4.32":{
|
339
|
+
"definition":"functional_status_result",
|
340
|
+
"status":"",
|
341
|
+
"negation":false},
|
342
|
+
"2.16.840.1.113883.10.20.28.4.72":{
|
343
|
+
"definition":"risk_category_assessment",
|
344
|
+
"status":"",
|
345
|
+
"negation":false},
|
346
|
+
"2.16.840.1.113883.10.20.28.4.70":{
|
347
|
+
"definition":"provider_care_experience",
|
348
|
+
"status":"",
|
349
|
+
"negation":false},
|
350
|
+
"2.16.840.1.113883.10.20.28.4.52":{
|
351
|
+
"definition":"patient_care_experience",
|
352
|
+
"status":"",
|
353
|
+
"negation":false},
|
354
|
+
"2.16.840.1.113883.10.20.28.4.87":{
|
355
|
+
"definition":"preference_provider",
|
356
|
+
"status":"",
|
357
|
+
"negation":false},
|
358
|
+
"2.16.840.1.113883.10.20.28.4.86":{
|
359
|
+
"definition":"preference_patient",
|
360
|
+
"status":"",
|
361
|
+
"negation":false},
|
362
|
+
"2.16.840.1.113883.10.20.28.4.71":{
|
363
|
+
"definition":"provider_characteristic",
|
364
|
+
"status":"",
|
365
|
+
"negation":false},
|
366
|
+
"2.16.840.1.113883.10.20.28.4.84":{
|
367
|
+
"definition":"transfer_from",
|
368
|
+
"status":"",
|
369
|
+
"negation":false},
|
370
|
+
"2.16.840.1.113883.10.20.28.4.85":{
|
371
|
+
"definition":"transfer_to",
|
372
|
+
"status":"",
|
373
|
+
"negation":false},
|
374
|
+
"2.16.840.1.113883.10.20.28.4.117":{
|
375
|
+
"definition":"assessment",
|
376
|
+
"status":"performed",
|
377
|
+
"negation":false},
|
378
|
+
"2.16.840.1.113883.10.20.28.4.118":{
|
379
|
+
"definition":"assessment",
|
380
|
+
"status":"recommended",
|
381
|
+
"negation":false},
|
382
|
+
"2.16.840.1.113883.10.20.28.4.120": {
|
383
|
+
"definition":"adverse_event",
|
384
|
+
"status":"",
|
385
|
+
"negation":false},
|
386
|
+
"2.16.840.1.113883.10.20.28.4.119": {
|
387
|
+
"definition":"allergy_intolerance",
|
388
|
+
"status":"",
|
389
|
+
"negation":false}
|
390
|
+
}
|