Purpose
This method is designed to create reimbursement report which is based on Medication request and Medication dispense data for NHS admin.
To get the report the creator must input requested period (date_from_dispense, date_to based on date of dispense). In response will be received the csv file with data.
- NHS admin will receive all Medication Dispenses and corresponding Medication Requests.
- in case there is no Medication Dispenses for Medication Requests, Medication Requests won't be shown in the report
- for Medication Dispense status<>'REJECTED'
REQUESTED_FIELD | REPORT_FIELD | SOURCE | COMMENT |
---|---|---|---|
Назва суб’єкту господарювання (аптека) | pharmacy_name | medication_dispense.legal_entity.name | |
Код ЄДРПОУ суб'єкту господарювання (аптека) | pharmacy_edrpou | medication_dispense.legal_entity.edrpou | |
Назва закладу охорони здоров’я | msp_name | medication_request.legal_entity.name | |
Код ЄДРПОУ закладу охорони здоров’я | msp_edrpou | medication_request.legal_entity.edrpou | |
Лікар, що виписав рецепт (ПІБ) | doctor_name | medication_request.party.last_name&first_name.secone_name | |
Лікар, що виписав рецепт (ID) | doctor_id | medication_request.party.id | |
№ Номер рецепта | request_number | medication_request.request_number | |
Дата створення рецепта | created_at | medication_request.created_at | |
Дата відпуску рецепта | dispensed_at | medication_dispense.dispensed_at | |
Міжнародна непатентована назва лікарського засобу (словник реєстру) | innm_name | ||
Лікарська форма | innm_dosage_name | medication_dispense.innm_dosage.name | innm_dosage |
Торгова назва лікарського засобу | medication_name | medication_dispense.medications.name | |
Сила дії (дозування) | ----- | innm_dosage_name | |
Форма випуску (словник реєстру) | form | medication_dispense.medications.form | |
Кількість одиниць лікарської форми відповідної дози в упаковці, од. | package_qty | medication_dispense.medications.package_qty | |
Кількість відпущених упаковок, упак | medication_qty | medication_dispense.medications.details.medication_qty | units, not packages |
Фактична роздрібна ціна реалізації упаковки, грн | sell_amount | medication_dispense.medications.details.sell_amount | |
Розмір відшкодування вартості лікарського засобу за упаковку, грн | reimbursement_amount | medication_dispense.medications.details.reimbursement_amount | |
Сума відшкодування, грн | discount_amount | medication_dispense.medications.details.discount_amount | |
Сума доплати за упаковку ЛЗ, грн |