...
Name | Type | M/O | Description and constraints |
---|---|---|---|
id | uuid | M | System identifier of the Group of Diagnoses inclusion |
diagnoses_group_id | uuid | M | FOREIGN KEY. The Group of Diagnoses the Code belongs to |
code | varchar | M | Code from the Dictionary (i.o “O25”) |
system | varchar | M | Dictionary the Code belongs to |
inserted_by | uuid | M | User who added item to the Group of Diagnoses. Needed for logging actions to PRM.audit_log |
inserted_at | timestamp | M | Time when a Group was created |
updated_by | uuid | M | The last user who changed (deactivated) the Group of Diagnoses. Needed for logging actions to PRM.audit_log |
updated_at | timestamp | M | The last time the Group was updated |