-
Notifications
You must be signed in to change notification settings - Fork 61
Uploads
Following is the list of reference data required in the system as part of openLMIS set up
This list indicates all programs supported by the system. Each country can define their own set of programs supported.
Program | DisplayOrder |
---|---|
HIV | 1 |
Essential Medicines | 2 |
ARV | 3 |
This list indicates all possible forms products are available in and each country can define their own list.Each product should be mapped to one of the forms defined in country list. Display order defines country preference in the order they should be displayed in the system.
ProductFormText | DisplayOrder |
---|---|
Tablet | 1 |
Capsule | 2 |
Bottle | 3 |
Vial | 4 |
Satchet | 15 |
Device | 16 |
Each product has smallest unit in which it cam be expressed. Each country can define their own list and then each product should be mapped to one of the forms defined in country list. Display order defines country preference in the order they should be displayed in the system.
DosageUnitsText | DisplayOrder |
---|---|
mg | 1 |
ml | 2 |
each | 3 |
Each Country will have their own GeoPolitical levels and Geographic Zones. This Can be defined and each Facility can be mapped to a geographic zone defined in the system.
Each country will have its own level of facilities operating in the country. This list provides all type of facilities operating in the country and each facility in the system will be mapped to a facility type.
FacilityTypeName | FacilityTypeDescription | DisplayOrder |
---|---|---|
Health Center | Multi-program clinic | 1 |
District Office | Management Office, no programs | 7 |
Community Health Worker | Mobile worker based out of health center | 2 |
Satellite Facility | Temporary service delivery point | 6 |
Provincial Office | Management Office, no programs | 8 |
District Hospital | Community Hospital | 3 |
Each country can have set of organization operating facilities. This list is the name of those Organizations and each facility in the system will be mapped to it. Display order defines country preference in the order they should be displayed in the system
FacilityOperator | DisplayOrder |
---|---|
MoH | 1 |
NGO | 2 |
Private | 4 |
FBO | 3 |
#### Products Data
- Product Form
- Dosage Unit
- File should be comma (,) separated CSV file.
- Column headers should be maintained as provided in template.
- If any data value contains comma(,) use double quotes to define that value. Example: Description = “Aspirin,300mg”
- Mandatory columns listed below are must in the file
- Following Fields cant be Negative or Zero: Doses Per dispensing Unit and Pack Size (Yet to be Implemented)
- Download template (This will be link to download the template)
- ProductCode
- ProductPrimaryName
- PackSize
- ProductIsActive
- ProductIsFullSupply
- IsATracerProduct
- PackRoundingThreshold
- CanRoundToZero
https://raw.github.com/OpenLMIS/open-lmis/master/test-data/csv/products.csv
- Products
- Programs
- File should be comma (,) separated CSV file.
- Column headers should be maintained as provided in template.
- If any data value contains comma(,) use double quotes to define that value. Example: Description = “Aspirin,300mg”
- Mandatory columns listed below are must in the file
- File has a duplicate record entry (product and program combination) , Update the existing record
- Following Fields cant be Negative : Price per pack , Price per dosage unit
- Download template (This will be link to download the template)
- Product Code
- Program Code
- Price per pack
https://github.com/OpenLMIS/open-lmis/blob/master/test-data/csv/Product_Cost.csv
- Products
- Programs
- File should be comma (,) separated CSV file.
- Column headers should be maintained as provided in template.
- If any data value contains comma(,) use double quotes to define that value. Example: Description = “Aspirin,300mg”
- Mandatory columns listed below are must in the file
- Following Fields cant be Negative or Zero: Doses per month (Yet to be Implemented)
- Download template (This will be link to download the template)
- Product Code
- Program Code
- IsActive
- Doses per month
https://raw.github.com/OpenLMIS/open-lmis/master/test-data/csv/Program%20Product.csv
- Facility type
- Products
- Programs
- Products to program mapping
- File should be comma (,) separated CSV file.
- Column headers should be maintained as provided in template.
- If any data value contains comma(,) use double quotes to define that value. Example: Description = “Aspirin,300mg”
- Mandatory columns listed below are must in the file
- Following Fields cant be Negative or Zero: Max Months of stock (Yet to be Implemented)
- Download template (This will be link to download the template)
- Product Code
- Program Code
- Facility Type code
- Max Months of Stock
- Facility Type
- Geographic Zone
- Facility Operated By
- File should be comma (,) separated CSV file.
- Column headers should be maintained as provided in template.
- If any data value contains comma(,) use double quotes to define that value. Example: Description = “Aspirin,300mg”
- Mandatory columns listed below are must in the file
- Download template (This will be link to download the template)
- FacilityCode
- FacilityName
- GeographicZoneID
- FacilityTypeID
- FacilityIsSDP
- IsActive
- FacilityGoLiveDate
- Data Reportable
https://raw.github.com/OpenLMIS/open-lmis/master/test-data/csv/facilities.csv
- Facility
- Program
- File should be comma (,) separated CSV file.
- Column headers should be maintained as provided in template.
- If any data value contains comma(,) use double quotes to define that value. Example: Description = “Aspirin,300mg”
- Mandatory columns listed below are must in the file
- Download template (This will be link to download the template)
- Facility Code
- Program Code
- Program Is Active
- Supervisory Nodes Definition
- Requisition Groups Definition
- Requisition Group members
- Requisition Group supported programs and Schedule
- Supply Lines
- Facilities
- Program
- Schedule
- File should be comma (,) separated CSV file.
- Column headers should be maintained as provided in template.
- If any data value contains comma(,) use double quotes to define that value. Example: Description = “Aspirin,300mg”
- Mandatory columns listed below are must in the file
- Download template (This will be link to download the template)
- Supervisory Node Code
- Name of Node
- RG Code
- Name of RG
- Supervisory Node
- RG Code
- Member (Facility Code)
- RG Code
- Program (Program Code)
- Schedule
- Supervising Node
- Program (Program Code)
- Facility (Facility code)
- Supply Lines https://raw.github.com/OpenLMIS/open-lmis/master/test-data/csv/Supply%20Lines.csv
- Requisition Group Supported Program and Schedules https://raw.github.com/OpenLMIS/open-lmis/master/test-data/csv/Requisition%20Group%20Program%20Schedule.csv
- Requisition Group https://raw.github.com/OpenLMIS/open-lmis/master/test-data/csv/Requisition%20Group%20Members.csv
- Supervisory Nodes https://raw.github.com/OpenLMIS/open-lmis/master/test-data/csv/Supervisory%20Nodes.csv
None
- File should be comma (,) separated CSV file.
- Column headers should be maintained as provided in template.
- If any data value contains comma(,) use double quotes to define that value. Example: Description = “Aspirin,300mg”
- Mandatory columns listed below are must in the file
- Download template (This will be link to download the template)
- User Name
- Password
- First Name
- Last Name
https://raw.github.com/OpenLMIS/open-lmis/master/test-data/csv/Users.csv
https://github.com/OpenLMIS/open-lmis/tree/master/test-data/csv