RSLT_OBS_ELEM
Description:
The RSLT_OBS_ELEM table contains data about observation elements (stored in RES records). Observations include findings such as pulmonary nodules. Elements are characteristics of the observation, such as size and composition.

Primary Key
Column Name Ordinal Position
FINDING_ID 1
LINE 2

Column Information
Name Type Discontinued?
1 FINDING_ID NUMERIC No
The unique identifier (.1 item) for the finding record.
2 LINE INTEGER No
The line number for the information associated with this record. Multiple pieces of information can be associated with this record.
3 ELEM_CODE VARCHAR No
The element codes corresponding to each element value (I RES 52572) in the observation.
4 ELEM_NAME VARCHAR No
The display name for the element code (I RES 52570).
5 ELEM_VALUE VARCHAR No
The value of the data element (I RES 52570).
6 ELEM_DISPLAY_VALUE VARCHAR No
The display name for the element value (I RES 52572).