Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

Organization Unit Attributes Overview

Organization Unit Attributes are additional pieces of information that can be attached to each Organization Unit in DHIS2. These attributes can include information such as the facility's type, geographic location, or specific services offered. The use of Organization Unit Attributes allows for a more detailed and comprehensive representation of the health system and facilitates data analysis and decision-making. In DHIS2, Organization Unit Attributes can be created and managed through the System Settings section of the application. They can be assigned to specific Organization Units, and their values can be updated as needed. Additionally, Organization Unit Attributes can be used in data visualizations, reports, and other forms of analysis, providing users with a deeper understanding of the health system and its components.

LocatorAPI & Ounit Attributes

We have created number of organization unit attributes to disaggregate them based on various property or aspect. The list of organization unit attributes we have added are listed below:

OrgUnit Attribute

Value Type

Description

Example

OU Location Area

Text

Area where the facility is located

Area1

OU Location Sub-Area

Text

SubArea where the facility is located

subArea1

OU Locator Type

Text | Enum

Defines if the organization unit is an outlet or provider

outlet / provider

OU Outlet Type

Text

Defines the type of facility

Public

OU Opening Hours

JSON

Defines the office hours for the facility

{
  "daysOfWeek": [
    { "value": "mon" },
    { "value": "tue" },
    { "value": "wed" },
    { "value": "thu" },
    { "value": "fri" }
  ],
  "validFrom": { "value": "2019-01-01" },
  "validTo": { "value": "2021-12-31" },
  "openingTime": { "value": "09:00:00" },
  "closingTime": { "value": "17:00:00" }
}

OU Services

Text (comma separated)

List of services offered by the facility (excluding Contraceptives services)

COV

OU Contraceptives

Text (comma separated)

List of contraceptives services offered by the facility

IUD,IMP

OU Social.WA

Text

Whatsapp number for the facility

977 984123456

OU Social.FB

Text

FB url for the facility

https://www.facebook.com/orgunit

OU Tags

Text (comma separated)

These tags are used to categorized the facility in various ways. For example by projects

proj1,proj2

DHIS2 Organization Unit Attributes Configuration

The above listed orgUnit Attributes can be imported in two different ways. Firstly you can download the metadata.json file below and use DHIS2 import and export tool to import these configuration.

OR

  1. You can follow this link http://localhost:8181/dhis2_configuration

  2. It will ask for the DHIS2 URL where you have hosted your dhis2 instance and also ask for your username and password to successfully connect to the server.

  3. Once connected, it will populate the list of organisation unit attribute created in your system. In another section it will also show, the list of organisation unit attribute need to be created.

  4. If you select the orgunit attribute you want to create and click ‘Proceed', the application will create the orgunit attributes for you.

  • No labels