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 +4 -4
- data/lib/cqm_validators/version.rb +1 -1
- data/lib/reported_result_extractor.rb +2 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 373a5b373cf4fd7bac64a89962c5f89d02a0eb315d5a403847bfbfccecfdd51b
|
4
|
+
data.tar.gz: bdeb2d65bf142b1379bd3a5a18eba9bb291ab19792dfd30a46e45d5d0358bf0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d77cae95af40b79255e7782ead2fd8b9302e51be8dcb9dc33104f25929cece0d0266f98aae1d4f0a8c6e8af1d5bf0f61eaa2340c550a058ce0fd2477e23d2e0
|
7
|
+
data.tar.gz: 47300aabf3270d6fa7249507c470336cc0b883f4903c112840921c25a1eeb0cce6f154ab8a655c2787473ddc4188bd5558eb4b69cc67d2ce80c02ae6e0f107c6
|
@@ -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.
|
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:
|
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
|
240
|
+
rubygems_version: 3.1.4
|
241
241
|
signing_key:
|
242
242
|
specification_version: 4
|
243
243
|
summary: new cqm validator library
|