|
Name |
Type |
Discontinued? |
|
| 1 |
PAT_ID |
VARCHAR |
No |
|
|
|
| The unique ID of the patient record for this row. This column is frequently used to link to the PATIENT table. |
|
|
| 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 |
REVIEW_USER_ID |
VARCHAR |
No |
|
|
|
| This holds the ID of the user who reviewed the PDMP. |
|
|
| 4 |
REVIEW_USER_ID_NAME |
VARCHAR |
No |
|
|
|
| The name of the user record. This name may be hidden. |
|
|
| 5 |
REVIEW_USER_UTC_DTTM |
DATETIME (UTC) |
No |
|
|
|
| This item holds the instant that the PDMP was reviewed. |
|
|
| 6 |
REVIEW_ENC_CSN |
NUMERIC |
No |
|
|
|
| This item holds the CSN of the encounter where the review occurred. It may be null if the PDMP was not reviewed within an encounter context. |
|
|
| 7 |
REVIEW_TYPE_C_NAME |
VARCHAR |
No |
|
|
|
| This item indicates whether there was data to review or if the user was unable to retrieve PDMP data. |
| May contain organization-specific values: No |
| Category Entries: |
| Reviewed PDMP |
| Unable to Review |
|
|