Patient identifier
Contents |
[edit]
Description
[edit]
Attributes
| Column Name | Type | Default | Description | |
|---|---|---|---|---|
| | patient_id | int | ||
| | identifier | varchar(50) | ||
| | identifier_type | int | ||
| | preferred | tinyint(4) | ||
| | location_id location.location_id | int | ||
| | creator users.user_id | int | ||
| | date_created | datetime | 0000-00-00 00:00:00 | |
| | voided | bit | ||
| voided_by users.user_id | int | NULL | ||
| date_voided | datetime | NULL | ||
| void_reason | varchar(255) | NULL | ||
| | ||||
