Insurance Company
Insurance Company
Source Object: Insurance Company
The Insurance Company source object contains essential information related to insurance providers and companies. In the context of healthcare, insurance companies play a crucial role in facilitating financial coverage for patient medical services.
Overview
The Insurance Company source object is used to capture and manage data concerning insurance providers. This data can include the contact details of the insurance company, its eligibility status, and any additional identifying information.
Usage
The Insurance Company source object serves various purposes within a healthcare platform:
- Billing and Claims Processing: Insurance company information is vital for medical billing and claims processing. This includes details like payer IDs, phone numbers, and addresses.
- Eligibility Verification: Healthcare providers use this data to verify whether a patient is eligible for coverage by a particular insurance company.
- Credentialing: The object includes fields related to credentialing, which is the process of verifying the qualifications and legitimacy of an insurance company.
- Enrollment Status: Tracks the enrollment status of the insurance company, providing information on whether they are currently providing coverage.
- External Vendor IDs: Contains unique IDs used for integration with external vendor systems or third-party services.
- Aliases: Some insurance companies may have multiple names or aliases. This field captures variations in the company's name.
- Practice Information: Practice-related information, including the address and contact details of the insurance company.
The Insurance Company source object facilitates the efficient management of insurance provider information within a healthcare platform. This data is essential for ensuring that healthcare services are properly billed and that patients receive the coverage they are entitled to.
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|
address | String | Top Level | 0..1 | - | - | string(200) | Organization | address[*].line[1] | - | NA | - | TBD |
city | String | Top Level | 0..1 | - | - | string(50) | Organization | address[*].city | - | NA | - | TBD |
created_date | DateTime | Top Level | 0..1 | - | - | datetime(iso8601) | Organization | extension[*].valueDateTime | - | NA | created-date | TBD |
deleted_date | DateTime | Top Level | 0..1 | - | - | datetime(iso8601) | Organization | extension[*].valueDateTime | - | NA | deleted-date | TBD |
extension | String | Top Level | 0..1 | - | - | string(6) | Organization | extension[*].valueString | - | NA | extension | TBD |
id | Integer | Top Level | 0..1 | - | - | - | Organization | id | - | NA | - | TBD |
phone | String | Top Level | 0..1 | - | - | string(20) | Organization | telecom[*].value | - | NA | - | TBD |
practice | Integer | Top Level | 0..1 | - | - | - | Organization | extension[*].valueReference.reference | - | NA | practice | TBD |
state | String | Top Level | 0..1 | - | - | string(2) | Organization | address[*].state | - | NA | - | TBD |
suite | String | Top Level | 0..1 | - | - | string(35) | Organization | address[*].line[2] | - | NA | - | TBD |
zip | String | Top Level | 0..1 | - | - | string(10) | Organization | address[*].postalCode | - | NA | - | TBD |
aliases | String | Contained | 0..1 | - | - | string(300) | Coverage | |||||
carrier | String | Contained | 0..1 | - | - | string(200) | Coverage | contained[*].network | ||||
eligibility_payer_id | String | Contained | 0..1 | - | - | string(200) | Coverage | |||||
external_vendor_id | String | Contained | 0..1 | - | - | string(200) | Coverage | |||||
insurance_type | String | Contained | 0..1 | - | - | - | Coverage | |||||
is_credentialed | Boolean | Contained | 0..1 | - | - | - | Coverage | |||||
is_enrolled | Boolean | Contained | 0..1 | - | - | - | Coverage | |||||
payer_id | String | Contained | 0..1 | - | - | string(200) | Coverage |