Tables [dbo].[ICD10_Diagnosis_DE]
ICD10 diagnosis codes
KeyNameData TypeMax Length (Bytes)NullabilityIdentityDefaultDescription
Cluster Primary Key PK_ICD10_Diagnosis_DE_ID: IDID[dbo].[dict_id]5NOT NULL1 - 1Key to ICD10_Diagnosis_DE table
EnterpriseEntryID[dbo].[uniqueid]9NOT NULLKey to the dictionary_Entry table. This is a unique identifier across all dictionaries.
DefinitionSetID[dbo].[dict_id]5NOT NULLDictionary Subset as defined in the Dict_Definition_Set table.
Entry[dbo].[dict_id]5NOT NULLEntry number within the Definition Set
Indexes NIX_ICD10_Diagnosis_DE_EntryCode_WithIncludeColumns, NIX_ICD10_Diagnosis_DE_EntryMnemonic_WithIncludeColumns, NIX_ICD10_Diagnosis_DE_EntryName_WithIncludeColumns(3)EntryCode[dbo].[code]10NOT NULLEntry Code. This is the actual ICD10 code
Indexes NIX_ICD10_Diagnosis_DE_EntryCode_WithIncludeColumns, NIX_ICD10_Diagnosis_DE_EntryMnemonic_WithIncludeColumns, NIX_ICD10_Diagnosis_DE_EntryName_WithIncludeColumns(3)EntryName[dbo].[name]255NOT NULLEntry Name
Indexes NIX_ICD10_Diagnosis_DE_EntryCode_WithIncludeColumns, NIX_ICD10_Diagnosis_DE_EntryMnemonic_WithIncludeColumns, NIX_ICD10_Diagnosis_DE_EntryName_WithIncludeColumns(3)EntryMnemonic[dbo].[code]10NOT NULLEntry Mnemonic
Indexes NIX_ICD10_Diagnosis_DE_EntryCode_WithIncludeColumns, NIX_ICD10_Diagnosis_DE_EntryMnemonic_WithIncludeColumns, NIX_ICD10_Diagnosis_DE_EntryName_WithIncludeColumns(3)Check Constraints CK_ICD10_Diagnosis_DE_IsInactiveFLAG_Yes_Or_No : ([IsInactiveFLAG]='N' OR [IsInactiveFLAG]='Y')IsInactiveFLAG[dbo].[BOOL]1NOT NULLIs the entry inactive (Y/N)?
Check Constraints CK_ICD10_Diagnosis_DE_IsEnforcedFLAG_Yes_Or_No : ([IsEnforcedFLAG]='N' OR [IsEnforcedFLAG]='Y')IsEnforcedFLAG[dbo].[BOOL]1NOT NULLIs the entry Enforced (Y/N)? Enforced entries can not be modified by the application.
Indexes NIX_ICD10_Diagnosis_DE_EntryCode_WithIncludeColumns, NIX_ICD10_Diagnosis_DE_EntryMnemonic_WithIncludeColumns, NIX_ICD10_Diagnosis_DE_EntryName_WithIncludeColumns(3)Check Constraints CK_ICD10_Diagnosis_DE_IsCurrentFLAG_Yes_Or_No : ([IsCurrentFLAG]='N' OR [IsCurrentFLAG]='Y')IsCurrentFLAG[dbo].[BOOL]1NOT NULLIs the entry Current (Y/N)?
EffectiveDTdatetime8NULL allowedEffective Date. This is the last edited date.
Check Constraints CK_ICD10_Diagnosis_DE_InjuryTypeReqFLAG_Yes_Or_No : ([InjuryTypeReqFLAG]='N' OR [InjuryTypeReqFLAG]='Y')InjuryTypeReqFLAG[dbo].[BOOL]1NOT NULL('N')Is an Injury Type Required? Y or N (For billing purposes)
Specificitytinyint1NOT NULL((0))Specificity value
BillingStartDatedatetime8NULL allowedBilling Start Date
BillingEndDatedatetime8NULL allowedBilling End Date
ObsoleteDatedatetime8NULL allowedTerm valid to date