cqm-reports 1.0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +33 -0
- data/README.md +27 -0
- data/Rakefile +16 -0
- data/lib/cqm_report.rb +77 -0
- data/lib/ext/code.rb +11 -0
- data/lib/ext/data_element.rb +24 -0
- data/lib/html-export/qdm-patient/_header_css.mustache +61 -0
- data/lib/html-export/qdm-patient/_javascript.mustache +52 -0
- data/lib/html-export/qdm-patient/data_element/_data_element.mustache +4 -0
- data/lib/html-export/qdm-patient/data_element/_data_element_codes.mustache +9 -0
- data/lib/html-export/qdm-patient/data_element/_data_element_other_fields.mustache +106 -0
- data/lib/html-export/qdm-patient/data_element/_data_element_times.mustache +44 -0
- data/lib/html-export/qdm-patient/qdm_patient.mustache +73 -0
- data/lib/html-export/qdm-patient/qdm_patient.rb +47 -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/qrda1_r5.mustache +209 -0
- data/lib/qrda-export/catI-r5/qrda1_r5.rb +220 -0
- data/lib/qrda-export/catI-r5/qrda_header/_author.mustache +26 -0
- data/lib/qrda-export/catI-r5/qrda_header/_custodian.mustache +43 -0
- data/lib/qrda-export/catI-r5/qrda_header/_documentation_of_service_event.mustache +88 -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 +44 -0
- data/lib/qrda-export/catI-r5/qrda_templates/adverse_event.mustache +40 -0
- data/lib/qrda-export/catI-r5/qrda_templates/allergy_intolerance.mustache +42 -0
- data/lib/qrda-export/catI-r5/qrda_templates/assessment_order.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_templates/assessment_performed.mustache +38 -0
- data/lib/qrda-export/catI-r5/qrda_templates/assessment_recommended.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_templates/communication_performed.mustache +62 -0
- data/lib/qrda-export/catI-r5/qrda_templates/device_applied.mustache +41 -0
- data/lib/qrda-export/catI-r5/qrda_templates/device_order.mustache +38 -0
- data/lib/qrda-export/catI-r5/qrda_templates/device_recommended.mustache +37 -0
- data/lib/qrda-export/catI-r5/qrda_templates/diagnosis.mustache +55 -0
- data/lib/qrda-export/catI-r5/qrda_templates/diagnostic_study_order.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_templates/diagnostic_study_performed.mustache +50 -0
- data/lib/qrda-export/catI-r5/qrda_templates/diagnostic_study_recommended.mustache +21 -0
- data/lib/qrda-export/catI-r5/qrda_templates/encounter_order.mustache +35 -0
- data/lib/qrda-export/catI-r5/qrda_templates/encounter_performed.mustache +52 -0
- data/lib/qrda-export/catI-r5/qrda_templates/encounter_recommended.mustache +37 -0
- data/lib/qrda-export/catI-r5/qrda_templates/family_history.mustache +37 -0
- data/lib/qrda-export/catI-r5/qrda_templates/immunization_administered.mustache +35 -0
- data/lib/qrda-export/catI-r5/qrda_templates/immunization_order.mustache +46 -0
- data/lib/qrda-export/catI-r5/qrda_templates/intervention_order.mustache +24 -0
- data/lib/qrda-export/catI-r5/qrda_templates/intervention_performed.mustache +36 -0
- data/lib/qrda-export/catI-r5/qrda_templates/intervention_recommended.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_templates/laboratory_test_order.mustache +24 -0
- data/lib/qrda-export/catI-r5/qrda_templates/laboratory_test_performed.mustache +42 -0
- data/lib/qrda-export/catI-r5/qrda_templates/laboratory_test_recommended.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_active.mustache +32 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_administered.mustache +39 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_discharge.mustache +63 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_dispensed.mustache +70 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_order.mustache +64 -0
- data/lib/qrda-export/catI-r5/qrda_templates/patient_care_experience.mustache +14 -0
- data/lib/qrda-export/catI-r5/qrda_templates/patient_characteristic_clinical_trial_participant.mustache +18 -0
- data/lib/qrda-export/catI-r5/qrda_templates/patient_characteristic_expired.mustache +32 -0
- data/lib/qrda-export/catI-r5/qrda_templates/patient_characteristic_payer.mustache +14 -0
- data/lib/qrda-export/catI-r5/qrda_templates/physical_exam_order.mustache +30 -0
- data/lib/qrda-export/catI-r5/qrda_templates/physical_exam_performed.mustache +45 -0
- data/lib/qrda-export/catI-r5/qrda_templates/physical_exam_recommended.mustache +30 -0
- data/lib/qrda-export/catI-r5/qrda_templates/procedure_order.mustache +32 -0
- data/lib/qrda-export/catI-r5/qrda_templates/procedure_performed.mustache +64 -0
- data/lib/qrda-export/catI-r5/qrda_templates/procedure_recommended.mustache +34 -0
- data/lib/qrda-export/catI-r5/qrda_templates/provider_care_experience.mustache +15 -0
- data/lib/qrda-export/catI-r5/qrda_templates/provider_characteristic.mustache +15 -0
- data/lib/qrda-export/catI-r5/qrda_templates/substance_recommended.mustache +35 -0
- data/lib/qrda-export/catI-r5/qrda_templates/symptom.mustache +48 -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 +29 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_author_participation.mustache +8 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_component.mustache +13 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_data_element_codes_as_values.mustache +10 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_days_supplied.mustache +6 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_encounter_diagnosis.mustache +21 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_facility_location.mustache +24 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_immunization_details.mustache +14 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_medication_details.mustache +36 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_medication_supply_request.mustache +17 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_method.mustache +1 -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/_reaction_observation.mustache +9 -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 +24 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_severity.mustache +8 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_status.mustache +8 -0
- data/lib/qrda-export/catIII-r2-1/_continuous_variable_value.mustache +17 -0
- data/lib/qrda-export/catIII-r2-1/_header.mustache +25 -0
- data/lib/qrda-export/catIII-r2-1/_measure_data.mustache +41 -0
- data/lib/qrda-export/catIII-r2-1/_measure_section.mustache +74 -0
- data/lib/qrda-export/catIII-r2-1/_reporting_period.mustache +23 -0
- data/lib/qrda-export/catIII-r2-1/_stratification.mustache +29 -0
- data/lib/qrda-export/catIII-r2-1/_supplemental_data.mustache +28 -0
- data/lib/qrda-export/catIII-r2-1/qrda3_r21.mustache +11 -0
- data/lib/qrda-export/catIII-r2-1/qrda3_r21.rb +127 -0
- data/lib/qrda-export/catIII-r2-1/qrda_header/_author.mustache +25 -0
- data/lib/qrda-export/catIII-r2-1/qrda_header/_custodian.mustache +17 -0
- data/lib/qrda-export/catIII-r2-1/qrda_header/_documentation_of_service_event.mustache +88 -0
- data/lib/qrda-export/catIII-r2-1/qrda_header/_legal_authenticator.mustache +25 -0
- data/lib/qrda-export/helper/aggregate_object_helper.rb +154 -0
- data/lib/qrda-export/helper/cat1_view_helper.rb +81 -0
- data/lib/qrda-export/helper/date_helper.rb +108 -0
- data/lib/qrda-export/helper/frequency_helper.rb +83 -0
- data/lib/qrda-export/helper/patient_view_helper.rb +46 -0
- data/lib/qrda-export/helper/view_helper.rb +28 -0
- data/lib/qrda-import/base-importers/demographics_importer.rb +38 -0
- data/lib/qrda-import/base-importers/section_importer.rb +237 -0
- data/lib/qrda-import/cda_identifier.rb +20 -0
- data/lib/qrda-import/data-element-importers/adverse_event_importer.rb +26 -0
- data/lib/qrda-import/data-element-importers/allergy_intolerance_importer.rb +24 -0
- data/lib/qrda-import/data-element-importers/assessment_order_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/assessment_performed_importer.rb +24 -0
- data/lib/qrda-import/data-element-importers/assessment_recommended_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/communication_performed_importer.rb +30 -0
- data/lib/qrda-import/data-element-importers/device_applied_importer.rb +22 -0
- data/lib/qrda-import/data-element-importers/device_order_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/device_recommended_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/diagnosis_importer.rb +24 -0
- data/lib/qrda-import/data-element-importers/diagnostic_study_order_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/diagnostic_study_performed_importer.rb +32 -0
- data/lib/qrda-import/data-element-importers/diagnostic_study_recommended_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/encounter_order_importer.rb +21 -0
- data/lib/qrda-import/data-element-importers/encounter_performed_importer.rb +46 -0
- data/lib/qrda-import/data-element-importers/encounter_recommended_importer.rb +21 -0
- data/lib/qrda-import/data-element-importers/family_history_importer.rb +21 -0
- data/lib/qrda-import/data-element-importers/immunization_administered_importer.rb +23 -0
- data/lib/qrda-import/data-element-importers/immunization_order_importer.rb +27 -0
- data/lib/qrda-import/data-element-importers/intervention_order_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/intervention_performed_importer.rb +23 -0
- data/lib/qrda-import/data-element-importers/intervention_recommended_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/laboratory_test_order_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/laboratory_test_performed_importer.rb +29 -0
- data/lib/qrda-import/data-element-importers/laboratory_test_recommended_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/medication_active_importer.rb +25 -0
- data/lib/qrda-import/data-element-importers/medication_administered_importer.rb +26 -0
- data/lib/qrda-import/data-element-importers/medication_discharge_importer.rb +32 -0
- data/lib/qrda-import/data-element-importers/medication_dispensed_importer.rb +37 -0
- data/lib/qrda-import/data-element-importers/medication_order_importer.rb +36 -0
- data/lib/qrda-import/data-element-importers/patient_care_experience_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/patient_characteristic_clinical_trial_participant_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/patient_characteristic_expired_importer.rb +22 -0
- data/lib/qrda-import/data-element-importers/patient_characteristic_payer_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/physical_exam_order_importer.rb +21 -0
- data/lib/qrda-import/data-element-importers/physical_exam_performed_importer.rb +27 -0
- data/lib/qrda-import/data-element-importers/physical_exam_recommended_importer.rb +21 -0
- data/lib/qrda-import/data-element-importers/procedure_order_importer.rb +23 -0
- data/lib/qrda-import/data-element-importers/procedure_performed_importer.rb +33 -0
- data/lib/qrda-import/data-element-importers/procedure_recommended_importer.rb +23 -0
- data/lib/qrda-import/data-element-importers/provider_care_experience_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/provider_characteristic_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/substance_administered_importer.rb +27 -0
- data/lib/qrda-import/data-element-importers/substance_order_importer.rb +29 -0
- data/lib/qrda-import/data-element-importers/substance_recommended_importer.rb +27 -0
- data/lib/qrda-import/data-element-importers/symptom_importer.rb +21 -0
- data/lib/qrda-import/entry_finder.rb +20 -0
- data/lib/qrda-import/entry_package.rb +16 -0
- data/lib/qrda-import/narrative_reference_handler.rb +33 -0
- data/lib/qrda-import/patient_importer.rb +128 -0
- data/lib/util/code_system_helper.rb +77 -0
- data/lib/util/hqmf_template_helper.rb +52 -0
- data/lib/util/hqmf_template_oid_map.json +654 -0
- data/lib/util/hqmfr2_template_oid_map.json +378 -0
- data/lib/util/hqmfr2cql_template_oid_map.json +390 -0
- data/lib/util/qrda_template_helper.rb +20 -0
- data/lib/util/qrdar5_1_template_oid_map.json +406 -0
- data/lib/util/qrdar5_template_oid_map.json +406 -0
- metadata +344 -0
@@ -0,0 +1,654 @@
|
|
1
|
+
{
|
2
|
+
"2.16.840.1.113883.3.560.1.1001":{
|
3
|
+
"definition":"patient_characteristic",
|
4
|
+
"status":"",
|
5
|
+
"negation":false},
|
6
|
+
"2.16.840.1.113883.3.560.1.25":{
|
7
|
+
"definition":"patient_characteristic_birthdate",
|
8
|
+
"status":"",
|
9
|
+
"negation":false},
|
10
|
+
"2.16.840.1.113883.3.560.1.400":{
|
11
|
+
"definition":"patient_characteristic_birthdate",
|
12
|
+
"status":"",
|
13
|
+
"negation":false},
|
14
|
+
"2.16.840.1.113883.3.560.1.401":{
|
15
|
+
"definition":"patient_characteristic_clinical_trial_participant",
|
16
|
+
"status":"",
|
17
|
+
"negation":false},
|
18
|
+
"2.16.840.1.113883.3.560.1.402":{
|
19
|
+
"definition":"patient_characteristic_gender",
|
20
|
+
"status":"",
|
21
|
+
"negation":false},
|
22
|
+
"2.16.840.1.113883.3.560.1.403":{
|
23
|
+
"definition":"patient_characteristic_ethnicity",
|
24
|
+
"status":"",
|
25
|
+
"negation":false},
|
26
|
+
"2.16.840.1.113883.3.560.1.404":{
|
27
|
+
"definition":"patient_characteristic_expired",
|
28
|
+
"status":"",
|
29
|
+
"negation":false},
|
30
|
+
"2.16.840.1.113883.3.560.1.405":{
|
31
|
+
"definition":"patient_characteristic_payer",
|
32
|
+
"status":"",
|
33
|
+
"negation":false},
|
34
|
+
"2.16.840.1.113883.3.560.1.406":{
|
35
|
+
"definition":"patient_characteristic_race",
|
36
|
+
"status":"",
|
37
|
+
"negation":false},
|
38
|
+
"2.16.840.1.113883.3.560.1.4":{
|
39
|
+
"definition":"encounter",
|
40
|
+
"status":"",
|
41
|
+
"negation":false},
|
42
|
+
"2.16.840.1.113883.3.560.1.81":{
|
43
|
+
"definition":"encounter",
|
44
|
+
"status":"active",
|
45
|
+
"negation":false},
|
46
|
+
"2.16.840.1.113883.3.560.1.79":{
|
47
|
+
"definition":"encounter",
|
48
|
+
"status":"performed",
|
49
|
+
"negation":false},
|
50
|
+
"2.16.840.1.113883.3.560.1.82":{
|
51
|
+
"definition":"encounter",
|
52
|
+
"status":"performed",
|
53
|
+
"negation":false},
|
54
|
+
"2.16.840.1.113883.3.560.1.83":{
|
55
|
+
"definition":"encounter",
|
56
|
+
"status":"ordered",
|
57
|
+
"negation":false},
|
58
|
+
"2.16.840.1.113883.3.560.1.84":{
|
59
|
+
"definition":"encounter",
|
60
|
+
"status":"recommended",
|
61
|
+
"negation":false},
|
62
|
+
"2.16.840.1.113883.3.560.1.179":{
|
63
|
+
"definition":"encounter",
|
64
|
+
"status":"performed",
|
65
|
+
"negation":true},
|
66
|
+
"2.16.840.1.113883.3.560.1.182":{
|
67
|
+
"definition":"encounter",
|
68
|
+
"status":"performed",
|
69
|
+
"negation":true},
|
70
|
+
"2.16.840.1.113883.3.560.1.181":{
|
71
|
+
"definition":"encounter",
|
72
|
+
"status":"active",
|
73
|
+
"negation":true},
|
74
|
+
"2.16.840.1.113883.3.560.1.183":{
|
75
|
+
"definition":"encounter",
|
76
|
+
"status":"ordered",
|
77
|
+
"negation":true},
|
78
|
+
"2.16.840.1.113883.3.560.1.184":{
|
79
|
+
"definition":"encounter",
|
80
|
+
"status":"recommended",
|
81
|
+
"negation":true},
|
82
|
+
"2.16.840.1.113883.3.560.1.104":{
|
83
|
+
"definition":"encounter",
|
84
|
+
"status":"",
|
85
|
+
"negation":true},
|
86
|
+
"2.16.840.1.113883.3.560.1.6":{
|
87
|
+
"definition":"procedure",
|
88
|
+
"status":"performed",
|
89
|
+
"negation":false},
|
90
|
+
"2.16.840.1.113883.3.560.1.62":{
|
91
|
+
"definition":"procedure",
|
92
|
+
"status":"ordered",
|
93
|
+
"negation":false},
|
94
|
+
"2.16.840.1.113883.3.560.1.63":{
|
95
|
+
"definition":"procedure_result",
|
96
|
+
"status":"",
|
97
|
+
"negation":false},
|
98
|
+
"2.16.840.1.113883.3.560.1.60":{
|
99
|
+
"definition":"procedure_adverse_event",
|
100
|
+
"status":"",
|
101
|
+
"negation":false},
|
102
|
+
"2.16.840.1.113883.3.560.1.61":{
|
103
|
+
"definition":"procedure_intolerance",
|
104
|
+
"status":"",
|
105
|
+
"negation":false},
|
106
|
+
"2.16.840.1.113883.3.560.1.92":{
|
107
|
+
"definition":"procedure",
|
108
|
+
"status":"recommended",
|
109
|
+
"negation":false},
|
110
|
+
"2.16.840.1.113883.3.560.1.162":{
|
111
|
+
"definition":"procedure",
|
112
|
+
"status":"ordered",
|
113
|
+
"negation":true},
|
114
|
+
"2.16.840.1.113883.3.560.1.163":{
|
115
|
+
"definition":"procedure_result",
|
116
|
+
"status":"",
|
117
|
+
"negation":true},
|
118
|
+
"2.16.840.1.113883.3.560.1.160":{
|
119
|
+
"definition":"procedure_adverse_event",
|
120
|
+
"status":"",
|
121
|
+
"negation":true},
|
122
|
+
"2.16.840.1.113883.3.560.1.161":{
|
123
|
+
"definition":"procedure_intolerance",
|
124
|
+
"status":"",
|
125
|
+
"negation":true},
|
126
|
+
"2.16.840.1.113883.3.560.1.106":{
|
127
|
+
"definition":"procedure",
|
128
|
+
"status":"performed",
|
129
|
+
"negation":true},
|
130
|
+
"2.16.840.1.113883.3.560.1.192":{
|
131
|
+
"definition":"procedure",
|
132
|
+
"status":"recommended",
|
133
|
+
"negation":true},
|
134
|
+
"2.16.840.1.113883.3.560.1.2":{
|
135
|
+
"definition":"diagnosis",
|
136
|
+
"status":"active",
|
137
|
+
"negation":false},
|
138
|
+
"2.16.840.1.113883.3.560.1.24":{
|
139
|
+
"definition":"diagnosis",
|
140
|
+
"status":"resolved",
|
141
|
+
"negation":false},
|
142
|
+
"2.16.840.1.113883.3.560.1.32":{
|
143
|
+
"definition":"diagnosis",
|
144
|
+
"status":"family_history",
|
145
|
+
"negation":false},
|
146
|
+
"2.16.840.1.113883.3.560.1.23":{
|
147
|
+
"definition":"diagnosis",
|
148
|
+
"status":"inactive",
|
149
|
+
"negation":false},
|
150
|
+
"2.16.840.1.113883.3.560.1.33":{
|
151
|
+
"definition":"diagnosis_risk_of",
|
152
|
+
"status":"",
|
153
|
+
"negation":false},
|
154
|
+
"2.16.840.1.113883.3.560.1.124":{
|
155
|
+
"definition":"diagnosis",
|
156
|
+
"status":"resolved",
|
157
|
+
"negation":true},
|
158
|
+
"2.16.840.1.113883.3.560.1.132":{
|
159
|
+
"definition":"diagnosis",
|
160
|
+
"status":"family_history",
|
161
|
+
"negation":true},
|
162
|
+
"2.16.840.1.113883.3.560.1.123":{
|
163
|
+
"definition":"diagnosis",
|
164
|
+
"status":"inactive",
|
165
|
+
"negation":true},
|
166
|
+
"2.16.840.1.113883.3.560.1.102":{
|
167
|
+
"definition":"diagnosis",
|
168
|
+
"status":"active",
|
169
|
+
"negation":true},
|
170
|
+
"2.16.840.1.113883.3.560.1.133":{
|
171
|
+
"definition":"diagnosis_risk_of",
|
172
|
+
"status":"",
|
173
|
+
"negation":true},
|
174
|
+
"2.16.840.1.113883.3.560.1.3":{
|
175
|
+
"definition":"diagnostic_study",
|
176
|
+
"status":"performed",
|
177
|
+
"negation":false},
|
178
|
+
"2.16.840.1.113883.3.560.1.11":{
|
179
|
+
"definition":"diagnostic_study_result",
|
180
|
+
"status":"",
|
181
|
+
"negation":false},
|
182
|
+
"2.16.840.1.113883.3.560.1.38":{
|
183
|
+
"definition":"diagnostic_study_adverse_event",
|
184
|
+
"status":"",
|
185
|
+
"negation":false},
|
186
|
+
"2.16.840.1.113883.3.560.1.39":{
|
187
|
+
"definition":"diagnostic_study_intolerance",
|
188
|
+
"status":"",
|
189
|
+
"negation":false},
|
190
|
+
"2.16.840.1.113883.3.560.1.40":{
|
191
|
+
"definition":"diagnostic_study",
|
192
|
+
"status":"ordered",
|
193
|
+
"negation":false},
|
194
|
+
"2.16.840.1.113883.3.560.1.103":{
|
195
|
+
"definition":"diagnostic_study",
|
196
|
+
"status":"performed",
|
197
|
+
"negation":true},
|
198
|
+
"2.16.840.1.113883.3.560.1.138":{
|
199
|
+
"definition":"diagnostic_study_adverse_event",
|
200
|
+
"status":"",
|
201
|
+
"negation":true},
|
202
|
+
"2.16.840.1.113883.3.560.1.139":{
|
203
|
+
"definition":"diagnostic_study_intolerance",
|
204
|
+
"status":"",
|
205
|
+
"negation":true},
|
206
|
+
"2.16.840.1.113883.3.560.1.140":{
|
207
|
+
"definition":"diagnostic_study",
|
208
|
+
"status":"ordered",
|
209
|
+
"negation":true},
|
210
|
+
"2.16.840.1.113883.3.560.1.111":{
|
211
|
+
"definition":"diagnostic_study_result",
|
212
|
+
"status":"",
|
213
|
+
"negation":true},
|
214
|
+
"2.16.840.1.113883.3.560.1.8":{
|
215
|
+
"definition":"medication",
|
216
|
+
"status":"dispensed",
|
217
|
+
"negation":false},
|
218
|
+
"2.16.840.1.113883.3.560.1.17":{
|
219
|
+
"definition":"medication",
|
220
|
+
"status":"ordered",
|
221
|
+
"negation":false},
|
222
|
+
"2.16.840.1.113883.3.560.1.199":{
|
223
|
+
"definition":"medication",
|
224
|
+
"status":"discharge",
|
225
|
+
"negation":false},
|
226
|
+
"2.16.840.1.113883.3.560.1.200":{
|
227
|
+
"definition":"medication",
|
228
|
+
"status":"discharge",
|
229
|
+
"negation":true},
|
230
|
+
"2.16.840.1.113883.3.560.1.13":{
|
231
|
+
"definition":"medication",
|
232
|
+
"status":"active",
|
233
|
+
"negation":false},
|
234
|
+
"2.16.840.1.113883.3.560.1.14":{
|
235
|
+
"definition":"medication",
|
236
|
+
"status":"administered",
|
237
|
+
"negation":false},
|
238
|
+
"2.16.840.1.113883.3.560.1.7":{
|
239
|
+
"definition":"medication_adverse_effects",
|
240
|
+
"status":"",
|
241
|
+
"negation":false},
|
242
|
+
"2.16.840.1.113883.3.560.1.1":{
|
243
|
+
"definition":"medication_allergy",
|
244
|
+
"status":"",
|
245
|
+
"negation":false},
|
246
|
+
"2.16.840.1.113883.3.560.1.15":{
|
247
|
+
"definition":"medication_intolerance",
|
248
|
+
"status":"",
|
249
|
+
"negation":false},
|
250
|
+
"2.16.840.1.113883.3.560.1.77":{
|
251
|
+
"definition":"medication",
|
252
|
+
"status":"",
|
253
|
+
"negation":true},
|
254
|
+
"2.16.840.1.113883.3.560.1.78":{
|
255
|
+
"definition":"medication",
|
256
|
+
"status":"ordered",
|
257
|
+
"negation":true},
|
258
|
+
"2.16.840.1.113883.3.560.1.108":{
|
259
|
+
"definition":"medication",
|
260
|
+
"status":"dispensed",
|
261
|
+
"negation":true},
|
262
|
+
"2.16.840.1.113883.3.560.1.113":{
|
263
|
+
"definition":"medication",
|
264
|
+
"status":"active",
|
265
|
+
"negation":true},
|
266
|
+
"2.16.840.1.113883.3.560.1.107":{
|
267
|
+
"definition":"medication_adverse_effects",
|
268
|
+
"status":"",
|
269
|
+
"negation":true},
|
270
|
+
"2.16.840.1.113883.3.560.1.101":{
|
271
|
+
"definition":"medication_allergy",
|
272
|
+
"status":"",
|
273
|
+
"negation":true},
|
274
|
+
"2.16.840.1.113883.3.560.1.115":{
|
275
|
+
"definition":"medication_intolerance",
|
276
|
+
"status":"",
|
277
|
+
"negation":true},
|
278
|
+
"2.16.840.1.113883.3.560.1.114":{
|
279
|
+
"definition":"medication",
|
280
|
+
"status":"administered",
|
281
|
+
"negation":true},
|
282
|
+
"2.16.840.1.113883.3.560.1.18":{
|
283
|
+
"definition":"physical_exam",
|
284
|
+
"status":"",
|
285
|
+
"negation":false},
|
286
|
+
"2.16.840.1.113883.3.560.1.56":{
|
287
|
+
"definition":"physical_exam",
|
288
|
+
"status":"ordered",
|
289
|
+
"negation":false},
|
290
|
+
"2.16.840.1.113883.3.560.1.57":{
|
291
|
+
"definition":"physical_exam",
|
292
|
+
"status":"performed",
|
293
|
+
"negation":false},
|
294
|
+
"2.16.840.1.113883.3.560.1.91":{
|
295
|
+
"definition":"physical_exam",
|
296
|
+
"status":"recommended",
|
297
|
+
"negation":false},
|
298
|
+
"2.16.840.1.113883.3.560.1.156":{
|
299
|
+
"definition":"physical_exam",
|
300
|
+
"status":"ordered",
|
301
|
+
"negation":true},
|
302
|
+
"2.16.840.1.113883.3.560.1.157":{
|
303
|
+
"definition":"physical_exam",
|
304
|
+
"status":"performed",
|
305
|
+
"negation":true},
|
306
|
+
"2.16.840.1.113883.3.560.1.191":{
|
307
|
+
"definition":"physical_exam",
|
308
|
+
"status":"recommended",
|
309
|
+
"negation":true},
|
310
|
+
"2.16.840.1.113883.3.560.1.118":{
|
311
|
+
"definition":"physical_exam",
|
312
|
+
"status":"",
|
313
|
+
"negation":true},
|
314
|
+
"2.16.840.1.113883.3.560.1.12":{
|
315
|
+
"definition":"laboratory_test",
|
316
|
+
"status":"",
|
317
|
+
"negation":false},
|
318
|
+
"2.16.840.1.113883.3.560.1.5":{
|
319
|
+
"definition":"laboratory_test",
|
320
|
+
"status":"performed",
|
321
|
+
"negation":false},
|
322
|
+
"2.16.840.1.113883.3.560.1.48":{
|
323
|
+
"definition":"laboratory_test_adverse_event",
|
324
|
+
"status":"",
|
325
|
+
"negation":false},
|
326
|
+
"2.16.840.1.113883.3.560.1.49":{
|
327
|
+
"definition":"laboratory_test_intolerance",
|
328
|
+
"status":"",
|
329
|
+
"negation":false},
|
330
|
+
"2.16.840.1.113883.3.560.1.50":{
|
331
|
+
"definition":"laboratory_test",
|
332
|
+
"status":"ordered",
|
333
|
+
"negation":false},
|
334
|
+
"2.16.840.1.113883.3.560.1.90":{
|
335
|
+
"definition":"laboratory_test",
|
336
|
+
"status":"recommended",
|
337
|
+
"negation":false},
|
338
|
+
"2.16.840.1.113883.3.560.1.112":{
|
339
|
+
"definition":"laboratory_test",
|
340
|
+
"status":"",
|
341
|
+
"negation":true},
|
342
|
+
"2.16.840.1.113883.3.560.1.148":{
|
343
|
+
"definition":"laboratory_test_adverse_event",
|
344
|
+
"status":"",
|
345
|
+
"negation":true},
|
346
|
+
"2.16.840.1.113883.3.560.1.149":{
|
347
|
+
"definition":"laboratory_test_intolerance",
|
348
|
+
"status":"",
|
349
|
+
"negation":true},
|
350
|
+
"2.16.840.1.113883.3.560.1.150":{
|
351
|
+
"definition":"laboratory_test",
|
352
|
+
"status":"ordered",
|
353
|
+
"negation":true},
|
354
|
+
"2.16.840.1.113883.3.560.1.190":{
|
355
|
+
"definition":"laboratory_test",
|
356
|
+
"status":"recommended",
|
357
|
+
"negation":true},
|
358
|
+
"2.16.840.1.113883.3.560.1.105":{
|
359
|
+
"definition":"laboratory_test",
|
360
|
+
"status":"performed",
|
361
|
+
"negation":true},
|
362
|
+
"2.16.840.1.113883.3.560.1.9":{
|
363
|
+
"definition":"care_goal",
|
364
|
+
"status":"",
|
365
|
+
"negation":false},
|
366
|
+
"2.16.840.1.113883.3.560.1.109":{
|
367
|
+
"definition":"care_goal",
|
368
|
+
"status":"",
|
369
|
+
"negation":true},
|
370
|
+
"2.16.840.1.113883.3.560.1.30":{
|
371
|
+
"definition":"communication",
|
372
|
+
"status":"performed",
|
373
|
+
"negation":false},
|
374
|
+
"2.16.840.1.113883.3.560.1.10":{
|
375
|
+
"definition":"device",
|
376
|
+
"status":"applied",
|
377
|
+
"negation":false},
|
378
|
+
"2.16.840.1.113883.3.560.1.34":{
|
379
|
+
"definition":"device_adverse_event",
|
380
|
+
"status":"",
|
381
|
+
"negation":false},
|
382
|
+
"2.16.840.1.113883.3.560.1.35":{
|
383
|
+
"definition":"device_allergy",
|
384
|
+
"status":"",
|
385
|
+
"negation":false},
|
386
|
+
"2.16.840.1.113883.3.560.1.36":{
|
387
|
+
"definition":"device_intolerance",
|
388
|
+
"status":"",
|
389
|
+
"negation":false},
|
390
|
+
"2.16.840.1.113883.3.560.1.37":{
|
391
|
+
"definition":"device",
|
392
|
+
"status":"ordered",
|
393
|
+
"negation":false},
|
394
|
+
"2.16.840.1.113883.3.560.1.80":{
|
395
|
+
"definition":"device",
|
396
|
+
"status":"recommended",
|
397
|
+
"negation":false},
|
398
|
+
"2.16.840.1.113883.3.560.1.134":{
|
399
|
+
"definition":"device_adverse_event",
|
400
|
+
"status":"",
|
401
|
+
"negation":true},
|
402
|
+
"2.16.840.1.113883.3.560.1.135":{
|
403
|
+
"definition":"device_allergy",
|
404
|
+
"status":"",
|
405
|
+
"negation":true},
|
406
|
+
"2.16.840.1.113883.3.560.1.136":{
|
407
|
+
"definition":"device_intolerance",
|
408
|
+
"status":"",
|
409
|
+
"negation":true},
|
410
|
+
"2.16.840.1.113883.3.560.1.137":{
|
411
|
+
"definition":"device",
|
412
|
+
"status":"ordered",
|
413
|
+
"negation":true},
|
414
|
+
"2.16.840.1.113883.3.560.1.180":{
|
415
|
+
"definition":"device",
|
416
|
+
"status":"recommended",
|
417
|
+
"negation":true},
|
418
|
+
"2.16.840.1.113883.3.560.1.110":{
|
419
|
+
"definition":"device",
|
420
|
+
"status":"applied",
|
421
|
+
"negation":true},
|
422
|
+
"2.16.840.1.113883.3.560.1.64":{
|
423
|
+
"definition":"substance",
|
424
|
+
"status":"administered",
|
425
|
+
"negation":false},
|
426
|
+
"2.16.840.1.113883.3.560.1.68":{
|
427
|
+
"definition":"substance",
|
428
|
+
"status":"ordered",
|
429
|
+
"negation":false},
|
430
|
+
"2.16.840.1.113883.3.560.1.65":{
|
431
|
+
"definition":"substance_adverse_event",
|
432
|
+
"status":"",
|
433
|
+
"negation":false},
|
434
|
+
"2.16.840.1.113883.3.560.1.67":{
|
435
|
+
"definition":"substance_intolerance",
|
436
|
+
"status":"",
|
437
|
+
"negation":false},
|
438
|
+
"2.16.840.1.113883.3.560.1.66":{
|
439
|
+
"definition":"substance_allergy",
|
440
|
+
"status":"",
|
441
|
+
"negation":false},
|
442
|
+
"2.16.840.1.113883.3.560.1.93":{
|
443
|
+
"definition":"substance",
|
444
|
+
"status":"recommended",
|
445
|
+
"negation":false},
|
446
|
+
"2.16.840.1.113883.3.560.1.165":{
|
447
|
+
"definition":"substance_adverse_event",
|
448
|
+
"status":"",
|
449
|
+
"negation":true},
|
450
|
+
"2.16.840.1.113883.3.560.1.167":{
|
451
|
+
"definition":"substance_intolerance",
|
452
|
+
"status":"",
|
453
|
+
"negation":true},
|
454
|
+
"2.16.840.1.113883.3.560.1.164":{
|
455
|
+
"definition":"substance",
|
456
|
+
"status":"administered",
|
457
|
+
"negation":true},
|
458
|
+
"2.16.840.1.113883.3.560.1.168":{
|
459
|
+
"definition":"substance",
|
460
|
+
"status":"ordered",
|
461
|
+
"negation":true},
|
462
|
+
"2.16.840.1.113883.3.560.1.193":{
|
463
|
+
"definition":"substance",
|
464
|
+
"status":"recommended",
|
465
|
+
"negation":true},
|
466
|
+
"2.16.840.1.113883.3.560.1.166":{
|
467
|
+
"definition":"substance_allergy",
|
468
|
+
"status":"",
|
469
|
+
"negation":true},
|
470
|
+
"2.16.840.1.113883.3.560.1.43":{
|
471
|
+
"definition":"intervention_adverse_event",
|
472
|
+
"status":"",
|
473
|
+
"negation":false},
|
474
|
+
"2.16.840.1.113883.3.560.1.44":{
|
475
|
+
"definition":"intervention_intolerance",
|
476
|
+
"status":"",
|
477
|
+
"negation":false},
|
478
|
+
"2.16.840.1.113883.3.560.1.45":{
|
479
|
+
"definition":"intervention",
|
480
|
+
"status":"ordered",
|
481
|
+
"negation":false},
|
482
|
+
"2.16.840.1.113883.3.560.1.46":{
|
483
|
+
"definition":"intervention",
|
484
|
+
"status":"performed",
|
485
|
+
"negation":false},
|
486
|
+
"2.16.840.1.113883.3.560.1.47":{
|
487
|
+
"definition":"intervention_result",
|
488
|
+
"status":"",
|
489
|
+
"negation":false},
|
490
|
+
"2.16.840.1.113883.3.560.1.89":{
|
491
|
+
"definition":"intervention",
|
492
|
+
"status":"recommended",
|
493
|
+
"negation":false},
|
494
|
+
"2.16.840.1.113883.3.560.1.143":{
|
495
|
+
"definition":"intervention_adverse_event",
|
496
|
+
"status":"",
|
497
|
+
"negation":true},
|
498
|
+
"2.16.840.1.113883.3.560.1.144":{
|
499
|
+
"definition":"intervention_intolerance",
|
500
|
+
"status":"",
|
501
|
+
"negation":true},
|
502
|
+
"2.16.840.1.113883.3.560.1.145":{
|
503
|
+
"definition":"intervention",
|
504
|
+
"status":"ordered",
|
505
|
+
"negation":true},
|
506
|
+
"2.16.840.1.113883.3.560.1.146":{
|
507
|
+
"definition":"intervention",
|
508
|
+
"status":"performed",
|
509
|
+
"negation":true},
|
510
|
+
"2.16.840.1.113883.3.560.1.147":{
|
511
|
+
"definition":"intervention_result",
|
512
|
+
"status":"",
|
513
|
+
"negation":true},
|
514
|
+
"2.16.840.1.113883.3.560.1.189":{
|
515
|
+
"definition":"intervention",
|
516
|
+
"status":"recommended",
|
517
|
+
"negation":true},
|
518
|
+
"2.16.840.1.113883.3.560.1.69":{
|
519
|
+
"definition":"symptom",
|
520
|
+
"status":"active",
|
521
|
+
"negation":false},
|
522
|
+
"2.16.840.1.113883.3.560.1.70":{
|
523
|
+
"definition":"symptom",
|
524
|
+
"status":"assessed",
|
525
|
+
"negation":false},
|
526
|
+
"2.16.840.1.113883.3.560.1.97":{
|
527
|
+
"definition":"symptom",
|
528
|
+
"status":"inactive",
|
529
|
+
"negation":false},
|
530
|
+
"2.16.840.1.113883.3.560.1.98":{
|
531
|
+
"definition":"symptom",
|
532
|
+
"status":"resolved",
|
533
|
+
"negation":false},
|
534
|
+
"2.16.840.1.113883.3.560.1.169":{
|
535
|
+
"definition":"symptom",
|
536
|
+
"status":"active",
|
537
|
+
"negation":true},
|
538
|
+
"2.16.840.1.113883.3.560.1.170":{
|
539
|
+
"definition":"symptom",
|
540
|
+
"status":"assessed",
|
541
|
+
"negation":true},
|
542
|
+
"2.16.840.1.113883.3.560.1.197":{
|
543
|
+
"definition":"symptom",
|
544
|
+
"status":"inactive",
|
545
|
+
"negation":true},
|
546
|
+
"2.16.840.1.113883.3.560.1.198":{
|
547
|
+
"definition":"symptom",
|
548
|
+
"status":"resolved",
|
549
|
+
"negation":true},
|
550
|
+
"2.16.840.1.113883.3.560.1.41":{
|
551
|
+
"definition":"functional_status",
|
552
|
+
"status":"",
|
553
|
+
"negation":false},
|
554
|
+
"2.16.840.1.113883.3.560.1.85":{
|
555
|
+
"definition":"functional_status",
|
556
|
+
"status":"performed",
|
557
|
+
"negation":false},
|
558
|
+
"2.16.840.1.113883.3.560.1.86":{
|
559
|
+
"definition":"functional_status",
|
560
|
+
"status":"ordered",
|
561
|
+
"negation":false},
|
562
|
+
"2.16.840.1.113883.3.560.1.87":{
|
563
|
+
"definition":"functional_status",
|
564
|
+
"status":"recommended",
|
565
|
+
"negation":false},
|
566
|
+
"2.16.840.1.113883.3.560.1.88":{
|
567
|
+
"definition":"functional_status_result",
|
568
|
+
"status":"",
|
569
|
+
"negation":false},
|
570
|
+
"2.16.840.1.113883.3.560.1.185":{
|
571
|
+
"definition":"functional_status",
|
572
|
+
"status":"performed",
|
573
|
+
"negation":true},
|
574
|
+
"2.16.840.1.113883.3.560.1.186":{
|
575
|
+
"definition":"functional_status",
|
576
|
+
"status":"ordered",
|
577
|
+
"negation":true},
|
578
|
+
"2.16.840.1.113883.3.560.1.187":{
|
579
|
+
"definition":"functional_status",
|
580
|
+
"status":"recommended",
|
581
|
+
"negation":true},
|
582
|
+
"2.16.840.1.113883.3.560.1.188":{
|
583
|
+
"definition":"functional_status_result",
|
584
|
+
"status":"",
|
585
|
+
"negation":true},
|
586
|
+
"2.16.840.1.113883.3.560.1.141":{
|
587
|
+
"definition":"functional_status",
|
588
|
+
"status":"",
|
589
|
+
"negation":true},
|
590
|
+
"2.16.840.1.113883.3.560.1.21":{
|
591
|
+
"definition":"risk_category_assessment",
|
592
|
+
"status":"",
|
593
|
+
"negation":false},
|
594
|
+
"2.16.840.1.113883.3.560.1.121":{
|
595
|
+
"definition":"risk_category_assessment",
|
596
|
+
"status":"",
|
597
|
+
"negation":true},
|
598
|
+
"2.16.840.1.113883.3.560.1.28":{
|
599
|
+
"definition":"provider_care_experience",
|
600
|
+
"status":"",
|
601
|
+
"negation":false},
|
602
|
+
"2.16.840.1.113883.3.560.1.128":{
|
603
|
+
"definition":"provider_care_experience",
|
604
|
+
"status":"",
|
605
|
+
"negation":true},
|
606
|
+
"2.16.840.1.113883.3.560.1.96":{
|
607
|
+
"definition":"patient_care_experience",
|
608
|
+
"status":"",
|
609
|
+
"negation":false},
|
610
|
+
"2.16.840.1.113883.3.560.1.196":{
|
611
|
+
"definition":"patient_care_experience",
|
612
|
+
"status":"",
|
613
|
+
"negation":true},
|
614
|
+
"2.16.840.1.113883.3.560.1.59":{
|
615
|
+
"definition":"preference_provider",
|
616
|
+
"status":"",
|
617
|
+
"negation":false},
|
618
|
+
"2.16.840.1.113883.3.560.1.58":{
|
619
|
+
"definition":"preference_patient",
|
620
|
+
"status":"",
|
621
|
+
"negation":false},
|
622
|
+
"2.16.840.1.113883.3.560.1.94":{
|
623
|
+
"definition":"system_characteristic",
|
624
|
+
"status":"",
|
625
|
+
"negation":false},
|
626
|
+
"2.16.840.1.113883.3.560.1.194":{
|
627
|
+
"definition":"system_characteristic",
|
628
|
+
"status":"",
|
629
|
+
"negation":true},
|
630
|
+
"2.16.840.1.113883.3.560.1.95":{
|
631
|
+
"definition":"provider_characteristic",
|
632
|
+
"status":"",
|
633
|
+
"negation":false},
|
634
|
+
"2.16.840.1.113883.3.560.1.195":{
|
635
|
+
"definition":"provider_characteristic",
|
636
|
+
"status":"",
|
637
|
+
"negation":true},
|
638
|
+
"2.16.840.1.113883.3.560.1.71":{
|
639
|
+
"definition":"transfer_from",
|
640
|
+
"status":"",
|
641
|
+
"negation":false},
|
642
|
+
"2.16.840.1.113883.3.560.1.72":{
|
643
|
+
"definition":"transfer_to",
|
644
|
+
"status":"",
|
645
|
+
"negation":false},
|
646
|
+
"2.16.840.1.113883.3.560.1.171":{
|
647
|
+
"definition":"transfer_from",
|
648
|
+
"status":"",
|
649
|
+
"negation":true},
|
650
|
+
"2.16.840.1.113883.3.560.1.172":{
|
651
|
+
"definition":"transfer_to",
|
652
|
+
"status":"",
|
653
|
+
"negation":true}
|
654
|
+
}
|