change_health 5.10.0 → 5.11.0

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: 76afe5541df02b6df0d1b83cb4199df529a216afba9ba9d4a3ae7b057eda0ebe
4
- data.tar.gz: c7b13eb6537243998082cd540402d3d8a154bd6ee1b1a69755f7eb5defec2f59
3
+ metadata.gz: e240b8e4c7035c2493d55944f012cdcdcd52a79ae2ed3720a45263ccd77f469d
4
+ data.tar.gz: bbffd74c04104f5860a179bd63ec93d669c3ec29df682f1ae25d807769e27d54
5
5
  SHA512:
6
- metadata.gz: f5ae3ef5eb904290ec804e31979503343b70ef3ee9cb12b528aed2227486f1fce976acb6442678492dad9b6932d51af181e5c281cdf64d99cf01a417d48d4ba4
7
- data.tar.gz: c6fbdfd8f6ad5bbe9f77d83cb7e65aed4bc100327836b345b34cd4c562caab1c2ea6eb66f02c3bcef8987db7e06af39eee4c51a6b9c9f2da6f142a21f00cb314
6
+ metadata.gz: f7116972a60aec7910547f79826e031a2c2b9a8e709f6135d78b90498b1a29f60a26bd9fa351ddc15b73530384fb4dce4576249d2f562d6a2593595c4f401aca
7
+ data.tar.gz: 39c32719efc263b412d48e04d60df46e2ece16e38712188be6a6c2246f9a5ab489ed9a5ffbfa4e6023cb71a03fa44fc8f41c2d2fa7ae41bc0339abcf9fcbc250
data/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ 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
+ # [5.11.0] - 2024-04-23
9
+
10
+ ### Added
11
+
12
+ * orderingProvider to ChangeHealth::Models::Claim::ServiceLine
13
+
8
14
  # [5.10.0] - 2024-04-23
9
15
 
10
16
  ### Added
@@ -644,6 +650,7 @@ Added the ability to hit professional claim submission API. For more details, se
644
650
  * Authentication
645
651
  * Configuration
646
652
 
653
+ [5.11.0]: https://github.com/WeInfuse/change_health/compare/v5.10.0...v5.11.0
647
654
  [5.10.0]: https://github.com/WeInfuse/change_health/compare/v5.9.0...v5.10.0
648
655
  [5.9.0]: https://github.com/WeInfuse/change_health/compare/v5.8.1...v5.9.0
649
656
  [5.8.1]: https://github.com/WeInfuse/change_health/compare/v5.8.0...v5.8.1
@@ -6,6 +6,7 @@ module ChangeHealth
6
6
  property :drugIdentification, from: :drug_identification
7
7
  property :institutionalService, from: :institutional_service
8
8
  property :lineAdjudicationInformation, from: :line_adjudication_information
9
+ property :orderingProvider, from: :ordering_provider
9
10
  property :professionalService, from: :professional_service
10
11
  property :renderingProvider, from: :rendering_provider
11
12
  property :serviceDate, from: :service_date
@@ -1,3 +1,3 @@
1
1
  module ChangeHealth
2
- VERSION = '5.10.0'.freeze
2
+ VERSION = '5.11.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: change_health
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.10.0
4
+ version: 5.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Crockett
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2024-04-23 00:00:00.000000000 Z
@@ -128,7 +128,7 @@ dependencies:
128
128
  - - "~>"
129
129
  - !ruby/object:Gem::Version
130
130
  version: '0.9'
131
- description:
131
+ description:
132
132
  email:
133
133
  - mike.crockett@weinfuse.com
134
134
  executables: []
@@ -206,7 +206,7 @@ licenses:
206
206
  - MIT
207
207
  metadata:
208
208
  allowed_push_host: https://rubygems.org
209
- post_install_message:
209
+ post_install_message:
210
210
  rdoc_options: []
211
211
  require_paths:
212
212
  - lib
@@ -222,7 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
222
222
  version: '0'
223
223
  requirements: []
224
224
  rubygems_version: 3.1.6
225
- signing_key:
225
+ signing_key:
226
226
  specification_version: 4
227
227
  summary: Ruby wrapper for the ChangeHealth API
228
228
  test_files: []