SmartSetContactInformation
The table contains one row for each patient-level SmartSet Information contact in the system. These rows contain fields that may be updated for each contact such as contact date, contact owner, and contact type. This table also stores details on care plan goals and interventions and task templates associated with SmartSet Information records.
| Column Name | Type | Description |
|---|---|---|
| CarePlanInterventionIdentifier | VARCHAR | The unique ID of the care plan intervention that is linked to this SmartSet Information record. |
| HistoricalSmartSetInformationName | VARCHAR | Stores the prior version of the SmartSet Information record's name. Otherwise, stores the current version of the name. This is used to track when the record's name has changed. |
| SmartSetContactSerialNumber | NUMERIC | The unique contact serial number for this contact. This number is unique across all patient-level SmartSet Information encounters in your system. If you use IntraConnect this is the Unique Contact Identifier (UCI). |
| TaskTemplateIdentification | VARCHAR | The unique ID of the task template that is linked to this SmartSet Information record. |
| SmartSetInformationRecordIdentifier | NUMERIC | The unique ID of the patient-level SmartSet Information record. |
| SmartSetInformationCarePlanGoalIdentification | VARCHAR | The unique ID of the care plan goal that is linked to this SmartSet Information record. |
| TaskTemplateContactDateDecimal | VARCHAR | The unique, internal contact date in decimal format of the task template that is linked to this SmartSet Information record. The integer portion of the number indicates the date of the 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. |
| ContactDateTime | DATETIME | The date of this contact in calendar format. |
| ContactTypeCategory | INTEGER | The contact type category number of the patient-level SmartSet Information contact. |
| ContactOwningInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this contact. This is only populated if you use IntraConnect. |
| SmartSetInformationContactNumber | INTEGER | The contact number for this patient-level SmartSet Information record. For a given record on a given deployment, this number uniquely identifies the contacts for that record. |
| ContactDateWithTimeOffset | FLOAT | A unique, internal contact date in decimal format. The integer portion of the number indicates the date of the 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. |