Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 2.04 KB

billableservices.md

File metadata and controls

40 lines (29 loc) · 2.04 KB

Domain 'billableservices'

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

Header UUID (required)

This is the UUID of the billable service

Header Service Name (required)

This is the name of the billable service

Header Short Name (optional)

This is the short name of the billable service associated with the billable service

Header Concept (optional)

This is a reference (UUID, same as mapping or name) to an existing concept associated with the service.

Header Service Type (optional)

This is a reference to an existing concept for the type of service that could be assigned to the Billable Service created.

Header Service Status (optional)

This references to the service status, defaulting to Billable Service Status ENABLED if the status is not provided.

Requirements

  • The billing module version 1.1.0 or higher must be installed
  • The OpenMRS version must be 2.4 or higher

Further examples:

Please look at the test configuration folder for sample import files for all domains, see here.