candidhealth 0.43.1 → 0.46.0

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.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/lib/candidhealth/billing_notes/v_2/client.rb +2 -2
  3. data/lib/candidhealth/charge_capture/v_1/client.rb +479 -559
  4. data/lib/candidhealth/charge_capture/v_1/types/charge_capture_data.rb +200 -190
  5. data/lib/candidhealth/charge_capture_bundles/v_1/client.rb +2 -44
  6. data/lib/candidhealth/commons/types/street_address_optional_base.rb +99 -0
  7. data/lib/candidhealth/commons/types/street_address_short_zip_optional.rb +107 -0
  8. data/lib/candidhealth/contracts/v_2/client.rb +18 -34
  9. data/lib/candidhealth/contracts/v_2/types/contract_sort_field.rb +18 -0
  10. data/lib/candidhealth/credentialing/v_2/client.rb +6 -44
  11. data/lib/candidhealth/diagnoses/client.rb +4 -14
  12. data/lib/candidhealth/eligibility/v_2/client.rb +4 -4
  13. data/lib/candidhealth/encounter_attachments/v_1/client.rb +0 -6
  14. data/lib/candidhealth/encounter_providers/v_2/client.rb +16 -16
  15. data/lib/candidhealth/encounter_providers/v_2/types/billing_provider_update_with_optional_address.rb +160 -0
  16. data/lib/candidhealth/encounter_providers/v_2/types/initial_referring_provider_update_with_optional_address.rb +134 -0
  17. data/lib/candidhealth/encounter_providers/v_2/types/referring_provider_update_with_optional_address.rb +125 -0
  18. data/lib/candidhealth/encounter_providers/v_2/types/rendering_provider_update_with_optional_address.rb +125 -0
  19. data/lib/candidhealth/encounter_providers/v_2/types/supervising_provider_update_with_optional_address.rb +125 -0
  20. data/lib/candidhealth/encounters/v_4/client.rb +259 -293
  21. data/lib/candidhealth/encounters/v_4/types/encounter.rb +23 -13
  22. data/lib/candidhealth/encounters/v_4/types/encounter_base.rb +10 -10
  23. data/lib/candidhealth/encounters/v_4/types/encounter_create_from_pre_encounter.rb +10 -10
  24. data/lib/candidhealth/encounters/v_4/types/encounter_optional.rb +26 -184
  25. data/lib/candidhealth/expected_network_status/v_1/client.rb +12 -18
  26. data/lib/candidhealth/expected_network_status/v_2/client.rb +4 -4
  27. data/lib/candidhealth/expected_network_status/v_2/types/empty_object.rb +53 -0
  28. data/lib/candidhealth/expected_network_status/v_2/types/insurance_type_codes.rb +13 -10
  29. data/lib/candidhealth/external_payment_account_config/v_1/client.rb +2 -2
  30. data/lib/candidhealth/fee_schedules/v_3/client.rb +12 -68
  31. data/lib/candidhealth/fee_schedules/v_3/types/payer_threshold.rb +3 -3
  32. data/lib/candidhealth/fee_schedules/v_3/types/rate_entry.rb +2 -2
  33. data/lib/candidhealth/guarantor/v_1/client.rb +4 -4
  34. data/lib/candidhealth/import_invoice/v_1/client.rb +6 -28
  35. data/lib/candidhealth/individual/types/patient_update_with_optional_address.rb +179 -0
  36. data/lib/candidhealth/insurance_adjudications/v_1/client.rb +2 -2
  37. data/lib/candidhealth/insurance_payments/v_1/client.rb +2 -20
  38. data/lib/candidhealth/insurance_refunds/v_1/client.rb +6 -24
  39. data/lib/candidhealth/medication_dispense/v_1/client.rb +2 -2
  40. data/lib/candidhealth/non_insurance_payer_payments/v_1/client.rb +6 -22
  41. data/lib/candidhealth/non_insurance_payer_refunds/v_1/client.rb +6 -22
  42. data/lib/candidhealth/non_insurance_payers/v_1/client.rb +6 -22
  43. data/lib/candidhealth/organization_providers/v_3/client.rb +4 -4
  44. data/lib/candidhealth/organization_service_facilities/v_2/client.rb +2 -2
  45. data/lib/candidhealth/patient_payments/v_4/client.rb +8 -38
  46. data/lib/candidhealth/patient_refunds/v_1/client.rb +8 -40
  47. data/lib/candidhealth/payer_plan_groups/v_1/client.rb +6 -30
  48. data/lib/candidhealth/pre_encounter/appointments/v_1/client.rb +32 -44
  49. data/lib/candidhealth/pre_encounter/appointments/v_1/types/appointment.rb +4 -4
  50. data/lib/candidhealth/pre_encounter/common/types/base_model.rb +4 -4
  51. data/lib/candidhealth/pre_encounter/coverages/v_1/client.rb +24 -34
  52. data/lib/candidhealth/pre_encounter/coverages/v_1/types/coverage.rb +4 -4
  53. data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/client.rb +2 -2
  54. data/lib/candidhealth/pre_encounter/images/v_1/client.rb +20 -20
  55. data/lib/candidhealth/pre_encounter/images/v_1/types/image.rb +6 -6
  56. data/lib/candidhealth/pre_encounter/lists/v_1/client.rb +4 -28
  57. data/lib/candidhealth/pre_encounter/notes/v_1/client.rb +14 -14
  58. data/lib/candidhealth/pre_encounter/notes/v_1/types/note.rb +4 -4
  59. data/lib/candidhealth/pre_encounter/patients/v_1/client.rb +56 -68
  60. data/lib/candidhealth/pre_encounter/patients/v_1/types/mutable_patient.rb +8 -8
  61. data/lib/candidhealth/pre_encounter/patients/v_1/types/mutable_patient_with_mrn.rb +8 -8
  62. data/lib/candidhealth/pre_encounter/patients/v_1/types/patient.rb +16 -16
  63. data/lib/candidhealth/pre_encounter/tags/v_1/client.rb +16 -16
  64. data/lib/candidhealth/pre_encounter/tags/v_1/types/tag.rb +4 -4
  65. data/lib/candidhealth/service_facility/client.rb +2 -2
  66. data/lib/candidhealth/service_facility/types/encounter_service_facility_update_with_optional_address.rb +113 -0
  67. data/lib/candidhealth/service_lines/v_2/client.rb +4 -4
  68. data/lib/candidhealth/superbills/v_1/client.rb +4 -6
  69. data/lib/candidhealth/tasks/v_3/client.rb +6 -34
  70. data/lib/candidhealth/write_offs/v_1/client.rb +2 -24
  71. data/lib/environment.rb +4 -0
  72. data/lib/requests.rb +2 -2
  73. data/lib/types_export.rb +11 -1
  74. metadata +13 -3
  75. data/lib/candidhealth/billing_notes/v_2/types/billing_note_optional.rb +0 -112
@@ -145,7 +145,7 @@ module CandidApiClient
145
145
  # Multiple schema
146
146
  # instances cannot be created for the same schema on an encounter.
147
147
  attr_reader :schema_instances
148
- # @return [String] Refers to REF\*9F on the 837p. Value cannot be greater than 50 characters.
148
+ # @return [String] Refers to REF*9F on the 837p. Value cannot be greater than 50 characters.
149
149
  attr_reader :referral_number
150
150
  # @return [CandidApiClient::Encounters::V4::Types::EpsdtReferral] Refers Box 24H on the CMS1500 form and Loop 2300 CRC - EPSDT Referral on the
151
151
  # 837P form
@@ -153,6 +153,9 @@ module CandidApiClient
153
153
  # @return [Array<CandidApiClient::Encounters::V4::Types::ClaimSupplementalInformation>] Refers to Loop 2300 - Segment PWK on the 837P form. No more than 10 entries are
154
154
  # permitted.
155
155
  attr_reader :claim_supplemental_information
156
+ # @return [String] When Medicaid is billed as the secondary payer the Carrier Code is used to
157
+ # identify the primary payer. This is required for certain states.
158
+ attr_reader :secondary_payer_carrier_code
156
159
  # @return [DateTime] The date and time the encounter was last submitted to a payer.
157
160
  attr_reader :last_submitted_at
158
161
  # @return [DateTime] The date and time the encounter was created.
@@ -218,31 +221,31 @@ module CandidApiClient
218
221
  # @return [String] Defines additional information on the claim needed by the payer.
219
222
  # Box 19 on the CMS-1500 claim form.
220
223
  attr_reader :additional_information
221
- # @return [CandidApiClient::Encounters::V4::Types::ServiceAuthorizationExceptionCode] 837p Loop2300 REF\*4N
224
+ # @return [CandidApiClient::Encounters::V4::Types::ServiceAuthorizationExceptionCode] 837p Loop2300 REF*4N
222
225
  # Required when mandated by government law or regulation to obtain authorization
223
226
  # for specific service(s) but, for the
224
227
  # reasons listed in one of the enum values of ServiceAuthorizationExceptionCode,
225
228
  # the service was performed without
226
229
  # obtaining the authorization.
227
230
  attr_reader :service_authorization_exception_code
228
- # @return [Date] 837p Loop2300 DTP\*435, CMS-1500 Box 18
231
+ # @return [Date] 837p Loop2300 DTP*435, CMS-1500 Box 18
229
232
  # Required on all ambulance claims when the patient was known to be admitted to
230
233
  # the hospital.
231
234
  # OR
232
235
  # Required on all claims involving inpatient medical visits.
233
236
  attr_reader :admission_date
234
- # @return [Date] 837p Loop2300 DTP\*096, CMS-1500 Box 18
237
+ # @return [Date] 837p Loop2300 DTP*096, CMS-1500 Box 18
235
238
  # Required for inpatient claims when the patient was discharged from the facility
236
239
  # and the discharge date is known.
237
240
  attr_reader :discharge_date
238
- # @return [Date] 837p Loop2300 DTP\*431, CMS-1500 Box 14
241
+ # @return [Date] 837p Loop2300 DTP*431, CMS-1500 Box 14
239
242
  # Required for the initial medical service or visit performed in response to a
240
243
  # medical emergency when the date is available and is different than the date of
241
244
  # service.
242
245
  # OR
243
246
  # This date is the onset of acute symptoms for the current illness or condition.
244
247
  attr_reader :onset_of_current_illness_or_symptom_date
245
- # @return [Date] 837p Loop2300 DTP\*484, CMS-1500 Box 14
248
+ # @return [Date] 837p Loop2300 DTP*484, CMS-1500 Box 14
246
249
  # Required when, in the judgment of the provider, the services on this claim are
247
250
  # related to the patient's pregnancy.
248
251
  attr_reader :last_menstrual_period_date
@@ -334,11 +337,13 @@ module CandidApiClient
334
337
  # @param schema_instances [Array<CandidApiClient::CustomSchemas::V1::Types::SchemaInstance>] Key-value pairs that must adhere to a schema created via the Custom Schema API.
335
338
  # Multiple schema
336
339
  # instances cannot be created for the same schema on an encounter.
337
- # @param referral_number [String] Refers to REF\*9F on the 837p. Value cannot be greater than 50 characters.
340
+ # @param referral_number [String] Refers to REF*9F on the 837p. Value cannot be greater than 50 characters.
338
341
  # @param epsdt_referral [CandidApiClient::Encounters::V4::Types::EpsdtReferral] Refers Box 24H on the CMS1500 form and Loop 2300 CRC - EPSDT Referral on the
339
342
  # 837P form
340
343
  # @param claim_supplemental_information [Array<CandidApiClient::Encounters::V4::Types::ClaimSupplementalInformation>] Refers to Loop 2300 - Segment PWK on the 837P form. No more than 10 entries are
341
344
  # permitted.
345
+ # @param secondary_payer_carrier_code [String] When Medicaid is billed as the secondary payer the Carrier Code is used to
346
+ # identify the primary payer. This is required for certain states.
342
347
  # @param last_submitted_at [DateTime] The date and time the encounter was last submitted to a payer.
343
348
  # @param created_at [DateTime] The date and time the encounter was created.
344
349
  # @param external_id [String] A client-specified unique ID to associate with this encounter;
@@ -388,27 +393,27 @@ module CandidApiClient
388
393
  # billing the responsible_party.
389
394
  # @param additional_information [String] Defines additional information on the claim needed by the payer.
390
395
  # Box 19 on the CMS-1500 claim form.
391
- # @param service_authorization_exception_code [CandidApiClient::Encounters::V4::Types::ServiceAuthorizationExceptionCode] 837p Loop2300 REF\*4N
396
+ # @param service_authorization_exception_code [CandidApiClient::Encounters::V4::Types::ServiceAuthorizationExceptionCode] 837p Loop2300 REF*4N
392
397
  # Required when mandated by government law or regulation to obtain authorization
393
398
  # for specific service(s) but, for the
394
399
  # reasons listed in one of the enum values of ServiceAuthorizationExceptionCode,
395
400
  # the service was performed without
396
401
  # obtaining the authorization.
397
- # @param admission_date [Date] 837p Loop2300 DTP\*435, CMS-1500 Box 18
402
+ # @param admission_date [Date] 837p Loop2300 DTP*435, CMS-1500 Box 18
398
403
  # Required on all ambulance claims when the patient was known to be admitted to
399
404
  # the hospital.
400
405
  # OR
401
406
  # Required on all claims involving inpatient medical visits.
402
- # @param discharge_date [Date] 837p Loop2300 DTP\*096, CMS-1500 Box 18
407
+ # @param discharge_date [Date] 837p Loop2300 DTP*096, CMS-1500 Box 18
403
408
  # Required for inpatient claims when the patient was discharged from the facility
404
409
  # and the discharge date is known.
405
- # @param onset_of_current_illness_or_symptom_date [Date] 837p Loop2300 DTP\*431, CMS-1500 Box 14
410
+ # @param onset_of_current_illness_or_symptom_date [Date] 837p Loop2300 DTP*431, CMS-1500 Box 14
406
411
  # Required for the initial medical service or visit performed in response to a
407
412
  # medical emergency when the date is available and is different than the date of
408
413
  # service.
409
414
  # OR
410
415
  # This date is the onset of acute symptoms for the current illness or condition.
411
- # @param last_menstrual_period_date [Date] 837p Loop2300 DTP\*484, CMS-1500 Box 14
416
+ # @param last_menstrual_period_date [Date] 837p Loop2300 DTP*484, CMS-1500 Box 14
412
417
  # Required when, in the judgment of the provider, the services on this claim are
413
418
  # related to the patient's pregnancy.
414
419
  # @param delay_reason_code [CandidApiClient::Commons::Types::DelayReasonCode] 837i Loop2300, CLM-1300 Box 20
@@ -416,7 +421,7 @@ module CandidApiClient
416
421
  # @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
417
422
  # @return [CandidApiClient::Encounters::V4::Types::Encounter]
418
423
  def initialize(encounter_id:, claims:, patient:, billing_provider:, rendering_provider:, service_facility:,
419
- responsible_party:, url:, diagnoses:, clinical_notes:, patient_histories:, patient_payments:, tags:, owner_of_next_action:, submission_origin:, schema_instances:, created_at:, external_id:, patient_authorized_release:, benefits_assigned_to_provider:, provider_accepts_assignment:, billable_status:, patient_control_number: OMIT, guarantor: OMIT, referring_provider: OMIT, initial_referring_provider: OMIT, supervising_provider: OMIT, subscriber_primary: OMIT, subscriber_secondary: OMIT, subscriber_tertiary: OMIT, prior_authorization_number: OMIT, billing_notes: OMIT, place_of_service_code: OMIT, place_of_service_code_as_submitted: OMIT, coding_attribution: OMIT, work_queue_id: OMIT, work_queue_membership_activated_at: OMIT, referral_number: OMIT, epsdt_referral: OMIT, claim_supplemental_information: OMIT, last_submitted_at: OMIT, date_of_service: OMIT, end_date_of_service: OMIT, appointment_type: OMIT, existing_medications: OMIT, vitals: OMIT, interventions: OMIT, pay_to_address: OMIT, synchronicity: OMIT, additional_information: OMIT, service_authorization_exception_code: OMIT, admission_date: OMIT, discharge_date: OMIT, onset_of_current_illness_or_symptom_date: OMIT, last_menstrual_period_date: OMIT, delay_reason_code: OMIT, additional_properties: nil)
424
+ responsible_party:, url:, diagnoses:, clinical_notes:, patient_histories:, patient_payments:, tags:, owner_of_next_action:, submission_origin:, schema_instances:, created_at:, external_id:, patient_authorized_release:, benefits_assigned_to_provider:, provider_accepts_assignment:, billable_status:, patient_control_number: OMIT, guarantor: OMIT, referring_provider: OMIT, initial_referring_provider: OMIT, supervising_provider: OMIT, subscriber_primary: OMIT, subscriber_secondary: OMIT, subscriber_tertiary: OMIT, prior_authorization_number: OMIT, billing_notes: OMIT, place_of_service_code: OMIT, place_of_service_code_as_submitted: OMIT, coding_attribution: OMIT, work_queue_id: OMIT, work_queue_membership_activated_at: OMIT, referral_number: OMIT, epsdt_referral: OMIT, claim_supplemental_information: OMIT, secondary_payer_carrier_code: OMIT, last_submitted_at: OMIT, date_of_service: OMIT, end_date_of_service: OMIT, appointment_type: OMIT, existing_medications: OMIT, vitals: OMIT, interventions: OMIT, pay_to_address: OMIT, synchronicity: OMIT, additional_information: OMIT, service_authorization_exception_code: OMIT, admission_date: OMIT, discharge_date: OMIT, onset_of_current_illness_or_symptom_date: OMIT, last_menstrual_period_date: OMIT, delay_reason_code: OMIT, additional_properties: nil)
420
425
  @patient_control_number = patient_control_number if patient_control_number != OMIT
421
426
  @encounter_id = encounter_id
422
427
  @claims = claims
@@ -455,6 +460,7 @@ module CandidApiClient
455
460
  @referral_number = referral_number if referral_number != OMIT
456
461
  @epsdt_referral = epsdt_referral if epsdt_referral != OMIT
457
462
  @claim_supplemental_information = claim_supplemental_information if claim_supplemental_information != OMIT
463
+ @secondary_payer_carrier_code = secondary_payer_carrier_code if secondary_payer_carrier_code != OMIT
458
464
  @last_submitted_at = last_submitted_at if last_submitted_at != OMIT
459
465
  @created_at = created_at
460
466
  @external_id = external_id
@@ -517,6 +523,7 @@ module CandidApiClient
517
523
  "referral_number": referral_number,
518
524
  "epsdt_referral": epsdt_referral,
519
525
  "claim_supplemental_information": claim_supplemental_information,
526
+ "secondary_payer_carrier_code": secondary_payer_carrier_code,
520
527
  "last_submitted_at": last_submitted_at,
521
528
  "created_at": created_at,
522
529
  "external_id": external_id,
@@ -674,6 +681,7 @@ module CandidApiClient
674
681
  item = item.to_json
675
682
  CandidApiClient::Encounters::V4::Types::ClaimSupplementalInformation.from_json(json_object: item)
676
683
  end
684
+ secondary_payer_carrier_code = struct["secondary_payer_carrier_code"]
677
685
  last_submitted_at = unless parsed_json["last_submitted_at"].nil?
678
686
  DateTime.parse(parsed_json["last_submitted_at"])
679
687
  end
@@ -755,6 +763,7 @@ module CandidApiClient
755
763
  referral_number: referral_number,
756
764
  epsdt_referral: epsdt_referral,
757
765
  claim_supplemental_information: claim_supplemental_information,
766
+ secondary_payer_carrier_code: secondary_payer_carrier_code,
758
767
  last_submitted_at: last_submitted_at,
759
768
  created_at: created_at,
760
769
  external_id: external_id,
@@ -829,6 +838,7 @@ module CandidApiClient
829
838
  obj.referral_number&.is_a?(String) != false || raise("Passed value for field obj.referral_number is not the expected type, validation failed.")
830
839
  obj.epsdt_referral.nil? || CandidApiClient::Encounters::V4::Types::EpsdtReferral.validate_raw(obj: obj.epsdt_referral)
831
840
  obj.claim_supplemental_information&.is_a?(Array) != false || raise("Passed value for field obj.claim_supplemental_information is not the expected type, validation failed.")
841
+ obj.secondary_payer_carrier_code&.is_a?(String) != false || raise("Passed value for field obj.secondary_payer_carrier_code is not the expected type, validation failed.")
832
842
  obj.last_submitted_at&.is_a?(DateTime) != false || raise("Passed value for field obj.last_submitted_at is not the expected type, validation failed.")
833
843
  obj.created_at.is_a?(DateTime) != false || raise("Passed value for field obj.created_at is not the expected type, validation failed.")
834
844
  obj.external_id.is_a?(String) != false || raise("Passed value for field obj.external_id is not the expected type, validation failed.")
@@ -78,31 +78,31 @@ module CandidApiClient
78
78
  # @return [String] Defines additional information on the claim needed by the payer.
79
79
  # Box 19 on the CMS-1500 claim form.
80
80
  attr_reader :additional_information
81
- # @return [CandidApiClient::Encounters::V4::Types::ServiceAuthorizationExceptionCode] 837p Loop2300 REF\*4N
81
+ # @return [CandidApiClient::Encounters::V4::Types::ServiceAuthorizationExceptionCode] 837p Loop2300 REF*4N
82
82
  # Required when mandated by government law or regulation to obtain authorization
83
83
  # for specific service(s) but, for the
84
84
  # reasons listed in one of the enum values of ServiceAuthorizationExceptionCode,
85
85
  # the service was performed without
86
86
  # obtaining the authorization.
87
87
  attr_reader :service_authorization_exception_code
88
- # @return [Date] 837p Loop2300 DTP\*435, CMS-1500 Box 18
88
+ # @return [Date] 837p Loop2300 DTP*435, CMS-1500 Box 18
89
89
  # Required on all ambulance claims when the patient was known to be admitted to
90
90
  # the hospital.
91
91
  # OR
92
92
  # Required on all claims involving inpatient medical visits.
93
93
  attr_reader :admission_date
94
- # @return [Date] 837p Loop2300 DTP\*096, CMS-1500 Box 18
94
+ # @return [Date] 837p Loop2300 DTP*096, CMS-1500 Box 18
95
95
  # Required for inpatient claims when the patient was discharged from the facility
96
96
  # and the discharge date is known.
97
97
  attr_reader :discharge_date
98
- # @return [Date] 837p Loop2300 DTP\*431, CMS-1500 Box 14
98
+ # @return [Date] 837p Loop2300 DTP*431, CMS-1500 Box 14
99
99
  # Required for the initial medical service or visit performed in response to a
100
100
  # medical emergency when the date is available and is different than the date of
101
101
  # service.
102
102
  # OR
103
103
  # This date is the onset of acute symptoms for the current illness or condition.
104
104
  attr_reader :onset_of_current_illness_or_symptom_date
105
- # @return [Date] 837p Loop2300 DTP\*484, CMS-1500 Box 14
105
+ # @return [Date] 837p Loop2300 DTP*484, CMS-1500 Box 14
106
106
  # Required when, in the judgment of the provider, the services on this claim are
107
107
  # related to the patient's pregnancy.
108
108
  attr_reader :last_menstrual_period_date
@@ -164,27 +164,27 @@ module CandidApiClient
164
164
  # billing the responsible_party.
165
165
  # @param additional_information [String] Defines additional information on the claim needed by the payer.
166
166
  # Box 19 on the CMS-1500 claim form.
167
- # @param service_authorization_exception_code [CandidApiClient::Encounters::V4::Types::ServiceAuthorizationExceptionCode] 837p Loop2300 REF\*4N
167
+ # @param service_authorization_exception_code [CandidApiClient::Encounters::V4::Types::ServiceAuthorizationExceptionCode] 837p Loop2300 REF*4N
168
168
  # Required when mandated by government law or regulation to obtain authorization
169
169
  # for specific service(s) but, for the
170
170
  # reasons listed in one of the enum values of ServiceAuthorizationExceptionCode,
171
171
  # the service was performed without
172
172
  # obtaining the authorization.
173
- # @param admission_date [Date] 837p Loop2300 DTP\*435, CMS-1500 Box 18
173
+ # @param admission_date [Date] 837p Loop2300 DTP*435, CMS-1500 Box 18
174
174
  # Required on all ambulance claims when the patient was known to be admitted to
175
175
  # the hospital.
176
176
  # OR
177
177
  # Required on all claims involving inpatient medical visits.
178
- # @param discharge_date [Date] 837p Loop2300 DTP\*096, CMS-1500 Box 18
178
+ # @param discharge_date [Date] 837p Loop2300 DTP*096, CMS-1500 Box 18
179
179
  # Required for inpatient claims when the patient was discharged from the facility
180
180
  # and the discharge date is known.
181
- # @param onset_of_current_illness_or_symptom_date [Date] 837p Loop2300 DTP\*431, CMS-1500 Box 14
181
+ # @param onset_of_current_illness_or_symptom_date [Date] 837p Loop2300 DTP*431, CMS-1500 Box 14
182
182
  # Required for the initial medical service or visit performed in response to a
183
183
  # medical emergency when the date is available and is different than the date of
184
184
  # service.
185
185
  # OR
186
186
  # This date is the onset of acute symptoms for the current illness or condition.
187
- # @param last_menstrual_period_date [Date] 837p Loop2300 DTP\*484, CMS-1500 Box 14
187
+ # @param last_menstrual_period_date [Date] 837p Loop2300 DTP*484, CMS-1500 Box 14
188
188
  # Required when, in the judgment of the provider, the services on this claim are
189
189
  # related to the patient's pregnancy.
190
190
  # @param delay_reason_code [CandidApiClient::Commons::Types::DelayReasonCode] 837i Loop2300, CLM-1300 Box 20
@@ -162,31 +162,31 @@ module CandidApiClient
162
162
  # @return [String] Defines additional information on the claim needed by the payer.
163
163
  # Box 19 on the CMS-1500 claim form.
164
164
  attr_reader :additional_information
165
- # @return [CandidApiClient::Encounters::V4::Types::ServiceAuthorizationExceptionCode] 837p Loop2300 REF\*4N
165
+ # @return [CandidApiClient::Encounters::V4::Types::ServiceAuthorizationExceptionCode] 837p Loop2300 REF*4N
166
166
  # Required when mandated by government law or regulation to obtain authorization
167
167
  # for specific service(s) but, for the
168
168
  # reasons listed in one of the enum values of ServiceAuthorizationExceptionCode,
169
169
  # the service was performed without
170
170
  # obtaining the authorization.
171
171
  attr_reader :service_authorization_exception_code
172
- # @return [Date] 837p Loop2300 DTP\*435, CMS-1500 Box 18
172
+ # @return [Date] 837p Loop2300 DTP*435, CMS-1500 Box 18
173
173
  # Required on all ambulance claims when the patient was known to be admitted to
174
174
  # the hospital.
175
175
  # OR
176
176
  # Required on all claims involving inpatient medical visits.
177
177
  attr_reader :admission_date
178
- # @return [Date] 837p Loop2300 DTP\*096, CMS-1500 Box 18
178
+ # @return [Date] 837p Loop2300 DTP*096, CMS-1500 Box 18
179
179
  # Required for inpatient claims when the patient was discharged from the facility
180
180
  # and the discharge date is known.
181
181
  attr_reader :discharge_date
182
- # @return [Date] 837p Loop2300 DTP\*431, CMS-1500 Box 14
182
+ # @return [Date] 837p Loop2300 DTP*431, CMS-1500 Box 14
183
183
  # Required for the initial medical service or visit performed in response to a
184
184
  # medical emergency when the date is available and is different than the date of
185
185
  # service.
186
186
  # OR
187
187
  # This date is the onset of acute symptoms for the current illness or condition.
188
188
  attr_reader :onset_of_current_illness_or_symptom_date
189
- # @return [Date] 837p Loop2300 DTP\*484, CMS-1500 Box 14
189
+ # @return [Date] 837p Loop2300 DTP*484, CMS-1500 Box 14
190
190
  # Required when, in the judgment of the provider, the services on this claim are
191
191
  # related to the patient's pregnancy.
192
192
  attr_reader :last_menstrual_period_date
@@ -303,27 +303,27 @@ module CandidApiClient
303
303
  # billing the responsible_party.
304
304
  # @param additional_information [String] Defines additional information on the claim needed by the payer.
305
305
  # Box 19 on the CMS-1500 claim form.
306
- # @param service_authorization_exception_code [CandidApiClient::Encounters::V4::Types::ServiceAuthorizationExceptionCode] 837p Loop2300 REF\*4N
306
+ # @param service_authorization_exception_code [CandidApiClient::Encounters::V4::Types::ServiceAuthorizationExceptionCode] 837p Loop2300 REF*4N
307
307
  # Required when mandated by government law or regulation to obtain authorization
308
308
  # for specific service(s) but, for the
309
309
  # reasons listed in one of the enum values of ServiceAuthorizationExceptionCode,
310
310
  # the service was performed without
311
311
  # obtaining the authorization.
312
- # @param admission_date [Date] 837p Loop2300 DTP\*435, CMS-1500 Box 18
312
+ # @param admission_date [Date] 837p Loop2300 DTP*435, CMS-1500 Box 18
313
313
  # Required on all ambulance claims when the patient was known to be admitted to
314
314
  # the hospital.
315
315
  # OR
316
316
  # Required on all claims involving inpatient medical visits.
317
- # @param discharge_date [Date] 837p Loop2300 DTP\*096, CMS-1500 Box 18
317
+ # @param discharge_date [Date] 837p Loop2300 DTP*096, CMS-1500 Box 18
318
318
  # Required for inpatient claims when the patient was discharged from the facility
319
319
  # and the discharge date is known.
320
- # @param onset_of_current_illness_or_symptom_date [Date] 837p Loop2300 DTP\*431, CMS-1500 Box 14
320
+ # @param onset_of_current_illness_or_symptom_date [Date] 837p Loop2300 DTP*431, CMS-1500 Box 14
321
321
  # Required for the initial medical service or visit performed in response to a
322
322
  # medical emergency when the date is available and is different than the date of
323
323
  # service.
324
324
  # OR
325
325
  # This date is the onset of acute symptoms for the current illness or condition.
326
- # @param last_menstrual_period_date [Date] 837p Loop2300 DTP\*484, CMS-1500 Box 14
326
+ # @param last_menstrual_period_date [Date] 837p Loop2300 DTP*484, CMS-1500 Box 14
327
327
  # Required when, in the judgment of the provider, the services on this claim are
328
328
  # related to the patient's pregnancy.
329
329
  # @param delay_reason_code [CandidApiClient::Commons::Types::DelayReasonCode] 837i Loop2300, CLM-1300 Box 20