change_health 3.5.1 → 3.5.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
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21003bc5658e7a52ae3218445c766a83eb897b6eae35bd0cc63f42a94bc84ee6
|
4
|
+
data.tar.gz: ed6ddcf079ade0f37a23c109ab8a264bf18bbfc7745f8e7a59038629954c12cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a89a6adaed5d80cacaa2f23a23eab21f409a19361620bf49ae3afe020be1ef02a3d7e9be4cf4d045cf1307ffd32b3a2faaa1ece65a9eddd298e882cfdeff76bb
|
7
|
+
data.tar.gz: d9ebd400bbabd5d1514b5a3f0bfeabbf02db383b7ddd762571a1420ef0b451c67ee7b23070d42b1699672dd677ca5942030027944633501a811458a2ec3f7ec0
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
|
|
5
5
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
6
6
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
7
7
|
|
8
|
+
# [3.5.2] - 2022-04-27
|
9
|
+
|
10
|
+
* Added properties of `claimNote` to `claimInformation` so it will serialize properly into JSON
|
11
|
+
|
8
12
|
# [3.5.1] - 2022-04-12
|
9
13
|
|
10
14
|
* Added properties of `lineAdjudicationInformation` and `otherSubscriberInformation` so they can serialize correctly into JSON
|
@@ -345,7 +349,8 @@ Added the ability to hit professional claim submission API. For more details, se
|
|
345
349
|
* Authentication
|
346
350
|
* Configuration
|
347
351
|
|
348
|
-
[3.5.
|
352
|
+
[3.5.2]: https://github.com/WeInfuse/change_health/compare/v3.5.1...v3.5.2
|
353
|
+
[3.5.1]: https://github.com/WeInfuse/change_health/compare/v3.5.0...v3.5.1
|
349
354
|
[3.5.0]: https://github.com/WeInfuse/change_health/compare/v3.4.0...v3.5.0
|
350
355
|
[3.4.0]: https://github.com/WeInfuse/change_health/compare/v3.3.0...v3.4.0
|
351
356
|
[3.3.0]: https://github.com/WeInfuse/change_health/compare/v3.2.0...v3.3.0
|
@@ -16,6 +16,7 @@ module ChangeHealth
|
|
16
16
|
property :serviceLines, from: :service_lines, required: false
|
17
17
|
property :signatureIndicator, from: :signature_indicator, required: false
|
18
18
|
property :otherSubscriberInformation, from: :other_subscriber_information, required: false
|
19
|
+
property :claimNote, from: :claim_note, required: false
|
19
20
|
|
20
21
|
def add_service_line(service_line)
|
21
22
|
self[:serviceLines] ||= []
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: change_health
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.5.
|
4
|
+
version: 3.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Crockett
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-04-
|
11
|
+
date: 2022-04-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|