cqm-reports 3.1.1 → 3.1.2
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
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 9d999a13b64a6a37c2ad61c53c5325162a31eb948e95556a421474eb22cca735
|
|
4
|
+
data.tar.gz: f4d69a6e256859b77ea3da62a332f48e358ca4a3589d1d08bbf57889b6977f20
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99e4bb97fe1ecbcb0a4f336b0e2e6d0f5d6d85dd05f539a4ea71ad28fbb091b9cf78c2c23605f0e1344c736b4fdc38e0cda8bc12efb2ca52f4f393f158f979c6
|
|
7
|
+
data.tar.gz: 5c0b2e94fa51e623b071aecfc34537bc16efed7069d1bac433b178491462679fde863b24b6ee7cce9191b27e320d24fdfa004b0077f6e5be8492524f23cc89e5
|
data/Gemfile
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
5
5
|
{{#patient}}
|
|
6
|
-
<title>Cypress Certification Patient Test Record: {{
|
|
6
|
+
<title>Cypress Certification Patient Test Record: {{given_name}} {{familyName}}</title>
|
|
7
7
|
{{/patient}}
|
|
8
8
|
{{#include_style?}}
|
|
9
9
|
{{> _header_css}}
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
{{#patient}}
|
|
14
|
-
<h1 class="h1center">Cypress Certification Patient Test Record: {{
|
|
14
|
+
<h1 class="h1center">Cypress Certification Patient Test Record: {{given_name}} {{familyName}}</h1>
|
|
15
15
|
<div class="div-table">
|
|
16
16
|
<div class="div-table-body">
|
|
17
17
|
<div class="div-head-row patient_narr_tr panel panel-default patient-details">
|
|
18
18
|
<div class="div-table-head patient_narr_th panel-heading"><span class="td_label">Patient</span></div>
|
|
19
|
-
<div class="div-table-head">{{
|
|
19
|
+
<div class="div-table-head">{{given_name}} {{familyName}}</div>
|
|
20
20
|
<div class="div-table-head patient_narr_th panel-heading"><span class="td_label">Sex</span></div>
|
|
21
21
|
<div class="div-table-head">{{{gender}}}</div>
|
|
22
22
|
</div>
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
<div class="div-table-head">{{{race}}}</div>
|
|
32
32
|
<div class="div-table-head patient_narr_th panel-heading"><span class="td_label">Ethnicity</span></div>
|
|
33
33
|
<div class="div-table-head">{{{ethnic_group}}}</div>
|
|
34
|
-
</div>
|
|
34
|
+
</div>
|
|
35
35
|
<div class="div-head-row patient_narr_tr panel panel-default patient-details">
|
|
36
36
|
<div class="div-table-head patient_narr_th panel-heading"><span class="td_label">Insurance Providers</span></div>
|
|
37
37
|
<div class="div-table-head">{{{payer}}}</div>
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The MITRE Corporation
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-08-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cqm-models
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 3.0.
|
|
19
|
+
version: 3.0.3
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 3.0.
|
|
26
|
+
version: 3.0.3
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: cqm-validators
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -343,7 +343,7 @@ homepage: https://github.com/projecttacoma/cqm-reports
|
|
|
343
343
|
licenses:
|
|
344
344
|
- Apache-2.0
|
|
345
345
|
metadata: {}
|
|
346
|
-
post_install_message:
|
|
346
|
+
post_install_message:
|
|
347
347
|
rdoc_options: []
|
|
348
348
|
require_paths:
|
|
349
349
|
- lib
|
|
@@ -358,9 +358,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
358
358
|
- !ruby/object:Gem::Version
|
|
359
359
|
version: '0'
|
|
360
360
|
requirements: []
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
signing_key:
|
|
361
|
+
rubygems_version: 3.0.8
|
|
362
|
+
signing_key:
|
|
364
363
|
specification_version: 4
|
|
365
364
|
summary: A library for import and export of reports for use with electronic Clinical
|
|
366
365
|
Quality Measures (eCQMs).
|