Table of Contents

Schema

...

eHealth description

...

Name

Type

Description and constraints

INNM_DOSAGE

BRAND

id

uuid

Identifier in the system

name

varchar(255)

The name of the BRAND of INNM_DOSAGE

type

varchar(255)

Type of the record: BRAND or INNM_DOSAGE

manufacturer

jsonb

Manufacturer's data set: Name Country

(minus)

code_atc

jsonb

ATX code

(minus)

is_active

bool

Active in the system

(minus)

form

varchar(255)

Release form

(minus)

container

jsonb

Information about primary package of the Brand

(minus)

package_qty

int4

Quantity in the package

(minus)

package_min_qty

int4

Minimum quantity available for sale

(minus)

certificate

varchar(255)

Certificate

(minus)

certificate_expired_at

date

Expiration date of the certificate

(minus)

inserted_by

uuid

Identifier of the person who made the entry in the system

updated_by

uuid

Identifier of the person who edited the entry in the system

inserted_at

timestamp

When an entry was made to the system

updated_at

timestamp

When it was updated

daily_dosage

float8

Daily dose of the drug

(minus)

max_daily_dosage

float8

The maximum allowable daily dose of the drug

(minus)

max_request_dosage

int2

The maximum dose of the drug within one prescription

(minus)

mr_blank_type

varchar(64)

Type of prescription form. F-1 or F-3.

(minus)

dosage_form_is_dosed

bool

Indication of dosage of the dosage form

(minus)

form_pharm

varchar(255)

Pharmaceutical form

(minus)

drlz_sku_id

varchar(255)

identifier of a product out of external DRLZ register

(minus)

Medical program

Table name: prm.medical_programs

...