Encounter
Contents |
[edit]
Description
[edit]
Attributes
| Column Name | Type | Default | Description | |
|---|---|---|---|---|
| | encounter_id | int | ||
| encounter_type encounter_type.encounter_type_id | int | NULL | ||
| | patient_id patient.patient_id | int | ||
| | provider_id users.user_id | int | ||
| | location_id location.location_id | int | ||
| form_id form.form_id | int | NULL | ||
| | encounter_datetime | datetime | 0000-00-00 00:00:00 | |
| | 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 | ||
| | ||||
