Key | Name | Data Type | Max Length (Bytes) | Nullability | Identity | Default | Description |
---|
 | ID | [dbo].[uniqueid] | 9 | NOT NULL | 1 - 1 | | Key to the Charge_ABN table. |
 | ChargeID | [dbo].[uniqueid] | 9 | NOT NULL | | | Charge ID. Link to Charge.ID |
 ![Foreign Keys FK_Charge_ABN_StatusCodeDE_ABN_Intermediate_Status_DE_ID: [dbo].[ABN_Intermediate_Status_DE].StatusCodeDE Foreign Keys FK_Charge_ABN_StatusCodeDE_ABN_Intermediate_Status_DE_ID: [dbo].[ABN_Intermediate_Status_DE].StatusCodeDE](../../../../Images/fk.png) | StatusCodeDE | [dbo].[dict_id] | 5 | NOT NULL | | | ABN Intermediate Status . Link to ABN_Intermediate_Status_DE.ID |
| Text | varchar(500) | 500 | NOT NULL | | ('') | Frequency Question |
| Answer | char(1) | 1 | NOT NULL | | ('') | Answer to the question Y or N |
 | LMRP | int | 4 | NOT NULL | | (0) | Local Medical Necessity Review Policy |
 | Record_Key | int | 4 | NOT NULL | | (0) | Policy Number |
![Check Constraints CK_Charge_ABN_IsAnswerCorrectFLAG_Yes_Or_No : ([IsAnswerCorrectFLAG]='N' OR [IsAnswerCorrectFLAG]='Y') Check Constraints CK_Charge_ABN_IsAnswerCorrectFLAG_Yes_Or_No : ([IsAnswerCorrectFLAG]='N' OR [IsAnswerCorrectFLAG]='Y')](../../../../Images/c-constraint.png) | IsAnswerCorrectFLAG | [dbo].[BOOL] | 1 | NOT NULL | | ('N') | Is Answer to the question Correct ? |
 | Type | char(1) | 1 | NOT NULL | | ('Q') | Advanced Beneficiary Nofification Message Type F - Frequency Question Q - Question C - Covered Viewed X - Non-Covered Viewed Y - Non-Covered Diagnosis S - ABN Status A - CPTAppendedCode N - Narrative |
| ABNStatus | char(1) | 1 | NOT NULL | | ('X') | Advanced Beneficiary Nofification Status. O - ABN Not Obtained X - No ABN status A - Signed and Accepts R - Signed and Refuses N - Not Signed |
| CPTAppendedCode | smallint | 2 | NOT NULL | | (0) | CPT Appended Code . Default '0' |
| ItemType | varchar(20) | 20 | NOT NULL | | ('C') | Item Type C - Charge PL - Order ME - Medication IM - Immunization |
| CPT4Code | varchar(10) | 10 | NULL allowed | | ('') | Current Procedural Terminology Code |