cqm-reports 3.1.5 → 3.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/html-export/qdm-patient/data_element/_data_element_other_fields.mustache +1 -1
- data/lib/html-export/qdm-patient/qdm_patient.rb +4 -0
- data/lib/qrda-import/data-element-importers/adverse_event_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/allergy_intolerance_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/assessment_order_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/assessment_performed_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/assessment_recommended_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/communication_performed_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/device_applied_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/device_order_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/device_recommended_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/diagnosis_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/diagnostic_study_order_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/diagnostic_study_performed_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/diagnostic_study_recommended_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/encounter_order_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/encounter_performed_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/encounter_recommended_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/family_history_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/immunization_administered_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/immunization_order_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/intervention_order_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/intervention_performed_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/intervention_recommended_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/laboratory_test_order_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/laboratory_test_performed_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/laboratory_test_recommended_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/medication_administered_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/medication_discharge_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/medication_dispensed_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/medication_order_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/patient_care_experience_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/physical_exam_order_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/physical_exam_performed_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/physical_exam_recommended_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/procedure_order_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/procedure_performed_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/procedure_recommended_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/provider_care_experience_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/substance_administered_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/substance_order_importer.rb +1 -1
- data/lib/qrda-import/data-element-importers/substance_recommended_importer.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 440f42a620879552f2e979057f0ed822da436b56f5d89a12f9005789d93cc0fd
|
4
|
+
data.tar.gz: a89b92c7368674e8876d228e37f72c06fda05b4c09be469a39cf4b7c654edfa5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eca1d234de6ebd75e5ab88e1c19deb4422b08b589fb3e7ea5708fc1a166f3df692a9c530a5ffc7536ffe0e4d8d7585f67ce43dbcad2de2c7b8468a0eaf50a4b1
|
7
|
+
data.tar.gz: e69941a67e3345f3c907ce86422607a28778063ddcbdabae63325fa0b4dba0ff00d33bd076a7bc5afcbd66fd3ca9bcd0a672be16dce1e848b21766931140d272
|
@@ -44,7 +44,7 @@
|
|
44
44
|
{{/daysSupplied}}
|
45
45
|
{{#diagnoses}}
|
46
46
|
<div class="div-head-row">
|
47
|
-
<div class="div-table-head--no-border"><span class="criteria-heading">Diagnosis:</span> {{{nested_code_string}}}</div>
|
47
|
+
<div class="div-table-head--no-border"><span class="criteria-heading">Diagnosis{{{diagnosis_rank_string}}}:</span> {{{nested_code_string}}}</div>
|
48
48
|
</div>
|
49
49
|
{{/diagnoses}}
|
50
50
|
{{#dischargeDisposition}}
|
@@ -127,6 +127,10 @@ class QdmPatient < Mustache
|
|
127
127
|
code_for_element(self['code'])
|
128
128
|
end
|
129
129
|
|
130
|
+
def diagnosis_rank_string
|
131
|
+
" (rank: #{self['rank']})" if self['rank']
|
132
|
+
end
|
133
|
+
|
130
134
|
def end_time?
|
131
135
|
self['high'] && DateTime.parse(self['high']).year < 3000
|
132
136
|
end
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.148']/cda:value"
|
8
|
-
@author_datetime_xpath =
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@relevant_date_time_xpath = './cda:effectiveTime[@value]'
|
10
10
|
@facility_locations_xpath = "./cda:participant[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.100']"
|
11
11
|
@severity_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.8']/cda:value"
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = "./cda:participant[@typeCode='CSM']/cda:participantRole/cda:playingEntity/cda:code"
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@prevalence_period_xpath = "./cda:effectiveTime"
|
10
10
|
@severity_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.8']/cda:value"
|
11
11
|
@type_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.9']/cda:value"
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = './cda:code'
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@reason_xpath = "./cda:entryRelationship[@typeCode='RSON']/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.88']/cda:value"
|
10
10
|
@entry_class = QDM::AssessmentOrder
|
11
11
|
end
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = './cda:code'
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@result_xpath = "./cda:value"
|
10
10
|
@method_xpath = './cda:methodCode'
|
11
11
|
@components_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.149']"
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = './cda:code'
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@reason_xpath = "./cda:entryRelationship[@typeCode='RSON']/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.88']/cda:value"
|
10
10
|
@entry_class = QDM::AssessmentRecommended
|
11
11
|
end
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = "./cda:entryRelationship[@typeCode='REFR']/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.88']/cda:value"
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@sent_datetime_xpath = "./cda:effectiveTime/cda:low"
|
10
10
|
@received_datetime_xpath = "./cda:effectiveTime/cda:high"
|
11
11
|
@related_to_xpath = "./sdtc:inFulfillmentOf1/sdtc:actReference"
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = './cda:participant/cda:participantRole/cda:playingDevice/cda:code'
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@relevant_period_xpath = "./cda:effectiveTime"
|
10
10
|
@relevant_date_time_xpath = './cda:effectiveTime[@value]'
|
11
11
|
@anatomical_location_site_xpath = "./cda:targetSiteCode"
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.9']/cda:id"
|
7
7
|
@code_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.9']/cda:participant/cda:participantRole/cda:playingDevice/cda:code"
|
8
|
-
@author_datetime_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.9']/cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.9']/cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@reason_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.9']/cda:entryRelationship[@typeCode='RSON']/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.88']/cda:value"
|
10
10
|
@entry_class = QDM::DeviceOrder
|
11
11
|
end
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.10']/cda:id"
|
7
7
|
@code_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.10']/cda:participant/cda:participantRole/cda:playingDevice/cda:code"
|
8
|
-
@author_datetime_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.10']/cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.10']/cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@reason_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.10']/cda:entryRelationship[@typeCode='RSON']/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.88']/cda:value"
|
10
10
|
@entry_class = QDM::DeviceRecommended
|
11
11
|
end
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:entryRelationship/cda:observation/cda:id'
|
7
7
|
@code_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.135']/cda:value"
|
8
|
-
@author_datetime_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.135']/cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.135']/cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@prevalence_period_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.135']/cda:effectiveTime"
|
10
10
|
@anatomical_location_site_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.135']/cda:targetSiteCode"
|
11
11
|
@severity_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.135']/cda:entryRelationship/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.22.4.8']/cda:value"
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = './cda:code'
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@reason_xpath = "./cda:entryRelationship[@typeCode='RSON']/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.88']/cda:value"
|
10
10
|
@entry_class = QDM::DiagnosticStudyOrder
|
11
11
|
end
|
@@ -7,7 +7,7 @@ module QRDA
|
|
7
7
|
@code_xpath = './cda:code'
|
8
8
|
@relevant_period_xpath = "./cda:effectiveTime"
|
9
9
|
@relevant_date_time_xpath = './cda:effectiveTime[@value]'
|
10
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
10
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
11
11
|
@result_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.2']/cda:value"
|
12
12
|
@result_datetime_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.2']/cda:effectiveTime"
|
13
13
|
@status_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.93']/cda:value"
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = './cda:code'
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@entry_class = QDM::DiagnosticStudyRecommended
|
10
10
|
end
|
11
11
|
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:entryRelationship/cda:encounter/cda:id'
|
7
7
|
@code_xpath = "./cda:entryRelationship/cda:encounter[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.22']/cda:code"
|
8
|
-
@author_datetime_xpath = "./cda:entryRelationship/cda:encounter[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.22']/cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:entryRelationship/cda:encounter[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.22']/cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@facility_locations_xpath = "./cda:entryRelationship/cda:encounter[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.22']/cda:participant[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.100']"
|
10
10
|
@reason_xpath = "./cda:entryRelationship/cda:encounter[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.22']/cda:entryRelationship[@typeCode='RSON']/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.88']/cda:value"
|
11
11
|
@priority_xpath = './cda:entryRelationship/cda:encounter/cda:priorityCode'
|
@@ -6,7 +6,7 @@ module QRDA
|
|
6
6
|
@id_xpath = './cda:entryRelationship/cda:encounter/cda:id'
|
7
7
|
@code_xpath = "./cda:entryRelationship/cda:encounter[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.23']/cda:code"
|
8
8
|
@relevant_period_xpath = "./cda:entryRelationship/cda:encounter[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.23']/cda:effectiveTime"
|
9
|
-
@author_datetime_xpath = "./cda:entryRelationship/cda:encounter[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.23']/cda:author/cda:time"
|
9
|
+
@author_datetime_xpath = "./cda:entryRelationship/cda:encounter[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.23']/cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
10
10
|
@admission_source_xpath = "./cda:entryRelationship/cda:encounter[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.23']/cda:participant/cda:participantRole[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.151']/cda:code"
|
11
11
|
@discharge_disposition_xpath = "./cda:entryRelationship/cda:encounter[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.23']/sdtc:dischargeDispositionCode"
|
12
12
|
@facility_locations_xpath = "./cda:entryRelationship/cda:encounter/cda:participant[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.100']"
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:entryRelationship/cda:encounter/cda:id'
|
7
7
|
@code_xpath = "./cda:entryRelationship/cda:encounter[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.24']/cda:code"
|
8
|
-
@author_datetime_xpath = "./cda:entryRelationship/cda:encounter[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.24']/cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:entryRelationship/cda:encounter[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.24']/cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@facility_locations_xpath = "./cda:entryRelationship/cda:encounter[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.24']/cda:participant[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.100']"
|
10
10
|
@reason_xpath = "./cda:entryRelationship/cda:encounter[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.24']/cda:entryRelationship[@typeCode='RSON']/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.88']/cda:value"
|
11
11
|
@entry_class = QDM::EncounterRecommended
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = "./cda:component/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.112']/cda:value"
|
8
|
-
@author_datetime_xpath = "./cda:component/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.112']/cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:component/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.112']/cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@relationship_xpath = './cda:subject/cda:relatedSubject/cda:code'
|
10
10
|
@entry_class = QDM::FamilyHistory
|
11
11
|
end
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = "./cda:consumable/cda:manufacturedProduct/cda:manufacturedMaterial/cda:code"
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@relevant_date_time_xpath = './cda:effectiveTime'
|
10
10
|
@dosage_xpath = "./cda:doseQuantity"
|
11
11
|
@route_xpath = "./cda:routeCode"
|
@@ -6,7 +6,7 @@ module QRDA
|
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = "./cda:consumable/cda:manufacturedProduct/cda:manufacturedMaterial/cda:code"
|
8
8
|
@active_datetime_xpath = "./cda:effectiveTime[@value]"
|
9
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
9
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
10
10
|
@dosage_xpath = "./cda:doseQuantity"
|
11
11
|
@supply_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.167']/cda:quantity"
|
12
12
|
@route_xpath = "./cda:routeCode"
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = './cda:code'
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@reason_xpath = "./cda:entryRelationship[@typeCode='RSON']/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.88']/cda:value"
|
10
10
|
@entry_class = QDM::InterventionOrder
|
11
11
|
end
|
@@ -7,7 +7,7 @@ module QRDA
|
|
7
7
|
@code_xpath = './cda:code'
|
8
8
|
@relevant_period_xpath = "./cda:effectiveTime"
|
9
9
|
@relevant_date_time_xpath = './cda:effectiveTime'
|
10
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
10
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
11
11
|
@result_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.2']/cda:value"
|
12
12
|
@status_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.93']/cda:value"
|
13
13
|
@reason_xpath = "./cda:entryRelationship[@typeCode='RSON']/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.88']/cda:value"
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = './cda:code'
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@reason_xpath = "./cda:entryRelationship[@typeCode='RSON']/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.88']/cda:value"
|
10
10
|
@entry_class = QDM::InterventionRecommended
|
11
11
|
end
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = './cda:code'
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@reason_xpath = "./cda:entryRelationship[@typeCode='RSON']/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.88']/cda:value"
|
10
10
|
@entry_class = QDM::LaboratoryTestOrder
|
11
11
|
end
|
@@ -7,7 +7,7 @@ module QRDA
|
|
7
7
|
@code_xpath = './cda:code'
|
8
8
|
@relevant_period_xpath = "./cda:effectiveTime"
|
9
9
|
@relevant_date_time_xpath = './cda:effectiveTime[@value]'
|
10
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
10
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
11
11
|
@status_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.93']/cda:value"
|
12
12
|
@method_xpath = './cda:methodCode'
|
13
13
|
@result_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.2']/cda:value"
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = './cda:code'
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@reason_xpath = "./cda:entryRelationship[@typeCode='RSON']/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.88']/cda:value"
|
10
10
|
@entry_class = QDM::LaboratoryTestRecommended
|
11
11
|
end
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = "./cda:consumable/cda:manufacturedProduct/cda:manufacturedMaterial/cda:code"
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@relevant_period_xpath = "./cda:effectiveTime"
|
10
10
|
@relevant_date_time_xpath = './cda:effectiveTime'
|
11
11
|
@dosage_xpath = "./cda:doseQuantity"
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:entryRelationship/cda:substanceAdministration/cda:id'
|
7
7
|
@code_xpath = "./cda:entryRelationship/cda:substanceAdministration[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.16']/cda:consumable/cda:manufacturedProduct/cda:manufacturedMaterial/cda:code"
|
8
|
-
@author_datetime_xpath = "./cda:entryRelationship/cda:substanceAdministration[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.16']/cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:entryRelationship/cda:substanceAdministration[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.16']/cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.22.4.119']/cda:time"
|
9
9
|
@refills_xpath = "./cda:entryRelationship/cda:substanceAdministration[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.16']/cda:repeatNumber"
|
10
10
|
@dosage_xpath = "./cda:entryRelationship/cda:substanceAdministration[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.16']/cda:doseQuantity"
|
11
11
|
@supply_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.99']/cda:quantity"
|
@@ -7,7 +7,7 @@ module QRDA
|
|
7
7
|
@code_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.18']/cda:product/cda:manufacturedProduct/cda:manufacturedMaterial/cda:code"
|
8
8
|
@relevant_period_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.18']/cda:effectiveTime"
|
9
9
|
@relevant_date_time_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.18']/cda:effectiveTime"
|
10
|
-
@author_datetime_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.18']/cda:author/cda:time"
|
10
|
+
@author_datetime_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.18']/cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
11
11
|
@refills_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.18']/cda:entryRelationship/cda:substanceAdministration/cda:repeatNumber"
|
12
12
|
@dosage_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.18']/cda:entryRelationship/cda:substanceAdministration/cda:doseQuantity"
|
13
13
|
@supply_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.18']/cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.99']/cda:quantity"
|
@@ -6,7 +6,7 @@ module QRDA
|
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = "./cda:consumable/cda:manufacturedProduct/cda:manufacturedMaterial/cda:code"
|
8
8
|
@relevant_period_xpath = "./cda:effectiveTime"
|
9
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
9
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
10
10
|
@dosage_xpath = "./cda:doseQuantity"
|
11
11
|
@supply_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.99']/cda:quantity"
|
12
12
|
@frequency_xpath = "./cda:effectiveTime[@operator='A']/cda:period"
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = './cda:value'
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@entry_class = QDM::PatientCareExperience
|
10
10
|
end
|
11
11
|
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = "./cda:value"
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@anatomical_location_site_xpath = "./cda:targetSiteCode"
|
10
10
|
@reason_xpath = "./cda:entryRelationship[@typeCode='RSON']/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.88']/cda:value"
|
11
11
|
@entry_class = QDM::PhysicalExamOrder
|
@@ -7,7 +7,7 @@ module QRDA
|
|
7
7
|
@code_xpath = "./cda:code"
|
8
8
|
@relevant_period_xpath = "./cda:effectiveTime"
|
9
9
|
@relevant_date_time_xpath = './cda:effectiveTime'
|
10
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
10
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
11
11
|
@method_xpath = './cda:methodCode'
|
12
12
|
@result_xpath = "./cda:value"
|
13
13
|
@anatomical_location_site_xpath = "./cda:targetSiteCode"
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = "./cda:value"
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@anatomical_location_site_xpath = "./cda:targetSiteCode"
|
10
10
|
@reason_xpath = "./cda:entryRelationship[@typeCode='RSON']/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.88']/cda:value"
|
11
11
|
@entry_class = QDM::PhysicalExamRecommended
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = './cda:code'
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@anatomical_location_site_xpath = "./cda:targetSiteCode"
|
10
10
|
@reason_xpath = "./cda:entryRelationship[@typeCode='RSON']/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.88']/cda:value"
|
11
11
|
@rank_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.166']/cda:value/@value"
|
@@ -7,7 +7,7 @@ module QRDA
|
|
7
7
|
@code_xpath = "./cda:code"
|
8
8
|
@relevant_period_xpath = "./cda:effectiveTime"
|
9
9
|
@relevant_date_time_xpath = './cda:effectiveTime'
|
10
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
10
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
11
11
|
@method_xpath = './cda:methodCode'
|
12
12
|
@result_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.22.4.2']/cda:value"
|
13
13
|
@status_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.93']/cda:value"
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = "./cda:code"
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@anatomical_location_site_xpath = "./cda:targetSiteCode"
|
10
10
|
@reason_xpath = "./cda:entryRelationship[@typeCode='RSON']/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.88']/cda:value"
|
11
11
|
@rank_xpath = "./cda:entryRelationship/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.166']/cda:value/@value"
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = "./cda:value"
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@entry_class = QDM::ProviderCareExperience
|
10
10
|
end
|
11
11
|
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = "./cda:consumable/cda:manufacturedProduct/cda:manufacturedMaterial/cda:code"
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@relevant_period_xpath = "./cda:effectiveTime"
|
10
10
|
@relevant_date_time_xpath = './cda:effectiveTime'
|
11
11
|
@dosage_xpath = "./cda:doseQuantity"
|
@@ -6,7 +6,7 @@ module QRDA
|
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = "./cda:consumable/cda:manufacturedProduct/cda:manufacturedMaterial/cda:code"
|
8
8
|
@relevant_period_xpath = "./cda:effectiveTime"
|
9
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
9
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
10
10
|
@dosage_xpath = "./cda:doseQuantity"
|
11
11
|
@supply_xpath = "./cda:entryRelationship/cda:supply[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.99']/cda:quantity"
|
12
12
|
@frequency_xpath = "./cda:effectiveTime[@operator='A']/cda:period"
|
@@ -5,7 +5,7 @@ module QRDA
|
|
5
5
|
super(entry_finder)
|
6
6
|
@id_xpath = './cda:id'
|
7
7
|
@code_xpath = "./cda:consumable/cda:manufacturedProduct/cda:manufacturedMaterial/cda:code"
|
8
|
-
@author_datetime_xpath = "./cda:author/cda:time"
|
8
|
+
@author_datetime_xpath = "./cda:author[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.155']/cda:time"
|
9
9
|
@dosage_xpath = "./cda:doseQuantity"
|
10
10
|
@frequency_xpath = "./cda:effectiveTime[@operator='A']/cda:period"
|
11
11
|
@refills_xpath = "./cda:repeatNumber"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cqm-reports
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The MITRE Corporation
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-09-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cqm-models
|