Disability in Eritrea

According to Eritrea Population and Health Survey in 2010, there were around 149,103 people with disabilities in Eritrea.[1]

Classification

The majority of disability in the country are vision, mental and motion impairments.[1]

Law

The article 14(3), 41(6)(C) and 51(1) of the Constitution of Eritrea directly address disability issues in the country, which includes prohibition of discrimination to people with disability. Under the constitution, the government is obliged to ensure the social welfare and provide all citizens, including citizens with disabilities, with cultural, education, health and social services within the limit of the country resources.[1]

Organizations

The Rehabilitation and Integration Division of the Social Welfare Department of the Ministry of Labour and Human Welfare is the government body responsible for issues related to disabilities and people with disability in the country.[1]

gollark: https://pastebin.com/Frv3xkB9Full badly-commented thing.
gollark: I *did* test this, you know.
gollark: ```lua-- Convert path to canonical formlocal function canonicalize(path) return fs.combine(path, "")endlocal function path_in(p, dir) return starts_with(canonicalize(p), canonicalize(dir))end-- Resolve a path with the given root - if you go outside it, loops you back inlocal function resolve_path(path, root) if path_in(path, "/rom") then -- allow access to shared ROM return path end local new_path = fs.combine(root, path) if not path_in(new_path, root) then return resolve_path(new_path, root) else return new_path endend```Relevant code.
gollark: FS overrides can create some really "fun" filesystem messes.
gollark: If you try to cd .. it just puts you in the same directory for funlolz.

References

  1. Abby, Futsum. "Eritrea". African Disability Rights Yearbook. Retrieved 14 May 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.