Conditions Job
If one implementation has Conditions, conditions table will get created with existing data otherwise an empty table will be created since Conditions comes with Bahmni product by default.
ColumnsToIgnore apply for this module ( Refer https://msfprojects.atlassian.net/wiki/spaces/BAH/pages/329875787/Appendix )
To generate this table we took product dump as reference
Configuration
Existing OpenMRS tables
Mart Tables
a) conditions_default
| Column Name | Description |
|---|---|
| condition_id | Unique id for the table |
| previous_condition_id | |
| patient_id | To know for which patient these details are entered |
| status | |
| condition_name | Will have only one column for non-coded and coded condition names. Openmrs has two columns one is for coded and other is for non-coded |
| is_coded_condition_name | This column tell us whether a condition is coded or not |
| onset_date | |
| additional_detail | |
| end_date | |
| end_reason | |
| creator | Who has entered these conditions |
| date_created | Date of creation of these conditions |
원문 정보
원문 보기 ↗Bahmni Wiki · CC BY-SA 4.0