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
metadata
ADDED
@@ -0,0 +1,344 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: cqm-reports
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- The MITRE Corporation
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2019-05-22 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: cqm-models
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 1.1.1.0
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 1.1.1.0
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: mustache
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: erubis
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 2.7.0
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: 2.7.0
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: mongoid-tree
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: 2.1.0
|
62
|
+
type: :runtime
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: 2.1.0
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: nokogiri
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - "~>"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: 1.10.3
|
76
|
+
type: :runtime
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: 1.10.3
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: uuid
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: 2.3.7
|
90
|
+
type: :runtime
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - "~>"
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: 2.3.7
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: zip-zip
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - "~>"
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '0.3'
|
104
|
+
type: :runtime
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - "~>"
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '0.3'
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: log4r
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - "~>"
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: 1.1.10
|
118
|
+
type: :runtime
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - "~>"
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
version: 1.1.10
|
125
|
+
- !ruby/object:Gem::Dependency
|
126
|
+
name: memoist
|
127
|
+
requirement: !ruby/object:Gem::Requirement
|
128
|
+
requirements:
|
129
|
+
- - "~>"
|
130
|
+
- !ruby/object:Gem::Version
|
131
|
+
version: 0.9.1
|
132
|
+
type: :runtime
|
133
|
+
prerelease: false
|
134
|
+
version_requirements: !ruby/object:Gem::Requirement
|
135
|
+
requirements:
|
136
|
+
- - "~>"
|
137
|
+
- !ruby/object:Gem::Version
|
138
|
+
version: 0.9.1
|
139
|
+
description: A library for import and export of reports for use with electronic Clinical
|
140
|
+
Quality Measures (eCQMs).
|
141
|
+
email: tacoma-list@lists.mitre.org
|
142
|
+
executables: []
|
143
|
+
extensions: []
|
144
|
+
extra_rdoc_files: []
|
145
|
+
files:
|
146
|
+
- Gemfile
|
147
|
+
- README.md
|
148
|
+
- Rakefile
|
149
|
+
- lib/cqm_report.rb
|
150
|
+
- lib/ext/code.rb
|
151
|
+
- lib/ext/data_element.rb
|
152
|
+
- lib/html-export/qdm-patient/_header_css.mustache
|
153
|
+
- lib/html-export/qdm-patient/_javascript.mustache
|
154
|
+
- lib/html-export/qdm-patient/data_element/_data_element.mustache
|
155
|
+
- lib/html-export/qdm-patient/data_element/_data_element_codes.mustache
|
156
|
+
- lib/html-export/qdm-patient/data_element/_data_element_other_fields.mustache
|
157
|
+
- lib/html-export/qdm-patient/data_element/_data_element_times.mustache
|
158
|
+
- lib/html-export/qdm-patient/qdm_patient.mustache
|
159
|
+
- lib/html-export/qdm-patient/qdm_patient.rb
|
160
|
+
- lib/qrda-export/catI-r5/_code.mustache
|
161
|
+
- lib/qrda-export/catI-r5/_codes.mustache
|
162
|
+
- lib/qrda-export/catI-r5/_header.mustache
|
163
|
+
- lib/qrda-export/catI-r5/_measure_section.mustache
|
164
|
+
- lib/qrda-export/catI-r5/_reporting_period.mustache
|
165
|
+
- lib/qrda-export/catI-r5/qrda1_r5.mustache
|
166
|
+
- lib/qrda-export/catI-r5/qrda1_r5.rb
|
167
|
+
- lib/qrda-export/catI-r5/qrda_header/_author.mustache
|
168
|
+
- lib/qrda-export/catI-r5/qrda_header/_custodian.mustache
|
169
|
+
- lib/qrda-export/catI-r5/qrda_header/_documentation_of_service_event.mustache
|
170
|
+
- lib/qrda-export/catI-r5/qrda_header/_information_recipient.mustache
|
171
|
+
- lib/qrda-export/catI-r5/qrda_header/_legal_authenticator.mustache
|
172
|
+
- lib/qrda-export/catI-r5/qrda_header/_participant.mustache
|
173
|
+
- lib/qrda-export/catI-r5/qrda_header/_record_target.mustache
|
174
|
+
- lib/qrda-export/catI-r5/qrda_templates/adverse_event.mustache
|
175
|
+
- lib/qrda-export/catI-r5/qrda_templates/allergy_intolerance.mustache
|
176
|
+
- lib/qrda-export/catI-r5/qrda_templates/assessment_order.mustache
|
177
|
+
- lib/qrda-export/catI-r5/qrda_templates/assessment_performed.mustache
|
178
|
+
- lib/qrda-export/catI-r5/qrda_templates/assessment_recommended.mustache
|
179
|
+
- lib/qrda-export/catI-r5/qrda_templates/communication_performed.mustache
|
180
|
+
- lib/qrda-export/catI-r5/qrda_templates/device_applied.mustache
|
181
|
+
- lib/qrda-export/catI-r5/qrda_templates/device_order.mustache
|
182
|
+
- lib/qrda-export/catI-r5/qrda_templates/device_recommended.mustache
|
183
|
+
- lib/qrda-export/catI-r5/qrda_templates/diagnosis.mustache
|
184
|
+
- lib/qrda-export/catI-r5/qrda_templates/diagnostic_study_order.mustache
|
185
|
+
- lib/qrda-export/catI-r5/qrda_templates/diagnostic_study_performed.mustache
|
186
|
+
- lib/qrda-export/catI-r5/qrda_templates/diagnostic_study_recommended.mustache
|
187
|
+
- lib/qrda-export/catI-r5/qrda_templates/encounter_order.mustache
|
188
|
+
- lib/qrda-export/catI-r5/qrda_templates/encounter_performed.mustache
|
189
|
+
- lib/qrda-export/catI-r5/qrda_templates/encounter_recommended.mustache
|
190
|
+
- lib/qrda-export/catI-r5/qrda_templates/family_history.mustache
|
191
|
+
- lib/qrda-export/catI-r5/qrda_templates/immunization_administered.mustache
|
192
|
+
- lib/qrda-export/catI-r5/qrda_templates/immunization_order.mustache
|
193
|
+
- lib/qrda-export/catI-r5/qrda_templates/intervention_order.mustache
|
194
|
+
- lib/qrda-export/catI-r5/qrda_templates/intervention_performed.mustache
|
195
|
+
- lib/qrda-export/catI-r5/qrda_templates/intervention_recommended.mustache
|
196
|
+
- lib/qrda-export/catI-r5/qrda_templates/laboratory_test_order.mustache
|
197
|
+
- lib/qrda-export/catI-r5/qrda_templates/laboratory_test_performed.mustache
|
198
|
+
- lib/qrda-export/catI-r5/qrda_templates/laboratory_test_recommended.mustache
|
199
|
+
- lib/qrda-export/catI-r5/qrda_templates/medication_active.mustache
|
200
|
+
- lib/qrda-export/catI-r5/qrda_templates/medication_administered.mustache
|
201
|
+
- lib/qrda-export/catI-r5/qrda_templates/medication_discharge.mustache
|
202
|
+
- lib/qrda-export/catI-r5/qrda_templates/medication_dispensed.mustache
|
203
|
+
- lib/qrda-export/catI-r5/qrda_templates/medication_order.mustache
|
204
|
+
- lib/qrda-export/catI-r5/qrda_templates/patient_care_experience.mustache
|
205
|
+
- lib/qrda-export/catI-r5/qrda_templates/patient_characteristic_clinical_trial_participant.mustache
|
206
|
+
- lib/qrda-export/catI-r5/qrda_templates/patient_characteristic_expired.mustache
|
207
|
+
- lib/qrda-export/catI-r5/qrda_templates/patient_characteristic_payer.mustache
|
208
|
+
- lib/qrda-export/catI-r5/qrda_templates/physical_exam_order.mustache
|
209
|
+
- lib/qrda-export/catI-r5/qrda_templates/physical_exam_performed.mustache
|
210
|
+
- lib/qrda-export/catI-r5/qrda_templates/physical_exam_recommended.mustache
|
211
|
+
- lib/qrda-export/catI-r5/qrda_templates/procedure_order.mustache
|
212
|
+
- lib/qrda-export/catI-r5/qrda_templates/procedure_performed.mustache
|
213
|
+
- lib/qrda-export/catI-r5/qrda_templates/procedure_recommended.mustache
|
214
|
+
- lib/qrda-export/catI-r5/qrda_templates/provider_care_experience.mustache
|
215
|
+
- lib/qrda-export/catI-r5/qrda_templates/provider_characteristic.mustache
|
216
|
+
- lib/qrda-export/catI-r5/qrda_templates/substance_recommended.mustache
|
217
|
+
- lib/qrda-export/catI-r5/qrda_templates/symptom.mustache
|
218
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_admission_source.mustache
|
219
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_anatomical_location_site.mustache
|
220
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_author.mustache
|
221
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_author_participation.mustache
|
222
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_component.mustache
|
223
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_data_element_codes_as_values.mustache
|
224
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_days_supplied.mustache
|
225
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_encounter_diagnosis.mustache
|
226
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_facility_location.mustache
|
227
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_immunization_details.mustache
|
228
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_medication_details.mustache
|
229
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_medication_supply_request.mustache
|
230
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_method.mustache
|
231
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_ordinality.mustache
|
232
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_principal_diagnosis.mustache
|
233
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_reaction_observation.mustache
|
234
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_reason.mustache
|
235
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_related_to.mustache
|
236
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_results.mustache
|
237
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_severity.mustache
|
238
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_status.mustache
|
239
|
+
- lib/qrda-export/catIII-r2-1/_continuous_variable_value.mustache
|
240
|
+
- lib/qrda-export/catIII-r2-1/_header.mustache
|
241
|
+
- lib/qrda-export/catIII-r2-1/_measure_data.mustache
|
242
|
+
- lib/qrda-export/catIII-r2-1/_measure_section.mustache
|
243
|
+
- lib/qrda-export/catIII-r2-1/_reporting_period.mustache
|
244
|
+
- lib/qrda-export/catIII-r2-1/_stratification.mustache
|
245
|
+
- lib/qrda-export/catIII-r2-1/_supplemental_data.mustache
|
246
|
+
- lib/qrda-export/catIII-r2-1/qrda3_r21.mustache
|
247
|
+
- lib/qrda-export/catIII-r2-1/qrda3_r21.rb
|
248
|
+
- lib/qrda-export/catIII-r2-1/qrda_header/_author.mustache
|
249
|
+
- lib/qrda-export/catIII-r2-1/qrda_header/_custodian.mustache
|
250
|
+
- lib/qrda-export/catIII-r2-1/qrda_header/_documentation_of_service_event.mustache
|
251
|
+
- lib/qrda-export/catIII-r2-1/qrda_header/_legal_authenticator.mustache
|
252
|
+
- lib/qrda-export/helper/aggregate_object_helper.rb
|
253
|
+
- lib/qrda-export/helper/cat1_view_helper.rb
|
254
|
+
- lib/qrda-export/helper/date_helper.rb
|
255
|
+
- lib/qrda-export/helper/frequency_helper.rb
|
256
|
+
- lib/qrda-export/helper/patient_view_helper.rb
|
257
|
+
- lib/qrda-export/helper/view_helper.rb
|
258
|
+
- lib/qrda-import/base-importers/demographics_importer.rb
|
259
|
+
- lib/qrda-import/base-importers/section_importer.rb
|
260
|
+
- lib/qrda-import/cda_identifier.rb
|
261
|
+
- lib/qrda-import/data-element-importers/adverse_event_importer.rb
|
262
|
+
- lib/qrda-import/data-element-importers/allergy_intolerance_importer.rb
|
263
|
+
- lib/qrda-import/data-element-importers/assessment_order_importer.rb
|
264
|
+
- lib/qrda-import/data-element-importers/assessment_performed_importer.rb
|
265
|
+
- lib/qrda-import/data-element-importers/assessment_recommended_importer.rb
|
266
|
+
- lib/qrda-import/data-element-importers/communication_performed_importer.rb
|
267
|
+
- lib/qrda-import/data-element-importers/device_applied_importer.rb
|
268
|
+
- lib/qrda-import/data-element-importers/device_order_importer.rb
|
269
|
+
- lib/qrda-import/data-element-importers/device_recommended_importer.rb
|
270
|
+
- lib/qrda-import/data-element-importers/diagnosis_importer.rb
|
271
|
+
- lib/qrda-import/data-element-importers/diagnostic_study_order_importer.rb
|
272
|
+
- lib/qrda-import/data-element-importers/diagnostic_study_performed_importer.rb
|
273
|
+
- lib/qrda-import/data-element-importers/diagnostic_study_recommended_importer.rb
|
274
|
+
- lib/qrda-import/data-element-importers/encounter_order_importer.rb
|
275
|
+
- lib/qrda-import/data-element-importers/encounter_performed_importer.rb
|
276
|
+
- lib/qrda-import/data-element-importers/encounter_recommended_importer.rb
|
277
|
+
- lib/qrda-import/data-element-importers/family_history_importer.rb
|
278
|
+
- lib/qrda-import/data-element-importers/immunization_administered_importer.rb
|
279
|
+
- lib/qrda-import/data-element-importers/immunization_order_importer.rb
|
280
|
+
- lib/qrda-import/data-element-importers/intervention_order_importer.rb
|
281
|
+
- lib/qrda-import/data-element-importers/intervention_performed_importer.rb
|
282
|
+
- lib/qrda-import/data-element-importers/intervention_recommended_importer.rb
|
283
|
+
- lib/qrda-import/data-element-importers/laboratory_test_order_importer.rb
|
284
|
+
- lib/qrda-import/data-element-importers/laboratory_test_performed_importer.rb
|
285
|
+
- lib/qrda-import/data-element-importers/laboratory_test_recommended_importer.rb
|
286
|
+
- lib/qrda-import/data-element-importers/medication_active_importer.rb
|
287
|
+
- lib/qrda-import/data-element-importers/medication_administered_importer.rb
|
288
|
+
- lib/qrda-import/data-element-importers/medication_discharge_importer.rb
|
289
|
+
- lib/qrda-import/data-element-importers/medication_dispensed_importer.rb
|
290
|
+
- lib/qrda-import/data-element-importers/medication_order_importer.rb
|
291
|
+
- lib/qrda-import/data-element-importers/patient_care_experience_importer.rb
|
292
|
+
- lib/qrda-import/data-element-importers/patient_characteristic_clinical_trial_participant_importer.rb
|
293
|
+
- lib/qrda-import/data-element-importers/patient_characteristic_expired_importer.rb
|
294
|
+
- lib/qrda-import/data-element-importers/patient_characteristic_payer_importer.rb
|
295
|
+
- lib/qrda-import/data-element-importers/physical_exam_order_importer.rb
|
296
|
+
- lib/qrda-import/data-element-importers/physical_exam_performed_importer.rb
|
297
|
+
- lib/qrda-import/data-element-importers/physical_exam_recommended_importer.rb
|
298
|
+
- lib/qrda-import/data-element-importers/procedure_order_importer.rb
|
299
|
+
- lib/qrda-import/data-element-importers/procedure_performed_importer.rb
|
300
|
+
- lib/qrda-import/data-element-importers/procedure_recommended_importer.rb
|
301
|
+
- lib/qrda-import/data-element-importers/provider_care_experience_importer.rb
|
302
|
+
- lib/qrda-import/data-element-importers/provider_characteristic_importer.rb
|
303
|
+
- lib/qrda-import/data-element-importers/substance_administered_importer.rb
|
304
|
+
- lib/qrda-import/data-element-importers/substance_order_importer.rb
|
305
|
+
- lib/qrda-import/data-element-importers/substance_recommended_importer.rb
|
306
|
+
- lib/qrda-import/data-element-importers/symptom_importer.rb
|
307
|
+
- lib/qrda-import/entry_finder.rb
|
308
|
+
- lib/qrda-import/entry_package.rb
|
309
|
+
- lib/qrda-import/narrative_reference_handler.rb
|
310
|
+
- lib/qrda-import/patient_importer.rb
|
311
|
+
- lib/util/code_system_helper.rb
|
312
|
+
- lib/util/hqmf_template_helper.rb
|
313
|
+
- lib/util/hqmf_template_oid_map.json
|
314
|
+
- lib/util/hqmfr2_template_oid_map.json
|
315
|
+
- lib/util/hqmfr2cql_template_oid_map.json
|
316
|
+
- lib/util/qrda_template_helper.rb
|
317
|
+
- lib/util/qrdar5_1_template_oid_map.json
|
318
|
+
- lib/util/qrdar5_template_oid_map.json
|
319
|
+
homepage: https://github.com/projecttacoma/cqm-reports
|
320
|
+
licenses:
|
321
|
+
- Apache-2.0
|
322
|
+
metadata: {}
|
323
|
+
post_install_message:
|
324
|
+
rdoc_options: []
|
325
|
+
require_paths:
|
326
|
+
- lib
|
327
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
328
|
+
requirements:
|
329
|
+
- - ">="
|
330
|
+
- !ruby/object:Gem::Version
|
331
|
+
version: '0'
|
332
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
333
|
+
requirements:
|
334
|
+
- - ">="
|
335
|
+
- !ruby/object:Gem::Version
|
336
|
+
version: '0'
|
337
|
+
requirements: []
|
338
|
+
rubyforge_project:
|
339
|
+
rubygems_version: 2.7.7
|
340
|
+
signing_key:
|
341
|
+
specification_version: 4
|
342
|
+
summary: A library for import and export of reports for use with electronic Clinical
|
343
|
+
Quality Measures (eCQMs).
|
344
|
+
test_files: []
|