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

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

« Previous Version 26 Next »

Entities (tables)

INNMs

This entity defines  INNMs(International Nonpatended Name for Medications) information structure.

Name
Type
M/O
Description and constraints
iduuidM
namevarcharM
SCTIDvarchar, uniqueMunique
is_activeboolean M
inserted_attimestampM
inserted_byuuidM
updated_attimestampM
updated_byuuidM

Medications

This entity defines ingredients for brand medications information structure.

Name
Type
M/O
Description and constraints
iduuidM
namevarcharM
is_activebooleanM
typevarchar (Dictionary: MEDICATION_TYPE)M
formvarchar (Dictionary: MEDICATION_FORM)M
ingredientsDosage: jsonbO
containerDosage: jsonbO
package_qtynumberO
package_min_qtynumberO
code_ATXvarcharO
manufacturerManufacturer info: jsonbO
certificatevarcharM
expired_certificate_datedateM
inserted_attimestampM
inserted_byuuidM
updated_attimestampM
updated_byuuidM

Medication_program_info

This entity defines additional info about where medication (brand) use in program (программа "Доступні ліки" (tm)) information structure.

Name
Type
M/O
Description and constraints
iduuidM
medication_iduuidM
program_type varchar (Dictionary: MEDICAL_PROGRAM)M
valid_from dateM
valid_todateM

Innm_form_uses

This entity defines cross combinations for innms from medications information structure. Its entity only for fully techical solutions (non business requrements). 

Name
Type
M/O
Description and constraints
iduuidM
innm_iduuidM
routevarchar (Dictionary: MEDICATIONS_ROUTE)

dosageDosage: jsonb

container_dosageDosage: jsonb

package_qtynumber

package_min_qtynumber

inserted_attimestampM
inserted_byuuidM
updated_attimestampM
updated_byuuidM

Examples

See several examples of the description medications+ingredients+innms on page "DB model" in file: examples medication model

Data structures


Ingredients

This entity defines ingredients for brand medications information structure.

Name
Type
M/O
Description and constraints
typevarchar (Dictionary: MEDICATION_TYPE)M
iduuidMmedications.id OR innms.id
dosageDosage: jsonbM
is_active_substancebooleanM

Dosage 

This entity defines dosage (strength of action) INNM in medication (ingredients).

Name
Type
M/O
Description and constraints
numerator_unitvarchar (Dictionary: MEDICATION_UNIT)M



numerator_value
numberM

denumerator_unit
varchar (Dictionary: MEDICATION_UNIT)M

denumerator_value
numberM

Examples : 5mg/1tab, 25mg/1ml, 100UE/1ml, 0.1mg/1dose

Manufacturer_info

This entity defines information about manufacturer of medications.

Name
Type
M/O
Description and constraints
name varchar M



country
varchar (Dictionary: COUNTRY)M


  • No labels