Insurance Package
Source Object: Insurance Package
Overview and Usage: The "Insurance Package" source object in athena EHR is a fundamental component that provides details related to insurance packages, affiliations, and plan information. It is essential for managing patient insurance data.
This source object serves various purposes within the healthcare platform:
- Address List: Contains addresses associated with insurance packages, enabling communication and verification of patient coverage.
- Affiliations: Specifies affiliations and associations relevant to insurance packages, assisting in the identification of group or network affiliations.
- Insurance Package ID: A unique identifier used to track and reference specific insurance packages associated with patients.
- Insurance Plan Name: Provides the name of the insurance plan, offering insights into the type and source of coverage.
The "Insurance Package" source object is a valuable resource for healthcare providers and administrators to streamline insurance-related processes, ensure accurate billing, and facilitate insurance verification. Developers can use this data to create applications that enhance the management of insurance packages and improve the overall patient experience.
Mapping Table
Data Field | Example Value | Source Data Field Description | Source Field Data Type | Source Data Field Cardinality | Mapped FHIR++ Resource | Mapped FHIR Data Field | Augmented Mapping | Associated Coding System | Associated FHIR Data Field Extension | Mapping Context |
---|---|---|---|---|---|---|---|---|---|---|
addresslist | - | The addresses associated with this insurance package. The default address is listed first. | array | 0..* | InsurancePlan | contact[*].address.line[0] | Top Level | |||
affiliations | - | The affiliations associated with this insurance package. | array | 0..1 | InsurancePlan | extension.valueString | affiliations | Top Level | ||
insurancepackageid | - | The athena insurance package ID. | integer | 0..1 | InsurancePlan | id | Top Level | |||
insuranceplanname | - | Name of the specific insurance package. | string | 0..1 | InsurancePlan | name | Top Level |