EMR health condition master dimension table (s3)
Bi_DimEMRHealthConditionMaster_s3
Master dimension table containing the complete catalog of health conditions, including names, descriptions, categories, synonyms, and external system mappings.
Field | Field type | Description | Primary Key | Mapped Dimension table | Mapped Dimension field |
|---|---|---|---|---|---|
HealthConditionId | VARCHAR(36) | GUID uniquely identifying the health condition record | PK | ||
ConditionName | NVARCHAR(256) | Name of the health condition | |||
ConditionDescription | NVARCHAR(512) | Descriptive text explaining the health condition | |||
Category | SMALLINT | Category code classifying the health condition type; see EMR domain definition | |||
ConditionType | SMALLINT | Type code for the health condition; see EMR domain definition | |||
ExternalId | NVARCHAR(255) | Identifier from an external health condition reference system | |||
ExternalCode | NVARCHAR(255) | Code from an external health condition reference system | |||
FullySpecifiedName | NVARCHAR(512) | Fully specified clinical name of the condition | |||
Synonyms | NVARCHAR(512) | Alternate names or synonyms for the condition | |||
LocalizationId | NVARCHAR(255) | Localization identifier for multi-language support | |||
OrganizationId | VARCHAR(36) | GUID of the organization | Bi_DimCenter | ||
Active | BOOLEAN | Whether the health condition master record is currently active | |||
Void | BOOLEAN | Indicates whether the record is voided (soft-deleted) | |||
CreatedBy | VARCHAR(36) | GUID of the user who created the record | |||
CreatedDate | TIMESTAMP | Timestamp when the record was created | |||
UpdatedBy | VARCHAR(36) | GUID of the user who last updated the record | |||
UpdatedDate | TIMESTAMP | Timestamp when the record was last updated | |||
groupid | BIGINT | Identifier for the data group used in ETL partitioning | |||
EtlLastUpdatedOn | TIMESTAMP | Timestamp of the last ETL update for this record | |||
EtlLastUpdatedBy | NVARCHAR(50) | User or process that last updated this record via ETL | |||
podname | VARCHAR(20) | Name of the source pod from which the data originated |