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

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 Version History

« Previous Version 2 Next »

Entities (tables)

Medication requests

This entity defines  Medication request (terms) information structure.

Name
Type
M/O
Description and constraints
iduuidM
human_receipt_id varchar,MMust have special proc 
program_type varchar (Dictionary: PROGRAM_TYPE)M
created_at dateM
started_at dateM
ended_at dateM
dispense_valid_from dateM
dispense_valid_to dateM
person_iduuid



































+dispense_valid_from | date| not null


+dispense_valid_to | date| not null


+person_id | uuid | not null


+employee_id | uuid | not null


+receipt_period_type | varchar | not null


+receipt_age_type | varchar | not null


+innm_id | uuid | not null


+innm_route | varchar | not null


+innm_dosage | jsonb | not null


+innm_container_dosage | jsonb | not null


+innm_qty | number | not null


+innm_dose_used_qty | number | not null


+note | jsonb


+dosage_instuction | jsonb


+status | varchar | not null


+is_active | boolean | not null


+recall_date | date


+recalled_by | uuid


+recall_reason | varchar


+inserted_at | timestamp | not null


+inserted_by | uuid | not null


+updated_at | timestamp | not null


+updated_by | uuid | not null
  • No labels