|
|
# Catalog
|
|
|
|
|
|
Catalogs are a way to store dynamic data structures, that need to be defined at system-level - such as activities, organisations and so on. They can be accessed from the menu.
|
|
|
|
|
|
[[_TOC_]]
|
|
|
|
|
|

|
|
|
|
|
|
All catalogs have CRUD functionality (create, read, update, delete).
|
|
|
|
|
|
 button opens a modal windows with all fields for particular catalog.
|
|
|
|
|
|
Clicking on the row opens entree for edit.
|
|
|
|
|
|
 - operation button also allow edit, plus archivation of element.
|
|
|
|
|
|
Catalog entree is never deleted, it's just marked as inactive and hidden from the view.
|
|
|
|
|
|
## Existing catalogs
|
|
|
|
|
|
### Activity
|
|
|
|
|
|
Activities can be added to each admission in "Admission Data" section - this catalog's entrees can be selected in "<span dir="">Activity Code / Name</span>" column.
|
|
|
|
|
|

|
|
|
|
|
|
* **Activity ID** - text field, required. Currently is used to link activity to other systems.
|
|
|
* **Name** - text field, required.
|
|
|
* **Code** - text field, required.
|
|
|
* **Description** - text field, optional.
|
|
|
|
|
|
### <span dir="">Employee</span>
|
|
|
|
|
|
Employees can be selected in each admission in "Admission Data" section - then added activities are actual there's an "Involved specialists" section. This catalog's entrees can be selected in "Emplyee Name" column.
|
|
|
|
|
|

|
|
|
|
|
|
* **Name** - text field, required.
|
|
|
* **Code** - text field, optional.
|
|
|
|
|
|
### <span dir="">HMO</span>
|
|
|
|
|
|
HMO (<span dir="">Health Maintenance Organization</span>) can be selected in each patient's data in "Insurance" - "HMO".
|
|
|
|
|
|

|
|
|
|
|
|
* **Name** - text field, required.
|
|
|
|
|
|
### <span dir="">HMO District</span>
|
|
|
|
|
|
HMO District can be selected in each patient's data in "Insurance" - "HMO <span dir="">district</span>" (this catalog's entrees are possible values in this field).
|
|
|
|
|
|

|
|
|
|
|
|
* **Name** - text field, required.
|
|
|
* **HMO** - select list, required. Values - from HMO catalog.
|
|
|
|
|
|
### **<span dir="">Insurance Company</span>**
|
|
|
|
|
|
Insurance Company can be selected in each patient's data in "Insurance" - "Insurance Company" (this catalog's entrees are possible values in this field).
|
|
|
|
|
|

|
|
|
|
|
|
* **Name** - text field, required.
|
|
|
|
|
|
### Organisation
|
|
|
|
|
|
Can be selected in each admission in "Admission Data" section - "Referring Organisation" (this catalog's entrees are possible values in this field).
|
|
|
|
|
|

|
|
|
|
|
|
* **Name** - text field, required.
|
|
|
|
|
|
### Payer
|
|
|
|
|
|
Activities can be added to each admission in "Admission Data" section - this catalog's entrees can be selected in "Payer" column. Depending on "<span dir="">Require Guarantee Letter</span>" for particular entree - additional fields for activity are disabled or not.
|
|
|
|
|
|

|
|
|
|
|
|
* **Name** - text field, required.
|
|
|
* **Price list** - select list, required. Possible values - existing price lists.
|
|
|
* **Require Guarantee Letter** - Yes/No checkbox, required.
|
|
|
|
|
|
### <span dir="">Visit Reason</span>
|
|
|
|
|
|

|
|
|
|
|
|
* **Name** - text field, required.
|
|
|
|
|
|
### <span dir="">Ward</span>
|
|
|
|
|
|
Activities can be added to each admission in "Admission Data" section - this catalog's entrees can be selected in "Ward" column.
|
|
|
|
|
|

|
|
|
|
|
|
* **Name** - text field, required.
|
|
|
* **Code** - text field, optional. Is currently used for outer system linkage.
|
|
|
|
|
|
## Price lists
|
|
|
|
|
|
Price lists itself are just a catalog.
|
|
|
|
|
|

|
|
|
|
|
|
* **Name** - text field, required.
|
|
|
* **Description** - text field, optional.
|
|
|
|
|
|
They have additional button for each row  that opens price entrees.
|
|
|
|
|
|
#### Prices
|
|
|
|
|
|
Prices are a catalog too.
|
|
|
|
|
|

|
|
|
|
|
|
* **Activity** - select list, required. Possible values are active "Activity" catalog entrees.
|
|
|
* **Price period start** and **Price period end** - date fields, optional. Determine when this price entree becomes active and when it stops, if left empty - date is considered infinite (can be only one of the dates, so from infinity to given end date for example). There can't be 2 overlapping prices for the same activity, each price list can only contain 1 active price for each admission at each given time. If trying to save second one - it will give an error and won't save it.
|
|
|
* **<span dir="">Government price</span>** - number field, required, default 0. It's a price "basic" value.
|
|
|
* **Patient price** - number field, required, default 0. It's the amouns that patients need to pay for this activity - this field effects all of the "Payment" section in admission.
|
|
|
* **HMO discount** - number field, required, default 0. It's the % discount from the government price that HMOs have.
|
|
|
* **HMO price** - number field, required, disabled. It's calculated from 3 other fields as\
|
|
|
\
|
|
|
It can be calculated as somthething below 0 - but can't be saved this way, it will give an error.\
|
|
|
 |
|
|
\ No newline at end of file |