ЕСОЗ - публічна документація

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Schema

Source

Tables

Groups of Diagnoses tables are stored in the PRM database

diagnoses_groups

Table used to store Group of Diagnoses attributes

Name

Type

M/O

Description and constraints

id

uuid

M

System identifier of the Group of Diagnoses

name

varchar

M

Name of the Group of Diagnoses

code

varchar

M

Code from DIAGNOSES_GROUP_CODES dictionary

description

varchar

O

Description of the Group of Diagnoses

deactivation_reason

varchar

O

Reason for deactivating Group of Diagnoses

is_active

bool

M

Technical flag. By default is true

inserted_by

uuid

M

User who created a Group of Diagnoses

inserted_at

timestamp

M

Time when a Group of Diagnoses was created

updated_by

uuid

M

The last user by who the Group of Diagnoses was updated

updated_at

timestamp

M

The last time the Group of Diagnoses was updated

diagnoses_group_codes

Table used to store Codes included to Groups of Diagnoses

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 eHealth/ICD10_AM/condition_codes or eHealth/ICPC2/condition_codes

inserted_by

uuid

M

User who added item to the Group of Diagnoses. Needed for logging actions to PRM.audit_log

updated_by

uuid

M

The last user who changed (deactivated) the Group of Diagnoses. Needed for logging actions to PRM.audit_log

 

  • No labels