Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
ObjectID | bigint | NOT NULL | Object Identifier of this record. This field is a primary key for the associated table. |
InstanceHFCID | smallint | NOT NULL | Healthcare Foundation Class(HFC) Identifier of the object.HFCID of this object is 1510. The value specified in the ObjectID field and in this field enables unique identification of an object instance across the application. |
RecordId | int | NULL | Not Valued in this table. Column exists as part of persistence framework implementation. |
Description | varchar(1) | NULL | Not Valued in this table. Column exists as part of persistence framework implementation. |
IsDeleted | tinyint | NOT NULL | Specifies whether the record is soft deleted. |
| | | Allowable Values |
| | | 0 - Active |
| | | 1 - Marked as Deleted. |
| | | Note: The presence of this field in tables depends on the configuration at the time of table design. |
IsVersioned | bit | NOT NULL | When set to True, the object was modified. Once this field is set to True, you cannot reset it to False. Allowable Values: 0 - False, 1 - True. Note: The presence of this field in tables depends on the configuration at the time of table design. |
CreatedUserId | int | NULL | Object ID of the logged in user who created this record. |
| | | This field is linked to HSUser table to get details about the user. For more information see description of HSUser table |
CreationTime | smalldatetime | NULL | Date and time when the record is created. |
CPTCode | varchar(20) | NULL | Current Procedural Terminology(CPT) Code - published by the American Medical Association. |
CPTCodeDesc | varchar(64) | NULL | Description of the CPT Code |
CPTModCode | varchar(20) | NULL | Current Procedural Terminology(CPT) Modifier - can be either two letters or a letter and a number. This is a custom modifier configured by each client in the soarian catalog item “CPT Modifiers” which the user associated with the order at the time of placing the order. It is not mandatory to associate a modifier while placing the order. |
CPTModCodeDesc | varchar(64) | NULL | Description of the CPT Modifier |
Order_oid | int | NULL | ObjectID of HOrder table. Links Order to the Modifier. This relation is valued during order entry. Rows which value this relation won't value the Occurrence_oid relation |
IsPrimary | tinyint | NULL | Whether the Modifier is primary or not. Allowable Values: 0 - Not Primary , 1 - Primary |
Occurrence_oid | bigint | NULL | ObjectID of HOccurrrenceOrder table. Links the occurrence to the Modifier. This record is created when Occurrence gets created. Rows which value this relation won't value the Order_oid relation. Note: Not all environments / databases will have the datatype of BIGINT. Some will remain with the INT datatype. |
| | | As Occurrences are sent to external system and for billing events , the CPT modifiers at occurrence level are the ones used for reporting/business processing. |
LastCngDtime | DATETIME | NOT NULL | Current Universal Time Coordinate or Greenwich Mean Time |
|
|