HospitalAccountFinalDiagnosis
This table contains hospital account final diagnosis list information from the Hospital Accounts Receivable (HAR) master file.
| Column Name | Type | Description |
|---|---|---|
| DiagnosisAffectsSeverityOfIllnessIndicator | VARCHAR | Stores whether the diagnosis affects severity of illness. |
| DiagnosisTypeCode | INTEGER | Specifies the type of diagnosis: principal (primary) or secondary. |
| DiagnosisComorbidityCode | INTEGER | Specifies if complication / comorbidity exists for each diagnosis on the hospital account. |
| HospitalAccountDiagnosisSequence | INTEGER | The line number in the results of a query. Since multiple final ICD diagnoses can be stored in one hospital account, each diagnosis will have a unique line number. The record associated with line 1 represents the principal final coded diagnosis. |
| IsFinalDiagnosisExcludedFromReporting | VARCHAR | Stores whether the final diagnosis should be excluded from clinical reporting |
| DiagnosisAffectsDiagnosisRelatedGroupIndicator | VARCHAR | Specifies if the diagnosis affects the diagnosis-related group (DRG) associated with the hospital account. 1-yes, 2-no |
| DiagnosisEndDate | DATETIME | Specifies the end date of a diagnosis. |
| DanishCancerRegistryNotificationStatusOverride | INTEGER | The Danish cancer notification status is directly related to problem diagnosis. In some cases, a user may want to override the cancer notification status for a specific hospital account. This item contains the account-specific cancer notification status override for a problem diagnosis. |
| PhysicalDeploymentOwnerIdentifier | VARCHAR | ID of the physical deployment owner for this record. Physical owners will be where the data is hosted, either on the cross-over server or the owner deployment. |
| IsComplexDiagnosisIndicator | INTEGER | The complex diagnosis indicator for the diagnosis code. |
| ClinicalDiagnosisTermIdentifier | NUMERIC | This item stores the diagnosis term record (clinical diagnosis) that the diagnosis code record (billing diagnosis) is mapped from. This item may be null for old hospital accounts. |
| DiagnosisConditionOnSetFlag | INTEGER | The COF (Condition Onset Flag) for the diagnosis. This item describes whether the diagnosis is onset during the episode (on) or outside of the timeframe of the episode (not). |
| IsDiagnosisComplicationOrComorbidityFlag | VARCHAR | Specifies if the diagnosis is a non-complication/comorbidity ("N"), complication/comorbidity ("Y"), or major complication/comorbidity ("Y"). Note that this column is extracted as an explicit "N" or "Y", where "Y" is used for both CC and MCC. The updated column DX_COMORBIDITY_C can be used to distinguish between CC and MCC diagnoses. |
| HospitalAccountDiagnosisIdentification | NUMERIC | The system ID number of a final diagnosis code stored in the hospital account. |
| DiagnosisRelatedProblemIdentification | NUMERIC | Specifies the networked problem (LPL) ID for the related diagnosis. |
| LogicalDeploymentOwnerIdentifier | VARCHAR | ID of the logical deployment owner for this record. Logical owners show the deployment where the record was created but doesn't represent if the record is a part of version skew. |
| AssociationOverriddenDiagnosisIdentifier | NUMERIC | This item stores the diagnosis that was on the problem at the time that it was associated. This overridden diagnosis is only populated if the diagnosis is overridden. |