health-data-standards 4.3.1 → 4.3.2

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
- SHA256:
3
- metadata.gz: d83eb6d500f3b7d034ff83d68338f1e3500c0bad94cc43213cd1b1912016faf3
4
- data.tar.gz: 87be123a0f1426e4ec12f68f0f1c475722e884a5bbcba64fe976ca1fa17443b2
2
+ SHA1:
3
+ metadata.gz: 81b73da833dfb47a38fae3e57be0b1214df3c8a8
4
+ data.tar.gz: 573f34717d7c15a3fe61f8addaca96128c87619b
5
5
  SHA512:
6
- metadata.gz: 2ef01e4118e7abab76e13a10b0d0377751aef2ab55daf1f0d681c7f4fee8f964e85ecfaec876b3b0a9dc9481e34a393f28f0445a8b293b30d3640134a465988e
7
- data.tar.gz: bcc4fcf3624b882837bcbb29b51c7a60f6132eae1880d4ac7d14e8b6cef947c74d76f97a1871445fff9a19447edfbb4e8e62949054ca7609d0212e0cb9d92645
6
+ metadata.gz: d7dc82b2cb0821bd70eeee2875579ddbb9684202074ace6a27caddfb57684b14b66f8c0bfac4f7ae87210b259c2c91911054af7871dd72613e15609fc11d6615
7
+ data.tar.gz: afb4d8a0b3f8dc21711ad9b0132d2d51f82825dea4ca67242e690b30659682cefd880a2bc15892ce7cb8995e963e872b3626d8f13e725c736cbed31dd585ec35
@@ -192,7 +192,7 @@ module HQMF2
192
192
  value_obj = handle_attribute_value(attribute, value) if attribute.at_xpath('./cda:value', NAMESPACES)
193
193
 
194
194
  # Handle the cms_id - changed to eCQM in MAT 5.4 (QDM 5.3)
195
- @cms_id = "CMS#{value}v#{@hqmf_version_number.to_i}" if (name.include? 'eMeasure Identifier') || (name.include? 'eCQM Identifier')
195
+ @cms_id = "CMS#{value}v#{@hqmf_version_number.to_i}" if (!name.nil?) && ((name.include? 'eMeasure Identifier') || (name.include? 'eCQM Identifier'))
196
196
 
197
197
  HQMF::Attribute.new(id, code, value, nil, name, id_obj, code_obj, value_obj)
198
198
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: health-data-standards
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.1
4
+ version: 4.3.2
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: 2018-10-11 00:00:00.000000000 Z
11
+ date: 2018-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -965,7 +965,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
965
965
  version: '0'
966
966
  requirements: []
967
967
  rubyforge_project:
968
- rubygems_version: 2.7.7
968
+ rubygems_version: 2.6.14
969
969
  signing_key:
970
970
  specification_version: 4
971
971
  summary: A library for generating and consuming various healthcare related formats.