PROBLEM_DISEASE_STATUS
Description:
Stores disease status information for a problem on a patient's problem list.

Primary Key
Column Name Ordinal Position
PROBLEM_LIST_ID 1
LINE 2

Column Information
Name Type Discontinued?
1 PROBLEM_LIST_ID NUMERIC No
The unique identifier (.1 item) for the problem 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 PROBLEM_DISEASE_STATUS_C_NAME VARCHAR No
Represents the disease status of a problem on the problem list.
May contain organization-specific values: Yes
Category Entries:
Responding
Stable
Progressing
Undetermined
No Evidence of Disease
Remission
Partial Remission
Complete Remission
Minimal Residual Disease
Partially Responding
Partially Progressing
Mixed
Patient's condition improved
Patient's condition stable
Patient's condition worsened
Patient's condition undetermined
In full remission
In partial remission
Distant metastasis present
4 DISEASE_STATUS_START_DATE DATETIME No
Represents the earliest possible date that a problem could have had its disease status effective. The latest possible date is stored in DISEASE_STATUS_END_DATE. If the start and end dates for a row are the same, then the date for that row is exact rather than fuzzy.
5 DISEASE_STATUS_END_DATE DATETIME No
Represents the last possible date that a problem could have had its disease status effective. The earliest possible date is stored in DISEASE_STATUS_START_DATE. If the start and end dates for a row are the same, then the date for that row is exact rather than fuzzy.
6 DISEASE_STATUS_PROV_USER_ID VARCHAR No
Documents the user who either entered or most recently changed disease status information for this problem.
7 DISEASE_STATUS_PROV_USER_ID_NAME VARCHAR No
The name of the user record. This name may be hidden.
8 DISEASE_STATUS_MAP_VAL_C_NAME VARCHAR No
Disease Status Mapping for custom statuses
May contain organization-specific values: No
Category Entries:
Responding
Stable
Progressing
Undetermined
No Evidence of Disease
Remission
Unmapped