health-data-standards 3.2.1 → 3.2.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.
|
@@ -138,8 +138,8 @@ module HealthDataStandards
|
|
|
138
138
|
value_set_oid = 'In QRDA Header (Non Null Value)'
|
|
139
139
|
qrda_template = 'N/A'
|
|
140
140
|
end # end begin recue
|
|
141
|
-
|
|
142
|
-
|
|
141
|
+
description = "#{HQMF::DataCriteria.title_for_template_id(template).titleize}: #{data_criteria.title}"
|
|
142
|
+
result << {description: description, oid: value_set_oid, template: qrda_template}
|
|
143
143
|
if data_criteria.temporal_references
|
|
144
144
|
data_criteria.temporal_references.each do |temporal_reference|
|
|
145
145
|
if temporal_reference.reference.id != 'MeasurePeriod'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: health-data-standards
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2013-
|
|
16
|
+
date: 2013-07-01 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: rest-client
|