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
{
"name": "Diagnoses And Conditions",
"type": "diagnosesAndConditions",
"chunkSizeToRead": "500"
}
Existing OpenMRS tables
Conditions
Concept_view : For concept name
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 |
The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)