PAT_HX_REV_TOPIC
Description:
This table contains information about where in the application the history was reviewed for a patient.
The history types (the kind of history reviewed) associated with a header (where the history was reviewed) are in PAT_HX_REV_TYPE.
Additional information about when a patient's history was reviewed and by whom is found in the PAT_HX_REVIEW table.

Primary Key
Column Name Ordinal Position
PAT_ENC_CSN_ID 1
GROUP_LINE 2
VALUE_LINE 3

Column Information
Name Type Discontinued?
1 PAT_ENC_CSN_ID NUMERIC No
The unique contact serial number for this contact. This number is unique across all patient encounters in your system. If you use IntraConnect this is the Unique Contact Identifier (UCI).
2 GROUP_LINE INTEGER No
The line number of the associated instance of history review in this encounter. Together with PAT_ENC_CSN_ID, this forms the foreign key to the PAT_HX_REVIEW table.
3 VALUE_LINE INTEGER No
The line number of one of the multiple history topics that were reviewed for the associated instance of review and encounter from the PAT_HX_REVIEW table.
4 HX_REVIEWED_HEADER VARCHAR No
The header (a short title or description) and possibly, depending where in the application the history was reviewed, a unique record ID that describe where the history was reviewed.