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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 510a1c98b015d5330940690454ef6b72ac184e62
|
4
|
+
data.tar.gz: 73b86d6e8ad3a906fcc1b3e0152c45ee93fa8b32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2b48e54347a1efafb97e97fe2aba9b61979160af4cfb6d6db898d49bedcdb412a6135d0d653e90860114d79b12896c9c58c521539b7e82462057b0e000094cb
|
7
|
+
data.tar.gz: 7ddb52ace1e0a99ba7c9609f2d4bad0f3771a4d9fa793b39492c3bd65220b8e5dba336c79ee05a27acecff0b178a70f5ca37bec75c01d634a67b7a3252c14098
|
@@ -0,0 +1,1046 @@
|
|
1
|
+
{
|
2
|
+
"derived":{
|
3
|
+
"title":"derived data criteria",
|
4
|
+
"category":"derived",
|
5
|
+
"definition":"derived",
|
6
|
+
"status":"",
|
7
|
+
"sub_category":"",
|
8
|
+
"hard_status":false,
|
9
|
+
"patient_api_function":"",
|
10
|
+
"not_supported":false},
|
11
|
+
"satisfies_all":{
|
12
|
+
"title":"satisfies all data criteria",
|
13
|
+
"category":"derived",
|
14
|
+
"definition":"satisfies_all",
|
15
|
+
"status":"",
|
16
|
+
"sub_category":"",
|
17
|
+
"hard_status":false,
|
18
|
+
"patient_api_function":"",
|
19
|
+
"not_supported":false},
|
20
|
+
"satisfies_any":{
|
21
|
+
"title":"satisfies any data criteria",
|
22
|
+
"category":"derived",
|
23
|
+
"definition":"satisfies_any",
|
24
|
+
"status":"",
|
25
|
+
"sub_category":"",
|
26
|
+
"hard_status":false,
|
27
|
+
"patient_api_function":"",
|
28
|
+
"not_supported":false},
|
29
|
+
"variable":{
|
30
|
+
"title":"variable data criteria",
|
31
|
+
"category":"derived",
|
32
|
+
"definition":"variable",
|
33
|
+
"status":"",
|
34
|
+
"sub_category":"",
|
35
|
+
"hard_status":false,
|
36
|
+
"patient_api_function":"",
|
37
|
+
"not_supported":false},
|
38
|
+
"variable_performed":{
|
39
|
+
"title":"variable data criteria",
|
40
|
+
"category":"derived",
|
41
|
+
"definition":"variable",
|
42
|
+
"status":"performed",
|
43
|
+
"sub_category":"",
|
44
|
+
"hard_status":false,
|
45
|
+
"patient_api_function":"",
|
46
|
+
"not_supported":false},
|
47
|
+
"variable_active":{
|
48
|
+
"title":"variable data criteria",
|
49
|
+
"category":"derived",
|
50
|
+
"definition":"variable",
|
51
|
+
"status":"active",
|
52
|
+
"sub_category":"",
|
53
|
+
"hard_status":false,
|
54
|
+
"patient_api_function":"",
|
55
|
+
"not_supported":false},
|
56
|
+
"MeasurePeriod":{
|
57
|
+
"title":"the measurement period",
|
58
|
+
"category":"measurement_period",
|
59
|
+
"definition":"MeasurePeriod",
|
60
|
+
"status":"",
|
61
|
+
"sub_category":"",
|
62
|
+
"hard_status":false,
|
63
|
+
"patient_api_function":"",
|
64
|
+
"not_supported":false},
|
65
|
+
"patient_characteristic":{
|
66
|
+
"title":"patient characteristic",
|
67
|
+
"category":"characteristic",
|
68
|
+
"definition":"patient_characteristic",
|
69
|
+
"status":"",
|
70
|
+
"sub_category":"",
|
71
|
+
"hard_status":false,
|
72
|
+
"patient_api_function":"allProblems",
|
73
|
+
"not_supported":false},
|
74
|
+
"patient_characteristic_birthdate":{
|
75
|
+
"title":"patient characteristic, birthdate",
|
76
|
+
"category":"characteristic",
|
77
|
+
"definition":"patient_characteristic_birthdate",
|
78
|
+
"status":"",
|
79
|
+
"sub_category":"birthdate",
|
80
|
+
"hard_status":false,
|
81
|
+
"patient_api_function":"",
|
82
|
+
"property":"birthtime",
|
83
|
+
"not_supported":false},
|
84
|
+
"patient_characteristic_age":{
|
85
|
+
"title":"patient characteristic, age",
|
86
|
+
"category":"characteristic",
|
87
|
+
"definition":"patient_characteristic_age",
|
88
|
+
"status":"",
|
89
|
+
"sub_category":"age",
|
90
|
+
"hard_status":false,
|
91
|
+
"patient_api_function":"",
|
92
|
+
"property":"age",
|
93
|
+
"not_supported":false},
|
94
|
+
"patient_characteristic_marital_status":{
|
95
|
+
"title":"patient characteristic, marital status",
|
96
|
+
"category":"characteristic",
|
97
|
+
"definition":"patient_characteristic_marital_status",
|
98
|
+
"status":"",
|
99
|
+
"sub_category":"marital_status",
|
100
|
+
"hard_status":false,
|
101
|
+
"patient_api_function":"",
|
102
|
+
"property":"maritalStatus",
|
103
|
+
"not_supported":false},
|
104
|
+
"patient_characteristic_languages":{
|
105
|
+
"title":"patient characteristic, languages",
|
106
|
+
"category":"characteristic",
|
107
|
+
"definition":"patient_characteristic_languages",
|
108
|
+
"status":"",
|
109
|
+
"sub_category":"languages",
|
110
|
+
"hard_status":false,
|
111
|
+
"patient_api_function":"",
|
112
|
+
"property":"languages",
|
113
|
+
"not_supported":false},
|
114
|
+
"patient_characteristic_clinical_trial_participant":{
|
115
|
+
"title":"patient characteristic",
|
116
|
+
"category":"characteristic",
|
117
|
+
"definition":"patient_characteristic",
|
118
|
+
"status":"",
|
119
|
+
"sub_category":"",
|
120
|
+
"hard_status":false,
|
121
|
+
"patient_api_function":"allProblems",
|
122
|
+
"not_supported":false},
|
123
|
+
"patient_characteristic_gender":{
|
124
|
+
"title":"patient characteristic, gender",
|
125
|
+
"category":"characteristic",
|
126
|
+
"definition":"patient_characteristic_gender",
|
127
|
+
"status":"",
|
128
|
+
"sub_category":"gender",
|
129
|
+
"hard_status":false,
|
130
|
+
"patient_api_function":"",
|
131
|
+
"property":"gender",
|
132
|
+
"not_supported":false},
|
133
|
+
"patient_characteristic_ethnicity":{
|
134
|
+
"title":"patient characteristic, ethnicity",
|
135
|
+
"category":"characteristic",
|
136
|
+
"definition":"patient_characteristic_ethnicity",
|
137
|
+
"status":"",
|
138
|
+
"sub_category":"ethnicity",
|
139
|
+
"hard_status":false,
|
140
|
+
"patient_api_function":"",
|
141
|
+
"property":"ethnicity",
|
142
|
+
"not_supported":false},
|
143
|
+
"patient_characteristic_expired":{
|
144
|
+
"title":"patient characteristic, expired",
|
145
|
+
"category":"characteristic",
|
146
|
+
"definition":"patient_characteristic_expired",
|
147
|
+
"status":"",
|
148
|
+
"sub_category":"expired",
|
149
|
+
"hard_status":false,
|
150
|
+
"patient_api_function":"",
|
151
|
+
"property":"expired",
|
152
|
+
"not_supported":false},
|
153
|
+
"patient_characteristic_payer":{
|
154
|
+
"title":"patient characteristic, payer",
|
155
|
+
"category":"characteristic",
|
156
|
+
"definition":"patient_characteristic_payer",
|
157
|
+
"status":"",
|
158
|
+
"sub_category":"payer",
|
159
|
+
"hard_status":false,
|
160
|
+
"patient_api_function":"allProblems",
|
161
|
+
"property":"payer",
|
162
|
+
"not_supported":false},
|
163
|
+
"patient_characteristic_race":{
|
164
|
+
"title":"patient characteristic, race",
|
165
|
+
"category":"characteristic",
|
166
|
+
"definition":"patient_characteristic_race",
|
167
|
+
"status":"",
|
168
|
+
"sub_category":"race",
|
169
|
+
"hard_status":false,
|
170
|
+
"patient_api_function":"",
|
171
|
+
"property":"race",
|
172
|
+
"not_supported":false},
|
173
|
+
"encounter":{
|
174
|
+
"title":"encounter",
|
175
|
+
"category":"encounters",
|
176
|
+
"definition":"encounter",
|
177
|
+
"status":"",
|
178
|
+
"sub_category":"",
|
179
|
+
"hard_status":false,
|
180
|
+
"patient_api_function":"encounters",
|
181
|
+
"not_supported":false},
|
182
|
+
"encounter_active":{
|
183
|
+
"title":"encounter, active",
|
184
|
+
"category":"encounters",
|
185
|
+
"definition":"encounter",
|
186
|
+
"status":"active",
|
187
|
+
"sub_category":"",
|
188
|
+
"hard_status":true,
|
189
|
+
"patient_api_function":"encounters",
|
190
|
+
"not_supported":false},
|
191
|
+
"encounter_performed":{
|
192
|
+
"title":"encounter, performed",
|
193
|
+
"category":"encounters",
|
194
|
+
"definition":"encounter",
|
195
|
+
"status":"performed",
|
196
|
+
"sub_category":"",
|
197
|
+
"hard_status":false,
|
198
|
+
"patient_api_function":"encounters",
|
199
|
+
"not_supported":false},
|
200
|
+
"encounter_ordered":{
|
201
|
+
"title":"encounter, order",
|
202
|
+
"category":"encounters",
|
203
|
+
"definition":"encounter",
|
204
|
+
"status":"ordered",
|
205
|
+
"sub_category":"",
|
206
|
+
"hard_status":true,
|
207
|
+
"patient_api_function":"encounters",
|
208
|
+
"not_supported":false},
|
209
|
+
"encounter_recommended":{
|
210
|
+
"title":"encounter, recommended",
|
211
|
+
"category":"encounters",
|
212
|
+
"definition":"encounter",
|
213
|
+
"status":"recommended",
|
214
|
+
"sub_category":"",
|
215
|
+
"hard_status":true,
|
216
|
+
"patient_api_function":"encounters",
|
217
|
+
"not_supported":false},
|
218
|
+
"procedure":{
|
219
|
+
"title":"procedure",
|
220
|
+
"category":"procedures",
|
221
|
+
"definition":"procedure",
|
222
|
+
"status":"",
|
223
|
+
"sub_category":"",
|
224
|
+
"hard_status":false,
|
225
|
+
"patient_api_function":"allProcedures",
|
226
|
+
"not_supported":false},
|
227
|
+
"procedure_performed":{
|
228
|
+
"title":"procedure, performed",
|
229
|
+
"category":"procedures",
|
230
|
+
"definition":"procedure",
|
231
|
+
"status":"performed",
|
232
|
+
"sub_category":"",
|
233
|
+
"hard_status":false,
|
234
|
+
"patient_api_function":"allProcedures",
|
235
|
+
"not_supported":false},
|
236
|
+
"procedure_ordered":{
|
237
|
+
"title":"procedure, order",
|
238
|
+
"category":"procedures",
|
239
|
+
"definition":"procedure",
|
240
|
+
"status":"ordered",
|
241
|
+
"sub_category":"",
|
242
|
+
"hard_status":true,
|
243
|
+
"patient_api_function":"allProcedures",
|
244
|
+
"not_supported":false},
|
245
|
+
"procedure_result":{
|
246
|
+
"title":"procedure, result",
|
247
|
+
"category":"procedures",
|
248
|
+
"definition":"procedure_result",
|
249
|
+
"status":"",
|
250
|
+
"sub_category":"result",
|
251
|
+
"hard_status":false,
|
252
|
+
"patient_api_function":"procedureResults",
|
253
|
+
"not_supported":false},
|
254
|
+
"procedure_adverse_event":{
|
255
|
+
"title":"procedure, adverse event",
|
256
|
+
"category":"procedures",
|
257
|
+
"definition":"procedure_adverse_event",
|
258
|
+
"status":"",
|
259
|
+
"sub_category":"adverse_event",
|
260
|
+
"hard_status":false,
|
261
|
+
"patient_api_function":"allergies",
|
262
|
+
"not_supported":false},
|
263
|
+
"procedure_intolerance":{
|
264
|
+
"title":"procedure, intolerance",
|
265
|
+
"category":"procedures",
|
266
|
+
"definition":"procedure_intolerance",
|
267
|
+
"status":"",
|
268
|
+
"sub_category":"intolerance",
|
269
|
+
"hard_status":false,
|
270
|
+
"patient_api_function":"allergies",
|
271
|
+
"not_supported":false},
|
272
|
+
"procedure_recommended":{
|
273
|
+
"title":"procedure, recommended",
|
274
|
+
"category":"procedures",
|
275
|
+
"definition":"procedure",
|
276
|
+
"status":"recommended",
|
277
|
+
"sub_category":"",
|
278
|
+
"hard_status":true,
|
279
|
+
"patient_api_function":"allProcedures",
|
280
|
+
"not_supported":false},
|
281
|
+
"diagnosis":{
|
282
|
+
"title":"diagnosis",
|
283
|
+
"category":"conditions",
|
284
|
+
"definition":"diagnosis",
|
285
|
+
"status":"",
|
286
|
+
"sub_category":"",
|
287
|
+
"hard_status":false,
|
288
|
+
"patient_api_function":"allProblems",
|
289
|
+
"not_supported":false},
|
290
|
+
"diagnosis_active":{
|
291
|
+
"title":"diagnosis, active",
|
292
|
+
"category":"conditions",
|
293
|
+
"definition":"diagnosis",
|
294
|
+
"status":"active",
|
295
|
+
"sub_category":"",
|
296
|
+
"hard_status":false,
|
297
|
+
"patient_api_function":"allProblems",
|
298
|
+
"not_supported":false},
|
299
|
+
"diagnosis_resolved":{
|
300
|
+
"title":"diagnosis, resolved",
|
301
|
+
"category":"conditions",
|
302
|
+
"definition":"diagnosis",
|
303
|
+
"status":"resolved",
|
304
|
+
"sub_category":"",
|
305
|
+
"hard_status":true,
|
306
|
+
"patient_api_function":"allProblems",
|
307
|
+
"not_supported":false},
|
308
|
+
"diagnosis_family_history":{
|
309
|
+
"title":"diagnosis, family history",
|
310
|
+
"category":"conditions",
|
311
|
+
"definition":"diagnosis",
|
312
|
+
"status":"family_history",
|
313
|
+
"sub_category":"family_history",
|
314
|
+
"hard_status":true,
|
315
|
+
"patient_api_function":"allProblems",
|
316
|
+
"not_supported":false},
|
317
|
+
"diagnosis_inactive":{
|
318
|
+
"title":"diagnosis, inactive",
|
319
|
+
"category":"conditions",
|
320
|
+
"definition":"diagnosis",
|
321
|
+
"status":"inactive",
|
322
|
+
"sub_category":"",
|
323
|
+
"hard_status":true,
|
324
|
+
"patient_api_function":"allProblems",
|
325
|
+
"not_supported":false},
|
326
|
+
"diagnosis_risk_of":{
|
327
|
+
"title":"diagnosis, risk of",
|
328
|
+
"category":"conditions",
|
329
|
+
"definition":"diagnosis_risk_of",
|
330
|
+
"status":"",
|
331
|
+
"sub_category":"risk_of",
|
332
|
+
"hard_status":false,
|
333
|
+
"patient_api_function":"allProblems",
|
334
|
+
"not_supported":true},
|
335
|
+
"family_history":{
|
336
|
+
"title":"family history",
|
337
|
+
"category":"family_history",
|
338
|
+
"definition":"family_history",
|
339
|
+
"status":"",
|
340
|
+
"sub_category":"",
|
341
|
+
"hard_status":true,
|
342
|
+
"patient_api_function":"family_history",
|
343
|
+
"not_supported":false},
|
344
|
+
"diagnostic_study":{
|
345
|
+
"title":"diagnostic study",
|
346
|
+
"category":"diagnostic_studies",
|
347
|
+
"definition":"diagnostic_study",
|
348
|
+
"status":"",
|
349
|
+
"sub_category":"",
|
350
|
+
"hard_status":false,
|
351
|
+
"patient_api_function":"allProcedures",
|
352
|
+
"not_supported":false},
|
353
|
+
"diagnostic_study_performed":{
|
354
|
+
"title":"diagnostic study, performed",
|
355
|
+
"category":"diagnostic_studies",
|
356
|
+
"definition":"diagnostic_study",
|
357
|
+
"status":"performed",
|
358
|
+
"sub_category":"",
|
359
|
+
"hard_status":false,
|
360
|
+
"patient_api_function":"allProcedures",
|
361
|
+
"not_supported":false},
|
362
|
+
"diagnostic_study_result":{
|
363
|
+
"title":"diagnostic study, result",
|
364
|
+
"category":"diagnostic_studies",
|
365
|
+
"definition":"diagnostic_study_result",
|
366
|
+
"status":"",
|
367
|
+
"sub_category":"result",
|
368
|
+
"hard_status":false,
|
369
|
+
"patient_api_function":"procedureResults",
|
370
|
+
"not_supported":false},
|
371
|
+
"diagnostic_study_adverse_event":{
|
372
|
+
"title":"diagnostic study, adverse event",
|
373
|
+
"category":"diagnostic_studies",
|
374
|
+
"definition":"diagnostic_study_adverse_event",
|
375
|
+
"status":"",
|
376
|
+
"sub_category":"adverse_event",
|
377
|
+
"hard_status":false,
|
378
|
+
"patient_api_function":"allergies",
|
379
|
+
"not_supported":false},
|
380
|
+
"diagnostic_study_intolerance":{
|
381
|
+
"title":"diagnostic study, intolerance",
|
382
|
+
"category":"diagnostic_studies",
|
383
|
+
"definition":"diagnostic_study_intolerance",
|
384
|
+
"status":"",
|
385
|
+
"sub_category":"intolerance",
|
386
|
+
"hard_status":false,
|
387
|
+
"patient_api_function":"allergies",
|
388
|
+
"not_supported":false},
|
389
|
+
"diagnostic_study_ordered":{
|
390
|
+
"title":"diagnostic study, order",
|
391
|
+
"category":"diagnostic_studies",
|
392
|
+
"definition":"diagnostic_study",
|
393
|
+
"status":"ordered",
|
394
|
+
"sub_category":"",
|
395
|
+
"hard_status":true,
|
396
|
+
"patient_api_function":"allProcedures",
|
397
|
+
"not_supported":false},
|
398
|
+
"diagnostic_study_recommended":{
|
399
|
+
"title":"diagnostic study, recommended",
|
400
|
+
"category":"diagnostic_studies",
|
401
|
+
"definition":"diagnostic_study",
|
402
|
+
"status":"recommended",
|
403
|
+
"sub_category":"",
|
404
|
+
"hard_status":true,
|
405
|
+
"patient_api_function":"allProcedures",
|
406
|
+
"not_supported":false},
|
407
|
+
"medication":{
|
408
|
+
"title":"medication",
|
409
|
+
"category":"medications",
|
410
|
+
"definition":"medication",
|
411
|
+
"status":"",
|
412
|
+
"sub_category":"",
|
413
|
+
"hard_status":false,
|
414
|
+
"patient_api_function":"allMedications",
|
415
|
+
"not_supported":false},
|
416
|
+
"medication_dispensed":{
|
417
|
+
"title":"medication, dispensed",
|
418
|
+
"category":"medications",
|
419
|
+
"definition":"medication",
|
420
|
+
"status":"dispensed",
|
421
|
+
"sub_category":"",
|
422
|
+
"hard_status":true,
|
423
|
+
"patient_api_function":"allMedications",
|
424
|
+
"not_supported":false},
|
425
|
+
"medication_ordered":{
|
426
|
+
"title":"medication, order",
|
427
|
+
"category":"medications",
|
428
|
+
"definition":"medication",
|
429
|
+
"status":"ordered",
|
430
|
+
"sub_category":"",
|
431
|
+
"hard_status":true,
|
432
|
+
"patient_api_function":"allMedications",
|
433
|
+
"not_supported":false},
|
434
|
+
"medication_active":{
|
435
|
+
"title":"medication, active",
|
436
|
+
"category":"medications",
|
437
|
+
"definition":"medication",
|
438
|
+
"status":"active",
|
439
|
+
"sub_category":"",
|
440
|
+
"hard_status":false,
|
441
|
+
"patient_api_function":"allMedications",
|
442
|
+
"not_supported":false},
|
443
|
+
"medication_administered":{
|
444
|
+
"title":"medication, administered",
|
445
|
+
"category":"medications",
|
446
|
+
"definition":"medication",
|
447
|
+
"status":"administered",
|
448
|
+
"sub_category":"",
|
449
|
+
"hard_status":true,
|
450
|
+
"patient_api_function":"allMedications",
|
451
|
+
"not_supported":false},
|
452
|
+
"medication_discharge": {
|
453
|
+
"title":"medication, discharge",
|
454
|
+
"category":"medications",
|
455
|
+
"definition":"medication_discharge",
|
456
|
+
"status":"discharge",
|
457
|
+
"sub_category":"discharge",
|
458
|
+
"hard_status":true,
|
459
|
+
"patient_api_function":"allMedications",
|
460
|
+
"not_supported":false},
|
461
|
+
"medication_adverse_effects":{
|
462
|
+
"title":"medication, adverse effects",
|
463
|
+
"category":"medications",
|
464
|
+
"definition":"medication_adverse_effects",
|
465
|
+
"status":"",
|
466
|
+
"sub_category":"adverse_effects",
|
467
|
+
"hard_status":false,
|
468
|
+
"patient_api_function":"allergies",
|
469
|
+
"not_supported":false},
|
470
|
+
"medication_allergy":{
|
471
|
+
"title":"medication, allergy",
|
472
|
+
"category":"medications",
|
473
|
+
"definition":"medication_allergy",
|
474
|
+
"status":"",
|
475
|
+
"sub_category":"allergy",
|
476
|
+
"hard_status":false,
|
477
|
+
"patient_api_function":"allergies",
|
478
|
+
"not_supported":false},
|
479
|
+
"medication_intolerance":{
|
480
|
+
"title":"medication, intolerance",
|
481
|
+
"category":"medications",
|
482
|
+
"definition":"medication_intolerance",
|
483
|
+
"status":"",
|
484
|
+
"sub_category":"intolerance",
|
485
|
+
"hard_status":false,
|
486
|
+
"patient_api_function":"allergies",
|
487
|
+
"not_supported":false},
|
488
|
+
"immunization_administered":{
|
489
|
+
"title":"immunization, administered",
|
490
|
+
"category":"immunizations",
|
491
|
+
"definition":"immunization",
|
492
|
+
"status":"administered",
|
493
|
+
"sub_category":"",
|
494
|
+
"hard_status":true,
|
495
|
+
"patient_api_function":"allMedications",
|
496
|
+
"not_supported":false},
|
497
|
+
"immunization_ordered":{
|
498
|
+
"title":"immunization, order",
|
499
|
+
"category":"immunizations",
|
500
|
+
"definition":"immunization",
|
501
|
+
"status":"ordered",
|
502
|
+
"sub_category":"",
|
503
|
+
"hard_status":true,
|
504
|
+
"patient_api_function":"allMedications",
|
505
|
+
"not_supported":false},
|
506
|
+
"immunization_allergy":{
|
507
|
+
"title":"immunization, allergy",
|
508
|
+
"category":"immunizations",
|
509
|
+
"definition":"immunization_allergy",
|
510
|
+
"status":"",
|
511
|
+
"sub_category":"allergy",
|
512
|
+
"hard_status":false,
|
513
|
+
"patient_api_function":"allergies",
|
514
|
+
"not_supported":false},
|
515
|
+
"immunization_intolerance":{
|
516
|
+
"title":"immunization, intolerance",
|
517
|
+
"category":"immunizations",
|
518
|
+
"definition":"immunization_intolerance",
|
519
|
+
"status":"",
|
520
|
+
"sub_category":"intolerance",
|
521
|
+
"hard_status":false,
|
522
|
+
"patient_api_function":"allergies",
|
523
|
+
"not_supported":false},
|
524
|
+
"physical_exam":{
|
525
|
+
"title":"physical exam, finding",
|
526
|
+
"category":"physical_exams",
|
527
|
+
"definition":"physical_exam",
|
528
|
+
"status":"",
|
529
|
+
"sub_category":"",
|
530
|
+
"hard_status":false,
|
531
|
+
"patient_api_function":"procedureResults",
|
532
|
+
"not_supported":false},
|
533
|
+
"physical_exam_ordered":{
|
534
|
+
"title":"physical exam, order",
|
535
|
+
"category":"physical_exams",
|
536
|
+
"definition":"physical_exam",
|
537
|
+
"status":"ordered",
|
538
|
+
"sub_category":"",
|
539
|
+
"hard_status":true,
|
540
|
+
"patient_api_function":"procedureResults",
|
541
|
+
"not_supported":false},
|
542
|
+
"physical_exam_performed":{
|
543
|
+
"title":"physical exam, performed",
|
544
|
+
"category":"physical_exams",
|
545
|
+
"definition":"physical_exam",
|
546
|
+
"status":"performed",
|
547
|
+
"sub_category":"",
|
548
|
+
"hard_status":false,
|
549
|
+
"patient_api_function":"procedureResults",
|
550
|
+
"not_supported":false},
|
551
|
+
"physical_exam_recommended":{
|
552
|
+
"title":"physical exam, recommended",
|
553
|
+
"category":"physical_exams",
|
554
|
+
"definition":"physical_exam",
|
555
|
+
"status":"recommended",
|
556
|
+
"sub_category":"",
|
557
|
+
"hard_status":true,
|
558
|
+
"patient_api_function":"procedureResults",
|
559
|
+
"not_supported":false},
|
560
|
+
"laboratory_test":{
|
561
|
+
"title":"laboratory test, result",
|
562
|
+
"category":"laboratory_tests",
|
563
|
+
"definition":"laboratory_test",
|
564
|
+
"status":"",
|
565
|
+
"sub_category":"result",
|
566
|
+
"hard_status":false,
|
567
|
+
"patient_api_function":"laboratoryTests",
|
568
|
+
"not_supported":false},
|
569
|
+
"laboratory_test_performed":{
|
570
|
+
"title":"laboratory test, performed",
|
571
|
+
"category":"laboratory_tests",
|
572
|
+
"definition":"laboratory_test",
|
573
|
+
"status":"performed",
|
574
|
+
"sub_category":"",
|
575
|
+
"hard_status":false,
|
576
|
+
"patient_api_function":"laboratoryTests",
|
577
|
+
"not_supported":false},
|
578
|
+
"laboratory_test_adverse_event":{
|
579
|
+
"title":"laboratory test, adverse event",
|
580
|
+
"category":"laboratory_tests",
|
581
|
+
"definition":"laboratory_test_adverse_event",
|
582
|
+
"status":"",
|
583
|
+
"sub_category":"adverse_event",
|
584
|
+
"hard_status":false,
|
585
|
+
"patient_api_function":"allergies",
|
586
|
+
"not_supported":false},
|
587
|
+
"laboratory_test_intolerance":{
|
588
|
+
"title":"laboratory test, intolerance",
|
589
|
+
"category":"laboratory_tests",
|
590
|
+
"definition":"laboratory_test_intolerance",
|
591
|
+
"status":"",
|
592
|
+
"sub_category":"intolerance",
|
593
|
+
"hard_status":false,
|
594
|
+
"patient_api_function":"allergies",
|
595
|
+
"not_supported":false},
|
596
|
+
"laboratory_test_ordered":{
|
597
|
+
"title":"laboratory test, order",
|
598
|
+
"category":"laboratory_tests",
|
599
|
+
"definition":"laboratory_test",
|
600
|
+
"status":"ordered",
|
601
|
+
"sub_category":"",
|
602
|
+
"hard_status":true,
|
603
|
+
"patient_api_function":"laboratoryTests",
|
604
|
+
"not_supported":false},
|
605
|
+
"laboratory_test_recommended":{
|
606
|
+
"title":"laboratory test, recommended",
|
607
|
+
"category":"laboratory_tests",
|
608
|
+
"definition":"laboratory_test",
|
609
|
+
"status":"recommended",
|
610
|
+
"sub_category":"",
|
611
|
+
"hard_status":true,
|
612
|
+
"patient_api_function":"laboratoryTests",
|
613
|
+
"not_supported":false},
|
614
|
+
"care_goal":{
|
615
|
+
"title":"care goal",
|
616
|
+
"category":"care_goals",
|
617
|
+
"definition":"care_goal",
|
618
|
+
"status":"",
|
619
|
+
"sub_category":"",
|
620
|
+
"hard_status":false,
|
621
|
+
"patient_api_function":"careGoals",
|
622
|
+
"not_supported":false},
|
623
|
+
"communication_from_patient_to_provider":{
|
624
|
+
"title":"communication, from patient to provider",
|
625
|
+
"category":"communications",
|
626
|
+
"definition":"communication_from_patient_to_provider",
|
627
|
+
"status":"",
|
628
|
+
"sub_category":"from_patient_to_provider",
|
629
|
+
"hard_status":false,
|
630
|
+
"patient_api_function":"communications",
|
631
|
+
"not_supported":false},
|
632
|
+
"communication_from_provider_to_patient":{
|
633
|
+
"title":"communication, from provider to patient",
|
634
|
+
"category":"communications",
|
635
|
+
"definition":"communication_from_provider_to_patient",
|
636
|
+
"status":"",
|
637
|
+
"sub_category":"from_provider_to_patient",
|
638
|
+
"hard_status":false,
|
639
|
+
"patient_api_function":"communications",
|
640
|
+
"not_supported":false},
|
641
|
+
"communication_from_provider_to_provider":{
|
642
|
+
"title":"communication, from provider to provider",
|
643
|
+
"category":"communications",
|
644
|
+
"definition":"communication_from_provider_to_provider",
|
645
|
+
"status":"",
|
646
|
+
"sub_category":"from_provider_to_provider",
|
647
|
+
"hard_status":false,
|
648
|
+
"patient_api_function":"communications",
|
649
|
+
"not_supported":false},
|
650
|
+
"device":{
|
651
|
+
"title":"device",
|
652
|
+
"category":"devices",
|
653
|
+
"definition":"device",
|
654
|
+
"status":"",
|
655
|
+
"sub_category":"",
|
656
|
+
"hard_status":false,
|
657
|
+
"patient_api_function":"allDevices",
|
658
|
+
"not_supported":false},
|
659
|
+
"device_applied":{
|
660
|
+
"title":"device, applied",
|
661
|
+
"category":"devices",
|
662
|
+
"definition":"device",
|
663
|
+
"status":"applied",
|
664
|
+
"sub_category":"",
|
665
|
+
"hard_status":true,
|
666
|
+
"patient_api_function":"allDevices",
|
667
|
+
"not_supported":false},
|
668
|
+
"device_adverse_event":{
|
669
|
+
"title":"device, adverse event",
|
670
|
+
"category":"devices",
|
671
|
+
"definition":"device_adverse_event",
|
672
|
+
"status":"",
|
673
|
+
"sub_category":"adverse_event",
|
674
|
+
"hard_status":false,
|
675
|
+
"patient_api_function":"allergies",
|
676
|
+
"not_supported":false},
|
677
|
+
"device_allergy":{
|
678
|
+
"title":"device, allergy",
|
679
|
+
"category":"devices",
|
680
|
+
"definition":"device_allergy",
|
681
|
+
"status":"",
|
682
|
+
"sub_category":"allergy",
|
683
|
+
"hard_status":false,
|
684
|
+
"patient_api_function":"allergies",
|
685
|
+
"not_supported":false},
|
686
|
+
"device_intolerance":{
|
687
|
+
"title":"device, intolerance",
|
688
|
+
"category":"devices",
|
689
|
+
"definition":"device_intolerance",
|
690
|
+
"status":"",
|
691
|
+
"sub_category":"intolerance",
|
692
|
+
"hard_status":false,
|
693
|
+
"patient_api_function":"allergies",
|
694
|
+
"not_supported":false},
|
695
|
+
"device_ordered":{
|
696
|
+
"title":"device, order",
|
697
|
+
"category":"devices",
|
698
|
+
"definition":"device",
|
699
|
+
"status":"ordered",
|
700
|
+
"sub_category":"",
|
701
|
+
"hard_status":true,
|
702
|
+
"patient_api_function":"allDevices",
|
703
|
+
"not_supported":false},
|
704
|
+
"device_recommended":{
|
705
|
+
"title":"device, recommended",
|
706
|
+
"category":"devices",
|
707
|
+
"definition":"device",
|
708
|
+
"status":"recommended",
|
709
|
+
"sub_category":"",
|
710
|
+
"hard_status":true,
|
711
|
+
"patient_api_function":"allDevices",
|
712
|
+
"not_supported":false},
|
713
|
+
"substance":{
|
714
|
+
"title":"substance",
|
715
|
+
"category":"substances",
|
716
|
+
"definition":"substance",
|
717
|
+
"status":"",
|
718
|
+
"sub_category":"",
|
719
|
+
"hard_status":false,
|
720
|
+
"patient_api_function":"allMedications",
|
721
|
+
"not_supported":false},
|
722
|
+
"substance_administered":{
|
723
|
+
"title":"substance, administered",
|
724
|
+
"category":"substances",
|
725
|
+
"definition":"substance",
|
726
|
+
"status":"administered",
|
727
|
+
"sub_category":"",
|
728
|
+
"hard_status":true,
|
729
|
+
"patient_api_function":"allMedications",
|
730
|
+
"not_supported":false},
|
731
|
+
"substance_ordered":{
|
732
|
+
"title":"substance, order",
|
733
|
+
"category":"substances",
|
734
|
+
"definition":"substance",
|
735
|
+
"status":"ordered",
|
736
|
+
"sub_category":"",
|
737
|
+
"hard_status":true,
|
738
|
+
"patient_api_function":"allMedications",
|
739
|
+
"not_supported":false},
|
740
|
+
"substance_adverse_event":{
|
741
|
+
"title":"substance, adverse event",
|
742
|
+
"category":"substances",
|
743
|
+
"definition":"substance_adverse_event",
|
744
|
+
"status":"",
|
745
|
+
"sub_category":"adverse_event",
|
746
|
+
"hard_status":false,
|
747
|
+
"patient_api_function":"allergies",
|
748
|
+
"not_supported":false},
|
749
|
+
"substance_intolerance":{
|
750
|
+
"title":"substance, intolerance",
|
751
|
+
"category":"substances",
|
752
|
+
"definition":"substance_intolerance",
|
753
|
+
"status":"",
|
754
|
+
"sub_category":"intolerance",
|
755
|
+
"hard_status":false,
|
756
|
+
"patient_api_function":"allergies",
|
757
|
+
"not_supported":false},
|
758
|
+
"substance_allergy":{
|
759
|
+
"title":"substance, allergy",
|
760
|
+
"category":"substances",
|
761
|
+
"definition":"substance_allergy",
|
762
|
+
"status":"",
|
763
|
+
"sub_category":"allergy",
|
764
|
+
"hard_status":false,
|
765
|
+
"patient_api_function":"allergies",
|
766
|
+
"not_supported":false},
|
767
|
+
"substance_recommended":{
|
768
|
+
"title":"substance, recommended",
|
769
|
+
"category":"substances",
|
770
|
+
"definition":"substance",
|
771
|
+
"status":"recommended",
|
772
|
+
"sub_category":"",
|
773
|
+
"hard_status":true,
|
774
|
+
"patient_api_function":"allMedications",
|
775
|
+
"not_supported":false},
|
776
|
+
"intervention":{
|
777
|
+
"title":"intervention",
|
778
|
+
"category":"interventions",
|
779
|
+
"definition":"intervention",
|
780
|
+
"status":"",
|
781
|
+
"sub_category":"",
|
782
|
+
"hard_status":false,
|
783
|
+
"patient_api_function":"allProcedures",
|
784
|
+
"not_supported":false},
|
785
|
+
"intervention_adverse_event":{
|
786
|
+
"title":"intervention, adverse event",
|
787
|
+
"category":"interventions",
|
788
|
+
"definition":"intervention_adverse_event",
|
789
|
+
"status":"",
|
790
|
+
"sub_category":"adverse_event",
|
791
|
+
"hard_status":false,
|
792
|
+
"patient_api_function":"allergies",
|
793
|
+
"not_supported":false},
|
794
|
+
"intervention_intolerance":{
|
795
|
+
"title":"intervention, intolerance",
|
796
|
+
"category":"interventions",
|
797
|
+
"definition":"intervention_intolerance",
|
798
|
+
"status":"",
|
799
|
+
"sub_category":"intolerance",
|
800
|
+
"hard_status":false,
|
801
|
+
"patient_api_function":"allergies",
|
802
|
+
"not_supported":false},
|
803
|
+
"intervention_ordered":{
|
804
|
+
"title":"intervention, order",
|
805
|
+
"category":"interventions",
|
806
|
+
"definition":"intervention",
|
807
|
+
"status":"ordered",
|
808
|
+
"sub_category":"",
|
809
|
+
"hard_status":true,
|
810
|
+
"patient_api_function":"allProcedures",
|
811
|
+
"not_supported":false},
|
812
|
+
"intervention_performed":{
|
813
|
+
"title":"intervention, performed",
|
814
|
+
"category":"interventions",
|
815
|
+
"definition":"intervention",
|
816
|
+
"status":"performed",
|
817
|
+
"sub_category":"",
|
818
|
+
"hard_status":false,
|
819
|
+
"patient_api_function":"allProcedures",
|
820
|
+
"not_supported":false},
|
821
|
+
"intervention_result":{
|
822
|
+
"title":"intervention, result",
|
823
|
+
"category":"interventions",
|
824
|
+
"definition":"intervention_result",
|
825
|
+
"status":"",
|
826
|
+
"sub_category":"result",
|
827
|
+
"hard_status":false,
|
828
|
+
"patient_api_function":"procedureResults",
|
829
|
+
"not_supported":false},
|
830
|
+
"intervention_recommended":{
|
831
|
+
"title":"intervention, recommended",
|
832
|
+
"category":"interventions",
|
833
|
+
"definition":"intervention",
|
834
|
+
"status":"recommended",
|
835
|
+
"sub_category":"",
|
836
|
+
"hard_status":true,
|
837
|
+
"patient_api_function":"allProcedures",
|
838
|
+
"not_supported":false},
|
839
|
+
"symptom":{
|
840
|
+
"title":"symptom",
|
841
|
+
"category":"symptoms",
|
842
|
+
"definition":"symptom",
|
843
|
+
"status":"",
|
844
|
+
"sub_category":"",
|
845
|
+
"hard_status":false,
|
846
|
+
"patient_api_function":"allProblems",
|
847
|
+
"not_supported":false},
|
848
|
+
"symptom_active":{
|
849
|
+
"title":"symptom, active",
|
850
|
+
"category":"symptoms",
|
851
|
+
"definition":"symptom",
|
852
|
+
"status":"active",
|
853
|
+
"sub_category":"",
|
854
|
+
"hard_status":false,
|
855
|
+
"patient_api_function":"allProblems",
|
856
|
+
"not_supported":false},
|
857
|
+
"symptom_assessed":{
|
858
|
+
"title":"symptom, assessed",
|
859
|
+
"category":"symptoms",
|
860
|
+
"definition":"symptom",
|
861
|
+
"status":"assessed",
|
862
|
+
"sub_category":"",
|
863
|
+
"hard_status":true,
|
864
|
+
"patient_api_function":"allProblems",
|
865
|
+
"not_supported":false},
|
866
|
+
"symptom_inactive":{
|
867
|
+
"title":"symptom, inactive",
|
868
|
+
"category":"symptoms",
|
869
|
+
"definition":"symptom",
|
870
|
+
"status":"inactive",
|
871
|
+
"sub_category":"",
|
872
|
+
"hard_status":true,
|
873
|
+
"patient_api_function":"allProblems",
|
874
|
+
"not_supported":false},
|
875
|
+
"symptom_resolved":{
|
876
|
+
"title":"symptom, resolved",
|
877
|
+
"category":"symptoms",
|
878
|
+
"definition":"symptom",
|
879
|
+
"status":"resolved",
|
880
|
+
"sub_category":"",
|
881
|
+
"hard_status":true,
|
882
|
+
"patient_api_function":"allProblems",
|
883
|
+
"not_supported":false},
|
884
|
+
"functional_status":{
|
885
|
+
"title":"functional status",
|
886
|
+
"category":"functional_statuses",
|
887
|
+
"definition":"functional_status",
|
888
|
+
"status":"",
|
889
|
+
"sub_category":"",
|
890
|
+
"hard_status":false,
|
891
|
+
"patient_api_function":"procedureResults",
|
892
|
+
"not_supported":false},
|
893
|
+
"functional_status_performed":{
|
894
|
+
"title":"functional status, performed",
|
895
|
+
"category":"functional_statuses",
|
896
|
+
"definition":"functional_status",
|
897
|
+
"status":"performed",
|
898
|
+
"sub_category":"",
|
899
|
+
"hard_status":false,
|
900
|
+
"patient_api_function":"procedureResults",
|
901
|
+
"not_supported":false},
|
902
|
+
"functional_status_ordered":{
|
903
|
+
"title":"functional status, order",
|
904
|
+
"category":"functional_statuses",
|
905
|
+
"definition":"functional_status",
|
906
|
+
"status":"ordered",
|
907
|
+
"sub_category":"",
|
908
|
+
"hard_status":true,
|
909
|
+
"patient_api_function":"procedureResults",
|
910
|
+
"not_supported":false},
|
911
|
+
"functional_status_recommended":{
|
912
|
+
"title":"functional status, recommended",
|
913
|
+
"category":"functional_statuses",
|
914
|
+
"definition":"functional_status",
|
915
|
+
"status":"recommended",
|
916
|
+
"sub_category":"",
|
917
|
+
"hard_status":true,
|
918
|
+
"patient_api_function":"procedureResults",
|
919
|
+
"not_supported":false},
|
920
|
+
"functional_status_result":{
|
921
|
+
"title":"functional status, result",
|
922
|
+
"category":"functional_statuses",
|
923
|
+
"definition":"functional_status_result",
|
924
|
+
"status":"",
|
925
|
+
"sub_category":"result",
|
926
|
+
"hard_status":false,
|
927
|
+
"patient_api_function":"procedureResults",
|
928
|
+
"not_supported":false},
|
929
|
+
"risk_category_assessment":{
|
930
|
+
"title":"risk category / assessment",
|
931
|
+
"category":"risk_category_assessments",
|
932
|
+
"definition":"risk_category_assessment",
|
933
|
+
"status":"",
|
934
|
+
"sub_category":"",
|
935
|
+
"hard_status":false,
|
936
|
+
"patient_api_function":"procedures",
|
937
|
+
"not_supported":false},
|
938
|
+
"provider_care_experience":{
|
939
|
+
"title":"provider care experience",
|
940
|
+
"category":"care_experiences",
|
941
|
+
"definition":"provider_care_experience",
|
942
|
+
"status":"",
|
943
|
+
"sub_category":"provider",
|
944
|
+
"hard_status":false,
|
945
|
+
"patient_api_function":"careExperiences",
|
946
|
+
"not_supported":false},
|
947
|
+
"patient_care_experience":{
|
948
|
+
"title":"patient care experience",
|
949
|
+
"category":"care_experiences",
|
950
|
+
"definition":"patient_care_experience",
|
951
|
+
"status":"",
|
952
|
+
"sub_category":"patient",
|
953
|
+
"hard_status":false,
|
954
|
+
"patient_api_function":"careExperiences",
|
955
|
+
"not_supported":false},
|
956
|
+
"preference_provider":{
|
957
|
+
"title":"provider preference",
|
958
|
+
"category":"preferences",
|
959
|
+
"definition":"preference_provider",
|
960
|
+
"status":"",
|
961
|
+
"sub_category":"provider",
|
962
|
+
"hard_status":false,
|
963
|
+
"patient_api_function":"",
|
964
|
+
"not_supported":true},
|
965
|
+
"preference_patient":{
|
966
|
+
"title":"patient preference",
|
967
|
+
"category":"preferences",
|
968
|
+
"definition":"preference_patient",
|
969
|
+
"status":"",
|
970
|
+
"sub_category":"patient",
|
971
|
+
"hard_status":false,
|
972
|
+
"patient_api_function":"",
|
973
|
+
"not_supported":true},
|
974
|
+
"system_characteristic":{
|
975
|
+
"title":"system characteristic",
|
976
|
+
"category":"system_characteristics",
|
977
|
+
"definition":"system_characteristic",
|
978
|
+
"status":"",
|
979
|
+
"sub_category":"",
|
980
|
+
"hard_status":false,
|
981
|
+
"patient_api_function":"",
|
982
|
+
"not_supported":true},
|
983
|
+
"provider_characteristic":{
|
984
|
+
"title":"provider characteristic",
|
985
|
+
"category":"provider_characteristics",
|
986
|
+
"definition":"provider_characteristic",
|
987
|
+
"status":"",
|
988
|
+
"sub_category":"",
|
989
|
+
"hard_status":false,
|
990
|
+
"patient_api_function":"",
|
991
|
+
"not_supported":true},
|
992
|
+
"transfer_from":{
|
993
|
+
"title":"transfer, from",
|
994
|
+
"category":"transfers",
|
995
|
+
"definition":"transfer_from",
|
996
|
+
"status":"",
|
997
|
+
"sub_category":"from",
|
998
|
+
"hard_status":false,
|
999
|
+
"patient_api_function":"encounters",
|
1000
|
+
"not_supported":false},
|
1001
|
+
"transfer_to":{
|
1002
|
+
"title":"transfer, to",
|
1003
|
+
"category":"transfers",
|
1004
|
+
"definition":"transfer_to",
|
1005
|
+
"status":"",
|
1006
|
+
"sub_category":"to",
|
1007
|
+
"hard_status":false,
|
1008
|
+
"patient_api_function":"encounters",
|
1009
|
+
"not_supported":false},
|
1010
|
+
"assessment_performed":{
|
1011
|
+
"title":"assessment performed",
|
1012
|
+
"category":"assessments",
|
1013
|
+
"definition":"assessment",
|
1014
|
+
"status":"performed",
|
1015
|
+
"sub_category":"",
|
1016
|
+
"hard_status":false,
|
1017
|
+
"patient_api_function":"assessments",
|
1018
|
+
"not_supported":false},
|
1019
|
+
"assessment_recommended":{
|
1020
|
+
"title":"assessment recommended",
|
1021
|
+
"category":"assessments",
|
1022
|
+
"definition":"assessment",
|
1023
|
+
"status":"recommended",
|
1024
|
+
"sub_category":"",
|
1025
|
+
"hard_status":false,
|
1026
|
+
"patient_api_function":"assessments",
|
1027
|
+
"not_supported":false},
|
1028
|
+
"adverse_event":{
|
1029
|
+
"title":"adverse event",
|
1030
|
+
"category":"adverse_events",
|
1031
|
+
"definition":"adverse_event",
|
1032
|
+
"status":"",
|
1033
|
+
"sub_category":"",
|
1034
|
+
"hard_status":false,
|
1035
|
+
"patient_api_function":"adverseEvents",
|
1036
|
+
"not_supported":false},
|
1037
|
+
"allergy_intolerance":{
|
1038
|
+
"title":"allergy/intolerance",
|
1039
|
+
"category":"allergies_intolerances",
|
1040
|
+
"definition":"allergy_intolerance",
|
1041
|
+
"status":"",
|
1042
|
+
"sub_category":"",
|
1043
|
+
"hard_status":false,
|
1044
|
+
"patient_api_function":"allergies",
|
1045
|
+
"not_supported":false}
|
1046
|
+
}
|