SensitivityOvertimeDefinition
Stores overtime definition for sensitivity records. Currently, only claims analytics workflow records (CL_SENSITIVITY.SENSITIVITY_REC_TYPE_C = 1) support overtime configuration. Records of other types will still appear in this table, but most values will be .
| Column Name | Type | Description |
|---|---|---|
| SensitivityIdentifier | VARCHAR | The unique identifier (.1 item) for the sensitivity record. |
| NationalDrugCodeGrouperIdentifier | VARCHAR | Stores the grouper (VCG record) that defines National Drug Codes (NDC records) considered sensitive. |
| SensitivityDefinitionEffectiveDate | DATETIME | Stores the first date configuration defined in a contact is effective. Currently, only claims analytics workflow records (CL_SENSITIVITY.SENSITIVITY_REC_TYPE_C = 1) support overtime configuration. For those records, this value represents the effecftive date of this configuraiton. For records of other types, this value serves no reporting purpose. |
| SensitiveProcedureGrouperIdentification | VARCHAR | Stores the grouper (VCG record) that defines procedures (EAP records) considered sensitive. |
| CommunityLogicalOwnerIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| PhysicalOwnerCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| SensitiveProcedureGrouperIdentifier | VARCHAR | Stores the grouper (VCG record) that defines procedures (UBC records) considered sensitive. |
| SensitivityDiagnosisGrouperIdentifier | VARCHAR | Stores the grouper (VCG record) that defines diagnoses (EDG records) considered sensitive. |
| SensitivityIcdProcedureGrouperIdentification | VARCHAR | Stores the grouper (VCG record) that defines ICD procedures (HCD records) considered sensitive. |
| SensitivityConfigurationEndDate | DATETIME | Stores the last date configuration defined in a contact is effective. |
| UniqueContactDateReal | FLOAT | A unique contact date in decimal format. The integer portion of the number indicates the date of contact. The digits after the decimal distinguish different contacts on the same date and are unique for each contact on that date. For example, .00 is the first/only contact, .01 is the second contact, etc. |
| CommunityContactOwnerIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this contact. This is only populated if you use IntraConnect. |