cqm-reports 2.0.6 → 2.0.7
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 +4 -4
- data/lib/qrda-export/catI-r5/_header.mustache +2 -2
- data/lib/qrda-export/catI-r5/qrda1_r5.mustache +2 -2
- data/lib/qrda-export/catI-r5/qrda_header/_record_target.mustache +0 -2
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_medication_supply_request.mustache +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c5442ec24e1213dc098625570800e5761aaf8fee
|
|
4
|
+
data.tar.gz: 5fe924ecc7052800191314ecefc420532fb6710c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4740c2904d068a1c425e8705273e32cf9fdb54f7b71ece2246d4ef2add7e2e9e3d03ac491a7a955d4b55045f1e473f58ea4d9bd734b0fedca46243b062f346c
|
|
7
|
+
data.tar.gz: 9a241907635504bafe476ef5c713101540d241b03de48b9e6aa5047c295a2763285ec8517594637b8dc68d526fa9b13e6f27fc22b4fc065500f3dfc0e9afc464
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
<!-- QRDA templateId -->
|
|
7
7
|
<templateId root="2.16.840.1.113883.10.20.24.1.1" extension="2017-08-01"/>
|
|
8
8
|
<!-- QDM-based QRDA templateId -->
|
|
9
|
-
<templateId root="2.16.840.1.113883.10.20.24.1.2" extension="
|
|
9
|
+
<templateId root="2.16.840.1.113883.10.20.24.1.2" extension="2018-10-01"/>
|
|
10
10
|
<!-- CMS QRDA templateId -->
|
|
11
|
-
<templateId root="2.16.840.1.113883.10.20.24.1.3" extension="
|
|
11
|
+
<templateId root="2.16.840.1.113883.10.20.24.1.3" extension="2019-02-01"/>
|
|
12
12
|
<!-- This is the globally unique identifier for this QRDA document -->
|
|
13
13
|
<id root="{{random_id}}"/>
|
|
14
14
|
<!-- QRDA document type code -->
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
<!-- This is the templateId for Patient Data section -->
|
|
13
13
|
<templateId root="2.16.840.1.113883.10.20.17.2.4"/>
|
|
14
14
|
<!-- This is the templateId for Patient Data QDM section -->
|
|
15
|
-
<templateId extension="
|
|
16
|
-
<templateId extension="
|
|
15
|
+
<templateId extension="2018-10-01" root="2.16.840.1.113883.10.20.24.2.1"/>
|
|
16
|
+
<templateId extension="2019-02-01" root="2.16.840.1.113883.10.20.24.2.1.1"/>
|
|
17
17
|
<code code="55188-7" codeSystem="2.16.840.1.113883.6.1"/>
|
|
18
18
|
<title>Patient Data</title>
|
|
19
19
|
<text/>
|
|
@@ -44,8 +44,6 @@
|
|
|
44
44
|
<ethnicGroupCode nullFlavor="UNK"/>
|
|
45
45
|
{{/patient_characteristic_ethnicity}}
|
|
46
46
|
<languageCommunication>
|
|
47
|
-
<templateId root="2.16.840.1.113883.3.88.11.83.2" assigningAuthorityName="HITSP/C83"/>
|
|
48
|
-
<templateId root="1.3.6.1.4.1.19376.1.5.3.1.2.1" assigningAuthorityName="IHE/PCC"/>
|
|
49
47
|
<languageCode code="eng"/>
|
|
50
48
|
</languageCommunication>
|
|
51
49
|
</patient>
|
data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_medication_supply_request.mustache
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<supply classCode="SPLY" moodCode="RQO">
|
|
2
2
|
<!-- Medication Supply Request (V2) template -->
|
|
3
|
-
<templateId root="2.16.840.1.113883.10.20.24.3.99" extension="
|
|
3
|
+
<templateId root="2.16.840.1.113883.10.20.24.3.99" extension="2015-04-05"/>
|
|
4
4
|
<!-- Conforms to C-CDA R2 Planned Supply (V2) template-->
|
|
5
5
|
<templateId root="2.16.840.1.113883.10.20.22.4.43" extension="2014-06-09" />
|
|
6
6
|
<id root="{{random_id}}"/>
|
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: 2.0.
|
|
4
|
+
version: 2.0.7
|
|
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: 2020-
|
|
11
|
+
date: 2020-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cqm-models
|