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

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 46 Next »

Schema 

Entities (tables)

Substances

This entity defines  substancesinformation structure.

Name
Type
M/O
Description and constraints
iduuidM
namevarcharM
name_originalvarcharM
SCTIDvarchar, uniqueMunique
Reference: SCTID - SNOMED IDs
is_activeboolean M
inserted_attimestampM
inserted_byuuidM
updated_attimestampM
updated_byuuidM

Medications

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

Name
Type
M/O
Description and constraints
iduuidM
namevarcharM
is_activebooleanM
typevarchar (Dictionary: MEDICATION_TYPE)M
formvarchar (Dictionary: MEDICATION_FORM)M
ingredientsIngredients[]: jsonbOArray
containerDosage: jsonbO
package_qtynumberO
package_min_qtynumberO
code_ATXvarcharO
manufacturerManufacturer: jsonbO
certificatevarcharO
expired_certificate_datedateO
inserted_attimestampM
inserted_byuuidM
updated_attimestampM
updated_byuuidM

Medical_programs

This entity defines medical programs information structure.

Name
Type
M/O
Description and constraints
iduuidM
is_activebooleanM
namevarcharM
inserted_attimestampM
inserted_byuuidM
updated_attimestampM
updated_byuuidM

Program_medications

This entity defines cross medications & programs information structure.

Name
Type
M/O
Description and constraints
iduuidM
medication_iduuidM
medical_program_iduuidM
is_activebooleanM

medication_request_allowed

booleanM
reimbursementjsonbM

Data structure below

inserted_attimestampM
inserted_byuuidM
updated_attimestampM
updated_byuuidM

Reimbursement

This entity defines reimbursement structure.

Name
Type
M/O
Description and constraints
typestringM[fixed, external]
reimbursement_amountnumberOthe reimbursement amount for the medication package

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
iduuidMsubstances.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

This entity defines information about manufacturer of medications.

Name
Type
M/O
Description and constraints
manufacturer varchar M



country
varchar (Dictionary: COUNTRY)M


  • No labels