cqm-reports 3.1.4 → 3.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 294e31e72ca88d7e9a85c08b1995728693cb2cf80a906273a8f1762ef5a1cc01
4
- data.tar.gz: c969fcf65e9f7f8efabb02c636aad2bef9659d2221c0e72a94afe9ec993c8e16
3
+ metadata.gz: e0ceaca18d15bf285ae1a74d6c9844a5fa3226377857da71f654dad0185945f6
4
+ data.tar.gz: dff07718975472430f917e25772df47078df534fccbe985d37c37630c7c9f641
5
5
  SHA512:
6
- metadata.gz: aa75bf444859f1fdff85ae788fa277f0acb8f75e4d6e036717a0545f7af2a19800f446500101f36f9773bff9eb815b3cf4601bf1694d26af2468f04ffa3cc5cc
7
- data.tar.gz: 78fe7570a996c1cd80517e74a856c2149a5cb351b933dccda3870f8b6781f707cd0c957b343421a0b54a5d8205c3bcfe96d535f4fe2fc53658c2cd0db8e2ba95
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
- <!-- QRDA Category III Report - CMS (V4) -->
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
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-06-17 00:00:00.000000000 Z
11
+ date: 2021-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cqm-models