SmartDataElementConceptLexicon
The table contains information pertaining to SmartData elements and concepts. SmartData elements are discrete data elements that can have data stored against them. Concepts are used as reference terminology, but should not be used for data storage. Each concept and element has a unique identifier (CUI), which is used as the primary key for the table.
| Column Name | Type | Description |
|---|---|---|
| UnitName | VARCHAR | Records a unique internal identifier for the unit |
| UnitConversionDimensionCategory | INTEGER | Category list of dimensions used in unit conversion |
| CodeSystemIdentifier | INTEGER | The HL7 representation of the code system for the associated code |
| LinkedMasterFileINI | VARCHAR | The INI to which the SmartData element is linked. This should only be populated for networked SmartData elements. |
| ConceptParentConcept | VARCHAR | The parent SmartData element in the SmartData tree hierarchy. |
| ConceptInternalIdentifier | NUMERIC | The unique identifier (.1 item) for the element record. Note though that this is not primary key for this table and only included for certain clarity processes. |
| SmartDataElementConfidentiality | VARCHAR | Confidentiality of the SmartData Element |
| SmartDataElementDataTypeCategory | INTEGER | The category value of the data type of the SmartData element, such as 1 – String, 2 – Number, 3 – Date, and so on. |
| UnitToBaseUnitConversionFunction | VARCHAR | Function for converting this unit to the base unit |
| ConceptClassificationCode | INTEGER | Various types of concepts, useful for distinguishing between various reference concepts |
| SmartDataElementComplexity | VARCHAR | Complexity of the SmartData Element |
| ConceptIdentificationCode | VARCHAR | A code identifying an intervention or concept |
| SmartDataElementRiskLevel | VARCHAR | Risk of the SmartData Element |
| ConceptName | VARCHAR | The SmartData element name, such as "A Family History of Sickle Cell Anemia". |
| LinkedChroniclesItemNumber | NUMERIC | The Chronicles item to which the SmartData element is linked. This should only be populated for networked SmartData elements. |
| ValueSetObjectIdentifierCategoryId | INTEGER | The HL7 OID category ID for the SmartData Element |
| SmartDataElementRecordState | INTEGER | The record state category number for the SmartData element. This indicates whether the record is inactive, deleted, or hidden. |
| NationalHealthSafetyNetworkSpecimenTypeCategoryIdentifier | INTEGER | The NHSN Specimen Type category ID for the specimen. For concepts that are not NHSN specimens, this will be null. |
| SmartDataElementIdentifier | VARCHAR | The SmartData identifier, such as MEDCIN#4104. |
| ConceptUnitType | INTEGER | Category list of different types of units |
| SnomedPartitionIdentifierCategoryNumber | VARCHAR | The SNOMED partition identifier category number for the concept record. This will be set to 00 if the concept is mappable in the SmartData Manager. |
| 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. |
| 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. |
| ConceptHierarchyPath | VARCHAR | Provides a text string that represents the hierarchy in which users would expect to see this concept. This is primarily populated for lab synoptic data elements to provide the form, section, subsection, and question title for a synoptic question as a single string to help users identify the context of the question. |