Key | Name | Data Type | Max Length (Bytes) | Nullability | Default | Description |
---|
 ![Foreign Keys FK_Charge_Status_ChargeID: [dbo].[Charge].ChargeID Foreign Keys FK_Charge_Status_ChargeID: [dbo].[Charge].ChargeID](../../../../Images/fk.png) | ChargeID | [dbo].[uniqueid] | 9 | NOT NULL | | Charge. Key to the Charge table. |
  ![Foreign Keys FK_Charge_Status_ChargeStatusDE: [dbo].[Charge_Status_DE].ChargeStatusDE Foreign Keys FK_Charge_Status_ChargeStatusDE: [dbo].[Charge_Status_DE].ChargeStatusDE](../../../../Images/fk.png) | ChargeStatusDE | [dbo].[dict_id] | 5 | NOT NULL | (0) | Charge edit. Key to the Charge_Status_DE table. This is for the status of the charge. For example "Diagnosis is Age Inappropriate" or "Missing Units" |
| ConflictingChargeID | [dbo].[uniqueid] | 9 | NOT NULL | (0) | Some charges could conflict with others. For example "Bundled Code - Modifier Allowed" will appear if 2 charges are on the same encounter are bundled, meaning one charge is already included in the other. |