cqm-reports 3.1.4 → 3.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e0ceaca18d15bf285ae1a74d6c9844a5fa3226377857da71f654dad0185945f6
|
|
4
|
+
data.tar.gz: dff07718975472430f917e25772df47078df534fccbe985d37c37630c7c9f641
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c881930baa2fd8835a9e043278592e390c83acddaf43cef5eba5ce5dd37333151b0d7bdc418c90958a05ea6f9f36319d93df07cce09f7a27bb63428be3f36609
|
|
7
|
+
data.tar.gz: 6159a2125f19038c9524c2085a2a0e660a032ff31f4e0ea308f28ad8918febba2b54f2f7d695c78e87f40ff19699ec43828dc72555eb73216e979317b5afa81d
|
|
@@ -3,8 +3,14 @@
|
|
|
3
3
|
<typeId root="2.16.840.1.113883.1.3" extension="POCD_HD000040"/>
|
|
4
4
|
<!-- US Realm Header Template Id -->
|
|
5
5
|
<templateId root="2.16.840.1.113883.10.20.27.1.1" extension="2017-06-01"/>
|
|
6
|
-
|
|
6
|
+
{{#ry2022_submission?}}
|
|
7
|
+
<!-- QRDA Category III Report - CMS (V6) -->
|
|
8
|
+
<templateId root="2.16.840.1.113883.10.20.27.1.2" extension="2021-07-01"/>
|
|
9
|
+
{{/ry2022_submission?}}
|
|
10
|
+
{{^ry2022_submission?}}
|
|
11
|
+
<!-- QRDA Category III Report - CMS (V5) -->
|
|
7
12
|
<templateId root="2.16.840.1.113883.10.20.27.1.2" extension="2020-05-01"/>
|
|
13
|
+
{{/ry2022_submission?}}
|
|
8
14
|
<!-- This is the globally unique identifier for this QRDA document -->
|
|
9
15
|
<id root="{{random_id}}"/>
|
|
10
16
|
<!-- QRDA III document type code -->
|
|
@@ -27,6 +27,7 @@ class Qrda3R21 < Mustache
|
|
|
27
27
|
@performance_period_start = options[:start_time]
|
|
28
28
|
@performance_period_end = options[:end_time]
|
|
29
29
|
@submission_program = options[:submission_program]
|
|
30
|
+
@ry2022_submission = options[:ry2022_submission]
|
|
30
31
|
end
|
|
31
32
|
|
|
32
33
|
def agg_results(measure_id, cache_entries, population_sets)
|
|
@@ -87,6 +88,10 @@ class Qrda3R21 < Mustache
|
|
|
87
88
|
@submission_program == 'CPCPLUS'
|
|
88
89
|
end
|
|
89
90
|
|
|
91
|
+
def ry2022_submission?
|
|
92
|
+
@ry2022_submission
|
|
93
|
+
end
|
|
94
|
+
|
|
90
95
|
def payer_code?
|
|
91
96
|
self['type'] == 'PAYER'
|
|
92
97
|
end
|
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.5
|
|
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-07-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cqm-models
|