Insurance Eligibility
Insurance Eligibility
Source Object: Insurance Eligibility
The Insurance Eligibility source object is pivotal in managing information related to insurance eligibility for patients. It provides a comprehensive snapshot of a patient's insurance coverage, including details about their eligibility status, copayments, deductibles, and more.
Overview
Insurance eligibility is a critical aspect of healthcare administration, ensuring that patients receive the benefits they are entitled to under their insurance plans. The Insurance Eligibility source object helps capture, store, and utilize this information efficiently.
Usage
The Insurance Eligibility source object is essential for a wide range of use cases in the healthcare platform:
- Eligibility Verification: It provides real-time data on a patient's eligibility for specific insurance coverage, ensuring that the patient's insurance is still active and valid.
- Benefit Details: The object includes insurance benefit details, such as copayment, coinsurance, and deductible information, which are crucial for billing and claims processing.
- Deductible Tracking: Helps track the deductible amount a patient has already met and the remaining deductible amount, if applicable.
- Errors and Ambiguities: Contains information about any errors or ambiguities in the eligibility data, allowing for prompt resolution and preventing claim rejections.
- Patient and Practice Identification: Links the eligibility information to specific patients and practices.
- Timestamp: Records the timestamp of the eligibility check, providing a historical reference.
By utilizing the Insurance Eligibility source object, healthcare providers and administrators can streamline the verification process, ensure accurate billing, and prevent issues related to insurance claims. It is a fundamental component of a well-structured healthcare platform that facilitates efficient patient care and financial management.
Mapping Table
Data Field | Source Field Data Type | Resource Mapping Context | Source Data Field Cardinality | Source Data Field Description | Example Value | Source Data Field Validation Rule | Mapped FHIR Resource | Mapped FHIR Data Field | Augmented Mapping | Associated Coding System | Associated FHIR Data Field Extension | Mapped FHIR Data Field Type |
---|---|---|---|---|---|---|---|---|---|---|---|---|
eligibility_check_timestamp | String | Top Level | 0..1 | Eligibility check timestamp in ISO format | - | - | CoverageEligibilityResponse | extension[*].valueDateTime | - | NA | eligibility-check | TBD |
eligibility_details | Object | Top Level | 0..1 | - | - | - | CoverageEligibilityResponse | - | - | NA | - | TBD |
eligibility_details.coinsurance | String | Top Level | 0..1 | Coinsurance percentage value as a decimale.g. 0.25 | - | - | CoverageEligibilityResponse | insurance[].item[].benefit[*].allowedMoney.value | insurance[].item[].benefit[].allowedMoney.currency=dollars \&insurance[].item[].benefit[].type.coding[].code=copay-percent& insurance[].item[].benefit[].type.coding[*].system=http://terminology.hl7.org/CodeSystem/benefit-type | NA | - | TBD |
eligibility_details.coinsurance_ambiguous | Boolean | Top Level | 0..1 | - | - | - | CoverageEligibilityResponse | insurance[].item[].benefit[].type.extension[].valueBoolean | - | NA | coinsurance-ambiguous | TBD |
eligibility_details.copay | Decimal | Top Level | 0..1 | copayment amount in dollars | - | - | CoverageEligibilityResponse | insurance[].item[].benefit[*].allowedMoney.value | insurance[].item[].benefit[].allowedMoney.currency=dollars & insurance[].item[].benefit[].type.coding[].code=copay & insurance[].item[].benefit[].type.coding[*].system=http://terminology.hl7.org/CodeSystem/benefit-type | NA | - | TBD |
eligibility_details.copay_ambiguous | Boolean | Top Level | 0..1 | If true, the given copay value may not be accurate and the full eligibility report will need to be referenced for better details. | - | - | CoverageEligibilityResponse | insurance[].item[].benefit[].type.extension[].valueBoolean | - | NA | copay-ambiguous | TBD |
eligibility_details.deductible | String | Top Level | 0..1 | Deductible amount in dollars | - | - | CoverageEligibilityResponse | insurance[].item[].benefit[*].allowedMoney.value | insurance[].item[].benefit[].allowedMoney.currency=dollars & insurance[].item[].benefit[].type.coding[].code=deductible & insurance[].item[].benefit[].type.coding[*].system=http://terminology.hl7.org/CodeSystem/benefit-type | NA | - | TBD |
eligibility_details.deductible_ambiguous | Boolean | Top Level | 0..1 | - | - | - | CoverageEligibilityResponse | insurance[].item[].benefit[].type.extension[].valueBoolean | - | NA | deductible-ambiguous | TBD |
eligibility_details.deductible_remaining | String | Top Level | 0..1 | Remaining deductible amount in dollars | - | - | CoverageEligibilityResponse | insurance[].item[].benefit[*].usedMoney.value | eligibility_details.deductible - eligibility_details.deductible_remaining & insurance[].item[].benefit[].usedMoney.currency=dollars & insurance[].item[].benefit[].type.coding[].code=deductible & insurance[].item[].benefit[].type.coding[*].display=http://terminology.hl7.org/CodeSystem/benefit-type | NA | - | TBD |
eligibility_details.deductible_remaining_ambiguous | Boolean | Top Level | 0..1 | - | - | - | CoverageEligibilityResponse | insurance[].item[].benefit[].type.extension[].valueBoolean | - | NA | deductible-remaining-ambiguous | TBD |
eligibility_details.errors | Object | Top Level | 0..* | Error messages showing reason for failed eligibility check | - | - | CoverageEligibilityResponse | - | - | NA | - | TBD |
eligibility_status | String | Top Level | 0..1 | Status of eligibility check | - | - | CoverageEligibilityResponse | status | - | NA | - | TBD |
patient_id | Integer | Top Level | 0..1 | Patient's id in Elation system | - | - | CoverageEligibilityResponse | patient.reference | Patient | NA | - | TBD |
patient_insurance_id | Integer | Top Level | 0..1 | Patient's insurance id in Elation system | - | - | CoverageEligibilityResponse | insurance[*].coverage.reference | Coverage | NA | - | TBD |
practice_id | Integer | Top Level | 0..1 | Practice's id in Elation system | - | - | CoverageEligibilityResponse | requestor.reference | Organization | NA | - | TBD |