Baselight

Attacks Against Health Workers Around The World

Attacks Against Health Workers around the World from Years 2017 to 2022

@kaggle.abdullahsangha_attacks_against_health_workers_around_the_world

About this Dataset

Attacks Against Health Workers Around The World

SURVEILLANCE SYSTEM FOR ATTACKS ON HEALTH CARE (SSA)

The Surveillance System for Attacks on Health Care (SSA) is one of the primary outputs of this initiative. Advocacy against attacks on health care, and providing evidence on the effectiveness of practices to minimize attacks and mitigate the consequences of attacks are the two initiatives of the surveillance system.

The SSA is supposed to systematically collect data on attacks on health care, and produce and release the report online immediately after the event. This surveillance system would facilitate accountability through global health governance, improve the visibility of the SSA within WHO and throughout the UN, analyse data to support engagement with perpetrators, and strengthen the SSA as an effective mechanism to safeguard health and human rights. However, the incompetence of WHO in fulfilling its mandate on the issue potentially undermines efforts to engage with those who attack health-care facilities, and weakens efforts to prevent future attacks.

Tables

Attacks Against Health Activists

@kaggle.abdullahsangha_attacks_against_health_workers_around_the_world.attacks_against_health_activists
  • 88.12 KB
  • 3689 rows
  • 23 columns
Loading...

CREATE TABLE attacks_against_health_activists (
  "attack_id" VARCHAR,
  "country" VARCHAR,
  "attack_date" TIMESTAMP,
  "attack_time" VARCHAR,
  "certainty_level" VARCHAR,
  "attack_type" VARCHAR,
  "total_injured" BIGINT,
  "total_death" BIGINT,
  "hc_facilities" VARCHAR,
  "hc_transport" VARCHAR,
  "hc_personnel" VARCHAR,
  "hc_supplies_assets" VARCHAR,
  "hc_warehouse_storage" VARCHAR,
  "hc_patients" VARCHAR,
  "hc_other" VARCHAR,
  "type_of_facility" VARCHAR,
  "facility_other" VARCHAR,
  "hw_abduction" BIGINT,
  "hw_arrest" BIGINT,
  "hw_detention" BIGINT,
  "patient_abduction" BIGINT,
  "patient_arrest" BIGINT,
  "patient_detention" BIGINT
);