The Billable Services subfolder contains CSV import files for saving Billable Services which are services offered at a facility that can be billed to client. Below is a possible example of its content:
billableservices/
├──services.csv
└── ...
Below are the possible headers with a sample data set:
Uuid | Service Name | Short Name | Concept | Service Type | Service Status |
---|---|---|---|---|---|
32176576-1652-4835-8736-826eb0237482 | Antenatal Care | ANTC | 1592AAAAAA AAAAAAAAAAAAAAAA AAAAAAAAAA | Antenatal Services | Enabled |
Let's review the headers as below
This is the UUID of the billable service
This is the name of the billable service
This is the short name of the billable service associated with the billable service
This is a reference (UUID, same as mapping or name) to an existing concept associated with the service.
This is a reference to an existing concept for the type of service that could be assigned to the Billable Service created.
This references to the service status, defaulting to Billable Service Status ENABLED if the status is not provided.
- The billing module version 1.1.0 or higher must be installed
- The OpenMRS version must be 2.4 or higher
Please look at the test configuration folder for sample import files for all domains, see here.