PatientStatus


Description

Patient status codes that define the various status classifications for patients in the system, such as active, inactive, or discharged.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
StatusCode Unknown 0 null

Status code - Short code for the patient status

StatusDescription Unknown 0 null

Status description - Full description of the patient status

statusID int identity 4 null

Primary key - PatientStatus unique identifier for each status

statusName varchar 50 null

Name field - Descriptive name or identifier for PatientStatus records

Relationships