cqm-validators 4.0.5 → 4.0.6

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
2
  SHA256:
3
- metadata.gz: 7c01be829e2b84a8a971c5cb4bb60adfc22d5c71be423d948f1c1fcebeda0420
4
- data.tar.gz: e026475414697b317e4ba18d3ac0acd98e19a3488b77091337ff0576b849877b
3
+ metadata.gz: 373a5b373cf4fd7bac64a89962c5f89d02a0eb315d5a403847bfbfccecfdd51b
4
+ data.tar.gz: bdeb2d65bf142b1379bd3a5a18eba9bb291ab19792dfd30a46e45d5d0358bf0a
5
5
  SHA512:
6
- metadata.gz: 3e19e002fa4720594d1fc5660d27647dbc9271029e88a6985ec18e718567d9f7226f45261b56cf469e3fb6811d65245d84441de7bdfce1fe3235279cccfa7a82
7
- data.tar.gz: ddb73e06cb62ed4e32cdd0fe3c951fe9559956b6f31b3d1fd01fa21ebabe86b8110b4a29ad9bb9c007d2737d6082fc0ab2e8ae24b051aa1abd3051173d4c8e58
6
+ metadata.gz: 3d77cae95af40b79255e7782ead2fd8b9302e51be8dcb9dc33104f25929cece0d0266f98aae1d4f0a8c6e8af1d5bf0f61eaa2340c550a058ce0fd2477e23d2e0
7
+ data.tar.gz: 47300aabf3270d6fa7249507c470336cc0b883f4903c112840921c25a1eeb0cce6f154ab8a655c2787473ddc4188bd5558eb4b69cc67d2ce80c02ae6e0f107c6
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CqmValidators
4
- VERSION = '4.0.5'
4
+ VERSION = '4.0.6'
5
5
  end
@@ -158,6 +158,8 @@ module CqmValidators
158
158
  if value.at_xpath('./@nullFlavor')
159
159
  if supp == 'PAYER' && value['xsi:type'] == 'CD' && value['nullFlavor'] == 'OTH' && value.at_xpath('cda:translation') && value.at_xpath('cda:translation')['code']
160
160
  key_hash[value.at_xpath('cda:translation')['code']] = count
161
+ elsif supp == 'SEX' && value['xsi:type'] == 'CD' && value['nullFlavor'] == 'OTH' && value.at_xpath('cda:translation') && value.at_xpath('cda:translation')['code']
162
+ key_hash[value.at_xpath('cda:translation')['code']] = count
161
163
  else
162
164
  key_hash['UNK'] = count
163
165
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cqm-validators
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.5
4
+ version: 4.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laura
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2024-02-29 00:00:00.000000000 Z
12
+ date: 2025-06-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
@@ -237,7 +237,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
237
237
  - !ruby/object:Gem::Version
238
238
  version: '0'
239
239
  requirements: []
240
- rubygems_version: 3.4.10
240
+ rubygems_version: 3.1.4
241
241
  signing_key:
242
242
  specification_version: 4
243
243
  summary: new cqm validator library