ClaimPagination1
data object[]
Use computed_amount_allowed in case this field is missing.
Use computed_amount_billed in case this field is missing.
Use computed_amount_paid in case this field is missing.
claim_medical_lines object[]
date_of_service object
Use computed_coinsurance_patient in case this field is missing.
Use computed_copayment in case this field is missing.
date_of_service object
Use computed_discount in case this field is missing.
This claim may have incomplete data. If a claim is marked as incomplete, we typically will not send it until it gets marked as complete. Reasons for an incomplete claim include (1) documentation that isn't yet available but we expect it to be in the near future, and (2) if we notice the claim has data redacted for privacy (example: a dependent over 16 years old), but we expect to get this data when a dependent links their account.
Used as an indicator of when the last substantial change happened to this claim. If this date gets updated, we consider it necessary to re-send the claim for processing (in data exports) / flag it as "unread" in TPA Stream / etc. Typically this date gets updated when the patient_responsibility or status changes, or otherwise when is_incomplete changes to True.
members object[]
employer object
system_key object
Possible values: [IN, OUT, TIER1, TIER2]
Patient Account Number for Service Provider (used for payments)
Patient Account Number for Carrier
Use computed_patient_responsibility in case this field is missing.
policy_holder object
Attempt to recrawl when True
This is the amount the deductible was reduced by. Most systems refer to this as 'deductible'. Use computed_reduction in case this field is empty.
These are the notes for the Claim.
Service Provider Name. This is the physical name, and is provided by the Payer.
Physical address of Service Provider
This is the service_provider's Billing name, which is often different from their physical address name.
NPI Number of Billing Service Provider
Federal Tax ID of Billing Service Provider
NPI Number of Service Provider
Federal Tax ID of Service Provider
Possible values: [In Process, Processed, Rejected, Adjusted, Partially Approved]
type object
Possible values: [medical, dental, rx, vision, facility]
Possible values: [1, 2, 3, 4, 5]
This field is unique for each Payer. Occasionally TPA Stream may append data to the end of this key to enforce uniqueness, such as the date_of_service, patient_responsibility, etc.
{
"data": [
{
"amount_allowed": 0,
"amount_billed": 0,
"amount_not_covered": 0,
"amount_paid": 0,
"amount_paid_other": 0,
"check_date": "2024-07-29",
"check_number": "string",
"claim_medical_lines": [
{
"amount_allowed": 0,
"amount_billed": 0,
"amount_not_covered": 0,
"amount_paid": 0,
"amount_paid_other": 0,
"coinsurance_patient": 0,
"copayment": 0,
"date_of_service": {
"bounds": "string",
"end": "2024-07-29",
"start": "2024-07-29"
},
"days_supply": 0,
"diagnosis_code": "string",
"discount": 0,
"id": 0,
"national_drug_code": "string",
"patient_responsibility": 0,
"prescription_type_id": 0,
"prescription_type_str": "string",
"procedure_code": "string",
"procedure_name": "string",
"quantity": 0,
"reduction": 0,
"total_patient_responsibility": 0,
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"vendor_system_id": "string"
}
],
"coinsurance_patient": 0,
"computed_amount_allowed": 0,
"computed_amount_billed": 0,
"computed_amount_paid": 0,
"computed_coinsurance_patient": 0,
"computed_copayment": 0,
"computed_patient_responsibility": 0,
"computed_reduction": 0,
"copayment": 0,
"createddate": "2024-07-29T15:51:28.071Z",
"dataobject_id": 0,
"date_column": "2024-07-29T15:51:28.071Z",
"date_of_service": {
"bounds": "string",
"end": "2024-07-29",
"start": "2024-07-29"
},
"discount": 0,
"eob_date": "2024-07-29",
"group_name": "string",
"group_number": "string",
"id": 0,
"incurred_value": 0,
"is_incomplete": true,
"last_updated_status": "2024-07-29T15:51:28.071Z",
"members": [
{
"email": "string",
"employer": {
"id": 0,
"name": "string",
"reimbursement_policy": {}
},
"first_name": "string",
"id": 0,
"last_name": "string",
"system_key": {
"employee_navigator": "281BX1",
"wex_healthcloud": "CO11B"
}
}
],
"modifieddate": "2024-07-29T15:51:28.071Z",
"network": "IN",
"patient_account_number": "string",
"patient_name": "string",
"patient_payer_number": "string",
"patient_responsibility": 0,
"policy_holder": {
"first_name": "string",
"id": 0,
"last_name": "string"
},
"processed_on": "2024-07-29",
"recrawl_requested": true,
"reduction": 0,
"remarks": "string",
"service_provider": "string",
"service_provider_address": "string",
"service_provider_billing_address": "string",
"service_provider_billing_name": "string",
"service_provider_billing_npi_number": 0,
"service_provider_billing_number": "string",
"service_provider_billing_phone": "string",
"service_provider_npi_number": 0,
"service_provider_number": "string",
"status": "In Process",
"type": {
"name": "medical",
"type_id": 1
},
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"vendor_system_id": "string"
}
],
"has_next": true,
"has_prev": true,
"next_num": 0,
"page": 0,
"pages": 0,
"per_page": 0,
"prev_num": 0,
"total": 0
}