diff --git a/CHANGELOG.md b/CHANGELOG.md index 11317e73..514ff96c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.9.13] - 2024-05-30 + +### Added + +- Function to add data to tables in batches + +### Changed + +- Updated operational presence data for AFG + +### Fixed + +- Increased speed of conflict event pipeline and included data for all HRP countries + ## [0.9.12] - 2024-05-29 ### Fixed diff --git a/requirements.txt b/requirements.txt index d175f7b6..2c78fe53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -134,7 +134,7 @@ num2words==0.5.13 # via quantulum3 oauthlib==3.2.2 # via requests-oauthlib -openpyxl==3.1.2 +openpyxl==3.1.3 # via hdx-python-utilities packaging==24.0 # via pytest @@ -216,7 +216,7 @@ referencing==0.35.1 # jsonschema-specifications regex==2024.5.15 # via hdx-python-scraper -requests==2.32.2 +requests==2.32.3 # via # ckanapi # frictionless diff --git a/src/hapi/pipelines/configs/conflict_event.yaml b/src/hapi/pipelines/configs/conflict_event.yaml index f021e3d8..6f151160 100644 --- a/src/hapi/pipelines/configs/conflict_event.yaml +++ b/src/hapi/pipelines/configs/conflict_event.yaml @@ -1,6 +1,7 @@ #Conflict event config file conflict_event_error_messages: colombia-acled-conflict-data: "El Tablon is miscoded, these rows have been removed" + nigeria-acled-conflict-data: "Edati and Ijebu Ode are miscoded, these rows have been removed" conflict_event_default: scrapers_with_defaults: @@ -10,82 +11,79 @@ conflict_event_default: - "conflict_event_bfa_political_violence" - "conflict_event_bfa_civilian_targeting" - "conflict_event_bfa_demonstration" -# - "conflict_event_caf_political_violence" -# - "conflict_event_caf_civilian_targeting" -# - "conflict_event_caf_demonstration" -# - "conflict_event_cmr_political_violence" -# - "conflict_event_cmr_civilian_targeting" -# - "conflict_event_cmr_demonstration" -# - "conflict_event_cod_political_violence" -# - "conflict_event_cod_civilian_targeting" -# - "conflict_event_cod_demonstration" -# - "conflict_event_col_political_violence" -# - "conflict_event_col_civilian_targeting" -# - "conflict_event_col_demonstration" -# - "conflict_event_eth_political_violence" -# - "conflict_event_eth_civilian_targeting" -# - "conflict_event_eth_demonstration" + - "conflict_event_caf_political_violence" + - "conflict_event_caf_civilian_targeting" + - "conflict_event_caf_demonstration" + - "conflict_event_cmr_political_violence" + - "conflict_event_cmr_civilian_targeting" + - "conflict_event_cmr_demonstration" + - "conflict_event_cod_political_violence" + - "conflict_event_cod_civilian_targeting" + - "conflict_event_cod_demonstration" + - "conflict_event_col_political_violence" + - "conflict_event_col_civilian_targeting" + - "conflict_event_col_demonstration" + - "conflict_event_eth_political_violence" + - "conflict_event_eth_civilian_targeting" + - "conflict_event_eth_demonstration" - "conflict_event_gtm_political_violence" - "conflict_event_gtm_civilian_targeting" - "conflict_event_gtm_demonstration" -# - "conflict_event_hnd_political_violence" -# - "conflict_event_hnd_civilian_targeting" -# - "conflict_event_hnd_demonstration" -# - "conflict_event_hti_political_violence" -# - "conflict_event_hti_civilian_targeting" -# - "conflict_event_hti_demonstration" -# - "conflict_event_mli_political_violence" -# - "conflict_event_mli_civilian_targeting" -# - "conflict_event_mli_demonstration" -# - "conflict_event_mmr_political_violence" -# - "conflict_event_mmr_civilian_targeting" -# - "conflict_event_mmr_demonstration" -# - "conflict_event_moz_political_violence" -# - "conflict_event_moz_civilian_targeting" -# - "conflict_event_moz_demonstration" -# - "conflict_event_ner_political_violence" -# - "conflict_event_ner_civilian_targeting" -# - "conflict_event_ner_demonstration" -# - "conflict_event_nga_political_violence" -# - "conflict_event_nga_civilian_targeting" -# - "conflict_event_nga_demonstration" -# - "conflict_event_pse_political_violence" -# - "conflict_event_pse_civilian_targeting" -# - "conflict_event_pse_demonstration" -# - "conflict_event_sdn_political_violence" -# - "conflict_event_sdn_civilian_targeting" -# - "conflict_event_sdn_demonstration" -# - "conflict_event_slv_political_violence" -# - "conflict_event_slv_civilian_targeting" -# - "conflict_event_slv_demonstration" -# - "conflict_event_som_political_violence" -# - "conflict_event_som_civilian_targeting" -# - "conflict_event_som_demonstration" -# - "conflict_event_ssd_political_violence" -# - "conflict_event_ssd_civilian_targeting" -# - "conflict_event_ssd_demonstration" -# - "conflict_event_syr_political_violence" -# - "conflict_event_syr_civilian_targeting" -# - "conflict_event_syr_demonstration" -# - "conflict_event_tcd_political_violence" -# - "conflict_event_tcd_civilian_targeting" -# - "conflict_event_tcd_demonstration" -# - "conflict_event_ukr_political_violence" -# - "conflict_event_ukr_civilian_targeting" -# - "conflict_event_ukr_demonstration" -# - "conflict_event_ven_political_violence" -# - "conflict_event_ven_civilian_targeting" -# - "conflict_event_ven_demonstration" -# - "conflict_event_yem_political_violence" -# - "conflict_event_yem_civilian_targeting" -# - "conflict_event_yem_demonstration" + - "conflict_event_hnd_political_violence" + - "conflict_event_hnd_civilian_targeting" + - "conflict_event_hnd_demonstration" + - "conflict_event_hti_political_violence" + - "conflict_event_hti_civilian_targeting" + - "conflict_event_hti_demonstration" + - "conflict_event_mli_political_violence" + - "conflict_event_mli_civilian_targeting" + - "conflict_event_mli_demonstration" + - "conflict_event_mmr_political_violence" + - "conflict_event_mmr_civilian_targeting" + - "conflict_event_mmr_demonstration" + - "conflict_event_moz_political_violence" + - "conflict_event_moz_civilian_targeting" + - "conflict_event_moz_demonstration" + - "conflict_event_ner_political_violence" + - "conflict_event_ner_civilian_targeting" + - "conflict_event_ner_demonstration" + - "conflict_event_nga_political_violence" + - "conflict_event_nga_civilian_targeting" + - "conflict_event_nga_demonstration" + - "conflict_event_pse_political_violence" + - "conflict_event_pse_civilian_targeting" + - "conflict_event_pse_demonstration" + - "conflict_event_sdn_political_violence" + - "conflict_event_sdn_civilian_targeting" + - "conflict_event_sdn_demonstration" + - "conflict_event_slv_political_violence" + - "conflict_event_slv_civilian_targeting" + - "conflict_event_slv_demonstration" + - "conflict_event_som_political_violence" + - "conflict_event_som_civilian_targeting" + - "conflict_event_som_demonstration" + - "conflict_event_ssd_political_violence" + - "conflict_event_ssd_civilian_targeting" + - "conflict_event_ssd_demonstration" + - "conflict_event_syr_political_violence" + - "conflict_event_syr_civilian_targeting" + - "conflict_event_syr_demonstration" + - "conflict_event_tcd_political_violence" + - "conflict_event_tcd_civilian_targeting" + - "conflict_event_tcd_demonstration" + - "conflict_event_ukr_political_violence" + - "conflict_event_ukr_civilian_targeting" + - "conflict_event_ukr_demonstration" + - "conflict_event_ven_political_violence" + - "conflict_event_ven_civilian_targeting" + - "conflict_event_ven_demonstration" + - "conflict_event_yem_political_violence" + - "conflict_event_yem_civilian_targeting" + - "conflict_event_yem_demonstration" format: "xlsx" sheet: "Data" - filter_cols: - - "Year" - prefilter: "Year == '2024'" admin: - - ~ + - "ISO3" - "Admin2 Pcode" admin_exact: True input: @@ -194,982 +192,57 @@ conflict_event_admintwo: - "#date+year+demonstration" - "#event+num+demonstration" -# conflict_event_caf_political_violence: -# dataset: "central-african-republic-acled-conflict-data" -# resource: "central african republic_HRP_political_violence_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_caf_civilian_targeting: -# dataset: "central-african-republic-acled-conflict-data" -# resource: "central african republic_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_caf_demonstration: -# dataset: "central-african-republic-acled-conflict-data" -# resource: "central african republic_HRP_demonstration_events_by_month-year" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_cmr_political_violence: -# dataset: "cameroon-acled-conflict-data" -# resource: "cameroon_HRP_political_violence_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_cmr_civilian_targeting: -# dataset: "cameroon-acled-conflict-data" -# resource: "cameroon_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_cmr_demonstration: -# dataset: "cameroon-acled-conflict-data" -# resource: "cameroon_HRP_demonstration_events_by_month-year" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_cod_political_violence: -# dataset: "democratic-republic-of-congo-acled-conflict-data" -# resource: "democratic republic of congo_HRP_political_violence_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_cod_civilian_targeting: -# dataset: "democratic-republic-of-congo-acled-conflict-data" -# resource: "democratic republic of congo_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_cod_demonstration: -# dataset: "democratic-republic-of-congo-acled-conflict-data" -# resource: "democratic republic of congo_HRP_demonstration_events_by_month-year" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_col_political_violence: -# dataset: "colombia-acled-conflict-data" -# resource: "colombia_HRP_political_violence_events_and_fatalities_by_month-year" -# filter_cols: -# - "Admin2" -# prefilter: "Admin2 != 'El Tablon'" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_col_civilian_targeting: -# dataset: "colombia-acled-conflict-data" -# resource: "colombia_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# filter_cols: -# - "Admin2" -# prefilter: "Admin2 != 'El Tablon'" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_col_demonstration: -# dataset: "colombia-acled-conflict-data" -# resource: "colombia_HRP_demonstration_events_by_month-year" -# filter_cols: -# - "Admin2" -# prefilter: "Admin2 != 'El Tablon'" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_eth_political_violence: -# dataset: "ethiopia-acled-conflict-data" -# resource: "ethiopia_HRP_political_violence_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_eth_civilian_targeting: -# dataset: "ethiopia-acled-conflict-data" -# resource: "ethiopia_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_eth_demonstration: -# dataset: "ethiopia-acled-conflict-data" -# resource: "ethiopia_HRP_demonstration_events_by_month-year" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_hti_political_violence: -# dataset: "haiti-acled-conflict-data" -# resource: "haiti_HRP_political_violence_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_hti_civilian_targeting: -# dataset: "haiti-acled-conflict-data" -# resource: "haiti_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_hti_demonstration: -# dataset: "haiti-acled-conflict-data" -# resource: "haiti_HRP_demonstration_events_by_month-year" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_mli_political_violence: -# dataset: "mali-acled-conflict-data" -# resource: "mali_HRP_political_violence_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_mli_civilian_targeting: -# dataset: "mali-acled-conflict-data" -# resource: "mali_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_mli_demonstration: -# dataset: "mali-acled-conflict-data" -# resource: "mali_HRP_demonstration_events_by_month-year" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_mmr_political_violence: -# dataset: "myanmar-acled-conflict-data" -# resource: "myanmar_HRP_political_violence_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_mmr_civilian_targeting: -# dataset: "myanmar-acled-conflict-data" -# resource: "myanmar_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_mmr_demonstration: -# dataset: "myanmar-acled-conflict-data" -# resource: "myanmar_HRP_demonstration_events_by_month-year" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_moz_political_violence: -# dataset: "mozambique-acled-conflict-data" -# resource: "mozambique_HRP_political_violence_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_moz_civilian_targeting: -# dataset: "mozambique-acled-conflict-data" -# resource: "mozambique_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_moz_demonstration: -# dataset: "mozambique-acled-conflict-data" -# resource: "mozambique_HRP_demonstration_events_by_month-year" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_ner_political_violence: -# dataset: "niger-acled-conflict-data" -# resource: "niger_HRP_political_violence_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_ner_civilian_targeting: -# dataset: "niger-acled-conflict-data" -# resource: "niger_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_ner_demonstration: -# dataset: "niger-acled-conflict-data" -# resource: "niger_HRP_demonstration_events_by_month-year" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_nga_political_violence: -# dataset: "nigeria-acled-conflict-data" -# resource: "nigeria_HRP_political_violence_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_nga_civilian_targeting: -# dataset: "nigeria-acled-conflict-data" -# resource: "nigeria_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_nga_demonstration: -# dataset: "nigeria-acled-conflict-data" -# resource: "nigeria_HRP_demonstration_events_by_month-year" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_pse_political_violence: -# dataset: "palestine-acled-conflict-data" -# resource: "palestine_HRP_political_violence_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_pse_civilian_targeting: -# dataset: "palestine-acled-conflict-data" -# resource: "palestine_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_pse_demonstration: -# dataset: "palestine-acled-conflict-data" -# resource: "palestine_HRP_demonstration_events_by_month-year" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_sdn_political_violence: -# dataset: "sudan-acled-conflict-data" -# resource: "sudan_HRP_political_violence_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_sdn_civilian_targeting: -# dataset: "sudan-acled-conflict-data" -# resource: "sudan_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_sdn_demonstration: -# dataset: "sudan-acled-conflict-data" -# resource: "sudan_HRP_demonstration_events_by_month-year" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_som_political_violence: -# dataset: "somalia-acled-conflict-data" -# resource: "somalia_HRP_political_violence_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_som_civilian_targeting: -# dataset: "somalia-acled-conflict-data" -# resource: "somalia_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_som_demonstration: -# dataset: "somalia-acled-conflict-data" -# resource: "somalia_HRP_demonstration_events_by_month-year" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_ssd_political_violence: -# dataset: "south-sudan-acled-conflict-data" -# resource: "south sudan_HRP_political_violence_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_ssd_civilian_targeting: -# dataset: "south-sudan-acled-conflict-data" -# resource: "south sudan_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_ssd_demonstration: -# dataset: "south-sudan-acled-conflict-data" -# resource: "south sudan_HRP_demonstration_events_by_month-year" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_syr_political_violence: -# dataset: "syria-acled-conflict-data" -# resource: "syria_HRP_political_violence_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_syr_civilian_targeting: -# dataset: "syria-acled-conflict-data" -# resource: "syria_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_syr_demonstration: -# dataset: "syria-acled-conflict-data" -# resource: "syria_HRP_demonstration_events_by_month-year" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_tcd_political_violence: -# dataset: "chad-acled-conflict-data" -# resource: "chad_HRP_political_violence_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_tcd_civilian_targeting: -# dataset: "chad-acled-conflict-data" -# resource: "chad_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_tcd_demonstration: -# dataset: "chad-acled-conflict-data" -# resource: "chad_HRP_demonstration_events_by_month-year" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_ukr_political_violence: -# dataset: "ukraine-acled-conflict-data" -# resource: "ukraine_HRP_political_violence_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_ukr_civilian_targeting: -# dataset: "ukraine-acled-conflict-data" -# resource: "ukraine_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_ukr_demonstration: -# dataset: "ukraine-acled-conflict-data" -# resource: "ukraine_HRP_demonstration_events_by_month-year" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_ven_political_violence: -# dataset: "venezuela-acled-conflict-data" -# resource: "venezuela_HRP_political_violence_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_ven_civilian_targeting: -# dataset: "venezuela-acled-conflict-data" -# resource: "venezuela_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_ven_demonstration: -# dataset: "venezuela-acled-conflict-data" -# resource: "venezuela_HRP_demonstration_events_by_month-year" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_yem_political_violence: -# dataset: "yemen-acled-conflict-data" -# resource: "yemen_HRP_political_violence_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_yem_civilian_targeting: -# dataset: "yemen-acled-conflict-data" -# resource: "yemen_HRP_civilian_targeting_events_and_fatalities_by_month-year" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_yem_demonstration: -# dataset: "yemen-acled-conflict-data" -# resource: "yemen_HRP_demonstration_events_by_month-year" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" + conflict_event_caf_political_violence: + dataset: "central-african-republic-acled-conflict-data" + resource: "central african republic_HRP_political_violence_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" -conflict_event_national: - conflict_event_gtm_political_violence: - dataset: "guatemala-acled-conflict-data" - resource: "guatemala_political_violence_events_and_fatalities_by_month-year" - admin: - - ~ - admin_single: "GTM" + conflict_event_caf_civilian_targeting: + dataset: "central-african-republic-acled-conflict-data" + resource: "central african republic_HRP_civilian_targeting_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_caf_demonstration: + dataset: "central-african-republic-acled-conflict-data" + resource: "central african republic_HRP_demonstration_events_by_month-year" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_cmr_political_violence: + dataset: "cameroon-acled-conflict-data" + resource: "cameroon_HRP_political_violence_events_and_fatalities_by_month-year" input: - "Fatalities" list: @@ -1185,12 +258,9 @@ conflict_event_national: - "#date+year+political_violence" - "#event+num+political_violence" - conflict_event_gtm_civilian_targeting: - dataset: "guatemala-acled-conflict-data" - resource: "guatemala_civilian_targeting_events_and_fatalities_by_month-year" - admin: - - ~ - admin_single: "GTM" + conflict_event_cmr_civilian_targeting: + dataset: "cameroon-acled-conflict-data" + resource: "cameroon_HRP_civilian_targeting_events_and_fatalities_by_month-year" input: - "Fatalities" list: @@ -1206,12 +276,261 @@ conflict_event_national: - "#date+year+civilian_targeting" - "#event+num+civilian_targeting" - conflict_event_gtm_demonstration: - dataset: "guatemala-acled-conflict-data" - resource: "guatemala_demonstration_events_by_month-year" - admin: - - ~ - admin_single: "GTM" + conflict_event_cmr_demonstration: + dataset: "cameroon-acled-conflict-data" + resource: "cameroon_HRP_demonstration_events_by_month-year" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_cod_political_violence: + dataset: "democratic-republic-of-congo-acled-conflict-data" + resource: "democratic republic of congo_HRP_political_violence_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_cod_civilian_targeting: + dataset: "democratic-republic-of-congo-acled-conflict-data" + resource: "democratic republic of congo_HRP_civilian_targeting_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_cod_demonstration: + dataset: "democratic-republic-of-congo-acled-conflict-data" + resource: "democratic republic of congo_HRP_demonstration_events_by_month-year" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_col_political_violence: + dataset: "colombia-acled-conflict-data" + resource: "colombia_HRP_political_violence_events_and_fatalities_by_month-year" + filter_cols: + - "Admin2" + - "Year" + prefilter: "Admin2 != 'El Tablon' and Year == '2024'" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_col_civilian_targeting: + dataset: "colombia-acled-conflict-data" + resource: "colombia_HRP_civilian_targeting_events_and_fatalities_by_month-year" + filter_cols: + - "Admin2" + - "Year" + prefilter: "Admin2 != 'El Tablon' and Year == '2024'" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_col_demonstration: + dataset: "colombia-acled-conflict-data" + resource: "colombia_HRP_demonstration_events_by_month-year" + filter_cols: + - "Admin2" + - "Year" + prefilter: "Admin2 != 'El Tablon' and Year == '2024'" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_eth_political_violence: + dataset: "ethiopia-acled-conflict-data" + resource: "ethiopia_HRP_political_violence_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_eth_civilian_targeting: + dataset: "ethiopia-acled-conflict-data" + resource: "ethiopia_HRP_civilian_targeting_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_eth_demonstration: + dataset: "ethiopia-acled-conflict-data" + resource: "ethiopia_HRP_demonstration_events_by_month-year" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_hti_political_violence: + dataset: "haiti-acled-conflict-data" + resource: "haiti_HRP_political_violence_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_hti_civilian_targeting: + dataset: "haiti-acled-conflict-data" + resource: "haiti_HRP_civilian_targeting_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_hti_demonstration: + dataset: "haiti-acled-conflict-data" + resource: "haiti_HRP_demonstration_events_by_month-year" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_mli_political_violence: + dataset: "mali-acled-conflict-data" + resource: "mali_HRP_political_violence_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_mli_civilian_targeting: + dataset: "mali-acled-conflict-data" + resource: "mali_HRP_civilian_targeting_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_mli_demonstration: + dataset: "mali-acled-conflict-data" + resource: "mali_HRP_demonstration_events_by_month-year" output: - "Month demonstration" - "Year demonstration" @@ -1221,116 +540,813 @@ conflict_event_national: - "#date+year+demonstration" - "#event+num+demonstration" -# conflict_event_hnd_political_violence: -# dataset: "honduras-acled-conflict-data" -# resource: "honduras_political_violence_events_and_fatalities_by_month-year" -# admin: -# - ~ -# admin_single: "HND" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_hnd_civilian_targeting: -# dataset: "honduras-acled-conflict-data" -# resource: "honduras_civilian_targeting_events_and_fatalities_by_month-year" -# admin: -# - ~ -# admin_single: "HND" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_hnd_demonstration: -# dataset: "honduras-acled-conflict-data" -# resource: "honduras_demonstration_events_by_month-year" -# admin: -# - ~ -# admin_single: "HND" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" -# -# conflict_event_slv_political_violence: -# dataset: "el-salvador-acled-conflict-data" -# resource: "el salvador_political_violence_events_and_fatalities_by_month-year" -# admin: -# - ~ -# admin_single: "SLV" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities political_violence" -# - "Month political_violence" -# - "Year political_violence" -# - "Events political_violence" -# output_hxl: -# - "#fatality+num+political_violence" -# - "#date+month+political_violence" -# - "#date+year+political_violence" -# - "#event+num+political_violence" -# -# conflict_event_slv_civilian_targeting: -# dataset: "el-salvador-acled-conflict-data" -# resource: "el salvador_civilian_targeting_events_and_fatalities_by_month-year" -# admin: -# - ~ -# admin_single: "SLV" -# input: -# - "Fatalities" -# list: -# - "Fatalities" -# output: -# - "Fatalities civilian_targeting" -# - "Month civilian_targeting" -# - "Year civilian_targeting" -# - "Events civilian_targeting" -# output_hxl: -# - "#fatality+num+civilian_targeting" -# - "#date+month+civilian_targeting" -# - "#date+year+civilian_targeting" -# - "#event+num+civilian_targeting" -# -# conflict_event_slv_demonstration: -# dataset: "el-salvador-acled-conflict-data" -# resource: "el salvador_demonstration_events_by_month-year" -# admin: -# - ~ -# admin_single: "SLV" -# output: -# - "Month demonstration" -# - "Year demonstration" -# - "Events demonstration" -# output_hxl: -# - "#date+month+demonstration" -# - "#date+year+demonstration" -# - "#event+num+demonstration" + conflict_event_mmr_political_violence: + dataset: "myanmar-acled-conflict-data" + resource: "myanmar_HRP_political_violence_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_mmr_civilian_targeting: + dataset: "myanmar-acled-conflict-data" + resource: "myanmar_HRP_civilian_targeting_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_mmr_demonstration: + dataset: "myanmar-acled-conflict-data" + resource: "myanmar_HRP_demonstration_events_by_month-year" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_moz_political_violence: + dataset: "mozambique-acled-conflict-data" + resource: "mozambique_HRP_political_violence_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_moz_civilian_targeting: + dataset: "mozambique-acled-conflict-data" + resource: "mozambique_HRP_civilian_targeting_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_moz_demonstration: + dataset: "mozambique-acled-conflict-data" + resource: "mozambique_HRP_demonstration_events_by_month-year" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_ner_political_violence: + dataset: "niger-acled-conflict-data" + resource: "niger_HRP_political_violence_events_and_fatalities_by_month-year" + admin_exact: False + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_ner_civilian_targeting: + dataset: "niger-acled-conflict-data" + resource: "niger_HRP_civilian_targeting_events_and_fatalities_by_month-year" + admin_exact: False + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_ner_demonstration: + dataset: "niger-acled-conflict-data" + resource: "niger_HRP_demonstration_events_by_month-year" + admin_exact: False + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_nga_political_violence: + dataset: "nigeria-acled-conflict-data" + resource: "nigeria_HRP_political_violence_events_and_fatalities_by_month-year" + filter_cols: + - "Admin2" + - "Year" + prefilter: "Admin2 != 'Edati' and Admin2 != 'Ijebu Ode' and Year == '2024'" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_nga_civilian_targeting: + dataset: "nigeria-acled-conflict-data" + resource: "nigeria_HRP_civilian_targeting_events_and_fatalities_by_month-year" + filter_cols: + - "Admin2" + - "Year" + prefilter: "Admin2 != 'Edati' and Admin2 != 'Ijebu Ode' and Year == '2024'" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_nga_demonstration: + dataset: "nigeria-acled-conflict-data" + resource: "nigeria_HRP_demonstration_events_by_month-year" + filter_cols: + - "Admin2" + - "Year" + prefilter: "Admin2 != 'Edati' and Admin2 != 'Ijebu Ode' and Year == '2024'" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_pse_political_violence: + dataset: "palestine-acled-conflict-data" + resource: "palestine_HRP_political_violence_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_pse_civilian_targeting: + dataset: "palestine-acled-conflict-data" + resource: "palestine_HRP_civilian_targeting_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_pse_demonstration: + dataset: "palestine-acled-conflict-data" + resource: "palestine_HRP_demonstration_events_by_month-year" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_sdn_political_violence: + dataset: "sudan-acled-conflict-data" + resource: "sudan_HRP_political_violence_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_sdn_civilian_targeting: + dataset: "sudan-acled-conflict-data" + resource: "sudan_HRP_civilian_targeting_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_sdn_demonstration: + dataset: "sudan-acled-conflict-data" + resource: "sudan_HRP_demonstration_events_by_month-year" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_som_political_violence: + dataset: "somalia-acled-conflict-data" + resource: "somalia_HRP_political_violence_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_som_civilian_targeting: + dataset: "somalia-acled-conflict-data" + resource: "somalia_HRP_civilian_targeting_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_som_demonstration: + dataset: "somalia-acled-conflict-data" + resource: "somalia_HRP_demonstration_events_by_month-year" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_ssd_political_violence: + dataset: "south-sudan-acled-conflict-data" + resource: "south sudan_HRP_political_violence_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_ssd_civilian_targeting: + dataset: "south-sudan-acled-conflict-data" + resource: "south sudan_HRP_civilian_targeting_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_ssd_demonstration: + dataset: "south-sudan-acled-conflict-data" + resource: "south sudan_HRP_demonstration_events_by_month-year" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_syr_political_violence: + dataset: "syria-acled-conflict-data" + resource: "syria_HRP_political_violence_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_syr_civilian_targeting: + dataset: "syria-acled-conflict-data" + resource: "syria_HRP_civilian_targeting_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_syr_demonstration: + dataset: "syria-acled-conflict-data" + resource: "syria_HRP_demonstration_events_by_month-year" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_tcd_political_violence: + dataset: "chad-acled-conflict-data" + resource: "chad_HRP_political_violence_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_tcd_civilian_targeting: + dataset: "chad-acled-conflict-data" + resource: "chad_HRP_civilian_targeting_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_tcd_demonstration: + dataset: "chad-acled-conflict-data" + resource: "chad_HRP_demonstration_events_by_month-year" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_ukr_political_violence: + dataset: "ukraine-acled-conflict-data" + resource: "ukraine_HRP_political_violence_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_ukr_civilian_targeting: + dataset: "ukraine-acled-conflict-data" + resource: "ukraine_HRP_civilian_targeting_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_ukr_demonstration: + dataset: "ukraine-acled-conflict-data" + resource: "ukraine_HRP_demonstration_events_by_month-year" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_ven_political_violence: + dataset: "venezuela-acled-conflict-data" + resource: "venezuela_HRP_political_violence_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_ven_civilian_targeting: + dataset: "venezuela-acled-conflict-data" + resource: "venezuela_HRP_civilian_targeting_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_ven_demonstration: + dataset: "venezuela-acled-conflict-data" + resource: "venezuela_HRP_demonstration_events_by_month-year" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_yem_political_violence: + dataset: "yemen-acled-conflict-data" + resource: "yemen_HRP_political_violence_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_yem_civilian_targeting: + dataset: "yemen-acled-conflict-data" + resource: "yemen_HRP_civilian_targeting_events_and_fatalities_by_month-year" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_yem_demonstration: + dataset: "yemen-acled-conflict-data" + resource: "yemen_HRP_demonstration_events_by_month-year" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + +conflict_event_national: + conflict_event_gtm_political_violence: + dataset: "guatemala-acled-conflict-data" + resource: "guatemala_political_violence_events_and_fatalities_by_month-year" + admin: + - ~ + admin_single: "GTM" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_gtm_civilian_targeting: + dataset: "guatemala-acled-conflict-data" + resource: "guatemala_civilian_targeting_events_and_fatalities_by_month-year" + admin: + - ~ + admin_single: "GTM" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_gtm_demonstration: + dataset: "guatemala-acled-conflict-data" + resource: "guatemala_demonstration_events_by_month-year" + admin: + - ~ + admin_single: "GTM" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_hnd_political_violence: + dataset: "honduras-acled-conflict-data" + resource: "honduras_political_violence_events_and_fatalities_by_month-year" + admin: + - ~ + admin_single: "HND" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_hnd_civilian_targeting: + dataset: "honduras-acled-conflict-data" + resource: "honduras_civilian_targeting_events_and_fatalities_by_month-year" + admin: + - ~ + admin_single: "HND" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_hnd_demonstration: + dataset: "honduras-acled-conflict-data" + resource: "honduras_demonstration_events_by_month-year" + admin: + - ~ + admin_single: "HND" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" + + conflict_event_slv_political_violence: + dataset: "el-salvador-acled-conflict-data" + resource: "el salvador_political_violence_events_and_fatalities_by_month-year" + admin: + - ~ + admin_single: "SLV" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities political_violence" + - "Month political_violence" + - "Year political_violence" + - "Events political_violence" + output_hxl: + - "#fatality+num+political_violence" + - "#date+month+political_violence" + - "#date+year+political_violence" + - "#event+num+political_violence" + + conflict_event_slv_civilian_targeting: + dataset: "el-salvador-acled-conflict-data" + resource: "el salvador_civilian_targeting_events_and_fatalities_by_month-year" + admin: + - ~ + admin_single: "SLV" + input: + - "Fatalities" + list: + - "Fatalities" + output: + - "Fatalities civilian_targeting" + - "Month civilian_targeting" + - "Year civilian_targeting" + - "Events civilian_targeting" + output_hxl: + - "#fatality+num+civilian_targeting" + - "#date+month+civilian_targeting" + - "#date+year+civilian_targeting" + - "#event+num+civilian_targeting" + + conflict_event_slv_demonstration: + dataset: "el-salvador-acled-conflict-data" + resource: "el salvador_demonstration_events_by_month-year" + admin: + - ~ + admin_single: "SLV" + output: + - "Month demonstration" + - "Year demonstration" + - "Events demonstration" + output_hxl: + - "#date+month+demonstration" + - "#date+year+demonstration" + - "#event+num+demonstration" diff --git a/src/hapi/pipelines/configs/operational_presence.yaml b/src/hapi/pipelines/configs/operational_presence.yaml index 49cd9a99..f93b3b5d 100644 --- a/src/hapi/pipelines/configs/operational_presence.yaml +++ b/src/hapi/pipelines/configs/operational_presence.yaml @@ -35,13 +35,10 @@ operational_presence_default: operational_presence_admintwo: operational_presence_afg: - dataset: "afghanistan-who-does-what-where-july-to-september-2023" - resource: "afghanistan-3w-operational-presence-july-september-2023.csv" + dataset: "afghanistan-who-does-what-where-january-to-march-2024" + resource: "afghanistan-3w-operational-presence-january-march-2024.csv" format: "csv" headers: 1 - source_date: - start: "01/07/2023" - end: "30/09/2023" use_hxl: True admin: - ~ diff --git a/src/hapi/pipelines/database/conflict_event.py b/src/hapi/pipelines/database/conflict_event.py index 0158c626..30d9c620 100644 --- a/src/hapi/pipelines/database/conflict_event.py +++ b/src/hapi/pipelines/database/conflict_event.py @@ -8,6 +8,7 @@ from hdx.utilities.dateparse import parse_date_range from sqlalchemy.orm import Session +from ..utilities.batch_populate import batch_populate from ..utilities.logging_helpers import add_message from . import admins from .base_uploader import BaseUploader @@ -36,7 +37,7 @@ def populate(self): errors = set() for dataset in self._results.values(): dataset_name = dataset["hdx_stub"] - rows = [] + conflict_event_rows = [] number_duplicates = 0 for admin_level, admin_results in dataset["results"].items(): # TODO: this is only one resource id, but three resources are downloaded per dataset @@ -46,6 +47,7 @@ def populate(self): values = admin_results["values"] for admin_code in admin_codes: + admin_rows = [] admin2_code = admins.get_admin2_code_based_on_level( admin_code=admin_code, admin_level=admin_level ) @@ -71,20 +73,7 @@ def populate(self): time_period_range = parse_date_range( f"{month} {year}", "%B %Y" ) - row = ( - resource_id, - admin2_code, - event_type, - events, - fatalities, - time_period_range[0], - time_period_range[1], - ) - if row in rows: - number_duplicates += 1 - continue - rows.append(row) - conflict_event_row = DBConflictEvent( + conflict_event_row = dict( resource_hdx_id=resource_id, admin2_ref=self._admins.admin2_data[ admin2_code @@ -95,12 +84,20 @@ def populate(self): reference_period_start=time_period_range[0], reference_period_end=time_period_range[1], ) - self._session.add(conflict_event_row) - self._session.commit() + if conflict_event_row in admin_rows: + number_duplicates += 1 + continue + admin_rows.append(conflict_event_row) + conflict_event_rows.append(conflict_event_row) + if number_duplicates > 0: add_message( errors, dataset_name, f"{number_duplicates} duplicate rows" ) + if len(conflict_event_rows) == 0: + add_message(errors, dataset_name, "no rows found") + continue + batch_populate(conflict_event_rows, self._session, DBConflictEvent) for dataset, msg in self._config.get( "conflict_event_error_messages", dict() diff --git a/src/hapi/pipelines/database/operational_presence.py b/src/hapi/pipelines/database/operational_presence.py index ee58cc37..0544b7c0 100644 --- a/src/hapi/pipelines/database/operational_presence.py +++ b/src/hapi/pipelines/database/operational_presence.py @@ -8,9 +8,9 @@ from hdx.location.adminlevel import AdminLevel from hdx.location.names import clean_name from hdx.utilities.dictandlist import write_list_to_csv -from sqlalchemy import insert from sqlalchemy.orm import Session +from ..utilities.batch_populate import batch_populate from ..utilities.logging_helpers import add_message, add_missing_value_message from . import admins from .base_uploader import BaseUploader @@ -21,8 +21,6 @@ logger = getLogger(__name__) -_BATCH_SIZE = 1000 - class OperationalPresence(BaseUploader): def __init__( @@ -189,9 +187,17 @@ def populate(self, debug=False): operational_presence_rows.append( operational_presence_row ) + if debug: + write_list_to_csv( + join("saved_data", "debug_operational_presence.csv"), + debug_rows, + ) + return self._org.populate_multiple() - self.populate_multiple(operational_presence_rows) + batch_populate( + operational_presence_rows, self._session, DBOperationalPresence + ) logger.warning( f"There were {number_duplicates} duplicate operational presence rows!" @@ -202,18 +208,3 @@ def populate(self, debug=False): add_message(errors, dataset, msg) for error in sorted(errors): logger.error(error) - if debug: - write_list_to_csv( - join("saved_data", "debug_operational_presence.csv"), - debug_rows, - ) - - def populate_multiple(self, rows): - batches = range(len(rows) // _BATCH_SIZE + 1) - for batch in batches: - start_row = batch * 1000 - end_row = start_row + _BATCH_SIZE - batch_rows = rows[start_row:end_row] - self._session.execute(insert(DBOperationalPresence), batch_rows) - self._session.commit() - return diff --git a/src/hapi/pipelines/database/org.py b/src/hapi/pipelines/database/org.py index 8afc51cc..cbf42379 100644 --- a/src/hapi/pipelines/database/org.py +++ b/src/hapi/pipelines/database/org.py @@ -7,9 +7,9 @@ from hdx.location.names import clean_name from hdx.scraper.utilities.reader import Read from hdx.utilities.dictandlist import dict_of_sets_add -from sqlalchemy import insert from sqlalchemy.orm import Session +from ..utilities.batch_populate import batch_populate from .base_uploader import BaseUploader logger = logging.getLogger(__name__) @@ -73,21 +73,15 @@ def add_or_match_org( ] = (acronym, org_name, org_type) def populate_multiple(self): - batch = [] - for key in self.data: - values = self.data[key] - org_row = dict( + org_rows = [ + dict( acronym=values[0], name=values[1], org_type_code=values[2], ) - batch.append(org_row) - if len(batch) >= _BATCH_SIZE: - self._session.execute(insert(DBOrg), batch) - batch = [] - if batch: - self._session.execute(insert(DBOrg), batch) - self._session.commit() + for values in self.data.values() + ] + batch_populate(org_rows, self._session, DBOrg) def get_org_info(self, org_name: str, location: str) -> Dict[str, str]: org_name_map = { diff --git a/src/hapi/pipelines/utilities/batch_populate.py b/src/hapi/pipelines/utilities/batch_populate.py new file mode 100644 index 00000000..1ce0f5f6 --- /dev/null +++ b/src/hapi/pipelines/utilities/batch_populate.py @@ -0,0 +1,17 @@ +from typing import Dict, List + +from sqlalchemy import insert +from sqlalchemy.orm import Session + +_BATCH_SIZE = 1000 + + +def batch_populate(rows: List[Dict], session: Session, DBTable): + batches = range(len(rows) // _BATCH_SIZE + 1) + for batch in batches: + start_row = batch * _BATCH_SIZE + end_row = start_row + _BATCH_SIZE + batch_rows = rows[start_row:end_row] + session.execute(insert(DBTable), batch_rows) + session.commit() + return diff --git a/tests/fixtures/input/afghanistan-who-does-what-where-january-to-march-2024.json b/tests/fixtures/input/afghanistan-who-does-what-where-january-to-march-2024.json new file mode 100644 index 00000000..abf9c01f --- /dev/null +++ b/tests/fixtures/input/afghanistan-who-does-what-where-january-to-march-2024.json @@ -0,0 +1 @@ +{"archived": false, "creator_user_id": "391f0864-b6e4-425f-9d46-df87aa456c2b", "data_update_frequency": "90", "dataset_date": "[2024-01-01T00:00:00 TO 2024-03-31T23:59:59]", "dataset_preview": "resource_id", "dataset_source": "Humanitarian partners", "due_date": "2024-08-18T05:32:58", "has_geodata": false, "has_quickcharts": true, "has_showcases": true, "id": "897dc815-4e61-4bc2-b775-aed25689e401", "is_requestdata_type": false, "isopen": false, "last_modified": "2024-05-20T05:32:58.952210", "license_id": "cc-by-igo", "license_title": "Creative Commons Attribution for Intergovernmental Organisations", "license_url": "http://creativecommons.org/licenses/by/3.0/igo/legalcode", "maintainer": "391f0864-b6e4-425f-9d46-df87aa456c2b", "maintainer_email": "murtaza@un.org", "metadata_created": "2024-05-20T05:32:51.497096", "metadata_modified": "2024-05-21T13:03:08.513378", "methodology": "Registry", "name": "afghanistan-who-does-what-where-january-to-march-2024", "notes": "The Who does What Where (3W) is a core humanitarian coordination dataset. It is critical to know where humanitarian organizations are working, what they are doing and their capability in order to identify gaps, avoid duplication of efforts, and plan for future humanitarian response (if needed). The data includes a list of humanitarian organizations by district and cluster, as well as a unique count of organizations. An interactive map of the 3W data can be accessed [here](https://response.reliefweb.int/afghanistan/who-does-what-where-3w?_gl=1*g902oc*_ga*MTYyOTk1NDg4OC4xNjc2NTM2NTk3*_ga_E60ZNX2F68*MTcwNDE3NzMzMC4xNDAuMS4xNzA0MTg0MTQ5LjU4LjAuMA). ", "num_resources": 3, "num_tags": 4, "organization": {"id": "10e168ce-5b51-49ac-8616-a142d48618e5", "name": "ocha-afghanistan", "title": "OCHA Afghanistan", "type": "organization", "description": "OCHA resumed its operation in Afghanistan in 2009, providing humanitarian assistance in a complex environment where separate \u2013 and not always complementary \u2013 military, political and security objectives pose challenges to the implementation of humanitarian principles, the ability of responders to reach people in need and the safety and security of aid workers", "image_url": "", "created": "2014-08-06T14:26:07.642577", "is_organization": true, "approval_status": "approved", "state": "active"}, "overdue_date": "2024-09-17T05:32:58", "owner_org": "10e168ce-5b51-49ac-8616-a142d48618e5", "package_creator": "murtaza", "pageviews_last_14_days": 21, "private": false, "qa_completed": false, "solr_additions": "{\"countries\": [\"Afghanistan\"]}", "state": "active", "subnational": "1", "title": "Afghanistan - Who does What Where (January to March 2024)", "total_res_downloads": 8, "type": "dataset", "url": null, "version": null, "groups": [{"description": "", "display_name": "Afghanistan", "id": "afg", "image_display_url": "", "name": "afg", "title": "Afghanistan"}], "tags": [{"display_name": "hxl", "id": "a0fbb23a-6aad-4ccc-8062-e9ef9f20e5d2", "name": "hxl", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "operational capacity", "id": "d8a59526-9f9a-4c71-b38f-5d9f2eb1615a", "name": "operational capacity", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "operational presence", "id": "a25059f9-7e1f-49be-b629-ccccd97a95f8", "name": "operational presence", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "who is doing what and where-3w-4w-5w", "id": "ec53893c-6dba-4656-978b-4a32289ea2eb", "name": "who is doing what and where-3w-4w-5w", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}], "relationships_as_subject": [], "relationships_as_object": [], "is_fresh": true, "update_status": "fresh", "x_resource_grouping": [], "resources": [{"alt_url": "https://data.humdata.org/dataset/897dc815-4e61-4bc2-b775-aed25689e401/resource/6bf7a159-c6dd-4afb-ac66-31ee04568d27/download/", "cache_last_updated": null, "cache_url": null, "created": "2024-05-20T05:32:54.512504", "dataset_preview_enabled": true, "datastore_active": false, "description": "", "download_url": "https://data.humdata.org/dataset/897dc815-4e61-4bc2-b775-aed25689e401/resource/6bf7a159-c6dd-4afb-ac66-31ee04568d27/download/afghanistan-3w-operational-presence-january-march-2024.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-20T05:32:54.147674\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-20T05:32:56.611913\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/897dc815-4e61-4bc2-b775-aed25689e401/resource/6bf7a159-c6dd-4afb-ac66-31ee04568d27/download/afghanistan-3w-operational-presence-january-march-2024.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 10904, \"ncols\": 11, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"668bc5362a8f1dbc2c270766477ecf87\", \"hxl_header_hash\": \"e980b1fa55019e44b2f3c35dc0b895bf\", \"headers\": [\"\\ufeffREGION\", \"PROVINCE\", \"PROV_CODE\", \"DISTRICT\", \"DIST_CODE\", \"ORG_ACRONYM\", \"ORG_NAME\", \"ORG_TYPE\", \"CLUSTER_SECTOR_CODE\", \"CLUSTER_SECTOR_NAME\", \"Question\"], \"hxl_headers\": [\"#region+name\", \"#adm1+name\", \"#adm1+code\", \"#adm2+name\", \"#adm2+code\", \"#org+acronym\", \"#org+name\", \"#org+type+name\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"\"]}]}}]", "hash": "", "hdx_rel_url": "/dataset/897dc815-4e61-4bc2-b775-aed25689e401/resource/6bf7a159-c6dd-4afb-ac66-31ee04568d27/download/afghanistan-3w-operational-presence-january-march-2024.csv", "id": "6bf7a159-c6dd-4afb-ac66-31ee04568d27", "last_modified": "2024-05-20T05:32:54.379302", "metadata_modified": "2024-05-20T05:32:57.791904", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "afghanistan-3w-operational-presence-january-march-2024.csv", "originalHash": "-988266717", "package_id": "897dc815-4e61-4bc2-b775-aed25689e401", "pii": "false", "position": 0, "resource_type": "file.upload", "size": 1669576, "state": "active", "url": "https://data.humdata.org/dataset/897dc815-4e61-4bc2-b775-aed25689e401/resource/6bf7a159-c6dd-4afb-ac66-31ee04568d27/download/afghanistan-3w-operational-presence-january-march-2024.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/897dc815-4e61-4bc2-b775-aed25689e401/resource/202dcba2-61ee-4aad-9c64-445322f42710/download/", "cache_last_updated": null, "cache_url": null, "created": "2024-05-20T05:32:57.031196", "dataset_preview_enabled": false, "datastore_active": false, "description": "", "download_url": "https://data.humdata.org/dataset/897dc815-4e61-4bc2-b775-aed25689e401/resource/202dcba2-61ee-4aad-9c64-445322f42710/download/afghanistan-3w-operational-capacity-january-march-2024.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-20T05:32:56.652328\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-20T05:32:58.939463\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/897dc815-4e61-4bc2-b775-aed25689e401/resource/202dcba2-61ee-4aad-9c64-445322f42710/download/afghanistan-3w-operational-capacity-january-march-2024.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 9075, \"ncols\": 11, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"50f940b27864501fed08d221d9967bdf\", \"hxl_header_hash\": \"e980b1fa55019e44b2f3c35dc0b895bf\", \"headers\": [\"REGION\", \"PROVINCE\", \"PROV_CODE\", \"DISTRICT\", \"DIST_CODE\", \"ORG_ACRONYM\", \"ORG_NAME\", \"ORG_TYPE\", \"CLUSTER_SECTOR_CODE\", \"CLUSTER_SECTOR_NAME\", \"Question\"], \"hxl_headers\": [\"#region+name\", \"#adm1+name\", \"#adm1+code\", \"#adm2+name\", \"#adm2+code\", \"#org+acronym\", \"#org+name\", \"#org+type+name\", \"#sector+cluster+code\", \"#sector+cluster+name\", \"\"]}]}}]", "hash": "", "hdx_rel_url": "/dataset/897dc815-4e61-4bc2-b775-aed25689e401/resource/202dcba2-61ee-4aad-9c64-445322f42710/download/afghanistan-3w-operational-capacity-january-march-2024.csv", "id": "202dcba2-61ee-4aad-9c64-445322f42710", "last_modified": "2024-05-20T05:32:56.856808", "metadata_modified": "2024-05-20T05:32:59.700442", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "afghanistan-3w-operational-capacity-january-march-2024.csv", "originalHash": "-988266717", "package_id": "897dc815-4e61-4bc2-b775-aed25689e401", "pii": "false", "position": 1, "resource_type": "file.upload", "size": 1409686, "state": "active", "url": "https://data.humdata.org/dataset/897dc815-4e61-4bc2-b775-aed25689e401/resource/202dcba2-61ee-4aad-9c64-445322f42710/download/afghanistan-3w-operational-capacity-january-march-2024.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/897dc815-4e61-4bc2-b775-aed25689e401/resource/db7922e3-311a-49f3-b2a2-b0dbe45ab86d/download/", "cache_last_updated": null, "cache_url": null, "created": "2024-05-20T05:32:59.055693", "dataset_preview_enabled": false, "datastore_active": false, "description": "", "download_url": "https://data.humdata.org/dataset/897dc815-4e61-4bc2-b775-aed25689e401/resource/db7922e3-311a-49f3-b2a2-b0dbe45ab86d/download/afghanistan-3w-january-march-2024.xlsx", "format": "XLSX", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-05-20T05:32:58.759712\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-05-20T05:33:00.947984\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/897dc815-4e61-4bc2-b775-aed25689e401/resource/db7922e3-311a-49f3-b2a2-b0dbe45ab86d/download/afghanistan-3w-january-march-2024.xlsx\", \"format\": \"XLSX\", \"sheets\": [{\"name\": \"MetaData\", \"is_hidden\": false, \"nrows\": 11, \"ncols\": 1, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"8a9c0818e0622aadfcb2e59cfe5299b4\", \"hxl_header_hash\": null, \"headers\": [\"METADATA\"], \"hxl_headers\": null}, {\"name\": \"List_District\", \"is_hidden\": false, \"nrows\": 403, \"ncols\": 21, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"30d419bf10484e12f5a01f983141414f\", \"hxl_header_hash\": \"7dafa0a7b166290817a95261ab0e3e99\", \"headers\": [\"Region\", \"PROV_CODE\", \"PROV_NA_ENG\", \"DIST_CODE\", \"DIST_NA_ENG\", \"OP_ALL\", \"OC_ALL\", \"OP_EIE\", \"OC_EIE\", \"OP_ESNFI\", \"OC_ESNFI\", \"OP_FSAC\", \"OC_FSAC\", \"OP_HEALTH\", \"OC_HEALTH\", \"OP_NUTRITION\", \"OC_NUTRITION\", \"OP_PROTECTION\", \"OC_PROTECTION\", \"OP_WASH\", \"OC_WASH\"], \"hxl_headers\": [\"#region+name\", \"#adm1+code\", \"#adm1+name\", \"#adm2+code\", \"#adm2+name\", \"#org+presence+total\", \"#org+capacity+total\", \"#org+presence+eie\", \"#org+capacity+eie\", \"#org+presence+esnfi\", \"#org+capacity+esnfi\", \"#org+presence+fsac\", \"#org+capacity+fsac\", \"#org+presence+health\", \"#org+capacity+health\", \"#org+presence+nutrition\", \"#org+capacity+nutrition\", \"#org+presence+protection\", \"#org+capacity+protection\", \"#org+presence+wash\", \"#org+capacity+wash\"]}, {\"name\": \"Count_District\", \"is_hidden\": false, \"nrows\": 403, \"ncols\": 21, \"has_merged_cells\": false, \"is_hxlated\": true, \"header_hash\": \"30d419bf10484e12f5a01f983141414f\", \"hxl_header_hash\": \"7dafa0a7b166290817a95261ab0e3e99\", \"headers\": [\"Region\", \"PROV_CODE\", \"PROV_NA_ENG\", \"DIST_CODE\", \"DIST_NA_ENG\", \"OP_ALL\", \"OC_ALL\", \"OP_EIE\", \"OC_EIE\", \"OP_ESNFI\", \"OC_ESNFI\", \"OP_FSAC\", \"OC_FSAC\", \"OP_HEALTH\", \"OC_HEALTH\", \"OP_NUTRITION\", \"OC_NUTRITION\", \"OP_PROTECTION\", \"OC_PROTECTION\", \"OP_WASH\", \"OC_WASH\"], \"hxl_headers\": [\"#region+name\", \"#adm1+code\", \"#adm1+name\", \"#adm2+code\", \"#adm2+name\", \"#org+presence+total\", \"#org+capacity+total\", \"#org+presence+eie\", \"#org+capacity+eie\", \"#org+presence+esnfi\", \"#org+capacity+esnfi\", \"#org+presence+fsac\", \"#org+capacity+fsac\", \"#org+presence+health\", \"#org+capacity+health\", \"#org+presence+nutrition\", \"#org+capacity+nutrition\", \"#org+presence+protection\", \"#org+capacity+protection\", \"#org+presence+wash\", \"#org+capacity+wash\"]}]}}]", "hash": "", "hdx_rel_url": "/dataset/897dc815-4e61-4bc2-b775-aed25689e401/resource/db7922e3-311a-49f3-b2a2-b0dbe45ab86d/download/afghanistan-3w-january-march-2024.xlsx", "id": "db7922e3-311a-49f3-b2a2-b0dbe45ab86d", "last_modified": "2024-05-20T05:32:58.952210", "metadata_modified": "2024-05-20T05:33:01.120876", "microdata": false, "mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "mimetype_inner": null, "name": "afghanistan-3w-january-march-2024.xlsx", "originalHash": "-988266717", "package_id": "897dc815-4e61-4bc2-b775-aed25689e401", "pii": "false", "position": 2, "resource_type": "file.upload", "size": 146500, "state": "active", "url": "https://data.humdata.org/dataset/897dc815-4e61-4bc2-b775-aed25689e401/resource/db7922e3-311a-49f3-b2a2-b0dbe45ab86d/download/afghanistan-3w-january-march-2024.xlsx", "url_type": "upload"}]} diff --git a/tests/fixtures/input/afghanistan-who-does-what-where-july-to-september-2023.json b/tests/fixtures/input/afghanistan-who-does-what-where-july-to-september-2023.json deleted file mode 100644 index 83624276..00000000 --- a/tests/fixtures/input/afghanistan-who-does-what-where-july-to-september-2023.json +++ /dev/null @@ -1 +0,0 @@ -{"archived": false, "batch": "3fe258e7-28a6-4877-ad98-8d2da776e721", "creator_user_id": "391f0864-b6e4-425f-9d46-df87aa456c2b", "data_update_frequency": "90", "dataseries_name": "OCHA Afghanistan - Who does What Where", "dataset_date": "[2023-07-01T00:00:00 TO 2023-09-30T23:59:59]", "dataset_preview": "resource_id", "dataset_source": "Humanitarian partners", "due_date": "2024-02-27T09:42:18", "has_geodata": false, "has_quickcharts": true, "has_showcases": true, "id": "e7f92509-9c20-450d-83ea-582d306347cf", "is_requestdata_type": false, "isopen": true, "last_modified": "2023-11-29T09:42:18.510333", "license_id": "cc-by", "license_title": "Creative Commons Attribution International", "license_url": "http://www.opendefinition.org/licenses/cc-by", "maintainer": "391f0864-b6e4-425f-9d46-df87aa456c2b", "maintainer_email": null, "metadata_created": "2023-11-29T09:42:02.660058", "metadata_modified": "2024-01-15T01:01:04.222008", "methodology": "Registry", "name": "afghanistan-who-does-what-where-july-to-september-2023", "notes": "The Who does What Where (3W) is a core humanitarian coordination dataset. It is critical to know where humanitarian organizations are working, what they are doing and their capability in order to identify gaps, avoid duplication of efforts, and plan for future humanitarian response (if needed). The data includes a list of humanitarian organizations by district and cluster, as well as a unique count of organizations. An interactive map of the 3W data can be accessed [here](https://response.reliefweb.int/afghanistan/who-does-what-where-3w?_gl=1*g902oc*_ga*MTYyOTk1NDg4OC4xNjc2NTM2NTk3*_ga_E60ZNX2F68*MTcwNDE3NzMzMC4xNDAuMS4xNzA0MTg0MTQ5LjU4LjAuMA). ", "num_resources": 3, "num_tags": 4, "organization": {"id": "10e168ce-5b51-49ac-8616-a142d48618e5", "name": "ocha-afghanistan", "title": "OCHA Afghanistan", "type": "organization", "description": "OCHA resumed its operation in Afghanistan in 2009, providing humanitarian assistance in a complex environment where separate \u2013 and not always complementary \u2013 military, political and security objectives pose challenges to the implementation of humanitarian principles, the ability of responders to reach people in need and the safety and security of aid workers", "image_url": "", "created": "2014-08-06T14:26:07.642577", "is_organization": true, "approval_status": "approved", "state": "active"}, "overdue_date": "2024-03-28T09:42:18", "owner_org": "10e168ce-5b51-49ac-8616-a142d48618e5", "package_creator": "murtaza", "pageviews_last_14_days": 1, "private": false, "qa_completed": false, "solr_additions": "{\"countries\": [\"Afghanistan\"]}", "state": "active", "subnational": "1", "title": "Afghanistan - Who does What Where (July to September 2023)", "total_res_downloads": 108, "type": "dataset", "url": null, "version": null, "groups": [{"description": "", "display_name": "Afghanistan", "id": "afg", "image_display_url": "", "name": "afg", "title": "Afghanistan"}], "tags": [{"display_name": "hxl", "id": "a0fbb23a-6aad-4ccc-8062-e9ef9f20e5d2", "name": "hxl", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "operational capacity", "id": "d8a59526-9f9a-4c71-b38f-5d9f2eb1615a", "name": "operational capacity", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "operational presence", "id": "a25059f9-7e1f-49be-b629-ccccd97a95f8", "name": "operational presence", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "who is doing what and where-3w-4w-5w", "id": "ec53893c-6dba-4656-978b-4a32289ea2eb", "name": "who is doing what and where-3w-4w-5w", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}], "relationships_as_subject": [], "relationships_as_object": [], "is_fresh": false, "update_status": "needs_update", "x_resource_grouping": [], "resources": [{"alt_url": "https://data.humdata.org/dataset/e7f92509-9c20-450d-83ea-582d306347cf/resource/0f2b920b-7985-48cf-8fab-872bc0403f80/download/", "cache_last_updated": null, "cache_url": null, "created": "2023-11-29T09:42:05.506803", "dataset_preview_enabled": false, "datastore_active": false, "description": "", "download_url": "https://data.humdata.org/dataset/e7f92509-9c20-450d-83ea-582d306347cf/resource/0f2b920b-7985-48cf-8fab-872bc0403f80/download/afghanistan-3w-july-september-2023.xlsx", "format": "XLSX", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2023-11-29T09:42:05.091476\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2023-11-29T09:42:06.880352\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"error\": \"RemoteDataException\", \"human_message\": \"Sorry, we can't find the remote data you want to process.\", \"message\": \"No usable data found at remote URL\", \"status\": 404}}]", "hash": "", "hdx_rel_url": "/dataset/e7f92509-9c20-450d-83ea-582d306347cf/resource/0f2b920b-7985-48cf-8fab-872bc0403f80/download/afghanistan-3w-july-september-2023.xlsx", "id": "0f2b920b-7985-48cf-8fab-872bc0403f80", "last_modified": "2023-11-29T09:42:05.270553", "metadata_modified": "2023-11-29T09:42:07.026257", "microdata": false, "mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "mimetype_inner": null, "name": "afghanistan-3w-july-september-2023.xlsx", "originalHash": "-988266717", "package_id": "e7f92509-9c20-450d-83ea-582d306347cf", "pii": "false", "position": 0, "resource_type": "file.upload", "size": 147872, "state": "active", "url": "https://data.humdata.org/dataset/e7f92509-9c20-450d-83ea-582d306347cf/resource/0f2b920b-7985-48cf-8fab-872bc0403f80/download/afghanistan-3w-july-september-2023.xlsx", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/e7f92509-9c20-450d-83ea-582d306347cf/resource/e0eb7b7d-ce20-485c-ae4c-cd4ac2e59226/download/", "cache_last_updated": null, "cache_url": null, "created": "2023-11-29T09:42:13.350051", "dataset_preview_enabled": true, "datastore_active": false, "description": "", "download_url": "https://data.humdata.org/dataset/e7f92509-9c20-450d-83ea-582d306347cf/resource/e0eb7b7d-ce20-485c-ae4c-cd4ac2e59226/download/afghanistan-3w-operational-capacity-july-september-2023.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2023-11-29T09:42:13.026230\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2023-11-29T09:42:14.829760\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"error\": \"RemoteDataException\", \"human_message\": \"Sorry, we can't find the remote data you want to process.\", \"message\": \"No usable data found at remote URL\", \"status\": 404}}]", "hash": "", "hdx_rel_url": "/dataset/e7f92509-9c20-450d-83ea-582d306347cf/resource/e0eb7b7d-ce20-485c-ae4c-cd4ac2e59226/download/afghanistan-3w-operational-capacity-july-september-2023.csv", "id": "e0eb7b7d-ce20-485c-ae4c-cd4ac2e59226", "last_modified": "2023-11-29T09:42:13.170828", "metadata_modified": "2023-11-29T09:42:15.057309", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "afghanistan-3w-operational-capacity-july-september-2023.csv", "originalHash": "-988266717", "package_id": "e7f92509-9c20-450d-83ea-582d306347cf", "pii": "false", "position": 1, "resource_type": "file.upload", "size": 1398467, "state": "active", "url": "https://data.humdata.org/dataset/e7f92509-9c20-450d-83ea-582d306347cf/resource/e0eb7b7d-ce20-485c-ae4c-cd4ac2e59226/download/afghanistan-3w-operational-capacity-july-september-2023.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/e7f92509-9c20-450d-83ea-582d306347cf/resource/4bc6f75e-5c77-4d08-a0df-a0280de5f728/download/", "cache_last_updated": null, "cache_url": null, "created": "2023-11-29T09:42:18.695356", "dataset_preview_enabled": false, "datastore_active": false, "description": "", "download_url": "https://data.humdata.org/dataset/e7f92509-9c20-450d-83ea-582d306347cf/resource/4bc6f75e-5c77-4d08-a0df-a0280de5f728/download/afghanistan-3w-operational-presence-july-september-2023.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2023-11-29T09:42:18.400719\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2023-11-29T09:42:19.860003\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"error\": \"RemoteDataException\", \"human_message\": \"Sorry, we can't find the remote data you want to process.\", \"message\": \"No usable data found at remote URL\", \"status\": 404}}]", "hash": "", "hdx_rel_url": "/dataset/e7f92509-9c20-450d-83ea-582d306347cf/resource/4bc6f75e-5c77-4d08-a0df-a0280de5f728/download/afghanistan-3w-operational-presence-july-september-2023.csv", "id": "4bc6f75e-5c77-4d08-a0df-a0280de5f728", "last_modified": "2023-11-29T09:42:18.510333", "metadata_modified": "2023-11-29T09:42:20.636050", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "afghanistan-3w-operational-presence-july-september-2023.csv", "originalHash": "-988266717", "package_id": "e7f92509-9c20-450d-83ea-582d306347cf", "pii": "false", "position": 2, "resource_type": "file.upload", "size": 1830811, "state": "active", "url": "https://data.humdata.org/dataset/e7f92509-9c20-450d-83ea-582d306347cf/resource/4bc6f75e-5c77-4d08-a0df-a0280de5f728/download/afghanistan-3w-operational-presence-july-september-2023.csv", "url_type": "upload"}]} diff --git a/tests/fixtures/input/operational_presence_afg_afghanistan_3w_operational_presence_july_september_2023.csv b/tests/fixtures/input/operational_presence_afg_afghanistan_3w_operational_presence_january_march_2024.csv similarity index 69% rename from tests/fixtures/input/operational_presence_afg_afghanistan_3w_operational_presence_july_september_2023.csv rename to tests/fixtures/input/operational_presence_afg_afghanistan_3w_operational_presence_january_march_2024.csv index 4a5f4a81..df66e23a 100644 --- a/tests/fixtures/input/operational_presence_afg_afghanistan_3w_operational_presence_july_september_2023.csv +++ b/tests/fixtures/input/operational_presence_afg_afghanistan_3w_operational_presence_january_march_2024.csv @@ -1,1174 +1,725 @@ REGION,PROVINCE,PROV_CODE,DISTRICT,DIST_CODE,ORG_ACRONYM,ORG_NAME,ORG_TYPE,CLUSTER_SECTOR_CODE,CLUSTER_SECTOR_NAME,Question #region+name,#adm1+name,#adm1+code,#adm2+name,#adm2+code,#org +acronym,#org +name,#org +type +name,#sector +cluster +code,#sector +cluster +name, -Capital,Kabul,AF01,Kabul,AF0101,PIN,People in Need,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Bagrami,AF0104,PIN,People in Need,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,PIN,People in Need,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Paghman,AF0102,PIN,People in Need,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Kabul,AF0101,WCC,World Council of Churches,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Kalakan,AF0110,WCC,World Council of Churches,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,WCC,World Council of Churches,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Kabul,AF0101,PIN,People in Need,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Bagrami,AF0104,PIN,People in Need,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,PIN,People in Need,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Paghman,AF0102,PIN,People in Need,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Kabul,AF0101,WCC,World Council of Churches,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Kalakan,AF0110,WCC,World Council of Churches,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,WCC,World Council of Churches,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,WCC,World Council of Churches,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,WCC,World Council of Churches,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Kabul,AF0101,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Kabul,AF0101,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Bagrami,AF0104,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Kabul,AF0101,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Kabul,AF0101,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Bagrami,AF0104,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Musahi,AF0107,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Musahi,AF0107,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Paghman,AF0102,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Paghman,AF0102,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Surobi,AF0115,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Surobi,AF0115,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Kabul,AF0101,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Bagrami,AF0104,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Deh Sabz,AF0105,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Estalef,AF0113,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Farza,AF0112,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Guldara,AF0111,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Mir Bacha Kot,AF0108,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Qara Bagh,AF0114,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kabul,AF0101,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Bagrami,AF0104,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Kabul,AF0101,DRC,Danish Refugee Council,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Surobi,AF0115,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Kabul,AF0101,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Kabul,AF0101,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Bagrami,AF0104,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Kabul,AF01,Kabul,AF0101,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Kabul,AF01,Bagrami,AF0104,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Kabul,AF01,Deh Sabz,AF0105,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Kabul,AF01,Paghman,AF0102,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Kabul,AF0101,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Bagrami,AF0104,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kabul,AF0101,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Kabul,AF01,Chahar Asyab,AF0103,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Deh Sabz,AF0105,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Kabul,AF01,Deh Sabz,AF0105,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Paghman,AF0102,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Paghman,AF0102,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Estalef,AF0113,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Kabul,AF01,Estalef,AF0113,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Farza,AF0112,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Kabul,AF01,Farza,AF0112,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Guldara,AF0111,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Kabul,AF01,Guldara,AF0111,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kalakan,AF0110,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Kabul,AF01,Kalakan,AF0110,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Musahi,AF0107,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Mir Bacha Kot,AF0108,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Kabul,AF01,Mir Bacha Kot,AF0108,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Qara Bagh,AF0114,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Kabul,AF01,Qara Bagh,AF0114,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Musahi,AF0107,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Musahi,AF0107,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Shakar Dara,AF0106,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Shakar Dara,AF0106,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Paghman,AF0102,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Paghman,AF0102,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Surobi,AF0115,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Kabul,AF01,Surobi,AF0115,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Alasay,AF0207,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Koh Band,AF0203,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Nijrab,AF0205,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Tagab,AF0206,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Jalrez,AF0403,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Bagram,AF0302,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Charikar,AF0301,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Ghorband,AF0307,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Jabal Saraj,AF0305,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Koh-e-Safi,AF0308,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Salang,AF0306,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Sayed Khel,AF0304,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Shekh Ali,AF0310,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Shinwari,AF0303,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Bagrami,AF0104,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Kabul,AF0101,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Kabul,AF01,Kabul,AF0101,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kabul,AF0101,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Bagrami,AF0104,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Bagrami,AF0104,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Bagrami,AF0104,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Paghman,AF0102,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Paghman,AF0102,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Estalef,AF0113,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Estalef,AF0113,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Farza,AF0112,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Farza,AF0112,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Farza,AF0112,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Guldara,AF0111,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Guldara,AF0111,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kalakan,AF0110,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Kalakan,AF0110,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Musahi,AF0107,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Musahi,AF0107,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Shakar Dara,AF0106,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Qara Bagh,AF0114,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Qara Bagh,AF0114,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Surobi,AF0115,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Surobi,AF0115,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Bagrami,AF0104,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Paghman,AF0102,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Estalef,AF0113,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Qara Bagh,AF0114,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Paghman,AF0102,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Kabul,AF0101,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Bagrami,AF0104,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Paghman,AF0102,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Estalef,AF0113,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Farza,AF0112,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Guldara,AF0111,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Guldara,AF0111,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kalakan,AF0110,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Musahi,AF0107,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Qara Bagh,AF0114,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Surobi,AF0115,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Surobi,AF0115,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Bagrami,AF0104,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Paghman,AF0102,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Bagrami,AF0104,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Bagrami,AF0104,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Paghman,AF0102,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Paghman,AF0102,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Farza,AF0112,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Farza,AF0112,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Musahi,AF0107,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Musahi,AF0107,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Surobi,AF0115,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Surobi,AF0115,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Bagram,AF0302,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Charikar,AF0301,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Ghorband,AF0307,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Jabal Saraj,AF0305,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Koh-e-Safi,AF0308,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Salang,AF0306,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Shekh Ali,AF0310,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Shinwari,AF0303,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Kabul,AF0101,AAR-JAPAN,Association of Aid and Relief,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Jalrez,AF0403,PIN,People in Need,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Jalrez,AF0403,PIN,People in Need,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,PIN,People in Need,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Bagrami,AF0104,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Deh Sabz,AF0105,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Farza,AF0112,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Surobi,AF0115,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Kabul,AF0101,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Kabul,AF0101,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Kabul,AF0101,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Bagrami,AF0104,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Bagrami,AF0104,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Deh Sabz,AF0105,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Deh Sabz,AF0105,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Estalef,AF0113,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Estalef,AF0113,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Farza,AF0112,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Farza,AF0112,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Guldara,AF0111,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Guldara,AF0111,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kalakan,AF0110,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Kalakan,AF0110,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Mir Bacha Kot,AF0108,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Mir Bacha Kot,AF0108,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Qara Bagh,AF0114,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Qara Bagh,AF0114,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Musahi,AF0107,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Musahi,AF0107,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Shakar Dara,AF0106,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Shakar Dara,AF0106,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Paghman,AF0102,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Paghman,AF0102,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Surobi,AF0115,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Surobi,AF0115,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Alasay,AF0207,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Alasay,AF0207,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Koh Band,AF0203,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Koh Band,AF0203,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Nijrab,AF0205,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Nijrab,AF0205,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Tagab,AF0206,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Tagab,AF0206,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Jalrez,AF0403,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Jalrez,AF0403,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Bagram,AF0302,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Bagram,AF0302,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Charikar,AF0301,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Charikar,AF0301,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Ghorband,AF0307,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Ghorband,AF0307,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Jabal Saraj,AF0305,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Jabal Saraj,AF0305,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Koh-e-Safi,AF0308,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Koh-e-Safi,AF0308,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Salang,AF0306,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Salang,AF0306,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Sayed Khel,AF0304,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Sayed Khel,AF0304,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Shekh Ali,AF0310,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Shekh Ali,AF0310,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Shinwari,AF0303,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Shinwari,AF0303,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Kabul,AF0101,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Kabul,AF01,Kabul,AF0101,ALSDO,Afghanistan Legal & Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,ALSDO,Afghanistan Legal & Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,ALSDO,Afghanistan Legal & Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,ALSDO,Afghanistan Legal & Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Kabul,AF01,Estalef,AF0113,ALSDO,Afghanistan Legal & Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,ALSDO,Afghanistan Legal & Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,ALSDO,Afghanistan Legal & Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,ALSDO,Afghanistan Legal & Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,ALSDO,Afghanistan Legal & Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Qara Bagh,AF0114,ALSDO,Afghanistan Legal & Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Kabul,AF01,Shakar Dara,AF0106,ALSDO,Afghanistan Legal & Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,ALSDO,Afghanistan Legal & Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,ARWEO,Afghanistan Rehabilitation and Women Education Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,ARWEO,Afghanistan Rehabilitation and Women Education Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,ARWEO,Afghanistan Rehabilitation and Women Education Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,ARWEO,Afghanistan Rehabilitation and Women Education Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,ARWEO,Afghanistan Rehabilitation and Women Education Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,ARWEO,Afghanistan Rehabilitation and Women Education Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,ARWEO,Afghanistan Rehabilitation and Women Education Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,ARWEO,Afghanistan Rehabilitation and Women Education Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,ARWEO,Afghanistan Rehabilitation and Women Education Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,ARWEO,Afghanistan Rehabilitation and Women Education Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,ARWEO,Afghanistan Rehabilitation and Women Education Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Kabul,AF0101,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Kabul,AF0101,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Ghorband,AF0307,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Salang,AF0306,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Shekh Ali,AF0310,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Shinwari,AF0303,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Kabul,AF01,Kabul,AF0101,ASLO,Afghanistan Social and Legal Orgnization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,ASLO,Afghanistan Social and Legal Orgnization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,ASLO,Afghanistan Social and Legal Orgnization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,ASLO,Afghanistan Social and Legal Orgnization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,ASLO,Afghanistan Social and Legal Orgnization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,ASLO,Afghanistan Social and Legal Orgnization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,ASLO,Afghanistan Social and Legal Orgnization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,ASLO,Afghanistan Social and Legal Orgnization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,ASLO,Afghanistan Social and Legal Orgnization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,ASLO,Afghanistan Social and Legal Orgnization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,ASLO,Afghanistan Social and Legal Orgnization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Jalrez,AF0403,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Maidan Wardak,AF04,Jalrez,AF0403,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Kabul,AF01,Kabul,AF0101,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Bagrami,AF0104,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kalakan,AF0110,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Surobi,AF0115,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kabul,AF0101,AWARD,Afghan Women Association for Rehabilitation and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Charikar,AF0301,AWARD,Afghan Women Association for Rehabilitation and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Kabul,AF01,Kabul,AF0101,AWCPO,Afghan Women Coordination and Promotion Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,AWCPO,Afghan Women Coordination and Promotion Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,AWCPO,Afghan Women Coordination and Promotion Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,AWCPO,Afghan Women Coordination and Promotion Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,AWCPO,Afghan Women Coordination and Promotion Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,AWCPO,Afghan Women Coordination and Promotion Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,AWCPO,Afghan Women Coordination and Promotion Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,AWCPO,Afghan Women Coordination and Promotion Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,AWCPO,Afghan Women Coordination and Promotion Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,AWCPO,Afghan Women Coordination and Promotion Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,AWCPO,Afghan Women Coordination and Promotion Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Kabul,AF01,Kabul,AF0101,AWDREO,Action For Welfare And Development In Rural Environments Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,AWDREO,Action For Welfare And Development In Rural Environments Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,AWDREO,Action For Welfare And Development In Rural Environments Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,AWDREO,Action For Welfare And Development In Rural Environments Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,AWDREO,Action For Welfare And Development In Rural Environments Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,AWDREO,Action For Welfare And Development In Rural Environments Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,AWDREO,Action For Welfare And Development In Rural Environments Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,AWDREO,Action For Welfare And Development In Rural Environments Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,AWDREO,Action For Welfare And Development In Rural Environments Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,AWDREO,Action For Welfare And Development In Rural Environments Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,AWDREO,Action For Welfare And Development In Rural Environments Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,CAID,Christian Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,CAID,Christian Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,CAID,Christian Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,CAID,Christian Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,CAID,Christian Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,CAID,Christian Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,CAID,Christian Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,CAID,Christian Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,CAID,Christian Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,CAID,Christian Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,CAID,Christian Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,CAID,Christian Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Kabul,AF01,Kabul,AF0101,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Musahi,AF0107,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Kabul,AF01,Surobi,AF0115,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Kabul,AF0101,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Kabul,AF01,Kabul,AF0101,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,ACTIONAID,Action Aid Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Bagrami,AF0104,ACTIONAID,Action Aid Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Bagrami,AF0104,ACTIONAID,Action Aid Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Bagrami,AF0104,ACTIONAID,Action Aid Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Estalef,AF0113,ACTIONAID,Action Aid Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Farza,AF0112,ACTIONAID,Action Aid Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Kabul,AF01,Kabul,AF0101,HRDA,Human Resource Development Agency,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,HRDA,Human Resource Development Agency,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,HRDA,Human Resource Development Agency,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Paghman,AF0102,HRDA,Human Resource Development Agency,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,HRDA,Human Resource Development Agency,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,HRDA,Human Resource Development Agency,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,HRDA,Human Resource Development Agency,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,HRDA,Human Resource Development Agency,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,HRDA,Human Resource Development Agency,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,HRDA,Human Resource Development Agency,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Surobi,AF0115,HRDA,Human Resource Development Agency,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Kabul,AF01,Kabul,AF0101,NECDO,Noor Educational and Capacity Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,NECDO,Noor Educational and Capacity Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,NECDO,Noor Educational and Capacity Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,NECDO,Noor Educational and Capacity Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,NECDO,Noor Educational and Capacity Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,NECDO,Noor Educational and Capacity Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,NECDO,Noor Educational and Capacity Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,NECDO,Noor Educational and Capacity Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,NECDO,Noor Educational and Capacity Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,NECDO,Noor Educational and Capacity Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,NECDO,Noor Educational and Capacity Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Kabul,AF0101,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Kabul,AF0101,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kabul,AF01,Kabul,AF0101,RF,Rupani Foundation ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Kabul,AF0101,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Kabul,AF0101,TSDCO,Tawana Services Development and Coltural Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Kabul,AF0101,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Charikar,AF0301,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Kabul,AF0101,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Kabul,AF0101,AEHDA,Afghanistan Educational and Health Development Aids Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Kabul,AF01,Kabul,AF0101,AFD,Action for Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Bagrami,AF0104,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kalakan,AF0110,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Surobi,AF0115,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kabul,AF0101,AOAD,Accessibility Organization for Afghan Disabled ,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Kabul,AF0101,AOAD,Accessibility Organization for Afghan Disabled ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,AOAD,Accessibility Organization for Afghan Disabled ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Kabul,AF0101,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Mir Bacha Kot,AF0108,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,EMERGENCY,EMERGENCY NGO,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kapisa,AF02,Tagab,AF0206,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Parwan,AF03,Bagram,AF0302,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Parwan,AF03,Ghorband,AF0307,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Parwan,AF03,Salang,AF0306,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Parwan,AF03,Sayed Khel,AF0304,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Kabul,AF0101,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Kabul,AF0101,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Nijrab,AF0205,AFGA,Afghan Family Guidance Association,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Tagab,AF0206,AFGA,Afghan Family Guidance Association,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Alasay,AF0207,AFGA,Afghan Family Guidance Association,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,AFGA,Afghan Family Guidance Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Kabul,AF0101,JUH,Johanniter-Unfall-Hilfe e.V.,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Kabul,AF0101,KOO,Kabul Orthopedic Organisation,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Kabul,AF0101,KOO,Kabul Orthopedic Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Qara Bagh,AF0114,KOO,Kabul Orthopedic Organisation,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Kabul,AF0101,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Kabul,AF0101,OWH,Organization for Welfare and Humanitarian ,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Qara Bagh,AF0114,OWH,Organization for Welfare and Humanitarian ,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Musahi,AF0107,OWH,Organization for Welfare and Humanitarian ,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Kabul,AF0101,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Kabul,AF0101,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Alasay,AF0207,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Nijrab,AF0205,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Tagab,AF0206,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Kabul,AF0101,TDH,Terre Des Hommes,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Kabul,AF01,Kabul,AF0101,AIL,Afghan Institute of Learning,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Paghman,AF0102,AIL,Afghan Institute of Learning,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Kabul,AF0101,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Kabul,AF01,Kabul,AF0101,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Kabul,AF01,Chahar Asyab,AF0103,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Kabul,AF01,Deh Sabz,AF0105,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Musahi,AF0107,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Kalakan,AF0110,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Guldara,AF0111,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Farza,AF0112,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Kabul,AF01,Estalef,AF0113,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Farza,AF0112,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Guldara,AF0111,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Kalakan,AF0110,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Mir Bacha Kot,AF0108,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Kabul,AF01,Qara Bagh,AF0114,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Musahi,AF0107,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Shakar Dara,AF0106,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Paghman,AF0102,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Kabul,AF01,Surobi,AF0115,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Kabul,AF0101,AOAD,Accessibility Organization for Afghan Disabled ,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,AOAD,Accessibility Organization for Afghan Disabled ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Paghman,AF0102,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Musahi,AF0107,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kalakan,AF0110,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Guldara,AF0111,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Farza,AF0112,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Estalef,AF0113,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Qara Bagh,AF0114,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Surobi,AF0115,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Shinwari,AF0303,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Sayed Khel,AF0304,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Jabal Saraj,AF0305,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Salang,AF0306,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Ghorband,AF0307,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Koh-e-Safi,AF0308,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Shekh Ali,AF0310,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,ATC,Afghan Technical Consultants,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Kabul,AF0101,AWSDC,Afghan Women Skill Development Centre,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kabul,AF0101,CAHPO,Community Action for Healing Poverty Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Parwan,AF03,Shinwari,AF0303,AYSO,Afghan Youth Service Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Ghorband,AF0307,AYSO,Afghan Youth Service Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,AYSO,Afghan Youth Service Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Shekh Ali,AF0310,AYSO,Afghan Youth Service Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Charikar,AF0301,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Parwan,AF03,Charikar,AF0301,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Bagram,AF0302,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Shinwari,AF0303,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Sayed Khel,AF0304,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Jabal Saraj,AF0305,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Salang,AF0306,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Ghorband,AF0307,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Koh-e-Safi,AF0308,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Shekh Ali,AF0310,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Charikar,AF0301,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Charikar,AF0301,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Bagram,AF0302,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Bagram,AF0302,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Sayed Khel,AF0304,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Sayed Khel,AF0304,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Jabal Saraj,AF0305,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Jabal Saraj,AF0305,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Salang,AF0306,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Salang,AF0306,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Kabul,AF01,Kabul,AF0101,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Bagrami,AF0104,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Chahar Asyab,AF0103,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Deh Sabz,AF0105,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Paghman,AF0102,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Musahi,AF0107,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kalakan,AF0110,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Guldara,AF0111,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Farza,AF0112,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Estalef,AF0113,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Farza,AF0112,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Guldara,AF0111,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kalakan,AF0110,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Mir Bacha Kot,AF0108,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Musahi,AF0107,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Paghman,AF0102,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Qara Bagh,AF0114,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Shakar Dara,AF0106,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Surobi,AF0115,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kabul,AF0101,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Koh Band,AF0203,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Nijrab,AF0205,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Tagab,AF0206,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Alasay,AF0207,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Charikar,AF0301,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Bagram,AF0302,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Shinwari,AF0303,CHA,Coordination of Humanitarian Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Parwan,AF03,Shinwari,AF0303,CHA,Coordination of Humanitarian Assistance,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Shinwari,AF0303,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Sayed Khel,AF0304,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Jabal Saraj,AF0305,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Salang,AF0306,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Ghorband,AF0307,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Koh-e-Safi,AF0308,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Shekh Ali,AF0310,CHA,Coordination of Humanitarian Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Parwan,AF03,Shekh Ali,AF0310,CHA,Coordination of Humanitarian Assistance,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Shekh Ali,AF0310,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Jalrez,AF0403,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Chahar Asyab,AF0103,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Kabul,AF01,Deh Sabz,AF0105,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Surobi,AF0115,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Kabul,AF0101,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kabul,AF0101,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Kabul,AF01,Kabul,AF0101,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Kabul,AF01,Bagrami,AF0104,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Deh Sabz,AF0105,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Shakar Dara,AF0106,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Kalakan,AF0110,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Farza,AF0112,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Qara Bagh,AF0114,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Surobi,AF0115,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Kabul,AF0101,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,EMERGENCY,EMERGENCY NGO,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kapisa,AF02,Tagab,AF0206,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,DHSA,Development and Humanitarian Services for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,DHSA,Development and Humanitarian Services for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Koh Band,AF0203,DHSA,Development and Humanitarian Services for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Shinwari,AF0303,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Salang,AF0306,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Jalrez,AF0403,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,HEERO,Humanitarian Economic Empowerment and Relief Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kabul,AF0101,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kabul,AF0101,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,HEERO,Humanitarian Economic Empowerment and Relief Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kapisa,AF02,Koh Band,AF0203,HEERO,Humanitarian Economic Empowerment and Relief Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,HEERO,Humanitarian Economic Empowerment and Relief Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kapisa,AF02,Tagab,AF0206,HEERO,Humanitarian Economic Empowerment and Relief Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kapisa,AF02,Alasay,AF0207,HEERO,Humanitarian Economic Empowerment and Relief Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Kabul,AF0101,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Musahi,AF0107,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Paghman,AF0102,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Shakar Dara,AF0106,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Nijrab,AF0205,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Bagram,AF0302,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Jalrez,AF0403,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Kabul,AF0101,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Bagrami,AF0104,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Bagrami,AF0104,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Deh Sabz,AF0105,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Shakar Dara,AF0106,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kabul,AF01,Bagrami,AF0104,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Kabul,AF01,Qara Bagh,AF0114,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Shakar Dara,AF0106,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Kabul,AF01,Qara Bagh,AF0114,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Qara Bagh,AF0114,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Kabul,AF01,Surobi,AF0115,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Surobi,AF0115,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Kabul,AF01,Kabul,AF0101,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Bagrami,AF0104,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Chahar Asyab,AF0103,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Deh Sabz,AF0105,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Paghman,AF0102,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Musahi,AF0107,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kalakan,AF0110,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Guldara,AF0111,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Farza,AF0112,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Estalef,AF0113,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Farza,AF0112,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Guldara,AF0111,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Mir Bacha Kot,AF0108,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Shakar Dara,AF0106,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Qara Bagh,AF0114,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Surobi,AF0115,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kabul,AF0101,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Kabul,AF0101,JOIN,Johanniter International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Musahi,AF0107,JOIN,Johanniter International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Qara Bagh,AF0114,JOIN,Johanniter International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,REALS,REACH Alternatives,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,REALS,REACH Alternatives,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,REALS,REACH Alternatives,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,REALS,REACH Alternatives,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,REALS,REACH Alternatives,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,REALS,REACH Alternatives,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,REALS,REACH Alternatives,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,REALS,REACH Alternatives,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,REALS,REACH Alternatives,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,REALS,REACH Alternatives,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,REALS,REACH Alternatives,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,KOO,Kabul Orthopedic Organisation,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,RF,Rupani Foundation ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,RF,Rupani Foundation ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,RF,Rupani Foundation ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,RF,Rupani Foundation ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,RF,Rupani Foundation ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,RF,Rupani Foundation ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,RF,Rupani Foundation ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,RF,Rupani Foundation ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,RF,Rupani Foundation ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,RF,Rupani Foundation ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,RF,Rupani Foundation ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,TSDCO,Tawana Services Development and Coltural Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,TSDCO,Tawana Services Development and Coltural Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,TSDCO,Tawana Services Development and Coltural Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,TSDCO,Tawana Services Development and Coltural Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,TSDCO,Tawana Services Development and Coltural Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,TSDCO,Tawana Services Development and Coltural Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,TSDCO,Tawana Services Development and Coltural Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,TSDCO,Tawana Services Development and Coltural Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,TSDCO,Tawana Services Development and Coltural Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,TSDCO,Tawana Services Development and Coltural Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,TSDCO,Tawana Services Development and Coltural Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,MOVE,MOVE Welfare Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Bagrami,AF0104,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Deh Sabz,AF0105,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Estalef,AF0113,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Mir Bacha Kot,AF0108,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Paghman,AF0102,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Qara Bagh,AF0114,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Shakar Dara,AF0106,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Parwan,AF03,Bagram,AF0302,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Bagram,AF0302,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Shinwari,AF0303,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Shinwari,AF0303,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Salang,AF0306,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Salang,AF0306,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Ghorband,AF0307,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Ghorband,AF0307,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Koh-e-Safi,AF0308,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Koh-e-Safi,AF0308,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Qara Bagh,AF0114,JRS,Jesuit Refugee Services,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kabul,AF0101,GDWS,Georg Dechentreiter Welfare Society,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Bagrami,AF0104,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Bagrami,AF0104,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Deh Sabz,AF0105,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Deh Sabz,AF0105,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Farza,AF0112,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Farza,AF0112,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Surobi,AF0115,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Surobi,AF0115,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,MDM,Medecins du Monde,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Kabul,AF01,Kabul,AF0101,MSF,Medecins Sans Frontieres (Doctors Without Borders),International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Kabul,AF0101,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Musahi,AF0107,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Bagrami,AF0104,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Musahi,AF0107,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Paghman,AF0102,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Musahi,AF0107,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kalakan,AF0110,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Guldara,AF0111,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Guldara,AF0111,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Farza,AF0112,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Estalef,AF0113,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Qara Bagh,AF0114,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Surobi,AF0115,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Bagrami,AF0104,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Bagrami,AF0104,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Musahi,AF0107,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Musahi,AF0107,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Paghman,AF0102,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Paghman,AF0102,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Surobi,AF0115,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kabul,AF01,Surobi,AF0115,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,OHW,Organization of Human Welfare,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,OHW,Organization of Human Welfare,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,OHW,Organization of Human Welfare,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Qara Bagh,AF0114,OHW,Organization of Human Welfare,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Bagrami,AF0104,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Paghman,AF0102,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Qara Bagh,AF0114,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,OPHCD,Organization for Promotion of Health & Community Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Bagrami,AF0104,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Paghman,AF0102,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,OWH,Organization for Welfare and Humanitarian ,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Musahi,AF0107,OWH,Organization for Welfare and Humanitarian ,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Qara Bagh,AF0114,OWH,Organization for Welfare and Humanitarian ,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Bagrami,AF0104,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Shakar Dara,AF0106,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Qara Bagh,AF0114,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,TDH,Terre Des Hommes,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Kabul,AF0101,SERVE,Serving Emergency Relief and Vocational Enterprises,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Kabul,AF0101,UA,Union Aid,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Bagrami,AF0104,UA,Union Aid,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Kalakan,AF0110,UA,Union Aid,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Qara Bagh,AF0114,UA,Union Aid,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Shakar Dara,AF0106,UA,Union Aid,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Kabul,AF01,Kabul,AF0101,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Kabul,AF0101,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Bagrami,AF0104,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Bagrami,AF0104,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Kabul,AF01,Deh Sabz,AF0105,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Paghman,AF0102,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Paghman,AF0102,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Shakar Dara,AF0106,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Musahi,AF0107,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Musahi,AF0107,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kalakan,AF0110,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kalakan,AF0110,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Guldara,AF0111,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Guldara,AF0111,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Farza,AF0112,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Farza,AF0112,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Estalef,AF0113,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Estalef,AF0113,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Qara Bagh,AF0114,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Farza,AF0112,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kabul,AF01,Guldara,AF0111,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kabul,AF01,Kalakan,AF0110,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kabul,AF01,Mir Bacha Kot,AF0108,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kabul,AF01,Musahi,AF0107,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kabul,AF01,Paghman,AF0102,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kabul,AF01,Shakar Dara,AF0106,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Kabul,AF01,Qara Bagh,AF0114,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Surobi,AF0115,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Surobi,AF0115,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Surobi,AF0115,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,SERVE,Serving Emergency Relief and Vocational Enterprises,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Kabul,AF0101,GDWS,Georg Dechentreiter Welfare Society,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,SI,Solidarites International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Surobi,AF0115,SI,Solidarites International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Kabul,AF0101,UA,Union Aid,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Bagrami,AF0104,UA,Union Aid,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,UA,Union Aid,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Kalakan,AF0110,UA,Union Aid,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Qara Bagh,AF0114,UA,Union Aid,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Bagrami,AF0104,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Paghman,AF0102,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,UNHABITAT,United Nations Human Settlements Programme,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kabul,AF0101,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Bagrami,AF0104,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kalakan,AF0110,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Surobi,AF0115,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kabul,AF0101,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Estalef,AF0113,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kabul,AF0101,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,IPSO,International Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kapisa,AF02,Koh Band,AF0203,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kapisa,AF02,Nijrab,AF0205,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kapisa,AF02,Tagab,AF0206,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kapisa,AF02,Alasay,AF0207,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Parwan,AF03,Charikar,AF0301,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Parwan,AF03,Shinwari,AF0303,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Parwan,AF03,Sayed Khel,AF0304,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Parwan,AF03,Ghorband,AF0307,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Parwan,AF03,Shekh Ali,AF0310,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Maidan Wardak,AF04,Jalrez,AF0403,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,MOVE,MOVE Welfare Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Estalef,AF0113,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Estalef,AF0113,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Paghman,AF0102,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Shakar Dara,AF0106,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Surobi,AF0115,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,NAC,Norwegian Afghanistan Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,AOAD,Accessibility Organization for Afghan Disabled ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,HEERO,Humanitarian Economic Empowerment and Relief Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,MOVE,MOVE Welfare Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,OPHCD,Organization for Promotion of Health & Community Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,OCCD,Organization for Community Coordination of Development,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kapisa,AF02,Koh Band,AF0203,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kapisa,AF02,Koh Band,AF0203,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kapisa,AF02,Koh Band,AF0203,DHSA,Development and Humanitarian Services for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kapisa,AF02,Koh Band,AF0203,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Kapisa,AF02,Koh Band,AF0203,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kapisa,AF02,Koh Band,AF0203,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Kapisa,AF02,Koh Band,AF0203,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Koh Band,AF0203,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kapisa,AF02,Koh Band,AF0203,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Koh Band,AF0203,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Koh Band,AF0203,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Koh Band,AF0203,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Koh Band,AF0203,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Koh Band,AF0203,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Koh Band,AF0203,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Koh Band,AF0203,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Koh Band,AF0203,NAC,Norwegian Afghanistan Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kapisa,AF02,Nijrab,AF0205,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Kapisa,AF02,Nijrab,AF0205,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kapisa,AF02,Nijrab,AF0205,AOAD,Accessibility Organization for Afghan Disabled ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Nijrab,AF0205,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Nijrab,AF0205,GAALO,Green Afghanistan Agriculture and Livestock Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Kapisa,AF02,Nijrab,AF0205,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Nijrab,AF0205,AFGA,Afghan Family Guidance Association,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Nijrab,AF0205,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Nijrab,AF0205,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Nijrab,AF0205,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Nijrab,AF0205,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Nijrab,AF0205,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kapisa,AF02,Nijrab,AF0205,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Nijrab,AF0205,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Nijrab,AF0205,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Nijrab,AF0205,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Nijrab,AF0205,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Nijrab,AF0205,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Nijrab,AF0205,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Nijrab,AF0205,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Nijrab,AF0205,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Nijrab,AF0205,SI,Solidarites International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kapisa,AF02,Nijrab,AF0205,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kapisa,AF02,Tagab,AF0206,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Nijrab,AF0205,NAC,Norwegian Afghanistan Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Kapisa,AF02,Tagab,AF0206,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kapisa,AF02,Tagab,AF0206,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Kapisa,AF02,Tagab,AF0206,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Tagab,AF0206,AFGA,Afghan Family Guidance Association,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Tagab,AF0206,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Tagab,AF0206,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Tagab,AF0206,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Tagab,AF0206,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Tagab,AF0206,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kapisa,AF02,Tagab,AF0206,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Tagab,AF0206,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Tagab,AF0206,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Tagab,AF0206,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Tagab,AF0206,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Tagab,AF0206,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Tagab,AF0206,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Tagab,AF0206,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Tagab,AF0206,SI,Solidarites International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kapisa,AF02,Tagab,AF0206,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kapisa,AF02,Alasay,AF0207,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kapisa,AF02,Alasay,AF0207,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Kapisa,AF02,Alasay,AF0207,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kapisa,AF02,Alasay,AF0207,AOAD,Accessibility Organization for Afghan Disabled ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Alasay,AF0207,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Alasay,AF0207,GAALO,Green Afghanistan Agriculture and Livestock Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Kapisa,AF02,Alasay,AF0207,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Alasay,AF0207,AFGA,Afghan Family Guidance Association,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Alasay,AF0207,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Alasay,AF0207,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Alasay,AF0207,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Alasay,AF0207,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kapisa,AF02,Alasay,AF0207,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Alasay,AF0207,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Alasay,AF0207,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Alasay,AF0207,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Alasay,AF0207,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Alasay,AF0207,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Alasay,AF0207,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Alasay,AF0207,SI,Solidarites International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kapisa,AF02,Alasay,AF0207,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Parwan,AF03,Charikar,AF0301,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Parwan,AF03,Charikar,AF0301,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Parwan,AF03,Charikar,AF0301,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Parwan,AF03,Charikar,AF0301,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Charikar,AF0301,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Charikar,AF0301,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Charikar,AF0301,AWARD,Afghan Women Association for Rehabilitation and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Charikar,AF0301,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Parwan,AF03,Charikar,AF0301,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Charikar,AF0301,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Charikar,AF0301,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Charikar,AF0301,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Charikar,AF0301,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Charikar,AF0301,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Charikar,AF0301,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Charikar,AF0301,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Charikar,AF0301,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Charikar,AF0301,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Charikar,AF0301,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Charikar,AF0301,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Charikar,AF0301,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Charikar,AF0301,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Charikar,AF0301,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Charikar,AF0301,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Charikar,AF0301,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Charikar,AF0301,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Parwan,AF03,Charikar,AF0301,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Parwan,AF03,Bagram,AF0302,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Parwan,AF03,Bagram,AF0302,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Parwan,AF03,Bagram,AF0302,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Parwan,AF03,Bagram,AF0302,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Parwan,AF03,Bagram,AF0302,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Parwan,AF03,Bagram,AF0302,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Bagram,AF0302,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Bagram,AF0302,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Parwan,AF03,Bagram,AF0302,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Bagram,AF0302,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Bagram,AF0302,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Bagram,AF0302,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Bagram,AF0302,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Sayed Khel,AF0304,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Jabal Saraj,AF0305,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Ghorband,AF0307,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Ghorband,AF0307,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Koh-e-Safi,AF0308,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Shekh Ali,AF0310,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Kabul,AF0101,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Kabul,AF0101,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Bagrami,AF0104,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Deh Sabz,AF0105,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Estalef,AF0113,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Farza,AF0112,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Guldara,AF0111,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kalakan,AF0110,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Musahi,AF0107,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Paghman,AF0102,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kapisa,AF02,Koh Band,AF0203,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kapisa,AF02,Nijrab,AF0205,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kapisa,AF02,Tagab,AF0206,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kapisa,AF02,Alasay,AF0207,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,OHW,Organization of Human Welfare,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Qara Bagh,AF0114,OHW,Organization of Human Welfare,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Parwan,AF03,Bagram,AF0302,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Bagram,AF0302,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Bagram,AF0302,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Bagram,AF0302,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Bagram,AF0302,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Bagram,AF0302,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Bagram,AF0302,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Bagram,AF0302,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Bagram,AF0302,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Parwan,AF03,Shinwari,AF0303,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Parwan,AF03,Shinwari,AF0303,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Parwan,AF03,Shinwari,AF0303,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Shinwari,AF0303,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Shinwari,AF0303,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Shinwari,AF0303,AYSO,Afghan Youth Service Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Shinwari,AF0303,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Shinwari,AF0303,IRW,Islamic Relief,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Shinwari,AF0303,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Shinwari,AF0303,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Shinwari,AF0303,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Shinwari,AF0303,OPHA,Organization For People's Health In Action,National NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Parwan,AF03,Shinwari,AF0303,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Shinwari,AF0303,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Shinwari,AF0303,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Shinwari,AF0303,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Shinwari,AF0303,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Shinwari,AF0303,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Shinwari,AF0303,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Shinwari,AF0303,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Shinwari,AF0303,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Shinwari,AF0303,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Parwan,AF03,Shinwari,AF0303,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Parwan,AF03,Shinwari,AF0303,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Parwan,AF03,Sayed Khel,AF0304,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Sayed Khel,AF0304,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Sayed Khel,AF0304,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Sayed Khel,AF0304,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Sayed Khel,AF0304,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Parwan,AF03,Sayed Khel,AF0304,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Sayed Khel,AF0304,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Sayed Khel,AF0304,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Sayed Khel,AF0304,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Sayed Khel,AF0304,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Sayed Khel,AF0304,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Parwan,AF03,Jabal Saraj,AF0305,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Parwan,AF03,Jabal Saraj,AF0305,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Parwan,AF03,Jabal Saraj,AF0305,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Jabal Saraj,AF0305,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Jabal Saraj,AF0305,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Jabal Saraj,AF0305,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Jabal Saraj,AF0305,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Jabal Saraj,AF0305,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Parwan,AF03,Jabal Saraj,AF0305,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Jabal Saraj,AF0305,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Jabal Saraj,AF0305,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Jabal Saraj,AF0305,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Jabal Saraj,AF0305,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Jabal Saraj,AF0305,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Jabal Saraj,AF0305,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Jabal Saraj,AF0305,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Jabal Saraj,AF0305,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Jabal Saraj,AF0305,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Parwan,AF03,Salang,AF0306,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Parwan,AF03,Salang,AF0306,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Parwan,AF03,Salang,AF0306,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Salang,AF0306,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Salang,AF0306,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Salang,AF0306,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Salang,AF0306,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Salang,AF0306,IRW,Islamic Relief,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Salang,AF0306,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Salang,AF0306,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Salang,AF0306,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Salang,AF0306,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Salang,AF0306,OPHA,Organization For People's Health In Action,National NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Parwan,AF03,Salang,AF0306,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Salang,AF0306,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Salang,AF0306,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Salang,AF0306,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Salang,AF0306,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Salang,AF0306,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Salang,AF0306,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Parwan,AF03,Ghorband,AF0307,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Parwan,AF03,Ghorband,AF0307,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Parwan,AF03,Ghorband,AF0307,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Ghorband,AF0307,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Ghorband,AF0307,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Ghorband,AF0307,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Ghorband,AF0307,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Ghorband,AF0307,IRW,Islamic Relief,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Ghorband,AF0307,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Ghorband,AF0307,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Ghorband,AF0307,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Ghorband,AF0307,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Ghorband,AF0307,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Ghorband,AF0307,OPHA,Organization For People's Health In Action,National NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Parwan,AF03,Ghorband,AF0307,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Ghorband,AF0307,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Ghorband,AF0307,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Ghorband,AF0307,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Ghorband,AF0307,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Ghorband,AF0307,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Ghorband,AF0307,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Parwan,AF03,Ghorband,AF0307,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Parwan,AF03,Koh-e-Safi,AF0308,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Parwan,AF03,Koh-e-Safi,AF0308,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Parwan,AF03,Koh-e-Safi,AF0308,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Koh-e-Safi,AF0308,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Koh-e-Safi,AF0308,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Koh-e-Safi,AF0308,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Koh-e-Safi,AF0308,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Parwan,AF03,Koh-e-Safi,AF0308,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Koh-e-Safi,AF0308,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Koh-e-Safi,AF0308,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Koh-e-Safi,AF0308,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Koh-e-Safi,AF0308,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Koh-e-Safi,AF0308,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Koh-e-Safi,AF0308,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Koh-e-Safi,AF0308,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Koh-e-Safi,AF0308,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,AYSO,Afghan Youth Service Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,IRW,Islamic Relief,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Parwan,AF03,Shekh Ali,AF0310,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,AYSO,Afghan Youth Service Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,IRW,Islamic Relief,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Parwan,AF03,Shekh Ali,AF0310,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,STARS,Skills Training And Rehabilitation Society,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Bagrami,AF0104,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Paghman,AF0102,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Qara Bagh,AF0114,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,OPHCD,Organization for Promotion of Health & Community Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Charikar,AF0301,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Bagrami,AF0104,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Paghman,AF0102,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Shakar Dara,AF0106,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Kabul,AF0101,UNHABITAT,United Nations Human Settlements Programme,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kabul,AF0101,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kabul,AF0101,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kabul,AF0101,WCC,World Council of Churches,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kabul,AF01,Estalef,AF0113,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Estalef,AF0113,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Surobi,AF0115,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Surobi,AF0115,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Surobi,AF0115,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kabul,AF01,Bagrami,AF0104,WFAID,World Federation,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Bagrami,AF0104,WFAID,World Federation,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Maidan Wardak,AF04,Jalrez,AF0403,SARS,Sena Association Rehabilatation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,STARS,Skills Training And Rehabilitation Society,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Maidan Wardak,AF04,Nerkh,AF0402,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,MDM,Medecins du Monde,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Maidan Wardak,AF04,Nerkh,AF0402,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Maidan Wardak,AF04,Jalrez,AF0403,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Jalrez,AF0403,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Jalrez,AF0403,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Jalrez,AF0403,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Jalrez,AF0403,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Maidan Wardak,AF04,Jalrez,AF0403,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Maidan Wardak,AF04,Jalrez,AF0403,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Maidan Wardak,AF04,Jalrez,AF0403,STARS,Skills Training And Rehabilitation Society,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Maidan Wardak,AF04,Jalrez,AF0403,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Maidan Wardak,AF04,Jalrez,AF0403,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Jalrez,AF0403,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Jalrez,AF0403,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Jalrez,AF0403,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Jalrez,AF0403,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Jalrez,AF0403,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Jalrez,AF0403,PIN,People in Need,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Maidan Wardak,AF04,Jalrez,AF0403,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kapisa,AF02,Nijrab,AF0205,SI,Solidarites International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kapisa,AF02,Tagab,AF0206,SI,Solidarites International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kapisa,AF02,Alasay,AF0207,SI,Solidarites International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,SOFAR,Salam Organization for Afghanistan Rehabilitation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,STARS,Skills Training And Rehabilitation Society,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,STARS,Skills Training And Rehabilitation Society,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Musahi,AF0107,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Musahi,AF0107,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Charikar,AF0301,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Charikar,AF0301,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Sayed Khel,AF0304,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Sayed Khel,AF0304,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Jabal Saraj,AF0305,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Parwan,AF03,Jabal Saraj,AF0305,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,WDIO,Watan Development and Initiative Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,WDIO,Watan Development and Initiative Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Deh Sabz,AF0105,WDIO,Watan Development and Initiative Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Deh Sabz,AF0105,WDIO,Watan Development and Initiative Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,WDIO,Watan Development and Initiative Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,WDIO,Watan Development and Initiative Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Musahi,AF0107,WDIO,Watan Development and Initiative Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Musahi,AF0107,WDIO,Watan Development and Initiative Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Surobi,AF0115,WDIO,Watan Development and Initiative Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kabul,AF01,Surobi,AF0115,WDIO,Watan Development and Initiative Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,AYEHO,Afghan Youth Education and Health Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,AYEHO,Afghan Youth Education and Health Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,AYEHO,Afghan Youth Education and Health Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,AYEHO,Afghan Youth Education and Health Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kapisa,AF02,Koh Band,AF0203,AYEHO,Afghan Youth Education and Health Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kapisa,AF02,Koh Band,AF0203,AYEHO,Afghan Youth Education and Health Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,AYEHO,Afghan Youth Education and Health Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,AYEHO,Afghan Youth Education and Health Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kapisa,AF02,Nijrab,AF0205,AYEHO,Afghan Youth Education and Health Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kapisa,AF02,Nijrab,AF0205,AYEHO,Afghan Youth Education and Health Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kapisa,AF02,Tagab,AF0206,AYEHO,Afghan Youth Education and Health Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kapisa,AF02,Tagab,AF0206,AYEHO,Afghan Youth Education and Health Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Kapisa,AF02,Alasay,AF0207,AYEHO,Afghan Youth Education and Health Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Kapisa,AF02,Alasay,AF0207,AYEHO,Afghan Youth Education and Health Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,CAHPO,Community Action for Healing Poverty Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,PIN,People in Need,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,STARS,Skills Training And Rehabilitation Society,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,NECDO,Noor Educational and Capacity Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,SARS,Sena Association Rehabilatation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,ATC,Afghan Technical Consultants,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,CAHPO,Community Action for Healing Poverty Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,ANURDO,Afghanistan National Urban and Rural Development Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Maidan Wardak,AF04,Saydabad,AF0405,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Capital,Maidan Wardak,AF04,Saydabad,AF0405,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Maidan Wardak,AF04,Saydabad,AF0405,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Capital,Maidan Wardak,AF04,Saydabad,AF0405,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Saydabad,AF0405,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Saydabad,AF0405,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Maidan Wardak,AF04,Saydabad,AF0405,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Maidan Wardak,AF04,Saydabad,AF0405,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Maidan Wardak,AF04,Saydabad,AF0405,PIN,People in Need,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Maidan Wardak,AF04,Saydabad,AF0405,STARS,Skills Training And Rehabilitation Society,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Maidan Wardak,AF04,Saydabad,AF0405,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,SARS,Sena Association Rehabilatation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Maidan Wardak,AF04,Saydabad,AF0405,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Maidan Wardak,AF04,Saydabad,AF0405,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Maidan Wardak,AF04,Saydabad,AF0405,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Maidan Wardak,AF04,Saydabad,AF0405,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Maidan Wardak,AF04,Saydabad,AF0405,MDM,Medecins du Monde,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Maidan Wardak,AF04,Saydabad,AF0405,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Maidan Wardak,AF04,Saydabad,AF0405,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Maidan Wardak,AF04,Saydabad,AF0405,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Saydabad,AF0405,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Saydabad,AF0405,PIN,People in Need,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Saydabad,AF0405,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Maidan Wardak,AF04,Saydabad,AF0405,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Saydabad,AF0405,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Maidan Wardak,AF04,Daymirdad,AF0406,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Capital,Maidan Wardak,AF04,Daymirdad,AF0406,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Maidan Wardak,AF04,Daymirdad,AF0406,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Capital,Maidan Wardak,AF04,Daymirdad,AF0406,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Daymirdad,AF0406,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Daymirdad,AF0406,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Daymirdad,AF0406,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Maidan Wardak,AF04,Daymirdad,AF0406,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Maidan Wardak,AF04,Daymirdad,AF0406,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Daymirdad,AF0406,PIN,People in Need,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Daymirdad,AF0406,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Daymirdad,AF0406,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Maidan Wardak,AF04,Daymirdad,AF0406,STARS,Skills Training And Rehabilitation Society,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Maidan Wardak,AF04,Daymirdad,AF0406,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Maidan Wardak,AF04,Daymirdad,AF0406,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Maidan Wardak,AF04,Daymirdad,AF0406,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Maidan Wardak,AF04,Daymirdad,AF0406,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Maidan Wardak,AF04,Daymirdad,AF0406,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Maidan Wardak,AF04,Daymirdad,AF0406,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Daymirdad,AF0406,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Daymirdad,AF0406,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Daymirdad,AF0406,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Capital,Maidan Wardak,AF04,Daymirdad,AF0406,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Daymirdad,AF0406,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Maidan Wardak,AF04,Daymirdad,AF0406,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,PIN,People in Need,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,STARS,Skills Training And Rehabilitation Society,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Maidan Wardak,AF04,Jaghatu,AF0408,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Capital,Maidan Wardak,AF04,Jaghatu,AF0408,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Jaghatu,AF0408,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Jaghatu,AF0408,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Maidan Wardak,AF04,Jaghatu,AF0408,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Maidan Wardak,AF04,Jaghatu,AF0408,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Maidan Wardak,AF04,Jaghatu,AF0408,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Maidan Wardak,AF04,Jaghatu,AF0408,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Maidan Wardak,AF04,Jaghatu,AF0408,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Maidan Wardak,AF04,Jaghatu,AF0408,PIN,People in Need,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Jaghatu,AF0408,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Jaghatu,AF0408,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Jaghatu,AF0408,STARS,Skills Training And Rehabilitation Society,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Maidan Wardak,AF04,Jaghatu,AF0408,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Maidan Wardak,AF04,Jaghatu,AF0408,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Maidan Wardak,AF04,Jaghatu,AF0408,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Maidan Wardak,AF04,Jaghatu,AF0408,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Maidan Wardak,AF04,Jaghatu,AF0408,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Jaghatu,AF0408,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Jaghatu,AF0408,PIN,People in Need,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Jaghatu,AF0408,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Capital,Maidan Wardak,AF04,Jaghatu,AF0408,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Jaghatu,AF0408,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Maidan Wardak,AF04,Jaghatu,AF0408,SI,Solidarites International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Maidan Wardak,AF04,Jaghatu,AF0408,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,PIN,People in Need,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,NECDO,Noor Educational and Capacity Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,OPHCD,Organization for Promotion of Health & Community Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,SCA,Swedish Committee for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,STARS,Skills Training And Rehabilitation Society,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,TESTO,Technical Education and Skills Training Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,CIC,Children in Crisis,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,CIC,Children in Crisis,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,HHOA,Help Humanity Organization Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,HHOA,Help Humanity Organization Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,ACT,Action for Community Transformation Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,AWDREO,Action For Welfare And Development In Rural Environments Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,BFANO,Bright Future for Afghan Needful Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,HRDA,Human Resource Development Agency,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,AFGA,Afghan Family Guidance Association,National NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,AFGA,Afghan Family Guidance Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Logar,AF05,Pul-e-Alam,AF0501,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP @@ -1176,1043 +727,1076 @@ Capital,Logar,AF05,Pul-e-Alam,AF0501,UNHCR,United Nations High Commissioner for Capital,Logar,AF05,Pul-e-Alam,AF0501,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Logar,AF05,Baraki Barak,AF0502,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Capital,Logar,AF05,Baraki Barak,AF0502,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Logar,AF05,Baraki Barak,AF0502,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Logar,AF05,Baraki Barak,AF0502,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Logar,AF05,Baraki Barak,AF0502,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Logar,AF05,Baraki Barak,AF0502,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Logar,AF05,Baraki Barak,AF0502,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Baraki Barak,AF0502,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Logar,AF05,Baraki Barak,AF0502,AWDREO,Action For Welfare And Development In Rural Environments Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Logar,AF05,Baraki Barak,AF0502,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Baraki Barak,AF0502,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Logar,AF05,Baraki Barak,AF0502,AFGA,Afghan Family Guidance Association,National NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Baraki Barak,AF0502,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Baraki Barak,AF0502,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Baraki Barak,AF0502,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Baraki Barak,AF0502,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Baraki Barak,AF0502,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Baraki Barak,AF0502,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Baraki Barak,AF0502,AFGA,Afghan Family Guidance Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Logar,AF05,Baraki Barak,AF0502,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Logar,AF05,Baraki Barak,AF0502,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Logar,AF05,Baraki Barak,AF0502,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Baraki Barak,AF0502,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Logar,AF05,Baraki Barak,AF0502,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Logar,AF05,Baraki Barak,AF0502,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Baraki Barak,AF0502,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Baraki Barak,AF0502,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Baraki Barak,AF0502,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Baraki Barak,AF0502,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Capital,Logar,AF05,Baraki Barak,AF0502,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Baraki Barak,AF0502,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Logar,AF05,Baraki Barak,AF0502,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Logar,AF05,Baraki Barak,AF0502,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Logar,AF05,Charkh,AF0503,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Logar,AF05,Charkh,AF0503,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Logar,AF05,Charkh,AF0503,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Logar,AF05,Charkh,AF0503,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Logar,AF05,Charkh,AF0503,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Charkh,AF0503,HHOA,Help Humanity Organization Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Logar,AF05,Charkh,AF0503,HHOA,Help Humanity Organization Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Logar,AF05,Charkh,AF0503,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Logar,AF05,Charkh,AF0503,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Logar,AF05,Charkh,AF0503,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Logar,AF05,Charkh,AF0503,ASTWO,Afghanistan Social and Technical Welfare Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Charkh,AF0503,AWDREO,Action For Welfare And Development In Rural Environments Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Logar,AF05,Charkh,AF0503,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Charkh,AF0503,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Charkh,AF0503,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Logar,AF05,Charkh,AF0503,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Charkh,AF0503,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Charkh,AF0503,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Charkh,AF0503,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Charkh,AF0503,AFGA,Afghan Family Guidance Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Logar,AF05,Charkh,AF0503,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Logar,AF05,Charkh,AF0503,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Logar,AF05,Charkh,AF0503,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Logar,AF05,Charkh,AF0503,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Logar,AF05,Charkh,AF0503,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Charkh,AF0503,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Charkh,AF0503,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Charkh,AF0503,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Capital,Logar,AF05,Charkh,AF0503,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Charkh,AF0503,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Charkh,AF0503,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Logar,AF05,Charkh,AF0503,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Logar,AF05,Khoshi,AF0504,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Capital,Logar,AF05,Khoshi,AF0504,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Logar,AF05,Khoshi,AF0504,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Logar,AF05,Khoshi,AF0504,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Logar,AF05,Khoshi,AF0504,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Logar,AF05,Khoshi,AF0504,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Logar,AF05,Khoshi,AF0504,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Logar,AF05,Khoshi,AF0504,AWDREO,Action For Welfare And Development In Rural Environments Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Khoshi,AF0504,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Logar,AF05,Khoshi,AF0504,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Khoshi,AF0504,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Logar,AF05,Khoshi,AF0504,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Logar,AF05,Khoshi,AF0504,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Logar,AF05,Khoshi,AF0504,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Logar,AF05,Khoshi,AF0504,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Khoshi,AF0504,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Khoshi,AF0504,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Logar,AF05,Khoshi,AF0504,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Logar,AF05,Khoshi,AF0504,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Khoshi,AF0504,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Khoshi,AF0504,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Logar,AF05,Khoshi,AF0504,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Capital,Logar,AF05,Khoshi,AF0504,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Logar,AF05,Mohammad Agha,AF0505,CIC,Children in Crisis,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,CIC,Children in Crisis,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Logar,AF05,Mohammad Agha,AF0505,HHAO,Hemayat Humanitarian Assistance Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Logar,AF05,Mohammad Agha,AF0505,HHAO,Hemayat Humanitarian Assistance Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Logar,AF05,Mohammad Agha,AF0505,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Capital,Logar,AF05,Mohammad Agha,AF0505,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Mohammad Agha,AF0505,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Logar,AF05,Mohammad Agha,AF0505,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Logar,AF05,Mohammad Agha,AF0505,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Logar,AF05,Mohammad Agha,AF0505,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Logar,AF05,Mohammad Agha,AF0505,AWDREO,Action For Welfare And Development In Rural Environments Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Logar,AF05,Mohammad Agha,AF0505,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,REALS,REACH Alternatives,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Logar,AF05,Mohammad Agha,AF0505,AFGA,Afghan Family Guidance Association,National NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Mohammad Agha,AF0505,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Mohammad Agha,AF0505,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Mohammad Agha,AF0505,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Mohammad Agha,AF0505,AFGA,Afghan Family Guidance Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Logar,AF05,Mohammad Agha,AF0505,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Logar,AF05,Mohammad Agha,AF0505,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Logar,AF05,Mohammad Agha,AF0505,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Logar,AF05,Mohammad Agha,AF0505,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Logar,AF05,Mohammad Agha,AF0505,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Logar,AF05,Mohammad Agha,AF0505,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Logar,AF05,Mohammad Agha,AF0505,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Logar,AF05,Mohammad Agha,AF0505,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Logar,AF05,Mohammad Agha,AF0505,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Logar,AF05,Kharwar,AF0506,HHOA,Help Humanity Organization Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Logar,AF05,Kharwar,AF0506,HHOA,Help Humanity Organization Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Logar,AF05,Kharwar,AF0506,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Capital,Logar,AF05,Kharwar,AF0506,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Logar,AF05,Kharwar,AF0506,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Logar,AF05,Kharwar,AF0506,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Logar,AF05,Kharwar,AF0506,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Logar,AF05,Kharwar,AF0506,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Logar,AF05,Kharwar,AF0506,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Logar,AF05,Kharwar,AF0506,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Logar,AF05,Kharwar,AF0506,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Kharwar,AF0506,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Logar,AF05,Kharwar,AF0506,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Logar,AF05,Kharwar,AF0506,AWDREO,Action For Welfare And Development In Rural Environments Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Logar,AF05,Kharwar,AF0506,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Logar,AF05,Kharwar,AF0506,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Logar,AF05,Kharwar,AF0506,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Logar,AF05,Kharwar,AF0506,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Kharwar,AF0506,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Kharwar,AF0506,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Capital,Logar,AF05,Kharwar,AF0506,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Logar,AF05,Kharwar,AF0506,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Logar,AF05,Azra,AF0507,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Capital,Logar,AF05,Azra,AF0507,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Capital,Logar,AF05,Azra,AF0507,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Logar,AF05,Azra,AF0507,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Logar,AF05,Azra,AF0507,HHOA,Help Humanity Organization Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Logar,AF05,Azra,AF0507,HHOA,Help Humanity Organization Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Logar,AF05,Azra,AF0507,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Logar,AF05,Azra,AF0507,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Logar,AF05,Azra,AF0507,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Logar,AF05,Azra,AF0507,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Logar,AF05,Azra,AF0507,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Azra,AF0507,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Logar,AF05,Azra,AF0507,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Logar,AF05,Azra,AF0507,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Logar,AF05,Azra,AF0507,AFGA,Afghan Family Guidance Association,National NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Azra,AF0507,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Azra,AF0507,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Azra,AF0507,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Azra,AF0507,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Azra,AF0507,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Azra,AF0507,AFGA,Afghan Family Guidance Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Logar,AF05,Azra,AF0507,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Logar,AF05,Azra,AF0507,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Logar,AF05,Azra,AF0507,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Logar,AF05,Azra,AF0507,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Azra,AF0507,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Azra,AF0507,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Azra,AF0507,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Capital,Logar,AF05,Azra,AF0507,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Bazarak,AF0801,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Logar,AF05,Azra,AF0507,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Panjsher,AF08,Bazarak,AF0801,AYEHO,Afghan Youth Education and Health Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Panjsher,AF08,Bazarak,AF0801,AYEHO,Afghan Youth Education and Health Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Panjsher,AF08,Bazarak,AF0801,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Panjsher,AF08,Bazarak,AF0801,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Panjsher,AF08,Bazarak,AF0801,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Panjsher,AF08,Bazarak,AF0801,AADA,Agency for Assistance and Development of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Panjsher,AF08,Bazarak,AF0801,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,ABM,Afghan Blind Management,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,ACT,Action for Community Transformation Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,AFGA,Afghan Family Guidance Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,AKAH,Aga Khan Agency for Habitat,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,ALO,Afghan Literacy Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,ANPO,Afghanistan National Participation Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,AOAD,Accessibility Organization for Afghan Disabled ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,ARDC,Afghanistan Rehabilitation and Development Center,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,AWCPO,Afghan Women Coordination and Promotion Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,AYSO,Afghan Youth Service Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,COAR,Coordination of Afghan Relief,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,DSWCO,Development and Services for Women and Children Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,FRDO,Female Rehabiliation & Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,HAPA,Humanitarian Action for People of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Panjsher,AF08,Bazarak,AF0801,HEERO,Humanitarian Economic Empowerment and Relief Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,HIA,Hungarian InterChurch Aid - Hungary,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,HRDA,Human Resource Development Agency,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,IOM,International Organization for Migration,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,MAAO,Modern Agriculture and Animal Husbandry Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,MCA,Mehtherlam Coordination Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Panjsher,AF08,Bazarak,AF0801,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Panjsher,AF08,Bazarak,AF0801,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Panjsher,AF08,Bazarak,AF0801,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Panjsher,AF08,Bazarak,AF0801,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Panjsher,AF08,Bazarak,AF0801,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Panjsher,AF08,Bazarak,AF0801,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Panjsher,AF08,Bazarak,AF0801,NCRO,New Constancy and Relief Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,NECDO,Noor Educational and Capacity Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,NSDO,New Way Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,OHD,Organization for Humanitarian and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,ORCD,Organization for Research and Community Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,OXFAM,OXFAM,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,PRB,Partners in Revitalization and Building,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,RAADA,Rehabilitation Association and Agriculture Development for Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,RF,Rupani Foundation ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,SARCDO,Sustainable Agriculture & Rural Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,SCA,Swedish Committee for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,SDO,Sanayee Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,SNI,Shelter Now International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,STARS,Skills Training And Rehabilitation Society,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,SVA,Shanti Volunteer Association ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,SWRCA,Services Women Relief Center for Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,TSDCO,Tawana Services Development and Coltural Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,UNOPS,United Nations Office for Project Services,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,WC-C,War Child Canada,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Panjsher,AF08,Bazarak,AF0801,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Panjsher,AF08,Bazarak,AF0801,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Bazarak,AF0801,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Bazarak,AF0801,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Bazarak,AF0801,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Bazarak,AF0801,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Bazarak,AF0801,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Bazarak,AF0801,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Bazarak,AF0801,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Bazarak,AF0801,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Panjsher,AF08,Rukha,AF0802,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Panjsher,AF08,Rukha,AF0802,AYEHO,Afghan Youth Education and Health Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Panjsher,AF08,Rukha,AF0802,AYEHO,Afghan Youth Education and Health Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Panjsher,AF08,Rukha,AF0802,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Panjsher,AF08,Rukha,AF0802,ECW,Educational & Training Center for Poor Girls and Women of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Panjsher,AF08,Rukha,AF0802,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Rukha,AF0802,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Panjsher,AF08,Rukha,AF0802,AWWDO,Afghan Women Welfare and Development Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Panjsher,AF08,Rukha,AF0802,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Rukha,AF0802,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Panjsher,AF08,Rukha,AF0802,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Panjsher,AF08,Rukha,AF0802,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Rukha,AF0802,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Rukha,AF0802,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Rukha,AF0802,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Rukha,AF0802,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Rukha,AF0802,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Rukha,AF0802,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Rukha,AF0802,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Panjsher,AF08,Ab Shar,AF0803,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Panjsher,AF08,Ab Shar,AF0803,AYEHO,Afghan Youth Education and Health Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Panjsher,AF08,Ab Shar,AF0803,AYEHO,Afghan Youth Education and Health Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Panjsher,AF08,Ab Shar,AF0803,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Panjsher,AF08,Ab Shar,AF0803,ECW,Educational & Training Center for Poor Girls and Women of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Panjsher,AF08,Ab Shar,AF0803,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Panjsher,AF08,Ab Shar,AF0803,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Panjsher,AF08,Ab Shar,AF0803,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Panjsher,AF08,Ab Shar,AF0803,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Panjsher,AF08,Ab Shar,AF0803,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Panjsher,AF08,Ab Shar,AF0803,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Panjsher,AF08,Ab Shar,AF0803,AWWDO,Afghan Women Welfare and Development Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Panjsher,AF08,Ab Shar,AF0803,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Panjsher,AF08,Ab Shar,AF0803,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Ab Shar,AF0803,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Ab Shar,AF0803,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Ab Shar,AF0803,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Ab Shar,AF0803,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Ab Shar,AF0803,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Ab Shar,AF0803,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Ab Shar,AF0803,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Khenj,AF0804,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Panjsher,AF08,Khenj,AF0804,ECW,Educational & Training Center for Poor Girls and Women of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Panjsher,AF08,Khenj,AF0804,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Panjsher,AF08,Khenj,AF0804,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Khenj,AF0804,AYEHO,Afghan Youth Education and Health Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Panjsher,AF08,Khenj,AF0804,AYEHO,Afghan Youth Education and Health Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Capital,Panjsher,AF08,Khenj,AF0804,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Panjsher,AF08,Khenj,AF0804,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Panjsher,AF08,Khenj,AF0804,AWWDO,Afghan Women Welfare and Development Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Panjsher,AF08,Khenj,AF0804,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Panjsher,AF08,Khenj,AF0804,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Panjsher,AF08,Khenj,AF0804,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Khenj,AF0804,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Khenj,AF0804,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Khenj,AF0804,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Khenj,AF0804,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Khenj,AF0804,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Khenj,AF0804,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Khenj,AF0804,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Panjsher,AF08,Anawa,AF0805,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Panjsher,AF08,Anawa,AF0805,AYEHO,Afghan Youth Education and Health Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Panjsher,AF08,Anawa,AF0805,AYEHO,Afghan Youth Education and Health Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Panjsher,AF08,Anawa,AF0805,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Panjsher,AF08,Anawa,AF0805,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Anawa,AF0805,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Panjsher,AF08,Anawa,AF0805,AWWDO,Afghan Women Welfare and Development Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Panjsher,AF08,Anawa,AF0805,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Panjsher,AF08,Anawa,AF0805,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Panjsher,AF08,Anawa,AF0805,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Panjsher,AF08,Anawa,AF0805,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Panjsher,AF08,Anawa,AF0805,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Panjsher,AF08,Anawa,AF0805,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Panjsher,AF08,Anawa,AF0805,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Anawa,AF0805,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Anawa,AF0805,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Anawa,AF0805,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Anawa,AF0805,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Anawa,AF0805,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Anawa,AF0805,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Anawa,AF0805,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Anawa,AF0805,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Panjsher,AF08,Shutul,AF0806,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Panjsher,AF08,Shutul,AF0806,AYEHO,Afghan Youth Education and Health Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Panjsher,AF08,Shutul,AF0806,AYEHO,Afghan Youth Education and Health Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Panjsher,AF08,Shutul,AF0806,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Panjsher,AF08,Shutul,AF0806,ECW,Educational & Training Center for Poor Girls and Women of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Panjsher,AF08,Shutul,AF0806,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Shutul,AF0806,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Panjsher,AF08,Shutul,AF0806,AWWDO,Afghan Women Welfare and Development Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Panjsher,AF08,Shutul,AF0806,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Panjsher,AF08,Shutul,AF0806,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Panjsher,AF08,Shutul,AF0806,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Panjsher,AF08,Shutul,AF0806,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Panjsher,AF08,Shutul,AF0806,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Shutul,AF0806,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Shutul,AF0806,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Shutul,AF0806,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Shutul,AF0806,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Panjsher,AF08,Paryan,AF0807,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Panjsher,AF08,Paryan,AF0807,AYEHO,Afghan Youth Education and Health Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Capital,Panjsher,AF08,Paryan,AF0807,AYEHO,Afghan Youth Education and Health Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Capital,Panjsher,AF08,Paryan,AF0807,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Panjsher,AF08,Paryan,AF0807,ECW,Educational & Training Center for Poor Girls and Women of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Paryan,AF0807,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Panjsher,AF08,Paryan,AF0807,AWWDO,Afghan Women Welfare and Development Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Paryan,AF0807,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Panjsher,AF08,Paryan,AF0807,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Panjsher,AF08,Paryan,AF0807,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Panjsher,AF08,Paryan,AF0807,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Panjsher,AF08,Paryan,AF0807,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Panjsher,AF08,Paryan,AF0807,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Paryan,AF0807,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Paryan,AF0807,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Paryan,AF0807,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Paryan,AF0807,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Paryan,AF0807,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Paryan,AF0807,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Panjsher,AF08,Paryan,AF0807,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kapisa,AF02,Nijrab,AF0205,DHSA,Development and Humanitarian Services for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,DHSA,Development and Humanitarian Services for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kapisa,AF02,Tagab,AF0206,DHSA,Development and Humanitarian Services for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Logar,AF05,Azra,AF0507,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Charkh,AF0503,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Maidan Wardak,AF04,Jalrez,AF0403,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Saydabad,AF0405,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Bagram,AF0302,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Charikar,AF0301,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Charikar,AF0301,OCCD,Organization for Community Coordination of Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Charikar,AF0301,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,CHA,Coordination of Humanitarian Assistance,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,CHA,Coordination of Humanitarian Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Shinwari,AF0303,CHA,Coordination of Humanitarian Assistance,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Shinwari,AF0303,CHA,Coordination of Humanitarian Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Paghman,AF0102,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Surobi,AF0115,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Tagab,AF0206,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Nijrab,AF0205,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Alasay,AF0207,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Surobi,AF0115,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,DHSA,Development and Humanitarian Services for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,ANURDO,Afghanistan National Urban and Rural Development Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Parwan,AF03,Jabal Saraj,AF0305,GAALO,Green Afghanistan Agriculture and Livestock Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Koh-e-Safi,AF0308,GAALO,Green Afghanistan Agriculture and Livestock Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Kabul,AF01,Estalef,AF0113,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Farza,AF0112,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Paghman,AF0102,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Estalef,AF0113,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Parwan,AF03,Ghorband,AF0307,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Parwan,AF03,Salang,AF0306,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Kabul,AF01,Surobi,AF0115,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Kabul,AF0101,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kapisa,AF02,Tagab,AF0206,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Surobi,AF0115,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Surobi,AF0115,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Kapisa,AF02,Alasay,AF0207,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kapisa,AF02,Alasay,AF0207,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Parwan,AF03,Shinwari,AF0303,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Kapisa,AF02,Nijrab,AF0205,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kapisa,AF02,Koh Band,AF0203,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,UNHABITAT,United Nations Human Settlements Programme,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Salang,AF0306,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Paghman,AF0102,AKAH,Aga Khan Agency for Habitat,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Kabul,AF0101,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kapisa,AF02,Nijrab,AF0205,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kapisa,AF02,Nijrab,AF0205,PIN,People in Need,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Parwan,AF03,Salang,AF0306,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Ghorband,AF0307,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kapisa,AF02,Nijrab,AF0205,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Tagab,AF0206,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kapisa,AF02,Tagab,AF0206,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Capital,Logar,AF05,Azra,AF0507,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Logar,AF05,Azra,AF0507,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Logar,AF05,Azra,AF0507,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Logar,AF05,Charkh,AF0503,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Logar,AF05,Charkh,AF0503,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Logar,AF05,Kharwar,AF0506,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Logar,AF05,Kharwar,AF0506,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Logar,AF05,Kharwar,AF0506,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Daymirdad,AF0406,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Maidan Wardak,AF04,Daymirdad,AF0406,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Jaghatu,AF0408,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Maidan Wardak,AF04,Jaghatu,AF0408,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Jalrez,AF0403,STARS,Skills Training And Rehabilitation Society,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Jalrez,AF0403,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Panjsher,AF08,Ab Shar,AF0803,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Panjsher,AF08,Ab Shar,AF0803,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Panjsher,AF08,Anawa,AF0805,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Panjsher,AF08,Anawa,AF0805,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Panjsher,AF08,Khenj,AF0804,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Panjsher,AF08,Paryan,AF0807,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Parwan,AF03,Charikar,AF0301,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Parwan,AF03,Ghorband,AF0307,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Logar,AF05,Kharwar,AF0506,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Jalrez,AF0403,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Azra,AF0507,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kapisa,AF02,Alasay,AF0207,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Shekh Ali,AF0310,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Salang,AF0306,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kapisa,AF02,Nijrab,AF0205,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Koh Band,AF0203,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Koh-e-Safi,AF0308,GAALO,Green Afghanistan Agriculture and Livestock Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Maidan Wardak,AF04,Daymirdad,AF0406,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Maidan Wardak,AF04,Jaghatu,AF0408,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Capital,Maidan Wardak,AF04,Nerkh,AF0402,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Surobi,AF0115,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Koh Band,AF0203,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Paghman,AF0102,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Farza,AF0112,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Estalef,AF0113,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Charikar,AF0301,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Maidan Wardak,AF04,Jaghatu,AF0408,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Kabul,AF01,Kabul,AF0101,A4T,Afghans 4 Tomorrow ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kabul,AF01,Kabul,AF0101,CARITAS-G,Caritas Germany,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,PACO,People Action For Change organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Estalef,AF0113,PACO,People Action For Change organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Koh-e-Safi,AF0308,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Salang,AF0306,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Ghorband,AF0307,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Shinwari,AF0303,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,PACO,People Action For Change organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Surobi,AF0115,PACO,People Action For Change organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Panjsher,AF08,Paryan,AF0807,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Panjsher,AF08,Paryan,AF0807,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kabul,AF01,Kabul,AF0101,JUH,Johanniter-Unfall-Hilfe e.V.,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Shinwari,AF0303,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Panjsher,AF08,Khenj,AF0804,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Panjsher,AF08,Anawa,AF0805,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Ghorband,AF0307,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Salang,AF0306,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Panjsher,AF08,Paryan,AF0807,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kabul,AF01,Surobi,AF0115,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Kabul,AF0101,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Parwan,AF03,Jabal Saraj,AF0305,GAALO,Green Afghanistan Agriculture and Livestock Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Azra,AF0507,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Logar,AF05,Charkh,AF0503,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Logar,AF05,Kharwar,AF0506,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Logar,AF05,Kharwar,AF0506,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Surobi,AF0115,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Alasay,AF0207,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Deh Sabz,AF0105,ARWEO,Afghanistan Rehabilitation and Women Education Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Estalef,AF0113,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Tagab,AF0206,DHSA,Development and Humanitarian Services for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Nijrab,AF0205,DHSA,Development and Humanitarian Services for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,DHSA,Development and Humanitarian Services for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Surobi,AF0115,ARWEO,Afghanistan Rehabilitation and Women Education Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Jalrez,AF0403,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kabul,AF0101,ARWEO,Afghanistan Rehabilitation and Women Education Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kapisa,AF02,Nijrab,AF0205,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Tagab,AF0206,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kabul,AF0101,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Alasay,AF0207,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Guldara,AF0111,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Jaghatu,AF0408,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Shakar Dara,AF0106,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Paghman,AF0102,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Nijrab,AF0205,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Daymirdad,AF0406,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Deh Sabz,AF0105,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Surobi,AF0115,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kabul,AF0101,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Paghman,AF0102,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Shinwari,AF0303,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Logar,AF05,Azra,AF0507,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Panjsher,AF08,Khenj,AF0804,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Logar,AF05,Mohammad Agha,AF0505,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Ghorband,AF0307,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Panjsher,AF08,Paryan,AF0807,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Logar,AF05,Charkh,AF0503,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Panjsher,AF08,Anawa,AF0805,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Parwan,AF03,Salang,AF0306,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Logar,AF05,Azra,AF0507,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Kabul,AF0101,REALS,REACH Alternatives,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Kabul,AF0101,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kabul,AF0101,JOIN,Johanniter International,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Kabul,AF01,Kabul,AF0101,OHW,Organization of Human Welfare,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Musahi,AF0107,JUH,Johanniter-Unfall-Hilfe e.V.,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Musahi,AF0107,OHW,Organization of Human Welfare,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Qara Bagh,AF0114,JUH,Johanniter-Unfall-Hilfe e.V.,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Qara Bagh,AF0114,JOIN,Johanniter International,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Kabul,AF01,Qara Bagh,AF0114,OHW,Organization of Human Welfare,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,JUH,Johanniter-Unfall-Hilfe e.V.,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Kabul,AF0101,OHW,Organization of Human Welfare,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Musahi,AF0107,JUH,Johanniter-Unfall-Hilfe e.V.,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Musahi,AF0107,OHW,Organization of Human Welfare,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Qara Bagh,AF0114,JUH,Johanniter-Unfall-Hilfe e.V.,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Shekh Ali,AF0310,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Ghorband,AF0307,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Shinwari,AF0303,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Parwan,AF03,Salang,AF0306,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,AGFA,Afghan Girls Financial Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Musahi,AF0107,JOIN,Johanniter International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Musahi,AF0107,OHW,Organization of Human Welfare,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Kabul,AF0101,JRS,Jesuit Refugee Services,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Qara Bagh,AF0114,JRS,Jesuit Refugee Services,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Kabul,AF0101,JRS,Jesuit Refugee Services,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Chahar Asyab,AF0103,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Maidan Wardak,AF04,Daymirdad,AF0406,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Maidan Wardak,AF04,Jaghatu,AF0408,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kapisa,AF02,Nijrab,AF0205,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Nijrab,AF0205,AGFA,Afghan Girls Financial Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Alasay,AF0207,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Alasay,AF0207,AGFA,Afghan Girls Financial Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Tagab,AF0206,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Tagab,AF0206,AGFA,Afghan Girls Financial Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Logar,AF05,Azra,AF0507,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Logar,AF05,Azra,AF0507,AGFA,Afghan Girls Financial Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Pul-e-Alam,AF0501,AGFA,Afghan Girls Financial Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Logar,AF05,Mohammad Agha,AF0505,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Logar,AF05,Mohammad Agha,AF0505,AGFA,Afghan Girls Financial Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Logar,AF05,Baraki Barak,AF0502,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Logar,AF05,Baraki Barak,AF0502,AGFA,Afghan Girls Financial Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Azra,AF0507,AGFA,Afghan Girls Financial Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Charikar,AF0301,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Shakar Dara,AF0106,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Bagrami,AF0104,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Paghman,AF0102,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Kabul,AF01,Kabul,AF0101,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kabul,AF0101,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kabul,AF0101,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Charikar,AF0301,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Charikar,AF0301,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Capital,Parwan,AF03,Charikar,AF0301,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,ACT,Action for Community Transformation Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Charikar,AF0301,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Panjsher,AF08,Rukha,AF0802,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Mir Bacha Kot,AF0108,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kabul,AF0101,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Rukha,AF0802,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Bagrami,AF0104,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Surobi,AF0115,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Bagrami,AF0104,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Parwan,AF03,Charikar,AF0301,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Kabul,AF0101,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Jalrez,AF0403,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Capital,Maidan Wardak,AF04,Jalrez,AF0403,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Saydabad,AF0405,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Daymirdad,AF0406,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Daymirdad,AF0406,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Jaghatu,AF0408,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Jaghatu,AF0408,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Panjsher,AF08,Paryan,AF0807,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Panjsher,AF08,Anawa,AF0805,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Panjsher,AF08,Shutul,AF0806,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Panjsher,AF08,Bazarak,AF0801,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Panjsher,AF08,Ab Shar,AF0803,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Panjsher,AF08,Rukha,AF0802,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Charikar,AF0301,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Charikar,AF0301,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Musahi,AF0107,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kabul,AF01,Kabul,AF0101,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Panjsher,AF08,Rukha,AF0802,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Panjsher,AF08,Bazarak,AF0801,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Parwan,AF03,Charikar,AF0301,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Charikar,AF0301,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Charikar,AF0301,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Kabul,AF0101,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kapisa,AF02,Mahmood-e-Raqi,AF0201,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Baraki Barak,AF0502,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Logar,AF05,Mohammad Agha,AF0505,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Capital,Kapisa,AF02,Hisa-e-Duwum-e-Kohistan,AF0202,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Capital,Kabul,AF01,Kabul,AF0101,AFD,Action for Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Ab Shar,AF0803,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP Capital,Kabul,AF01,Qara Bagh,AF0114,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Chahar Asyab,AF0103,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Surobi,AF0115,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Capital,Kabul,AF01,Kabul,AF0101,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Sayed Khel,AF0304,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Parwan,AF03,Sayed Khel,AF0304,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Capital,Maidan Wardak,AF04,Jalrez,AF0403,HHRD,Helping Hands for Relief and Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Logar,AF05,Baraki Barak,AF0502,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Kapisa,AF02,Tagab,AF0206,AGFA,Afghan Girls Financial Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Nijrab,AF0205,AGFA,Afghan Girls Financial Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kapisa,AF02,Alasay,AF0207,AGFA,Afghan Girls Financial Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP -Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Jaghatu,AF0408,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Nerkh,AF0402,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Rukha,AF0802,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Farza,AF0112,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Bagrami,AF0104,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Shutul,AF0806,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Shutul,AF0806,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Shutul,AF0806,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Surobi,AF0115,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,ACHRO,Association of Chief Human Resource Officers,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,ACHRO,Association of Chief Human Resource Officers,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Kabul,AF01,Kabul,AF0101,ACHRO,Association of Chief Human Resource Officers,National NGO,HEALTH_OP,Operational Presence: Health,OP -Capital,Parwan,AF03,Bagram,AF0302,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Kalakan,AF0110,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Logar,AF05,Baraki Barak,AF0502,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Charikar,AF0301,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Kabul,AF0101,CARITAS-G,Caritas Germany,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Kabul,AF01,Kabul,AF0101,IPSO,International Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Parwan,AF03,Bagram,AF0302,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Charikar,AF0301,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Charikar,AF0301,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Shinwari,AF0303,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Salang,AF0306,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Surkh-e-Parsa,AF0309,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Bazarak,AF0801,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Ab Shar,AF0803,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Ab Shar,AF0803,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,STARS,Skills Training And Rehabilitation Society,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Chak-e-Wardak,AF0404,STARS,Skills Training And Rehabilitation Society,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Kabul,AF0101,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Nijrab,AF0205,SI,Solidarites International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Tagab,AF0206,SI,Solidarites International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kapisa,AF02,Alasay,AF0207,SI,Solidarites International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Capital,Kabul,AF01,Paghman,AF0102,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Paghman,AF0102,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Koh-e-Safi,AF0308,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Shakar Dara,AF0106,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Rukha,AF0802,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Jaghatu,AF0408,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Jaghatu,AF0408,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Kabul,AF01,Deh Sabz,AF0105,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Panjsher,AF08,Bazarak,AF0801,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Mohammad Agha,AF0505,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Saydabad,AF0405,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Maidan Wardak,AF04,Saydabad,AF0405,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Parwan,AF03,Charikar,AF0301,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Capital,Logar,AF05,Pul-e-Alam,AF0501,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Capital,Maidan Wardak,AF04,Daymirdad,AF0406,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,AKF,Aga Khan Foundation,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,AKF,Aga Khan Foundation,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,CIC,Children in Crisis,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,CIC,Children in Crisis,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,UNICEF,United Nations Children's Fund,United Nations,EiE_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,UNICEF,United Nations Children's Fund,United Nations,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,ACTIONAID,Action Aid Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,AUDO,Afghan Unique Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,CRS,Catholic Relief Services,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,CWSA,Community World Services Asia,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,EPD,Equality for Peace and Democracy,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,IRW,Islamic Relief,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,JCSSO,Justice and Civil Society Support Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,OWH,Organization for Welfare and Humanitarian ,National NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,SHUHADA,Shuhada Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,AWSDC,Afghan Women Skill Development Centre,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,SI,Solidarites International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Paghman,AF0102,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Paghman,AF0102,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kabul,AF0101,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Mir Bacha Kot,AF0108,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Deh Sabz,AF0105,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Estalef,AF0113,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kalakan,AF0110,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Logar,AF05,Khoshi,AF0504,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Logar,AF05,Charkh,AF0503,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Logar,AF05,Baraki Barak,AF0502,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Logar,AF05,Mohammad Agha,AF0505,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Salang,AF0306,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Shinwari,AF0303,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Bagram,AF0302,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Koh-e-Safi,AF0308,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Jabal Saraj,AF0305,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Nijrab,AF0205,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kapisa,AF02,Hisa-e-Awal-e-Kohistan,AF0204,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Rukha,AF0802,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Sayed Khel,AF0304,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Paryan,AF0807,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Khoshi,AF0504,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Baraki Barak,AF0502,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Shekh Ali,AF0310,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Jabal Saraj,AF0305,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Shakar Dara,AF0106,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Khak-e-Jabbar,AF0109,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Paghman,AF0102,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Estalef,AF0113,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Surobi,AF0115,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kapisa,AF02,Alasay,AF0207,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kapisa,AF02,Tagab,AF0206,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Mohammad Agha,AF0505,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Anawa,AF0805,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Panjsher,AF08,Shutul,AF0806,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Koh-e-Safi,AF0308,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Parwan,AF03,Ghorband,AF0307,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Maidan Wardak,AF04,Hesa-e-Awal-e-Behsud,AF0407,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Kabul,AF01,Kabul,AF0101,IOM,International Organization for Migration,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Logar,AF05,Pul-e-Alam,AF0501,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Capital,Kabul,AF01,Qara Bagh,AF0114,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Capital,Kabul,AF01,Bagrami,AF0104,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Qara Bagh,AF0114,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kalakan,AF0110,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Panjsher,AF08,Bazarak,AF0801,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Charikar,AF0301,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Shinwari,AF0303,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Jabal Saraj,AF0305,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Ghorband,AF0307,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Kabul,AF0101,WC-C,War Child Canada,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Logar,AF05,Mohammad Agha,AF0505,WC-C,War Child Canada,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Parwan,AF03,Charikar,AF0301,AWEC,Afghan Women's Education Center,National NGO,HEALTH_OP,Operational Presence: Health,OP +Capital,Parwan,AF03,Charikar,AF0301,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kapisa,AF02,Alasay,AF0207,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kapisa,AF02,Nijrab,AF0205,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Kapisa,AF02,Tagab,AF0206,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Saydabad,AF0405,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Nerkh,AF0402,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Maydan Shahr,AF0401,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Maidan Wardak,AF04,Markaz-e-Behsud,AF0409,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Qara Bagh,AF0114,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Qara Bagh,AF0114,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Capital,Kabul,AF01,Qara Bagh,AF0114,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,AKF,Aga Khan Foundation,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,AKF,Aga Khan Foundation,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,WDIO,Watan Development and Initiative Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,WDIO,Watan Development and Initiative Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,SHUHADA,Shuhada Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,AWSDC,Afghan Women Skill Development Centre,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Bamyan,AF1001,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Bamyan,AF1001,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Bamyan,AF1001,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Bamyan,AF1001,WFP,World Food Program,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Bamyan,AF1001,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Bamyan,AF1001,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Bamyan,AF10,Bamyan,AF1001,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Bamyan,AF10,Bamyan,AF1001,IRW,Islamic Relief,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Bamyan,AF10,Bamyan,AF1001,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Central Highland,Bamyan,AF10,Shibar,AF1002,AKF,Aga Khan Foundation,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Shibar,AF1002,AKF,Aga Khan Foundation,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Shibar,AF1002,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Shibar,AF1002,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Shibar,AF1002,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Shibar,AF1002,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Shibar,AF1002,ACTIONAID,Action Aid Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Bamyan,AF10,Shibar,AF1002,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Bamyan,AF10,Shibar,AF1002,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Bamyan,AF10,Shibar,AF1002,UNICEF,United Nations Children's Fund,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Central Highland,Bamyan,AF10,Shibar,AF1002,WDIO,Watan Development and Initiative Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Shibar,AF1002,WDIO,Watan Development and Initiative Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Shibar,AF1002,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Central Highland,Bamyan,AF10,Shibar,AF1002,SI,Solidarites International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Shibar,AF1002,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Bamyan,AF10,Shibar,AF1002,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Shibar,AF1002,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Shibar,AF1002,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Shibar,AF1002,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Shibar,AF1002,JCSSO,Justice and Civil Society Support Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Shibar,AF1002,SI,Solidarites International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Shibar,AF1002,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Bamyan,AF10,Shibar,AF1002,CWSA,Community World Services Asia,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Bamyan,AF10,Shibar,AF1002,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Bamyan,AF10,Shibar,AF1002,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP Central Highland,Bamyan,AF10,Shibar,AF1002,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Central Highland,Bamyan,AF10,Shibar,AF1002,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Bamyan,AF10,Shibar,AF1002,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Shibar,AF1002,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Shibar,AF1002,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Shibar,AF1002,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Shibar,AF1002,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Shibar,AF1002,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Shibar,AF1002,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Bamyan,AF10,Shibar,AF1002,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Bamyan,AF10,Shibar,AF1002,SI,Solidarites International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Bamyan,AF10,Sayghan,AF1003,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Sayghan,AF1003,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Sayghan,AF1003,AKF,Aga Khan Foundation,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Sayghan,AF1003,AKF,Aga Khan Foundation,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Sayghan,AF1003,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Sayghan,AF1003,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Sayghan,AF1003,ACTIONAID,Action Aid Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Central Highland,Bamyan,AF10,Sayghan,AF1003,WDIO,Watan Development and Initiative Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Sayghan,AF1003,WDIO,Watan Development and Initiative Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Sayghan,AF1003,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Sayghan,AF1003,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Sayghan,AF1003,SI,Solidarites International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Sayghan,AF1003,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Sayghan,AF1003,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Sayghan,AF1003,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Sayghan,AF1003,CWSA,Community World Services Asia,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Sayghan,AF1003,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Sayghan,AF1003,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Sayghan,AF1003,IRW,Islamic Relief,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Sayghan,AF1003,JCSSO,Justice and Civil Society Support Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Sayghan,AF1003,SI,Solidarites International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Sayghan,AF1003,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Bamyan,AF10,Sayghan,AF1003,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Bamyan,AF10,Sayghan,AF1003,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP Central Highland,Bamyan,AF10,Sayghan,AF1003,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Bamyan,AF10,Sayghan,AF1003,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Sayghan,AF1003,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Sayghan,AF1003,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Sayghan,AF1003,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Sayghan,AF1003,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Sayghan,AF1003,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Sayghan,AF1003,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Bamyan,AF10,Sayghan,AF1003,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Bamyan,AF10,Sayghan,AF1003,SI,Solidarites International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Bamyan,AF10,Kahmard,AF1004,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Kahmard,AF1004,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Kahmard,AF1004,AKF,Aga Khan Foundation,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Kahmard,AF1004,AKF,Aga Khan Foundation,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Kahmard,AF1004,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Kahmard,AF1004,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Kahmard,AF1004,ACTIONAID,Action Aid Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Central Highland,Bamyan,AF10,Kahmard,AF1004,WDIO,Watan Development and Initiative Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Kahmard,AF1004,WDIO,Watan Development and Initiative Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Kahmard,AF1004,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Bamyan,AF10,Kahmard,AF1004,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Central Highland,Bamyan,AF10,Kahmard,AF1004,SI,Solidarites International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Kahmard,AF1004,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Kahmard,AF1004,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Bamyan,AF10,Kahmard,AF1004,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Kahmard,AF1004,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Kahmard,AF1004,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Kahmard,AF1004,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Kahmard,AF1004,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Kahmard,AF1004,IRW,Islamic Relief,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Kahmard,AF1004,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Bamyan,AF10,Kahmard,AF1004,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Bamyan,AF10,Kahmard,AF1004,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP Central Highland,Bamyan,AF10,Kahmard,AF1004,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Central Highland,Bamyan,AF10,Kahmard,AF1004,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Bamyan,AF10,Kahmard,AF1004,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Kahmard,AF1004,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Kahmard,AF1004,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Kahmard,AF1004,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Kahmard,AF1004,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Kahmard,AF1004,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,AKF,Aga Khan Foundation,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,AKF,Aga Khan Foundation,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,CRS,Catholic Relief Services,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,CRS,Catholic Relief Services,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,AUDO,Afghan Unique Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,WDIO,Watan Development and Initiative Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,WDIO,Watan Development and Initiative Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,NQA,Nai Qala Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,SI,Solidarites International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,AKAH,Aga Khan Agency for Habitat,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,CRS,Catholic Relief Services,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,CWSA,Community World Services Asia,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,IRW,Islamic Relief,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,COAR,Coordination of Afghan Relief,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,JCSSO,Justice and Civil Society Support Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,VOPOFA,Village of Peace Organization for Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,CAI,Central Asia Institution,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,AWSDC,Afghan Women Skill Development Centre,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,SI,Solidarites International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,VOPOFA,Village of Peace Organization for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Bamyan,AF10,Panjab,AF1006,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Panjab,AF1006,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Panjab,AF1006,AKF,Aga Khan Foundation,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Panjab,AF1006,AKF,Aga Khan Foundation,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Panjab,AF1006,CRS,Catholic Relief Services,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Panjab,AF1006,CRS,Catholic Relief Services,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,CWSA,Community World Services Asia,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Central Highland,Bamyan,AF10,Panjab,AF1006,WDIO,Watan Development and Initiative Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Panjab,AF1006,WDIO,Watan Development and Initiative Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Panjab,AF1006,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Panjab,AF1006,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Panjab,AF1006,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Panjab,AF1006,SI,Solidarites International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Panjab,AF1006,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Panjab,AF1006,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,CRS,Catholic Relief Services,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,IRW,Islamic Relief,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,JCSSO,Justice and Civil Society Support Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Bamyan,AF10,Panjab,AF1006,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Bamyan,AF10,Panjab,AF1006,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Central Highland,Bamyan,AF10,Panjab,AF1006,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Central Highland,Bamyan,AF10,Panjab,AF1006,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Central Highland,Bamyan,AF10,Panjab,AF1006,SHUHADA,Shuhada Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Bamyan,AF10,Panjab,AF1006,AWSDC,Afghan Women Skill Development Centre,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Panjab,AF1006,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Panjab,AF1006,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Panjab,AF1006,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Bamyan,AF10,Waras,AF1007,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Waras,AF1007,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Waras,AF1007,AKF,Aga Khan Foundation,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Waras,AF1007,AKF,Aga Khan Foundation,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Waras,AF1007,CRS,Catholic Relief Services,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Waras,AF1007,CRS,Catholic Relief Services,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Waras,AF1007,WDIO,Watan Development and Initiative Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Bamyan,AF10,Waras,AF1007,WDIO,Watan Development and Initiative Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Bamyan,AF10,Waras,AF1007,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Waras,AF1007,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Waras,AF1007,SI,Solidarites International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Waras,AF1007,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Waras,AF1007,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Bamyan,AF10,Waras,AF1007,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Waras,AF1007,CRS,Catholic Relief Services,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Waras,AF1007,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Waras,AF1007,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Waras,AF1007,IRW,Islamic Relief,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Waras,AF1007,JCSSO,Justice and Civil Society Support Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Waras,AF1007,SI,Solidarites International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Waras,AF1007,VOPOFA,Village of Peace Organization for Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Waras,AF1007,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Waras,AF1007,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Bamyan,AF10,Waras,AF1007,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Bamyan,AF10,Waras,AF1007,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Central Highland,Bamyan,AF10,Waras,AF1007,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Bamyan,AF10,Waras,AF1007,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Waras,AF1007,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Waras,AF1007,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Waras,AF1007,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Waras,AF1007,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Waras,AF1007,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Waras,AF1007,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Waras,AF1007,SI,Solidarites International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Daykundi,AF24,Nili,AF2401,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Daykundi,AF24,Nili,AF2401,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Nili,AF2401,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Nili,AF2401,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Daykundi,AF24,Nili,AF2401,UNICEF,United Nations Children's Fund,United Nations,EiE_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Daykundi,AF24,Nili,AF2401,UNICEF,United Nations Children's Fund,United Nations,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Nili,AF2401,AAH,Action Against Hunger | ACF-USA,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Nili,AF2401,AFGHANAID,Afghan Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Nili,AF2401,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Nili,AF2401,UNICEF,United Nations Children's Fund,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Nili,AF2401,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Nili,AF2401,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Nili,AF2401,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Nili,AF2401,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Nili,AF2401,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Nili,AF2401,JCSSO,Justice and Civil Society Support Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Daykundi,AF24,Nili,AF2401,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Daykundi,AF24,Nili,AF2401,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Central Highland,Daykundi,AF24,Nili,AF2401,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Central Highland,Daykundi,AF24,Nili,AF2401,SHUHADA,Shuhada Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Nili,AF2401,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Nili,AF2401,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Nili,AF2401,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Nili,AF2401,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Nili,AF2401,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Nili,AF2401,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Nili,AF2401,WFP,World Food Program,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Nili,AF2401,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Nili,AF2401,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Nili,AF2401,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Daykundi,AF24,Nili,AF2401,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Daykundi,AF24,Nili,AF2401,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,AKF,Aga Khan Foundation,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,AKF,Aga Khan Foundation,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Daykundi,AF24,Shahrestan,AF2402,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Daykundi,AF24,Shahrestan,AF2402,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Shahrestan,AF2402,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Shahrestan,AF2402,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,AAH,Action Against Hunger | ACF-USA,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,AFGHANAID,Afghan Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Shahrestan,AF2402,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,OHW,Organization of Human Welfare,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Shahrestan,AF2402,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,CARITAS-G,Caritas Germany,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,JCSSO,Justice and Civil Society Support Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Shahrestan,AF2402,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Daykundi,AF24,Shahrestan,AF2402,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Central Highland,Daykundi,AF24,Shahrestan,AF2402,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Central Highland,Daykundi,AF24,Shahrestan,AF2402,CAI,Central Asia Institution,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Central Highland,Daykundi,AF24,Shahrestan,AF2402,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Central Highland,Daykundi,AF24,Shahrestan,AF2402,SHUHADA,Shuhada Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,CIC,Children in Crisis,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Shahrestan,AF2402,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,WFP,World Food Program,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Shahrestan,AF2402,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Shahrestan,AF2402,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Daykundi,AF24,Shahrestan,AF2402,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Daykundi,AF24,Shahrestan,AF2402,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Central Highland,Daykundi,AF24,Ashtarlay,AF2403,AKF,Aga Khan Foundation,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Daykundi,AF24,Ashtarlay,AF2403,AKF,Aga Khan Foundation,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Daykundi,AF24,Ashtarlay,AF2403,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Daykundi,AF24,Ashtarlay,AF2403,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Ashtarlay,AF2403,CRS,Catholic Relief Services,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Ashtarlay,AF2403,CRS,Catholic Relief Services,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Ashtarlay,AF2403,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Ashtarlay,AF2403,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Daykundi,AF24,Ashtarlay,AF2403,AAH,Action Against Hunger | ACF-USA,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Daykundi,AF24,Ashtarlay,AF2403,AFGHANAID,Afghan Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Ashtarlay,AF2403,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Central Highland,Daykundi,AF24,Ashtarlay,AF2403,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Ashtarlay,AF2403,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Ashtarlay,AF2403,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Daykundi,AF24,Ashtarlay,AF2403,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Daykundi,AF24,Ashtarlay,AF2403,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Daykundi,AF24,Ashtarlay,AF2403,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Ashtarlay,AF2403,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Ashtarlay,AF2403,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Ashtarlay,AF2403,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Ashtarlay,AF2403,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Ashtarlay,AF2403,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Ashtarlay,AF2403,COAR,Coordination of Afghan Relief,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Ashtarlay,AF2403,HAPA,Humanitarian Action for People of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Ashtarlay,AF2403,MOVE,MOVE Welfare Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Ashtarlay,AF2403,NECDO,Noor Educational and Capacity Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Ashtarlay,AF2403,OHPM,Organization of Health and Program Management,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Daykundi,AF24,Ashtarlay,AF2403,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Ashtarlay,AF2403,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Daykundi,AF24,Ashtarlay,AF2403,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Daykundi,AF24,Ashtarlay,AF2403,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Daykundi,AF24,Ashtarlay,AF2403,CAI,Central Asia Institution,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Central Highland,Daykundi,AF24,Ashtarlay,AF2403,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Central Highland,Daykundi,AF24,Ashtarlay,AF2403,SHUHADA,Shuhada Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Ashtarlay,AF2403,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Ashtarlay,AF2403,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Ashtarlay,AF2403,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Ashtarlay,AF2403,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Ashtarlay,AF2403,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Ashtarlay,AF2403,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Ashtarlay,AF2403,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Ashtarlay,AF2403,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Central Highland,Daykundi,AF24,Khadir,AF2404,MEDAIR,MEDAIR,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,MEDAIR,MEDAIR,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Daykundi,AF24,Khadir,AF2404,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Daykundi,AF24,Khadir,AF2404,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Khadir,AF2404,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Khadir,AF2404,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,AFGHANAID,Afghan Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Khadir,AF2404,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Khadir,AF2404,LSO,Labour Spring Organization,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Khadir,AF2404,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,ACF,Action contre la Faim,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,MEDAIR,MEDAIR,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Khadir,AF2404,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Daykundi,AF24,Khadir,AF2404,CAI,Central Asia Institution,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Central Highland,Daykundi,AF24,Khadir,AF2404,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Central Highland,Daykundi,AF24,Khadir,AF2404,SHUHADA,Shuhada Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,CIC,Children in Crisis,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Khadir,AF2404,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Khadir,AF2404,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Khadir,AF2404,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Daykundi,AF24,Khadir,AF2404,MEDAIR,MEDAIR,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Daykundi,AF24,Khadir,AF2404,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Daykundi,AF24,Kiti,AF2405,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Daykundi,AF24,Kiti,AF2405,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Kiti,AF2405,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Kiti,AF2405,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Daykundi,AF24,Kiti,AF2405,AAH,Action Against Hunger | ACF-USA,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Kiti,AF2405,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Daykundi,AF24,Kiti,AF2405,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Daykundi,AF24,Kiti,AF2405,UNICEF,United Nations Children's Fund,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Kiti,AF2405,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Daykundi,AF24,Kiti,AF2405,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Kiti,AF2405,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Kiti,AF2405,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Kiti,AF2405,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Kiti,AF2405,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Daykundi,AF24,Kiti,AF2405,MEDAIR,MEDAIR,International NGO,HEALTH_OP,Operational Presence: Health,OP Central Highland,Daykundi,AF24,Kiti,AF2405,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Daykundi,AF24,Kiti,AF2405,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Daykundi,AF24,Kiti,AF2405,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Central Highland,Daykundi,AF24,Kiti,AF2405,MEDAIR,MEDAIR,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Kiti,AF2405,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Kiti,AF2405,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Kiti,AF2405,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Kiti,AF2405,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Kiti,AF2405,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Kiti,AF2405,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Kiti,AF2405,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Kiti,AF2405,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Daykundi,AF24,Kiti,AF2405,MEDAIR,MEDAIR,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Daykundi,AF24,Kiti,AF2405,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Daykundi,AF24,Kiti,AF2405,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Central Highland,Daykundi,AF24,Miramor,AF2406,MEDAIR,MEDAIR,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,MEDAIR,MEDAIR,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Daykundi,AF24,Miramor,AF2406,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Daykundi,AF24,Miramor,AF2406,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Miramor,AF2406,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Miramor,AF2406,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,AFGHANAID,Afghan Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Miramor,AF2406,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,OHW,Organization of Human Welfare,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Miramor,AF2406,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,CARITAS-G,Caritas Germany,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,JCSSO,Justice and Civil Society Support Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,MEDAIR,MEDAIR,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,RCDC,Rural Capacity Development Committee,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Miramor,AF2406,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Daykundi,AF24,Miramor,AF2406,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Central Highland,Daykundi,AF24,Miramor,AF2406,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,CIC,Children in Crisis,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Miramor,AF2406,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Miramor,AF2406,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Miramor,AF2406,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Daykundi,AF24,Miramor,AF2406,MEDAIR,MEDAIR,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Daykundi,AF24,Miramor,AF2406,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Daykundi,AF24,Miramor,AF2406,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,CRS,Catholic Relief Services,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,CRS,Catholic Relief Services,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,MEDAIR,MEDAIR,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,MEDAIR,MEDAIR,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,AAH,Action Against Hunger | ACF-USA,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,AFGHANAID,Afghan Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,ACF,Action contre la Faim,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,AAH,Action Against Hunger | ACF-USA,International NGO,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,WFP,World Food Program,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Daykundi,AF24,Kajran,AF2408,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Daykundi,AF24,Kajran,AF2408,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Kajran,AF2408,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Kajran,AF2408,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Central Highland,Daykundi,AF24,Kajran,AF2408,AAH,Action Against Hunger | ACF-USA,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Daykundi,AF24,Kajran,AF2408,AFGHANAID,Afghan Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Daykundi,AF24,Kajran,AF2408,LSO,Labour Spring Organization,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Daykundi,AF24,Kajran,AF2408,UNICEF,United Nations Children's Fund,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Kajran,AF2408,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Daykundi,AF24,Kajran,AF2408,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Daykundi,AF24,Kajran,AF2408,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Kajran,AF2408,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Kajran,AF2408,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Kajran,AF2408,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Daykundi,AF24,Kajran,AF2408,MEDAIR,MEDAIR,International NGO,HEALTH_OP,Operational Presence: Health,OP Central Highland,Daykundi,AF24,Kajran,AF2408,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Daykundi,AF24,Kajran,AF2408,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Central Highland,Daykundi,AF24,Kajran,AF2408,MEDAIR,MEDAIR,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Central Highland,Daykundi,AF24,Kajran,AF2408,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Kajran,AF2408,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Kajran,AF2408,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Kajran,AF2408,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Kajran,AF2408,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Kajran,AF2408,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Kajran,AF2408,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Kajran,AF2408,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Kajran,AF2408,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Daykundi,AF24,Patoo,AF2409,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Daykundi,AF24,Patoo,AF2409,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Daykundi,AF24,Patoo,AF2409,CRS,Catholic Relief Services,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Central Highland,Daykundi,AF24,Patoo,AF2409,CRS,Catholic Relief Services,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Patoo,AF2409,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Patoo,AF2409,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Central Highland,Daykundi,AF24,Patoo,AF2409,AAH,Action Against Hunger | ACF-USA,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Patoo,AF2409,AFGHANAID,Afghan Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Patoo,AF2409,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Central Highland,Daykundi,AF24,Patoo,AF2409,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Central Highland,Daykundi,AF24,Patoo,AF2409,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Central Highland,Daykundi,AF24,Patoo,AF2409,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Patoo,AF2409,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Patoo,AF2409,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Central Highland,Daykundi,AF24,Patoo,AF2409,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Patoo,AF2409,CIC,Children in Crisis,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Patoo,AF2409,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Patoo,AF2409,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Patoo,AF2409,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Patoo,AF2409,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Patoo,AF2409,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Patoo,AF2409,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Patoo,AF2409,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Patoo,AF2409,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Patoo,AF2409,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Patoo,AF2409,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Central Highland,Daykundi,AF24,Patoo,AF2409,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Central Highland,Daykundi,AF24,Miramor,AF2406,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Patoo,AF2409,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Kajran,AF2408,VOPOFA,Village of Peace Organization for Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,VOPOFA,Village of Peace Organization for Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Kiti,AF2405,VOPOFA,Village of Peace Organization for Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,VOPOFA,Village of Peace Organization for Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Nili,AF2401,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Daykundi,AF24,Nili,AF2401,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Bamyan,AF10,Waras,AF1007,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Bamyan,AF10,Waras,AF1007,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Bamyan,AF10,Waras,AF1007,VOPOFA,Village of Peace Organization for Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Miramor,AF2406,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Daykundi,AF24,Miramor,AF2406,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Daykundi,AF24,Miramor,AF2406,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Miramor,AF2406,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Bamyan,AF10,Shibar,AF1002,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Bamyan,AF10,Shibar,AF1002,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Bamyan,AF10,Panjab,AF1006,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Bamyan,AF10,Panjab,AF1006,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Bamyan,AF10,Sayghan,AF1003,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Bamyan,AF10,Sayghan,AF1003,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Daykundi,AF24,Ashtarlay,AF2403,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Daykundi,AF24,Kajran,AF2408,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Central Highland,Daykundi,AF24,Kiti,AF2405,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Nili,AF2401,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Bamyan,AF10,Shibar,AF1002,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Sayghan,AF1003,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Daykundi,AF24,Kiti,AF2405,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Daykundi,AF24,Kiti,AF2405,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Daykundi,AF24,Patoo,AF2409,DAARTT,Danish Assistance to Afghan Rehabilitation and Technical Training,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Central Highland,Daykundi,AF24,Patoo,AF2409,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Shahrestan,AF2402,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Daykundi,AF24,Shahrestan,AF2402,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Daykundi,AF24,Shahrestan,AF2402,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Central Highland,Daykundi,AF24,Shahrestan,AF2402,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Patoo,AF2409,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Miramor,AF2406,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Ashtarlay,AF2403,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Kahmard,AF1004,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Central Highland,Daykundi,AF24,Kiti,AF2405,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Bamyan,AF10,Panjab,AF1006,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Bamyan,AF10,Shibar,AF1002,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Bamyan,AF10,Waras,AF1007,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Daykundi,AF24,Shahrestan,AF2402,AFGHANAID,Afghan Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Daykundi,AF24,Miramor,AF2406,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Kiti,AF2405,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Khadir,AF2404,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Ashtarlay,AF2403,AFGHANAID,Afghan Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Daykundi,AF24,Miramor,AF2406,AFGHANAID,Afghan Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Daykundi,AF24,Patoo,AF2409,AFGHANAID,Afghan Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Bamyan,AF10,Waras,AF1007,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Bamyan,AF10,Panjab,AF1006,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Bamyan,AF10,Shibar,AF1002,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,SI,Solidarites International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Central Highland,Daykundi,AF24,Miramor,AF2406,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Daykundi,AF24,Kiti,AF2405,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Bamyan,AF10,Panjab,AF1006,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Daykundi,AF24,Ashtarlay,AF2403,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Bamyan,AF10,Waras,AF1007,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,CRS,Catholic Relief Services,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Daykundi,AF24,Miramor,AF2406,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Bamyan,AF10,Sayghan,AF1003,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Bamyan,AF10,Shibar,AF1002,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Daykundi,AF24,Patoo,AF2409,CAWC,Central Afghanistan Welfare Committee ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Daykundi,AF24,Kiti,AF2405,VOPOFA,Village of Peace Organization for Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Ashtarlay,AF2403,CAWC,Central Afghanistan Welfare Committee ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Daykundi,AF24,Miramor,AF2406,CAWC,Central Afghanistan Welfare Committee ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Daykundi,AF24,Khadir,AF2404,VOPOFA,Village of Peace Organization for Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Kajran,AF2408,VOPOFA,Village of Peace Organization for Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Shahrestan,AF2402,CAWC,Central Afghanistan Welfare Committee ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Bamyan,AF10,Kahmard,AF1004,JCSSO,Justice and Civil Society Support Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,JCSSO,Justice and Civil Society Support Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Kajran,AF2408,MEDAIR,MEDAIR,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Bamyan,AF10,Panjab,AF1006,SI,Solidarites International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Daykundi,AF24,Patoo,AF2409,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Daykundi,AF24,Patoo,AF2409,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Patoo,AF2409,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Kiti,AF2405,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Patoo,AF2409,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Nili,AF2401,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Waras,AF1007,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Waras,AF1007,WSTA,Watan Social and Technical Services Association,National NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,WMSSO,Women Message Social and Services Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Ashtarlay,AF2403,ASOW,Afghan Social Organization for Women,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Nili,AF2401,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Nili,AF2401,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,OHW,Organization of Human Welfare,National NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,ADRA,Adventist Development and Relief Agency ,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,ADRA,Adventist Development and Relief Agency ,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,ADRA,Adventist Development and Relief Agency ,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,WSTA,Watan Social and Technical Services Association,National NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Waras,AF1007,ACHRO,Association of Chief Human Resource Officers,National NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Bamyan,AF1001,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Kahmard,AF1004,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Kahmard,AF1004,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Patoo,AF2409,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Daykundi,AF24,Kajran,AF2408,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Kajran,AF2408,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Kiti,AF2405,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Kiti,AF2405,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Shahrestan,AF2402,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Khadir,AF2404,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Ashtarlay,AF2403,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Ashtarlay,AF2403,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Panjab,AF1006,SI,Solidarites International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,ACHRO,Association of Chief Human Resource Officers,National NGO,HEALTH_OP,Operational Presence: Health,OP -Central Highland,Daykundi,AF24,Patoo,AF2409,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Daykundi,AF24,Patoo,AF2409,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Shibar,AF1002,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Shibar,AF1002,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Waras,AF1007,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Central Highland,Bamyan,AF10,Waras,AF1007,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Nili,AF2401,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Kiti,AF2405,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Kiti,AF2405,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Bamyan,AF10,Yakawlang,AF1005,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Central Highland,Bamyan,AF10,Yakawlang,AF1005,WASSA,Women Activities & Social Services Association,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Central Highland,Daykundi,AF24,Kiti,AF2405,MEDAIR,MEDAIR,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Daykundi,AF24,Kajran,AF2408,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Bamyan,AF10,Waras,AF1007,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Bamyan,AF10,Kahmard,AF1004,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Bamyan,AF10,Shibar,AF1002,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Bamyan,AF10,Panjab,AF1006,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Bamyan,AF10,Sayghan,AF1003,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Nili,AF2401,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Patoo,AF2409,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Ashtarlay,AF2403,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,VOPOFA,Village of Peace Organization for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Ashtarlay,AF2403,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Daykundi,AF24,Nili,AF2401,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Central Highland,Bamyan,AF10,Kahmard,AF1004,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Bamyan,AF10,Bamyan,AF1001,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Central Highland,Daykundi,AF24,Kajran,AF2408,MEDAIR,MEDAIR,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Bamyan,AF10,Panjab,AF1006,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Kiti,AF2405,MEDAIR,MEDAIR,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Central Highland,Bamyan,AF10,Yakawlang,AF1005,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Miramor,AF2406,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Kajran,AF2408,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Ashtarlay,AF2403,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Bamyan,AF10,Panjab,AF1006,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Daykundi,AF24,Shahrestan,AF2402,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Sang-e-Takht,AF2407,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Kiti,AF2405,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Nili,AF2401,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Khadir,AF2404,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Central Highland,Daykundi,AF24,Nili,AF2401,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Central Highland,Bamyan,AF10,Sayghan,AF1003,CWSA,Community World Services Asia,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,SERVE,Serving Emergency Relief and Vocational Enterprises,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,SERVE,Serving Emergency Relief and Vocational Enterprises,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,TAO,Teach for Afghanistan Organisation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,TAO,Teach for Afghanistan Organisation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,UNICEF,United Nations Children's Fund,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,AWAKEN,Afghan Women and Kids Education and Necessities,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,HRPA,Help and Reconstruction Program For Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,MSI,"Management Systems International, Inc.",International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,OTCD,Organization for Technical Cooperation and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,TDH,Terre Des Hommes,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,UMCA,United Medical Center for Afghan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,WADAN,Welfare Association for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,IOM,International Organization for Migration,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,UMCA,United Medical Center for Afghan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -2232,38 +1816,43 @@ Eastern,Nangarhar,AF06,Jalalabad,AF0601,WADAN,Welfare Association for Developmen Eastern,Nangarhar,AF06,Jalalabad,AF0601,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,YPCAO,Youth for Positive Change Afghanistan Organization ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Behsud,AF0602,ADVS,Afghan Disabled and Vulnerable Society,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Behsud,AF0602,ADVS,Afghan Disabled and Vulnerable Society,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Behsud,AF0602,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Behsud,AF0602,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,JEN,Japan Emergency NGO,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,JEN,Japan Emergency NGO,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Behsud,AF0602,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Behsud,AF0602,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Behsud,AF0602,SERVE,Serving Emergency Relief and Vocational Enterprises,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Behsud,AF0602,SERVE,Serving Emergency Relief and Vocational Enterprises,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Behsud,AF0602,TAO,Teach for Afghanistan Organisation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Behsud,AF0602,TAO,Teach for Afghanistan Organisation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,UNICEF,United Nations Children's Fund,United Nations,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,UNICEF,United Nations Children's Fund,United Nations,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Behsud,AF0602,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Behsud,AF0602,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Behsud,AF0602,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Behsud,AF0602,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Behsud,AF0602,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,CDSACO,Community Development and Social Affairs Charity Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Behsud,AF0602,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Behsud,AF0602,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Behsud,AF0602,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Behsud,AF0602,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Behsud,AF0602,AWAKEN,Afghan Women and Kids Education and Necessities,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Behsud,AF0602,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Behsud,AF0602,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Behsud,AF0602,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Behsud,AF0602,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Behsud,AF0602,IRW,Islamic Relief,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Behsud,AF0602,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Behsud,AF0602,MSI,"Management Systems International, Inc.",International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Behsud,AF0602,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Behsud,AF0602,TDH,Terre Des Hommes,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Behsud,AF0602,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Behsud,AF0602,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Behsud,AF0602,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Behsud,AF0602,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Behsud,AF0602,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Behsud,AF0602,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Behsud,AF0602,AAR-JAPAN,Association of Aid and Relief,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Behsud,AF0602,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Behsud,AF0602,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -2279,33 +1868,29 @@ Eastern,Nangarhar,AF06,Behsud,AF0602,NRC,Norwegian Refugee Council,International Eastern,Nangarhar,AF06,Behsud,AF0602,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Behsud,AF0602,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Behsud,AF0602,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Behsud,AF0602,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Behsud,AF0602,JEN,Japan Emergency NGO,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Behsud,AF0602,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Behsud,AF0602,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Behsud,AF0602,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,SERVE,Serving Emergency Relief and Vocational Enterprises,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,SERVE,Serving Emergency Relief and Vocational Enterprises,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,TAO,Teach for Afghanistan Organisation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,TAO,Teach for Afghanistan Organisation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,UNICEF,United Nations Children's Fund,United Nations,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,UNICEF,United Nations Children's Fund,United Nations,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Surkh Rod,AF0603,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Surkh Rod,AF0603,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Surkh Rod,AF0603,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Surkh Rod,AF0603,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Surkh Rod,AF0603,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Surkh Rod,AF0603,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Surkh Rod,AF0603,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -2319,155 +1904,149 @@ Eastern,Nangarhar,AF06,Surkh Rod,AF0603,UNHCR,United Nations High Commissioner f Eastern,Nangarhar,AF06,Surkh Rod,AF0603,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Surkh Rod,AF0603,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Surkh Rod,AF0603,JEN,Japan Emergency NGO,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Surkh Rod,AF0603,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Chaparhar,AF0604,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Chaparhar,AF0604,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Chaparhar,AF0604,IRW,Islamic Relief,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Chaparhar,AF0604,IRW,Islamic Relief,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Chaparhar,AF0604,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Chaparhar,AF0604,TAO,Teach for Afghanistan Organisation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Chaparhar,AF0604,TAO,Teach for Afghanistan Organisation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Chaparhar,AF0604,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Chaparhar,AF0604,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Chaparhar,AF0604,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Chaparhar,AF0604,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Chaparhar,AF0604,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Chaparhar,AF0604,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Chaparhar,AF0604,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Chaparhar,AF0604,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Chaparhar,AF0604,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Chaparhar,AF0604,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Chaparhar,AF0604,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Chaparhar,AF0604,TDH,Terre Des Hommes,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Chaparhar,AF0604,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Chaparhar,AF0604,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Chaparhar,AF0604,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Chaparhar,AF0604,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Chaparhar,AF0604,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Chaparhar,AF0604,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Chaparhar,AF0604,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Chaparhar,AF0604,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Chaparhar,AF0604,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Chaparhar,AF0604,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Chaparhar,AF0604,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Chaparhar,AF0604,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Chaparhar,AF0604,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Kama,AF0605,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Kama,AF0605,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Kama,AF0605,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Kama,AF0605,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Kama,AF0605,AYSO,Afghan Youth Service Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Kama,AF0605,AYSO,Afghan Youth Service Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Kama,AF0605,SERVE,Serving Emergency Relief and Vocational Enterprises,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Kama,AF0605,SERVE,Serving Emergency Relief and Vocational Enterprises,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Kama,AF0605,UNICEF,United Nations Children's Fund,United Nations,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Kama,AF0605,UNICEF,United Nations Children's Fund,United Nations,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Kama,AF0605,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Kama,AF0605,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Kama,AF0605,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Kama,AF0605,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Kama,AF0605,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Kama,AF0605,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Kama,AF0605,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Kama,AF0605,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Kama,AF0605,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Kama,AF0605,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Kama,AF0605,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Kama,AF0605,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Kama,AF0605,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Kama,AF0605,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Kama,AF0605,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Kama,AF0605,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Kama,AF0605,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Kama,AF0605,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Kama,AF0605,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Kama,AF0605,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Kama,AF0605,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Kama,AF0605,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Kama,AF0605,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Kama,AF0605,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Kama,AF0605,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Kama,AF0605,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Kama,AF0605,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Kama,AF0605,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Kama,AF0605,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Kama,AF0605,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Kama,AF0605,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Kama,AF0605,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Kama,AF0605,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Kama,AF0605,JEN,Japan Emergency NGO,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Kama,AF0605,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Kama,AF0605,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,AYSO,Afghan Youth Service Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,AYSO,Afghan Youth Service Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,SERVE,Serving Emergency Relief and Vocational Enterprises,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,SERVE,Serving Emergency Relief and Vocational Enterprises,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,TAO,Teach for Afghanistan Organisation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,TAO,Teach for Afghanistan Organisation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,UNICEF,United Nations Children's Fund,United Nations,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,UNICEF,United Nations Children's Fund,United Nations,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,CDSACO,Community Development and Social Affairs Charity Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,SARCDO,Sustainable Agriculture & Rural Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,OMAR,Organization for Mine Clearance and Afghan Rehabilitation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,JEN,Japan Emergency NGO,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Rodat,AF0607,BRAC,Bangladesh Rural Advancement Committee Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,BRAC,Bangladesh Rural Advancement Committee Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,UNICEF,United Nations Children's Fund,United Nations,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,UNICEF,United Nations Children's Fund,United Nations,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,YVO,Your Voice Organisation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,YVO,Your Voice Organisation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Rodat,AF0607,TAO,Teach for Afghanistan Organisation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,TAO,Teach for Afghanistan Organisation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Rodat,AF0607,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,AREA,Agency for Rehabilitation and Energy Conservation in Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Rodat,AF0607,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,GAEO,Gandahara Agricultural and Educational Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Rodat,AF0607,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Rodat,AF0607,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Rodat,AF0607,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Rodat,AF0607,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,TDH,Terre Des Hommes,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,IRW,Islamic Relief,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Rodat,AF0607,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,TDH,Terre Des Hommes,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Rodat,AF0607,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Rodat,AF0607,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Rodat,AF0607,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Rodat,AF0607,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Rodat,AF0607,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Rodat,AF0607,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Rodat,AF0607,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Rodat,AF0607,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Rodat,AF0607,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Rodat,AF0607,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Rodat,AF0607,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Rodat,AF0607,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Rodat,AF0607,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Khogyani,AF0608,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Khogyani,AF0608,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,UNICEF,United Nations Children's Fund,United Nations,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,UNICEF,United Nations Children's Fund,United Nations,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Khogyani,AF0608,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Khogyani,AF0608,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Khogyani,AF0608,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Khogyani,AF0608,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,IRW,Islamic Relief,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Khogyani,AF0608,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Khogyani,AF0608,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Khogyani,AF0608,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Khogyani,AF0608,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Khogyani,AF0608,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Khogyani,AF0608,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Khogyani,AF0608,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -2479,51 +2058,60 @@ Eastern,Nangarhar,AF06,Khogyani,AF0608,NRC,Norwegian Refugee Council,Internation Eastern,Nangarhar,AF06,Khogyani,AF0608,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Khogyani,AF0608,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Khogyani,AF0608,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Khogyani,AF0608,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Bati Kot,AF0609,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Bati Kot,AF0609,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,JEN,Japan Emergency NGO,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,JEN,Japan Emergency NGO,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Bati Kot,AF0609,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,CDSACO,Community Development and Social Affairs Charity Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Bati Kot,AF0609,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Bati Kot,AF0609,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Bati Kot,AF0609,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Bati Kot,AF0609,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Bati Kot,AF0609,TDH,Terre Des Hommes,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Bati Kot,AF0609,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,TDH,Terre Des Hommes,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Bati Kot,AF0609,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Bati Kot,AF0609,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Bati Kot,AF0609,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Bati Kot,AF0609,TDH,Terre Des Hommes,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Bati Kot,AF0609,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Bati Kot,AF0609,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Deh Bala,AF0610,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Deh Bala,AF0610,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Deh Bala,AF0610,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Deh Bala,AF0610,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Deh Bala,AF0610,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Deh Bala,AF0610,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Deh Bala,AF0610,WADAN,Welfare Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Deh Bala,AF0610,WADAN,Welfare Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Deh Bala,AF0610,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Deh Bala,AF0610,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Deh Bala,AF0610,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Deh Bala,AF0610,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Deh Bala,AF0610,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Deh Bala,AF0610,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Deh Bala,AF0610,AREA,Agency for Rehabilitation and Energy Conservation in Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Deh Bala,AF0610,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Deh Bala,AF0610,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Deh Bala,AF0610,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Deh Bala,AF0610,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Deh Bala,AF0610,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Deh Bala,AF0610,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Deh Bala,AF0610,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Deh Bala,AF0610,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Deh Bala,AF0610,TDH,Terre Des Hommes,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Deh Bala,AF0610,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Deh Bala,AF0610,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Deh Bala,AF0610,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Deh Bala,AF0610,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Deh Bala,AF0610,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Deh Bala,AF0610,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -2532,120 +2120,118 @@ Eastern,Nangarhar,AF06,Deh Bala,AF0610,NRC,Norwegian Refugee Council,Internation Eastern,Nangarhar,AF06,Deh Bala,AF0610,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Deh Bala,AF0610,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Deh Bala,AF0610,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Deh Bala,AF0610,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Deh Bala,AF0610,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Deh Bala,AF0610,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,WADAN,Welfare Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,WADAN,Welfare Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,YVO,Your Voice Organisation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,YVO,Your Voice Organisation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,YVO,Your Voice Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,BFWO,Bright Future and Welfare Organisation,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,BFWO,Bright Future and Welfare Organisation,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,OMAR,Organization for Mine Clearance and Afghan Rehabilitation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,AYSO,Afghan Youth Service Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,AYSO,Afghan Youth Service Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,SERVE,Serving Emergency Relief and Vocational Enterprises,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,SERVE,Serving Emergency Relief and Vocational Enterprises,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,PMS,Peshawar-kai & Peace Japan Medical Services,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Kot,AF0613,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Kot,AF0613,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Kot,AF0613,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Kot,AF0613,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Kot,AF0613,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Kot,AF0613,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Kot,AF0613,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Kot,AF0613,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Kot,AF0613,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Kot,AF0613,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Kot,AF0613,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Kot,AF0613,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Kot,AF0613,CDSACO,Community Development and Social Affairs Charity Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Kot,AF0613,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Kot,AF0613,GAEO,Gandahara Agricultural and Educational Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Kot,AF0613,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Kot,AF0613,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Kot,AF0613,TDH,Terre Des Hommes,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Kot,AF0613,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Kot,AF0613,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Kot,AF0613,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Kot,AF0613,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Kot,AF0613,TDH,Terre Des Hommes,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Kot,AF0613,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Kot,AF0613,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Kot,AF0613,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Kot,AF0613,TDH,Terre Des Hommes,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Kot,AF0613,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Kot,AF0613,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Kot,AF0613,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Kot,AF0613,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Kot,AF0613,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Goshta,AF0614,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Goshta,AF0614,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Goshta,AF0614,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Goshta,AF0614,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Goshta,AF0614,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Goshta,AF0614,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Goshta,AF0614,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Goshta,AF0614,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Goshta,AF0614,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Goshta,AF0614,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Goshta,AF0614,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Goshta,AF0614,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Goshta,AF0614,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Goshta,AF0614,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Goshta,AF0614,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Goshta,AF0614,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Goshta,AF0614,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Goshta,AF0614,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Goshta,AF0614,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Goshta,AF0614,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Goshta,AF0614,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Goshta,AF0614,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Goshta,AF0614,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Goshta,AF0614,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Goshta,AF0614,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Goshta,AF0614,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Goshta,AF0614,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Goshta,AF0614,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Achin,AF0615,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Achin,AF0615,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Achin,AF0615,BRAC,Bangladesh Rural Advancement Committee Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Achin,AF0615,BRAC,Bangladesh Rural Advancement Committee Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Goshta,AF0614,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Achin,AF0615,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Achin,AF0615,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Achin,AF0615,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Achin,AF0615,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Achin,AF0615,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Achin,AF0615,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Achin,AF0615,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Achin,AF0615,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Achin,AF0615,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Achin,AF0615,YVO,Your Voice Organisation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Achin,AF0615,YVO,Your Voice Organisation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Achin,AF0615,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Achin,AF0615,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Achin,AF0615,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Achin,AF0615,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Achin,AF0615,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Achin,AF0615,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Achin,AF0615,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Achin,AF0615,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Achin,AF0615,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Achin,AF0615,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Achin,AF0615,TDH,Terre Des Hommes,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Achin,AF0615,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Achin,AF0615,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Achin,AF0615,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Achin,AF0615,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Achin,AF0615,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Achin,AF0615,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -2655,58 +2241,69 @@ Eastern,Nangarhar,AF06,Achin,AF0615,IOM,International Organization for Migration Eastern,Nangarhar,AF06,Achin,AF0615,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Achin,AF0615,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Achin,AF0615,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Achin,AF0615,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Achin,AF0615,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Achin,AF0615,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Achin,AF0615,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Achin,AF0615,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Shinwar,AF0616,BRAC,Bangladesh Rural Advancement Committee Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Shinwar,AF0616,BRAC,Bangladesh Rural Advancement Committee Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Achin,AF0615,DRC,Danish Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Achin,AF0615,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Achin,AF0615,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Shinwar,AF0616,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Shinwar,AF0616,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Shinwar,AF0616,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Shinwar,AF0616,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Shinwar,AF0616,UNICEF,United Nations Children's Fund,United Nations,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Shinwar,AF0616,UNICEF,United Nations Children's Fund,United Nations,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Shinwar,AF0616,WADAN,Welfare Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Shinwar,AF0616,WADAN,Welfare Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Shinwar,AF0616,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Shinwar,AF0616,YVO,Your Voice Organisation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Shinwar,AF0616,YVO,Your Voice Organisation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Shinwar,AF0616,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Shinwar,AF0616,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Shinwar,AF0616,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Shinwar,AF0616,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Shinwar,AF0616,GAEO,Gandahara Agricultural and Educational Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Shinwar,AF0616,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Shinwar,AF0616,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Shinwar,AF0616,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Shinwar,AF0616,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Shinwar,AF0616,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Shinwar,AF0616,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Shinwar,AF0616,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Shinwar,AF0616,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Shinwar,AF0616,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Shinwar,AF0616,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Shinwar,AF0616,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Shinwar,AF0616,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Shinwar,AF0616,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Shinwar,AF0616,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Shinwar,AF0616,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Shinwar,AF0616,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Shinwar,AF0616,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Shinwar,AF0616,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Shinwar,AF0616,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Shinwar,AF0616,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Shinwar,AF0616,OHW,Organization of Human Welfare,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,UNICEF,United Nations Children's Fund,United Nations,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,UNICEF,United Nations Children's Fund,United Nations,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,WADAN,Welfare Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,WADAN,Welfare Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,AREA,Agency for Rehabilitation and Energy Conservation in Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,CDSACO,Community Development and Social Affairs Charity Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,TDH,Terre Des Hommes,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,IRW,Islamic Relief,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,TDH,Terre Des Hommes,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,HARO,High Afghanistan Rehabilitation Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -2718,111 +2315,121 @@ Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,TDH,Terre Des Hommes,International NG Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,IRW,Islamic Relief,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,OHW,Organization of Human Welfare,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,YPCAO,Youth for Positive Change Afghanistan Organization ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Lalpur,AF0618,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Lalpur,AF0618,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Lalpur,AF0618,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Lalpur,AF0618,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Lalpur,AF0618,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,TDH,Terre Des Hommes,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Lalpur,AF0618,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Lalpur,AF0618,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Lalpur,AF0618,TDH,Terre Des Hommes,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Lalpur,AF0618,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Lalpur,AF0618,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,TDH,Terre Des Hommes,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Lalpur,AF0618,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Lalpur,AF0618,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Lalpur,AF0618,OHW,Organization of Human Welfare,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Lalpur,AF0618,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Sherzad,AF0619,WADAN,Welfare Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Sherzad,AF0619,WADAN,Welfare Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Sherzad,AF0619,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Sherzad,AF0619,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Sherzad,AF0619,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Sherzad,AF0619,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,BFWO,Bright Future and Welfare Organisation,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Sherzad,AF0619,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Sherzad,AF0619,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Sherzad,AF0619,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Sherzad,AF0619,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Sherzad,AF0619,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Sherzad,AF0619,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Sherzad,AF0619,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Sherzad,AF0619,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Sherzad,AF0619,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Sherzad,AF0619,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Sherzad,AF0619,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,ADA,Afghan Development Association,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Sherzad,AF0619,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,NCA,Norwegian Church Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Nazyan,AF0620,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Nazyan,AF0620,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Nazyan,AF0620,AYSO,Afghan Youth Service Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Nazyan,AF0620,AYSO,Afghan Youth Service Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Nazyan,AF0620,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Nazyan,AF0620,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Nazyan,AF0620,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Nazyan,AF0620,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Nazyan,AF0620,YVO,Your Voice Organisation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Nazyan,AF0620,YVO,Your Voice Organisation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Nazyan,AF0620,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Nazyan,AF0620,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Nazyan,AF0620,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Nazyan,AF0620,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Nazyan,AF0620,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Nazyan,AF0620,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Nazyan,AF0620,TDH,Terre Des Hommes,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Nazyan,AF0620,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Nazyan,AF0620,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Nazyan,AF0620,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Nazyan,AF0620,TDH,Terre Des Hommes,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Nazyan,AF0620,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Nazyan,AF0620,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Nazyan,AF0620,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Nazyan,AF0620,OMAR,Organization for Mine Clearance and Afghan Rehabilitation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Nazyan,AF0620,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Nazyan,AF0620,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Nazyan,AF0620,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Hesarak,AF0621,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Hesarak,AF0621,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Hesarak,AF0621,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Hesarak,AF0621,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Nangarhar,AF06,Nazyan,AF0620,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Nazyan,AF0620,OHW,Organization of Human Welfare,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Nazyan,AF0620,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Hesarak,AF0621,WADAN,Welfare Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Hesarak,AF0621,WADAN,Welfare Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nangarhar,AF06,Hesarak,AF0621,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Hesarak,AF0621,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Hesarak,AF0621,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Hesarak,AF0621,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Hesarak,AF0621,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Hesarak,AF0621,BFWO,Bright Future and Welfare Organisation,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Hesarak,AF0621,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Hesarak,AF0621,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Hesarak,AF0621,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Hesarak,AF0621,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Hesarak,AF0621,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Hesarak,AF0621,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Hesarak,AF0621,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Hesarak,AF0621,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Hesarak,AF0621,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Hesarak,AF0621,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Hesarak,AF0621,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Hesarak,AF0621,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Hesarak,AF0621,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Hesarak,AF0621,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Hesarak,AF0621,ADA,Afghan Development Association,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Hesarak,AF0621,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Hesarak,AF0621,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Hesarak,AF0621,NCA,Norwegian Church Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Dur Baba,AF0622,FGA,Future Generations Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Dur Baba,AF0622,FGA,Future Generations Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Dur Baba,AF0622,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Dur Baba,AF0622,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nangarhar,AF06,Dur Baba,AF0622,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Hesarak,AF0621,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nangarhar,AF06,Dur Baba,AF0622,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nangarhar,AF06,Dur Baba,AF0622,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Dur Baba,AF0622,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nangarhar,AF06,Dur Baba,AF0622,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Dur Baba,AF0622,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Dur Baba,AF0622,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Dur Baba,AF0622,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Dur Baba,AF0622,TDH,Terre Des Hommes,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Dur Baba,AF0622,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Dur Baba,AF0622,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nangarhar,AF06,Dur Baba,AF0622,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP @@ -2830,32 +2437,34 @@ Eastern,Nangarhar,AF06,Dur Baba,AF0622,WORLD,Welfare Organization for Rehabilita Eastern,Nangarhar,AF06,Dur Baba,AF0622,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Dur Baba,AF0622,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Dur Baba,AF0622,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Dur Baba,AF0622,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Dur Baba,AF0622,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Dur Baba,AF0622,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Dur Baba,AF0622,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Laghman,AF07,Mehtarlam,AF0701,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,SERVE,Serving Emergency Relief and Vocational Enterprises,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,SERVE,Serving Emergency Relief and Vocational Enterprises,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,UNHABITAT,United Nations Human Settlements Programme,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,UNICEF,United Nations Children's Fund,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,UNWOMEN,United Nations Entity for Gender Equality and ,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,AFGA,Afghan Family Guidance Association,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,BHHO,Bridge Hope Health Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -2873,28 +2482,28 @@ Eastern,Laghman,AF07,Mehtarlam,AF0701,TDH,Terre Des Hommes,International NGO,PRO Eastern,Laghman,AF07,Mehtarlam,AF0701,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Laghman,AF07,Mehtarlam,AF0701,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Laghman,AF07,Mehtarlam,AF0701,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Laghman,AF07,Qarghayi,AF0702,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Laghman,AF07,Qarghayi,AF0702,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Laghman,AF07,Qarghayi,AF0702,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Laghman,AF07,Qarghayi,AF0702,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Laghman,AF07,Qarghayi,AF0702,SERVE,Serving Emergency Relief and Vocational Enterprises,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Laghman,AF07,Qarghayi,AF0702,SERVE,Serving Emergency Relief and Vocational Enterprises,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Laghman,AF07,Qarghayi,AF0702,TAO,Teach for Afghanistan Organisation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Laghman,AF07,Qarghayi,AF0702,TAO,Teach for Afghanistan Organisation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Laghman,AF07,Qarghayi,AF0702,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Laghman,AF07,Qarghayi,AF0702,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Laghman,AF07,Qarghayi,AF0702,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Laghman,AF07,Qarghayi,AF0702,UNWOMEN,United Nations Entity for Gender Equality and ,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Laghman,AF07,Qarghayi,AF0702,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Laghman,AF07,Qarghayi,AF0702,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Laghman,AF07,Qarghayi,AF0702,SARCDO,Sustainable Agriculture & Rural Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Laghman,AF07,Qarghayi,AF0702,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Laghman,AF07,Qarghayi,AF0702,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Qarghayi,AF0702,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Qarghayi,AF0702,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Qarghayi,AF0702,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Qarghayi,AF0702,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Qarghayi,AF0702,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Qarghayi,AF0702,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Qarghayi,AF0702,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Laghman,AF07,Qarghayi,AF0702,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Laghman,AF07,Qarghayi,AF0702,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Laghman,AF07,Qarghayi,AF0702,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -2911,79 +2520,58 @@ Eastern,Laghman,AF07,Qarghayi,AF0702,UNHCR,United Nations High Commissioner for Eastern,Laghman,AF07,Qarghayi,AF0702,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Qarghayi,AF0702,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Qarghayi,AF0702,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Qarghayi,AF0702,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Laghman,AF07,Qarghayi,AF0702,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Qarghayi,AF0702,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Qarghayi,AF0702,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Qarghayi,AF0702,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Laghman,AF07,Qarghayi,AF0702,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Laghman,AF07,Qarghayi,AF0702,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Laghman,AF07,Alishang,AF0703,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Laghman,AF07,Alishang,AF0703,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Laghman,AF07,Alishang,AF0703,ACDO,Afghan Community Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Laghman,AF07,Alishang,AF0703,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Laghman,AF07,Alishang,AF0703,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Laghman,AF07,Alishang,AF0703,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Laghman,AF07,Alishang,AF0703,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Laghman,AF07,Alishang,AF0703,UNWOMEN,United Nations Entity for Gender Equality and ,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Laghman,AF07,Alishang,AF0703,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Laghman,AF07,Alishang,AF0703,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Laghman,AF07,Alishang,AF0703,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Alishang,AF0703,AFGA,Afghan Family Guidance Association,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Alishang,AF0703,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Alishang,AF0703,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Alishang,AF0703,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Alishang,AF0703,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Alishang,AF0703,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Alishang,AF0703,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Alishang,AF0703,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Alishang,AF0703,BRAC,Bangladesh Rural Advancement Committee Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Alishang,AF0703,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Laghman,AF07,Alishang,AF0703,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Laghman,AF07,Alishang,AF0703,OWH,Organization for Welfare and Humanitarian ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Alishang,AF0703,IRW,Islamic Relief,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Laghman,AF07,Alishang,AF0703,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Laghman,AF07,Alishang,AF0703,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Laghman,AF07,Alishang,AF0703,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Alishang,AF0703,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Alishang,AF0703,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Alishang,AF0703,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Alishang,AF0703,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Alishang,AF0703,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Alishang,AF0703,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Alishang,AF0703,HYSIO,The Homeland Youths Social Inventive Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Alishang,AF0703,TDH,Terre Des Hommes,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Alishang,AF0703,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Alishang,AF0703,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Alishang,AF0703,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Laghman,AF07,Alishang,AF0703,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Laghman,AF07,Alishang,AF0703,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Alishang,AF0703,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Alishang,AF0703,SSDA,Society for Sustainable Development of Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Laghman,AF07,Alishang,AF0703,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Laghman,AF07,Alingar,AF0704,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Laghman,AF07,Alingar,AF0704,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Laghman,AF07,Alingar,AF0704,ACDO,Afghan Community Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Laghman,AF07,Alingar,AF0704,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Laghman,AF07,Alingar,AF0704,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Laghman,AF07,Alingar,AF0704,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Laghman,AF07,Alingar,AF0704,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Laghman,AF07,Alingar,AF0704,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Laghman,AF07,Alingar,AF0704,TAO,Teach for Afghanistan Organisation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Laghman,AF07,Alingar,AF0704,TAO,Teach for Afghanistan Organisation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Laghman,AF07,Alingar,AF0704,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Laghman,AF07,Alingar,AF0704,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Laghman,AF07,Alingar,AF0704,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Laghman,AF07,Alingar,AF0704,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Laghman,AF07,Alingar,AF0704,UNWOMEN,United Nations Entity for Gender Equality and ,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Laghman,AF07,Alingar,AF0704,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Laghman,AF07,Alingar,AF0704,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Laghman,AF07,Alingar,AF0704,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Alingar,AF0704,AFGA,Afghan Family Guidance Association,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Alingar,AF0704,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Alingar,AF0704,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Alingar,AF0704,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Alingar,AF0704,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Alingar,AF0704,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Alingar,AF0704,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Alingar,AF0704,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Alingar,AF0704,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Alingar,AF0704,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Laghman,AF07,Alingar,AF0704,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Laghman,AF07,Alingar,AF0704,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Laghman,AF07,Alingar,AF0704,OWH,Organization for Welfare and Humanitarian ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Laghman,AF07,Alingar,AF0704,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Laghman,AF07,Alingar,AF0704,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Laghman,AF07,Alingar,AF0704,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Laghman,AF07,Alingar,AF0704,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Alingar,AF0704,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Alingar,AF0704,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -2992,24 +2580,21 @@ Eastern,Laghman,AF07,Alingar,AF0704,HRDA,Human Resource Development Agency,Natio Eastern,Laghman,AF07,Alingar,AF0704,HYSIO,The Homeland Youths Social Inventive Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Alingar,AF0704,TDH,Terre Des Hommes,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Alingar,AF0704,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Alingar,AF0704,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Alingar,AF0704,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Alingar,AF0704,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Laghman,AF07,Alingar,AF0704,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Laghman,AF07,Alingar,AF0704,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Alingar,AF0704,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Laghman,AF07,Alingar,AF0704,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Laghman,AF07,Dawlatshah,AF0705,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Laghman,AF07,Dawlatshah,AF0705,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,ACDO,Afghan Community Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Laghman,AF07,Dawlatshah,AF0705,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Laghman,AF07,Dawlatshah,AF0705,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Laghman,AF07,Dawlatshah,AF0705,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Laghman,AF07,Dawlatshah,AF0705,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Laghman,AF07,Dawlatshah,AF0705,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Dawlatshah,AF0705,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Dawlatshah,AF0705,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Dawlatshah,AF0705,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Dawlatshah,AF0705,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Dawlatshah,AF0705,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Laghman,AF07,Dawlatshah,AF0705,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Laghman,AF07,Dawlatshah,AF0705,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Dawlatshah,AF0705,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -3017,36 +2602,39 @@ Eastern,Laghman,AF07,Dawlatshah,AF0705,HRDA,Human Resource Development Agency,Na Eastern,Laghman,AF07,Dawlatshah,AF0705,HYSIO,The Homeland Youths Social Inventive Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Dawlatshah,AF0705,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Dawlatshah,AF0705,TDH,Terre Des Hommes,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Laghman,AF07,Dawlatshah,AF0705,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Asad Abad,AF1501,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Asad Abad,AF1501,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Asad Abad,AF1501,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Asad Abad,AF1501,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Asad Abad,AF1501,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Asad Abad,AF1501,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Asad Abad,AF1501,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Asad Abad,AF1501,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Asad Abad,AF1501,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Asad Abad,AF1501,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Asad Abad,AF1501,SVA,Shanti Volunteer Association ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Asad Abad,AF1501,SVA,Shanti Volunteer Association ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Asad Abad,AF1501,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Asad Abad,AF1501,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Asad Abad,AF1501,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Kunar,AF15,Asad Abad,AF1501,UNHABITAT,United Nations Human Settlements Programme,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Asad Abad,AF1501,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Asad Abad,AF1501,UNICEF,United Nations Children's Fund,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Kunar,AF15,Asad Abad,AF1501,UNWOMEN,United Nations Entity for Gender Equality and ,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Asad Abad,AF1501,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Kunar,AF15,Asad Abad,AF1501,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Asad Abad,AF1501,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Asad Abad,AF1501,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Asad Abad,AF1501,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Kunar,AF15,Asad Abad,AF1501,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Asad Abad,AF1501,BFWO,Bright Future and Welfare Organisation,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Asad Abad,AF1501,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Asad Abad,AF1501,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Asad Abad,AF1501,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Asad Abad,AF1501,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Asad Abad,AF1501,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Asad Abad,AF1501,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Asad Abad,AF1501,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Asad Abad,AF1501,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Asad Abad,AF1501,APA,Afghan Planning Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Asad Abad,AF1501,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Asad Abad,AF1501,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Asad Abad,AF1501,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Asad Abad,AF1501,OMAR,Organization for Mine Clearance and Afghan Rehabilitation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Asad Abad,AF1501,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Asad Abad,AF1501,TDH,Terre Des Hommes,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Asad Abad,AF1501,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP @@ -3055,39 +2643,47 @@ Eastern,Kunar,AF15,Asad Abad,AF1501,WADAN,Welfare Association for Development of Eastern,Kunar,AF15,Asad Abad,AF1501,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Asad Abad,AF1501,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Asad Abad,AF1501,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Marawara,AF1502,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Marawara,AF1502,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Marawara,AF1502,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Marawara,AF1502,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Marawara,AF1502,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Marawara,AF1502,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Marawara,AF1502,SVA,Shanti Volunteer Association ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Marawara,AF1502,SVA,Shanti Volunteer Association ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Marawara,AF1502,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Marawara,AF1502,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Marawara,AF1502,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Kunar,AF15,Marawara,AF1502,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Kunar,AF15,Marawara,AF1502,UNWOMEN,United Nations Entity for Gender Equality and ,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Marawara,AF1502,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Marawara,AF1502,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Marawara,AF1502,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Marawara,AF1502,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Kunar,AF15,Marawara,AF1502,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Marawara,AF1502,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Marawara,AF1502,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Marawara,AF1502,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Marawara,AF1502,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Marawara,AF1502,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Marawara,AF1502,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Marawara,AF1502,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Marawara,AF1502,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Marawara,AF1502,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Marawara,AF1502,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Marawara,AF1502,OMAR,Organization for Mine Clearance and Afghan Rehabilitation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Marawara,AF1502,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Marawara,AF1502,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Marawara,AF1502,DRC,Danish Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Marawara,AF1502,IRW,Islamic Relief,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Marawara,AF1502,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Watapur,AF1503,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Watapur,AF1503,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Watapur,AF1503,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Watapur,AF1503,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Watapur,AF1503,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Watapur,AF1503,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Watapur,AF1503,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Kunar,AF15,Watapur,AF1503,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Kunar,AF15,Watapur,AF1503,UNHABITAT,United Nations Human Settlements Programme,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Watapur,AF1503,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Watapur,AF1503,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Watapur,AF1503,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Watapur,AF1503,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Kunar,AF15,Watapur,AF1503,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Watapur,AF1503,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Watapur,AF1503,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Watapur,AF1503,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Watapur,AF1503,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Watapur,AF1503,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Watapur,AF1503,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP @@ -3096,90 +2692,101 @@ Eastern,Kunar,AF15,Watapur,AF1503,DRC,Danish Refugee Council,International NGO,P Eastern,Kunar,AF15,Watapur,AF1503,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Watapur,AF1503,SEARCHO,Society Educational Awareness Research Consultancy and Health Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Watapur,AF1503,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Watapur,AF1503,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Watapur,AF1503,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Watapur,AF1503,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Narang,AF1504,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Narang,AF1504,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Narang,AF1504,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Narang,AF1504,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Narang,AF1504,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Narang,AF1504,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Narang,AF1504,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Narang,AF1504,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Narang,AF1504,SVA,Shanti Volunteer Association ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Narang,AF1504,SVA,Shanti Volunteer Association ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Narang,AF1504,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Narang,AF1504,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Kunar,AF15,Narang,AF1504,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Kunar,AF15,Narang,AF1504,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Kunar,AF15,Narang,AF1504,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Kunar,AF15,Narang,AF1504,UNWOMEN,United Nations Entity for Gender Equality and ,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Narang,AF1504,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Narang,AF1504,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Narang,AF1504,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Narang,AF1504,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Kunar,AF15,Narang,AF1504,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Narang,AF1504,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Narang,AF1504,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Kunar,AF15,Narang,AF1504,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Narang,AF1504,IRW,Islamic Relief,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Narang,AF1504,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Narang,AF1504,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Narang,AF1504,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Narang,AF1504,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Narang,AF1504,IRW,Islamic Relief,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Narang,AF1504,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Narang,AF1504,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Narang,AF1504,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Narang,AF1504,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Narang,AF1504,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Kunar,AF15,Narang,AF1504,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Narang,AF1504,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Sar Kani,AF1505,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Sar Kani,AF1505,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Sar Kani,AF1505,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Sar Kani,AF1505,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Sar Kani,AF1505,SVA,Shanti Volunteer Association ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Sar Kani,AF1505,SVA,Shanti Volunteer Association ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Sar Kani,AF1505,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Sar Kani,AF1505,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Sar Kani,AF1505,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Kunar,AF15,Sar Kani,AF1505,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Sar Kani,AF1505,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Sar Kani,AF1505,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Sar Kani,AF1505,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Sar Kani,AF1505,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Sar Kani,AF1505,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Sar Kani,AF1505,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Sar Kani,AF1505,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Sar Kani,AF1505,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Sar Kani,AF1505,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Sar Kani,AF1505,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Sar Kani,AF1505,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Sar Kani,AF1505,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Sar Kani,AF1505,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Sar Kani,AF1505,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Sar Kani,AF1505,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Sar Kani,AF1505,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Sar Kani,AF1505,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Kunar,AF15,Sar Kani,AF1505,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Kunar,AF15,Sar Kani,AF1505,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Kunar,AF15,Shigal,AF1506,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Shigal,AF1506,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Sar Kani,AF1505,IRW,Islamic Relief,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Shigal,AF1506,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Shigal,AF1506,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Shigal,AF1506,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Shigal,AF1506,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Shigal,AF1506,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Shigal,AF1506,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Shigal,AF1506,SVA,Shanti Volunteer Association ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Shigal,AF1506,SVA,Shanti Volunteer Association ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Shigal,AF1506,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Shigal,AF1506,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Shigal,AF1506,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Kunar,AF15,Shigal,AF1506,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Shigal,AF1506,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Shigal,AF1506,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Shigal,AF1506,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Shigal,AF1506,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Shigal,AF1506,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Shigal,AF1506,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Shigal,AF1506,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Shigal,AF1506,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Shigal,AF1506,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Shigal,AF1506,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Shigal,AF1506,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Shigal,AF1506,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Shigal,AF1506,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Shigal,AF1506,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Shigal,AF1506,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Shigal,AF1506,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Shigal,AF1506,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Shigal,AF1506,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Shigal,AF1506,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Kunar,AF15,Shigal,AF1506,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Shigal,AF1506,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Dara-e-Pech,AF1507,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Dara-e-Pech,AF1507,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Dara-e-Pech,AF1507,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Dara-e-Pech,AF1507,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Dara-e-Pech,AF1507,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Dara-e-Pech,AF1507,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Dara-e-Pech,AF1507,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Kunar,AF15,Dara-e-Pech,AF1507,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Dara-e-Pech,AF1507,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Kunar,AF15,Dara-e-Pech,AF1507,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Dara-e-Pech,AF1507,JEN,Japan Emergency NGO,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Dara-e-Pech,AF1507,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Dara-e-Pech,AF1507,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Dara-e-Pech,AF1507,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Kunar,AF15,Dara-e-Pech,AF1507,BFWO,Bright Future and Welfare Organisation,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Dara-e-Pech,AF1507,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Dara-e-Pech,AF1507,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Dara-e-Pech,AF1507,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Dara-e-Pech,AF1507,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Dara-e-Pech,AF1507,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -3192,80 +2799,94 @@ Eastern,Kunar,AF15,Dara-e-Pech,AF1507,DDG,Danish Demining Group,International NG Eastern,Kunar,AF15,Dara-e-Pech,AF1507,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Dara-e-Pech,AF1507,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Dara-e-Pech,AF1507,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Dara-e-Pech,AF1507,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Kunar,AF15,Dara-e-Pech,AF1507,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Kunar,AF15,Dara-e-Pech,AF1507,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Dara-e-Pech,AF1507,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Bar Kunar,AF1508,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Bar Kunar,AF1508,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Bar Kunar,AF1508,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Bar Kunar,AF1508,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Bar Kunar,AF1508,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Bar Kunar,AF1508,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Bar Kunar,AF1508,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Bar Kunar,AF1508,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Bar Kunar,AF1508,SVA,Shanti Volunteer Association ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Bar Kunar,AF1508,SVA,Shanti Volunteer Association ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Bar Kunar,AF1508,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Bar Kunar,AF1508,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Bar Kunar,AF1508,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Kunar,AF15,Bar Kunar,AF1508,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Bar Kunar,AF1508,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Bar Kunar,AF1508,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Bar Kunar,AF1508,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Bar Kunar,AF1508,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Kunar,AF15,Bar Kunar,AF1508,BFWO,Bright Future and Welfare Organisation,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Bar Kunar,AF1508,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Bar Kunar,AF1508,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Bar Kunar,AF1508,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Bar Kunar,AF1508,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Bar Kunar,AF1508,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Bar Kunar,AF1508,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Bar Kunar,AF1508,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Kunar,AF15,Bar Kunar,AF1508,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Bar Kunar,AF1508,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Bar Kunar,AF1508,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Chawkay,AF1509,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Chawkay,AF1509,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Chawkay,AF1509,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Chawkay,AF1509,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Chawkay,AF1509,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Chawkay,AF1509,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Chawkay,AF1509,SVA,Shanti Volunteer Association ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Chawkay,AF1509,SVA,Shanti Volunteer Association ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Chawkay,AF1509,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Chawkay,AF1509,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Kunar,AF15,Chawkay,AF1509,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Chawkay,AF1509,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Kunar,AF15,Chawkay,AF1509,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Chawkay,AF1509,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Chawkay,AF1509,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Chawkay,AF1509,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Kunar,AF15,Chawkay,AF1509,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Chawkay,AF1509,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Chawkay,AF1509,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Chawkay,AF1509,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Chawkay,AF1509,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Chawkay,AF1509,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Chawkay,AF1509,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Chawkay,AF1509,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Chawkay,AF1509,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Chawkay,AF1509,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Chawkay,AF1509,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Chawkay,AF1509,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Kunar,AF15,Chawkay,AF1509,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Kunar,AF15,Khas Kunar,AF1510,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Khas Kunar,AF1510,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Chawkay,AF1509,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Khas Kunar,AF1510,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Khas Kunar,AF1510,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Khas Kunar,AF1510,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Khas Kunar,AF1510,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Khas Kunar,AF1510,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Khas Kunar,AF1510,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Khas Kunar,AF1510,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Kunar,AF15,Khas Kunar,AF1510,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Kunar,AF15,Khas Kunar,AF1510,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Kunar,AF15,Khas Kunar,AF1510,UNWOMEN,United Nations Entity for Gender Equality and ,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Kunar,AF15,Khas Kunar,AF1510,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Khas Kunar,AF1510,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Khas Kunar,AF1510,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Khas Kunar,AF1510,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Khas Kunar,AF1510,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Khas Kunar,AF1510,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Khas Kunar,AF1510,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Khas Kunar,AF1510,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Khas Kunar,AF1510,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Khas Kunar,AF1510,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Khas Kunar,AF1510,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Khas Kunar,AF1510,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Khas Kunar,AF1510,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Khas Kunar,AF1510,OMAR,Organization for Mine Clearance and Afghan Rehabilitation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Khas Kunar,AF1510,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Khas Kunar,AF1510,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Khas Kunar,AF1510,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Kunar,AF15,Ghazi Abad,AF1511,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Ghazi Abad,AF1511,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Ghazi Abad,AF1511,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Ghazi Abad,AF1511,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Ghazi Abad,AF1511,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Ghazi Abad,AF1511,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Ghazi Abad,AF1511,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Kunar,AF15,Ghazi Abad,AF1511,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Kunar,AF15,Ghazi Abad,AF1511,AWRO,Afghan Women’s Rights Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Ghazi Abad,AF1511,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Ghazi Abad,AF1511,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Ghazi Abad,AF1511,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Ghazi Abad,AF1511,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Ghazi Abad,AF1511,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Ghazi Abad,AF1511,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Ghazi Abad,AF1511,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Ghazi Abad,AF1511,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Ghazi Abad,AF1511,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Ghazi Abad,AF1511,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Ghazi Abad,AF1511,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Ghazi Abad,AF1511,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Ghazi Abad,AF1511,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -3275,43 +2896,48 @@ Eastern,Kunar,AF15,Ghazi Abad,AF1511,DDG,Danish Demining Group,International NGO Eastern,Kunar,AF15,Ghazi Abad,AF1511,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Ghazi Abad,AF1511,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Ghazi Abad,AF1511,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Ghazi Abad,AF1511,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Kunar,AF15,Ghazi Abad,AF1511,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Kunar,AF15,Ghazi Abad,AF1511,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Dangam,AF1512,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Dangam,AF1512,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Dangam,AF1512,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Dangam,AF1512,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Dangam,AF1512,OHW,Organization of Human Welfare,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Dangam,AF1512,OHW,Organization of Human Welfare,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Dangam,AF1512,SVA,Shanti Volunteer Association ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Dangam,AF1512,SVA,Shanti Volunteer Association ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Dangam,AF1512,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Kunar,AF15,Dangam,AF1512,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Kunar,AF15,Dangam,AF1512,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Dangam,AF1512,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Dangam,AF1512,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Kunar,AF15,Dangam,AF1512,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Dangam,AF1512,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Dangam,AF1512,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Dangam,AF1512,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Kunar,AF15,Dangam,AF1512,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Dangam,AF1512,SVA,Shanti Volunteer Association ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Dangam,AF1512,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Dangam,AF1512,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Dangam,AF1512,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Dangam,AF1512,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Dangam,AF1512,AWUDO,Afghan Women United Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Dangam,AF1512,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Dangam,AF1512,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Dangam,AF1512,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Dangam,AF1512,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Dangam,AF1512,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Dangam,AF1512,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Dangam,AF1512,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Dangam,AF1512,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Dangam,AF1512,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Dangam,AF1512,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Chapa Dara,AF1513,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Chapa Dara,AF1513,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Chapa Dara,AF1513,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Chapa Dara,AF1513,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Chapa Dara,AF1513,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Chapa Dara,AF1513,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Kunar,AF15,Chapa Dara,AF1513,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Kunar,AF15,Chapa Dara,AF1513,AWRO,Afghan Women’s Rights Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Chapa Dara,AF1513,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Kunar,AF15,Chapa Dara,AF1513,UNWOMEN,United Nations Entity for Gender Equality and ,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Chapa Dara,AF1513,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Chapa Dara,AF1513,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Chapa Dara,AF1513,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Chapa Dara,AF1513,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Chapa Dara,AF1513,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Chapa Dara,AF1513,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Chapa Dara,AF1513,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Chapa Dara,AF1513,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Chapa Dara,AF1513,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Chapa Dara,AF1513,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Chapa Dara,AF1513,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Chapa Dara,AF1513,DAO,Development and Ability Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -3319,20 +2945,23 @@ Eastern,Kunar,AF15,Chapa Dara,AF1513,OHW,Organization of Human Welfare,National Eastern,Kunar,AF15,Chapa Dara,AF1513,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Chapa Dara,AF1513,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Chapa Dara,AF1513,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Kunar,AF15,Chapa Dara,AF1513,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Kunar,AF15,Chapa Dara,AF1513,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Chapa Dara,AF1513,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Chapa Dara,AF1513,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Nurgal,AF1514,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Nurgal,AF1514,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Nurgal,AF1514,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Nurgal,AF1514,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Nurgal,AF1514,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Nurgal,AF1514,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Nurgal,AF1514,SVA,Shanti Volunteer Association ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Nurgal,AF1514,SVA,Shanti Volunteer Association ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Nurgal,AF1514,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Kunar,AF15,Nurgal,AF1514,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Nurgal,AF1514,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Nurgal,AF1514,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Kunar,AF15,Nurgal,AF1514,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Nurgal,AF1514,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Nurgal,AF1514,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Nurgal,AF1514,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Nurgal,AF1514,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Kunar,AF15,Nurgal,AF1514,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Nurgal,AF1514,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Nurgal,AF1514,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Nurgal,AF1514,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Nurgal,AF1514,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP @@ -3340,45 +2969,46 @@ Eastern,Kunar,AF15,Nurgal,AF1514,PU-AMI,Première Urgence-Aide Medicale Internat Eastern,Kunar,AF15,Nurgal,AF1514,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Nurgal,AF1514,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Nurgal,AF1514,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Nurgal,AF1514,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Nurgal,AF1514,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Nurgal,AF1514,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Nurgal,AF1514,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Nurgal,AF1514,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Kunar,AF15,Nari,AF1515,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Nari,AF1515,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Nari,AF1515,OHW,Organization of Human Welfare,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Nari,AF1515,OHW,Organization of Human Welfare,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Nari,AF1515,SVA,Shanti Volunteer Association ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Kunar,AF15,Nari,AF1515,SVA,Shanti Volunteer Association ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Nurgal,AF1514,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Nurgal,AF1514,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Nari,AF1515,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Nari,AF1515,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Nari,AF1515,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Nari,AF1515,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Nari,AF1515,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Eastern,Kunar,AF15,Nari,AF1515,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Kunar,AF15,Nari,AF1515,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Nari,AF1515,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Kunar,AF15,Nari,AF1515,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Kunar,AF15,Nari,AF1515,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Nari,AF1515,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Nari,AF1515,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Nari,AF1515,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Kunar,AF15,Nari,AF1515,BFWO,Bright Future and Welfare Organisation,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Nari,AF1515,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Nari,AF1515,SVA,Shanti Volunteer Association ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Nari,AF1515,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Nari,AF1515,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Nari,AF1515,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Nari,AF1515,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Nari,AF1515,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Nari,AF1515,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Nari,AF1515,OMAR,Organization for Mine Clearance and Afghan Rehabilitation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Nari,AF1515,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Nari,AF1515,IRW,Islamic Relief,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Nari,AF1515,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nuristan,AF16,Parun,AF1601,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nuristan,AF16,Parun,AF1601,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Parun,AF1601,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Parun,AF1601,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Parun,AF1601,TACT,Today's Afghanistan Conciliation Trust,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Parun,AF1601,TACT,Today's Afghanistan Conciliation Trust,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Parun,AF1601,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nuristan,AF16,Parun,AF1601,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nuristan,AF16,Parun,AF1601,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nuristan,AF16,Parun,AF1601,UNWOMEN,United Nations Entity for Gender Equality and ,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nuristan,AF16,Parun,AF1601,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nuristan,AF16,Parun,AF1601,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Parun,AF1601,NCRO,New Constancy and Relief Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Parun,AF1601,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Parun,AF1601,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nuristan,AF16,Parun,AF1601,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Parun,AF1601,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Parun,AF1601,AYSO,Afghan Youth Service Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Parun,AF1601,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nuristan,AF16,Parun,AF1601,OAWCK,Organization for Afghan Women Capacity and Knowledge,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Parun,AF1601,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Parun,AF1601,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP @@ -3386,45 +3016,43 @@ Eastern,Nuristan,AF16,Parun,AF1601,UNICEF,United Nations Children's Fund,United Eastern,Nuristan,AF16,Parun,AF1601,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Parun,AF1601,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Parun,AF1601,NCRO,New Constancy and Relief Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nuristan,AF16,Parun,AF1601,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nuristan,AF16,Parun,AF1601,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nuristan,AF16,Waygal,AF1602,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nuristan,AF16,Waygal,AF1602,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Waygal,AF1602,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Waygal,AF1602,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nuristan,AF16,Waygal,AF1602,TACT,Today's Afghanistan Conciliation Trust,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nuristan,AF16,Waygal,AF1602,TACT,Today's Afghanistan Conciliation Trust,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Waygal,AF1602,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nuristan,AF16,Waygal,AF1602,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nuristan,AF16,Waygal,AF1602,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Waygal,AF1602,NCRO,New Constancy and Relief Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Waygal,AF1602,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Waygal,AF1602,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Waygal,AF1602,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Waygal,AF1602,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Waygal,AF1602,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Waygal,AF1602,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Waygal,AF1602,AYSO,Afghan Youth Service Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Waygal,AF1602,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nuristan,AF16,Waygal,AF1602,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nuristan,AF16,Waygal,AF1602,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Waygal,AF1602,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Waygal,AF1602,OAWCK,Organization for Afghan Women Capacity and Knowledge,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Waygal,AF1602,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Waygal,AF1602,NCRO,New Constancy and Relief Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nuristan,AF16,Waygal,AF1602,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nuristan,AF16,Wama,AF1603,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nuristan,AF16,Wama,AF1603,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Wama,AF1603,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Wama,AF1603,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Wama,AF1603,TACT,Today's Afghanistan Conciliation Trust,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Wama,AF1603,TACT,Today's Afghanistan Conciliation Trust,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nuristan,AF16,Wama,AF1603,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nuristan,AF16,Wama,AF1603,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nuristan,AF16,Wama,AF1603,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nuristan,AF16,Wama,AF1603,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Wama,AF1603,NCRO,New Constancy and Relief Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Wama,AF1603,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Wama,AF1603,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nuristan,AF16,Wama,AF1603,SVA,Shanti Volunteer Association ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Wama,AF1603,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Wama,AF1603,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Wama,AF1603,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Wama,AF1603,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Wama,AF1603,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nuristan,AF16,Wama,AF1603,TACT,Today's Afghanistan Conciliation Trust,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Wama,AF1603,AYSO,Afghan Youth Service Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Wama,AF1603,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nuristan,AF16,Wama,AF1603,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nuristan,AF16,Wama,AF1603,OAWCK,Organization for Afghan Women Capacity and Knowledge,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Wama,AF1603,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -3432,46 +3060,38 @@ Eastern,Nuristan,AF16,Wama,AF1603,UNHCR,United Nations High Commissioner for Ref Eastern,Nuristan,AF16,Wama,AF1603,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Wama,AF1603,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Wama,AF1603,NCRO,New Constancy and Relief Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nuristan,AF16,Wama,AF1603,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nuristan,AF16,Wama,AF1603,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nuristan,AF16,Wama,AF1603,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nuristan,AF16,Nurgaram,AF1604,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nuristan,AF16,Nurgaram,AF1604,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Nurgaram,AF1604,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Nurgaram,AF1604,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Nurgaram,AF1604,TACT,Today's Afghanistan Conciliation Trust,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Nurgaram,AF1604,TACT,Today's Afghanistan Conciliation Trust,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Nurgaram,AF1604,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nuristan,AF16,Nurgaram,AF1604,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nuristan,AF16,Nurgaram,AF1604,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Nurgaram,AF1604,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Nurgaram,AF1604,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Nurgaram,AF1604,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Nurgaram,AF1604,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Nurgaram,AF1604,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Nurgaram,AF1604,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Nurgaram,AF1604,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Nurgaram,AF1604,AYSO,Afghan Youth Service Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Nurgaram,AF1604,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nuristan,AF16,Nurgaram,AF1604,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nuristan,AF16,Nurgaram,AF1604,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Nurgaram,AF1604,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Nurgaram,AF1604,AREA,Agency for Rehabilitation and Energy Conservation in Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Nurgaram,AF1604,OAWCK,Organization for Afghan Women Capacity and Knowledge,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Nurgaram,AF1604,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nuristan,AF16,Nurgaram,AF1604,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nuristan,AF16,Duab,AF1605,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nuristan,AF16,Duab,AF1605,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Duab,AF1605,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Duab,AF1605,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Duab,AF1605,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Duab,AF1605,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Duab,AF1605,TACT,Today's Afghanistan Conciliation Trust,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Duab,AF1605,TACT,Today's Afghanistan Conciliation Trust,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Duab,AF1605,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nuristan,AF16,Duab,AF1605,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nuristan,AF16,Duab,AF1605,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Duab,AF1605,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nuristan,AF16,Duab,AF1605,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Duab,AF1605,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Duab,AF1605,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Duab,AF1605,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Duab,AF1605,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Duab,AF1605,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Duab,AF1605,AYSO,Afghan Youth Service Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Duab,AF1605,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nuristan,AF16,Duab,AF1605,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nuristan,AF16,Duab,AF1605,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Duab,AF1605,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -3480,65 +3100,59 @@ Eastern,Nuristan,AF16,Duab,AF1605,OAWCK,Organization for Afghan Women Capacity a Eastern,Nuristan,AF16,Duab,AF1605,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Duab,AF1605,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Duab,AF1605,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Duab,AF1605,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nuristan,AF16,Duab,AF1605,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nuristan,AF16,Kamdesh,AF1606,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nuristan,AF16,Kamdesh,AF1606,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Kamdesh,AF1606,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Kamdesh,AF1606,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nuristan,AF16,Kamdesh,AF1606,TACT,Today's Afghanistan Conciliation Trust,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nuristan,AF16,Kamdesh,AF1606,TACT,Today's Afghanistan Conciliation Trust,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nuristan,AF16,Kamdesh,AF1606,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nuristan,AF16,Kamdesh,AF1606,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nuristan,AF16,Kamdesh,AF1606,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nuristan,AF16,Kamdesh,AF1606,UNWOMEN,United Nations Entity for Gender Equality and ,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nuristan,AF16,Kamdesh,AF1606,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Kamdesh,AF1606,NCRO,New Constancy and Relief Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Kamdesh,AF1606,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Kamdesh,AF1606,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nuristan,AF16,Kamdesh,AF1606,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Kamdesh,AF1606,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Kamdesh,AF1606,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Kamdesh,AF1606,AYSO,Afghan Youth Service Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Kamdesh,AF1606,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nuristan,AF16,Kamdesh,AF1606,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Kamdesh,AF1606,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nuristan,AF16,Kamdesh,AF1606,AREA,Agency for Rehabilitation and Energy Conservation in Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Kamdesh,AF1606,OAWCK,Organization for Afghan Women Capacity and Knowledge,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Kamdesh,AF1606,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Kamdesh,AF1606,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Kamdesh,AF1606,NCRO,New Constancy and Relief Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nuristan,AF16,Kamdesh,AF1606,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nuristan,AF16,Kamdesh,AF1606,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nuristan,AF16,Mandol,AF1607,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nuristan,AF16,Mandol,AF1607,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Mandol,AF1607,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Mandol,AF1607,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nuristan,AF16,Mandol,AF1607,TACT,Today's Afghanistan Conciliation Trust,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nuristan,AF16,Mandol,AF1607,TACT,Today's Afghanistan Conciliation Trust,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Mandol,AF1607,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nuristan,AF16,Mandol,AF1607,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nuristan,AF16,Mandol,AF1607,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Mandol,AF1607,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Mandol,AF1607,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nuristan,AF16,Mandol,AF1607,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Mandol,AF1607,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Mandol,AF1607,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Mandol,AF1607,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Mandol,AF1607,AYSO,Afghan Youth Service Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Mandol,AF1607,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nuristan,AF16,Mandol,AF1607,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nuristan,AF16,Mandol,AF1607,OAWCK,Organization for Afghan Women Capacity and Knowledge,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Mandol,AF1607,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Mandol,AF1607,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Mandol,AF1607,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nuristan,AF16,Mandol,AF1607,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,TACT,Today's Afghanistan Conciliation Trust,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,TACT,Today's Afghanistan Conciliation Trust,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,SHPOUL,Sound Humanitarian Participatory and Organization Uplift,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,TACT,Today's Afghanistan Conciliation Trust,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -3546,559 +3160,509 @@ Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,OAWCK,Organization for Afghan Women Ca Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Chapa Dara,AF1513,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Kunar,AF15,Ghazi Abad,AF1511,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nuristan,AF16,Wama,AF1603,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nuristan,AF16,Wama,AF1603,AYSO,Afghan Youth Service Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nuristan,AF16,Waygal,AF1602,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nuristan,AF16,Waygal,AF1602,AYSO,Afghan Youth Service Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Laghman,AF07,Alingar,AF0704,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Alishang,AF0703,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Qarghayi,AF0702,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Achin,AF0615,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Deh Bala,AF0610,AREA,Agency for Rehabilitation and Energy Conservation in Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Dur Baba,AF0622,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,AREA,Agency for Rehabilitation and Energy Conservation in Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,AREA,Agency for Rehabilitation and Energy Conservation in Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Shinwar,AF0616,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nuristan,AF16,Wama,AF1603,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Wama,AF1603,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Nurgaram,AF1604,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Nurgaram,AF1604,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Mandol,AF1607,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Chapa Dara,AF1513,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Chapa Dara,AF1513,NCA,Norwegian Church Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Kunar,AF15,Chapa Dara,AF1513,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Chapa Dara,AF1513,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Ghazi Abad,AF1511,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Ghazi Abad,AF1511,NCA,Norwegian Church Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Kunar,AF15,Ghazi Abad,AF1511,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Ghazi Abad,AF1511,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Waygal,AF1602,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Nurgal,AF1514,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Nurgal,AF1514,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Nari,AF1515,NCA,Norwegian Church Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Laghman,AF07,Alingar,AF0704,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Alingar,AF0704,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,AYSO,Afghan Youth Service Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Dawlatshah,AF0705,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Dawlatshah,AF0705,NCA,Norwegian Church Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Laghman,AF07,Dawlatshah,AF0705,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Kamdesh,AF1606,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Kamdesh,AF1606,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Hesarak,AF0621,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Hesarak,AF0621,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Duab,AF1605,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Duab,AF1605,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Parun,AF1601,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Parun,AF1601,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nuristan,AF16,Parun,AF1601,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Dawlatshah,AF0705,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Ghazi Abad,AF1511,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Chapa Dara,AF1513,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Alingar,AF0704,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Nurgal,AF1514,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Deh Bala,AF0610,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,UNHABITAT,United Nations Human Settlements Programme,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Achin,AF0615,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,UNHABITAT,United Nations Human Settlements Programme,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Sherzad,AF0619,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nuristan,AF16,Waygal,AF1602,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Parun,AF1601,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Wama,AF1603,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Hesarak,AF0621,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Duab,AF1605,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Nurgaram,AF1604,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Kamdesh,AF1606,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nuristan,AF16,Mandol,AF1607,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Kama,AF0605,UNHABITAT,United Nations Human Settlements Programme,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nuristan,AF16,Nurgaram,AF1604,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Kamdesh,AF1606,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Mandol,AF1607,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Waygal,AF1602,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Wama,AF1603,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Parun,AF1601,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Dawlatshah,AF0705,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Alingar,AF0704,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Duab,AF1605,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Waygal,AF1602,SEARCHO,Society Educational Awareness Research Consultancy and Health Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nuristan,AF16,Wama,AF1603,SEARCHO,Society Educational Awareness Research Consultancy and Health Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nuristan,AF16,Mandol,AF1607,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Duab,AF1605,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nuristan,AF16,Kamdesh,AF1606,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nuristan,AF16,Kamdesh,AF1606,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Kamdesh,AF1606,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Mandol,AF1607,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Mandol,AF1607,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Nurgaram,AF1604,AYSO,Afghan Youth Service Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Kunar,AF15,Marawara,AF1502,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Laghman,AF07,Alishang,AF0703,WADAN,Welfare Association for Development of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Laghman,AF07,Alingar,AF0704,WADAN,Welfare Association for Development of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Chapa Dara,AF1513,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Nurgal,AF1514,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Ghazi Abad,AF1511,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Nari,AF1515,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Asad Abad,AF1501,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Sar Kani,AF1505,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Parun,AF1601,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nuristan,AF16,Mandol,AF1607,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nuristan,AF16,Nurgaram,AF1604,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Shinwar,AF0616,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nuristan,AF16,Wama,AF1603,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nuristan,AF16,Parun,AF1601,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nuristan,AF16,Waygal,AF1602,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Nuristan,AF16,Mandol,AF1607,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Eastern,Kunar,AF15,Nari,AF1515,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Kunar,AF15,Watapur,AF1503,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Kunar,AF15,Dara-e-Pech,AF1507,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Laghman,AF07,Alishang,AF0703,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nuristan,AF16,Wama,AF1603,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Waygal,AF1602,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nuristan,AF16,Kamdesh,AF1606,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Asad Abad,AF1501,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Shinwar,AF0616,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Parun,AF1601,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nuristan,AF16,Kamdesh,AF1606,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Kunar,AF15,Chapa Dara,AF1513,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Kunar,AF15,Ghazi Abad,AF1511,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nuristan,AF16,Wama,AF1603,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Shinwar,AF0616,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Kunar,AF15,Nari,AF1515,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nuristan,AF16,Waygal,AF1602,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Kunar,AF15,Shigal,AF1506,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Dur Baba,AF0622,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Goshta,AF0614,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Hesarak,AF0621,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Qarghayi,AF0702,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Marawara,AF1502,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Asad Abad,AF1501,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Laghman,AF07,Qarghayi,AF0702,JACK,Just for Afghan Capacity and Knowledge,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Goshta,AF0614,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Dur Baba,AF0622,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Shinwar,AF0616,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Hesarak,AF0621,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Nari,AF1515,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Dara-e-Pech,AF1507,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Watapur,AF1503,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Alishang,AF0703,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Alingar,AF0704,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Alingar,AF0704,CAID,Christian Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Laghman,AF07,Alingar,AF0704,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Laghman,AF07,Alingar,AF0704,CAID,Christian Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Alingar,AF0704,ADA,Afghan Development Association,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Alingar,AF0704,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Laghman,AF07,Alingar,AF0704,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nuristan,AF16,Waygal,AF1602,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Alishang,AF0703,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Alishang,AF0703,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Laghman,AF07,Alishang,AF0703,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nuristan,AF16,Parun,AF1601,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,CAID,Christian Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Kunar,AF15,Bar Kunar,AF1508,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Kunar,AF15,Nurgal,AF1514,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Laghman,AF07,Qarghayi,AF0702,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Shinwar,AF0616,CWSA,Community World Services Asia,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Shinwar,AF0616,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Shinwar,AF0616,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nuristan,AF16,Waygal,AF1602,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Alingar,AF0704,JACK,Just for Afghan Capacity and Knowledge,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Achin,AF0615,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Dur Baba,AF0622,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Laghman,AF07,Qarghayi,AF0702,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Behsud,AF0602,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nuristan,AF16,Kamdesh,AF1606,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Sherzad,AF0619,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Laghman,AF07,Alishang,AF0703,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Laghman,AF07,Alingar,AF0704,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Lalpur,AF0618,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Lalpur,AF0618,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Achin,AF0615,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Achin,AF0615,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Bati Kot,AF0609,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Bati Kot,AF0609,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Dur Baba,AF0622,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Dur Baba,AF0622,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Kama,AF0605,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Kama,AF0605,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Behsud,AF0602,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Behsud,AF0602,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Chaparhar,AF0604,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Chaparhar,AF0604,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Kot,AF0613,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Kot,AF0613,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Kot,AF0613,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Nazyan,AF0620,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Nazyan,AF0620,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Behsud,AF0602,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Shinwar,AF0616,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Shinwar,AF0616,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Surkh Rod,AF0603,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Deh Bala,AF0610,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Qarghayi,AF0702,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Kamdesh,AF1606,ORCD,Organization for Research and Community Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nuristan,AF16,Waygal,AF1602,ORCD,Organization for Research and Community Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Deh Bala,AF0610,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Chaparhar,AF0604,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Alishang,AF0703,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Laghman,AF07,Alingar,AF0704,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Shigal,AF1506,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Nurgal,AF1514,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Ghazi Abad,AF1511,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Rodat,AF0607,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Chaparhar,AF0604,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Surkh Rod,AF0603,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Surkh Rod,AF0603,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Kama,AF0605,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Behsud,AF0602,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Alishang,AF0703,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Alingar,AF0704,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Dawlatshah,AF0705,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Alishang,AF0703,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Qarghayi,AF0702,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Chapa Dara,AF1513,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Ghazi Abad,AF1511,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Shigal,AF1506,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Sar Kani,AF1505,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Shigal,AF1506,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Chawkay,AF1509,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Chawkay,AF1509,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Kama,AF0605,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Waygal,AF1602,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Wama,AF1603,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Kamdesh,AF1606,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Nurgaram,AF1604,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Mandol,AF1607,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Duab,AF1605,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Kamdesh,AF1606,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Wama,AF1603,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Waygal,AF1602,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Deh Bala,AF0610,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Hesarak,AF0621,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Kama,AF0605,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Sherzad,AF0619,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Bati Kot,AF0609,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Chaparhar,AF0604,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Chaparhar,AF0604,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Qarghayi,AF0702,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Kama,AF0605,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Surkh Rod,AF0603,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Behsud,AF0602,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Asad Abad,AF1501,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Kama,AF0605,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Kunar,AF15,Chawkay,AF1509,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Qarghayi,AF0702,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,WCC,World Council of Churches,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,WCC,World Council of Churches,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Wama,AF1603,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Wama,AF1603,WSTA,Watan Social and Technical Services Association,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Surkh Rod,AF0603,WCC,World Council of Churches,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nuristan,AF16,Kamdesh,AF1606,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nuristan,AF16,Waygal,AF1602,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Asad Abad,AF1501,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nuristan,AF16,Parun,AF1601,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Deh Bala,AF0610,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Achin,AF0615,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Achin,AF0615,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Hesarak,AF0621,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Hesarak,AF0621,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Hesarak,AF0621,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Kot,AF0613,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Kot,AF0613,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Kot,AF0613,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Dangam,AF1512,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nuristan,AF16,Wama,AF1603,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nuristan,AF16,Wama,AF1603,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nuristan,AF16,Wama,AF1603,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Dangam,AF1512,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Dangam,AF1512,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Asad Abad,AF1501,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Asad Abad,AF1501,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Chawkay,AF1509,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Dara-e-Pech,AF1507,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Khas Kunar,AF1510,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Dangam,AF1512,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Chapa Dara,AF1513,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Sar Kani,AF1505,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Narang,AF1504,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Ghazi Abad,AF1511,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Nari,AF1515,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Marawara,AF1502,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Shigal,AF1506,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Bar Kunar,AF1508,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Watapur,AF1503,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Laghman,AF07,Alingar,AF0704,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Laghman,AF07,Alingar,AF0704,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Laghman,AF07,Alishang,AF0703,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Laghman,AF07,Alishang,AF0703,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Laghman,AF07,Dawlatshah,AF0705,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Laghman,AF07,Dawlatshah,AF0705,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Laghman,AF07,Qarghayi,AF0702,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nuristan,AF16,Nurgaram,AF1604,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nuristan,AF16,Kamdesh,AF1606,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nuristan,AF16,Duab,AF1605,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nuristan,AF16,Waygal,AF1602,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nuristan,AF16,Mandol,AF1607,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Chaparhar,AF0604,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Laghman,AF07,Mehtarlam,AF0701,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,ABM,Afghan Blind Management,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nuristan,AF16,Parun,AF1601,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,BFANO,Bright Future for Afghan Needful Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nuristan,AF16,Parun,AF1601,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,AADA,Agency for Assistance and Development of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nangarhar,AF06,Jalalabad,AF0601,ABM,Afghan Blind Management,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Asad Abad,AF1501,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Asad Abad,AF1501,BFANO,Bright Future for Afghan Needful Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Kunar,AF15,Asad Abad,AF1501,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nuristan,AF16,Parun,AF1601,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Parun,AF1601,RRDPO,Rural Rehabilitation and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Kunar,AF15,Asad Abad,AF1501,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Chawkay,AF1509,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Alingar,AF0704,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Hesarak,AF0621,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Kama,AF0605,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Shinwar,AF0616,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Duab,AF1605,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Bati Kot,AF0609,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Goshta,AF0614,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Sherzad,AF0619,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Dara-e-Pech,AF1507,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Khas Kunar,AF1510,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Duab,AF1605,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Nurgal,AF1514,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Nurgal,AF1514,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Alishang,AF0703,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Achin,AF0615,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Dur Baba,AF0622,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Watapur,AF1503,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Behsud,AF0602,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Shinwar,AF0616,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Shinwar,AF0616,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nangarhar,AF06,Nazyan,AF0620,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Lalpur,AF0618,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nuristan,AF16,Nurgaram,AF1604,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Kot,AF0613,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Alingar,AF0704,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Nazyan,AF0620,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Dur Baba,AF0622,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Achin,AF0615,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Chawkay,AF1509,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Chawkay,AF1509,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Dara-e-Pech,AF1507,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Asad Abad,AF1501,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Shinwar,AF0616,CWSA,Community World Services Asia,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Laghman,AF07,Alishang,AF0703,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Kunar,AF15,Chawkay,AF1509,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Hesarak,AF0621,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Alishang,AF0703,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Alishang,AF0703,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Alingar,AF0704,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Alingar,AF0704,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Qarghayi,AF0702,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Qarghayi,AF0702,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Shigal,AF1506,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Shigal,AF1506,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Chawkay,AF1509,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Goshta,AF0614,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Sherzad,AF0619,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Asad Abad,AF1501,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Laghman,AF07,Alingar,AF0704,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Laghman,AF07,Alishang,AF0703,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Achin,AF0615,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Achin,AF0615,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Achin,AF0615,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Sar Kani,AF1505,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Sar Kani,AF1505,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Narang,AF1504,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Narang,AF1504,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Shigal,AF1506,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Shigal,AF1506,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Khas Kunar,AF1510,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Khas Kunar,AF1510,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Chawkay,AF1509,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Chawkay,AF1509,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Dangam,AF1512,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Kunar,AF15,Dangam,AF1512,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Achin,AF0615,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Achin,AF0615,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Achin,AF0615,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Hesarak,AF0621,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Laghman,AF07,Alishang,AF0703,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Laghman,AF07,Alishang,AF0703,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Laghman,AF07,Alingar,AF0704,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Laghman,AF07,Alingar,AF0704,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Laghman,AF07,Qarghayi,AF0702,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Laghman,AF07,Qarghayi,AF0702,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Narang,AF1504,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Narang,AF1504,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Narang,AF1504,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Alishang,AF0703,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Alishang,AF0703,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Qarghayi,AF0702,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Qarghayi,AF0702,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Alingar,AF0704,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Alingar,AF0704,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Sar Kani,AF1505,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Sar Kani,AF1505,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Sar Kani,AF1505,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Shigal,AF1506,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Shigal,AF1506,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Khas Kunar,AF1510,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Khas Kunar,AF1510,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Kunar,AF15,Sar Kani,AF1505,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Kunar,AF15,Sar Kani,AF1505,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Chawkay,AF1509,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Eastern,Kunar,AF15,Chawkay,AF1509,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Kunar,AF15,Dara-e-Pech,AF1507,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Alishang,AF0703,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Alishang,AF0703,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Alingar,AF0704,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Alingar,AF0704,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Qarghayi,AF0702,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Laghman,AF07,Alishang,AF0703,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Alishang,AF0703,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Qarghayi,AF0702,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Qarghayi,AF0702,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Alingar,AF0704,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Alingar,AF0704,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Bati Kot,AF0609,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Sar Kani,AF1505,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Sar Kani,AF1505,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Sar Kani,AF1505,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Kunar,AF15,Shigal,AF1506,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Kunar,AF15,Shigal,AF1506,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Kunar,AF15,Sar Kani,AF1505,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Chawkay,AF1509,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Eastern,Kunar,AF15,Chawkay,AF1509,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Rodat,AF0607,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Rodat,AF0607,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Laghman,AF07,Alingar,AF0704,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Khas Kunar,AF1510,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Khas Kunar,AF1510,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Khas Kunar,AF1510,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Marawara,AF1502,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Deh Bala,AF0610,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Deh Bala,AF0610,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Deh Bala,AF0610,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Watapur,AF1503,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Watapur,AF1503,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Watapur,AF1503,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Hesarak,AF0621,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Hesarak,AF0621,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Hesarak,AF0621,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Asad Abad,AF1501,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Asad Abad,AF1501,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Nari,AF1515,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Nari,AF1515,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Nari,AF1515,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Ghazi Abad,AF1511,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Chawkay,AF1509,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Chawkay,AF1509,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Chawkay,AF1509,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Kamdesh,AF1606,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Sar Kani,AF1505,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Goshta,AF0614,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Chaparhar,AF0604,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Shigal,AF1506,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Narang,AF1504,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Waygal,AF1602,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Lalpur,AF0618,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Duab,AF1605,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Kama,AF0605,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Mandol,AF1607,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Nurgaram,AF1604,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Alishang,AF0703,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Alishang,AF0703,OHW,Organization of Human Welfare,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,OHW,Organization of Human Welfare,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Asad Abad,AF1501,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Alishang,AF0703,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Laghman,AF07,Qarghayi,AF0702,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Laghman,AF07,Qarghayi,AF0702,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Laghman,AF07,Alingar,AF0704,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,YPCAO,Youth for Positive Change Afghanistan Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nuristan,AF16,Wama,AF1603,AWEC,Afghan Women's Education Center,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Alingar,AF0704,AWEC,Afghan Women's Education Center,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Wama,AF1603,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Laghman,AF07,Alingar,AF0704,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Laghman,AF07,Alishang,AF0703,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nuristan,AF16,Parun,AF1601,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nuristan,AF16,Waygal,AF1602,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Laghman,AF07,Mehtarlam,AF0701,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Kamdesh,AF1606,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nuristan,AF16,Duab,AF1605,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Kunar,AF15,Chawkay,AF1509,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Dara-e-Pech,AF1507,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Kunar,AF15,Asad Abad,AF1501,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Kunar,AF15,Asad Abad,AF1501,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Chaparhar,AF0604,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Narang,AF1504,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nuristan,AF16,Kamdesh,AF1606,ORCD,Organization for Research and Community Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Waygal,AF1602,ORCD,Organization for Research and Community Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Kamdesh,AF1606,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Waygal,AF1602,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Wama,AF1603,ACHRO,Association of Chief Human Resource Officers,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Dara-e-Pech,AF1507,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Dara-e-Pech,AF1507,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Shigal,AF1506,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Shigal,AF1506,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Ghazi Abad,AF1511,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Ghazi Abad,AF1511,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Dangam,AF1512,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Dangam,AF1512,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Dangam,AF1512,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Chawkay,AF1509,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Chawkay,AF1509,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Khas Kunar,AF1510,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Khas Kunar,AF1510,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Asad Abad,AF1501,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Asad Abad,AF1501,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Alishang,AF0703,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Watapur,AF1503,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Watapur,AF1503,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Kama,AF0605,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Kama,AF0605,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Chaparhar,AF0604,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Chaparhar,AF0604,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Rodat,AF0607,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Wama,AF1603,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nuristan,AF16,Parun,AF1601,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Kama,AF0605,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nuristan,AF16,Duab,AF1605,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nuristan,AF16,Nurgaram,AF1604,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Nurgaram,AF1604,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Kunar,AF15,Khas Kunar,AF1510,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Kunar,AF15,Khas Kunar,AF1510,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Chaparhar,AF0604,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Chaparhar,AF0604,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Bati Kot,AF0609,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Nazyan,AF0620,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Nazyan,AF0620,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Nazyan,AF0620,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Sherzad,AF0619,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Pachir Wa Agam,AF0611,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Wama,AF1603,AWEC,Afghan Women's Education Center,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Laghman,AF07,Alingar,AF0704,AWEC,Afghan Women's Education Center,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Dur Baba,AF0622,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,ACHRO,Association of Chief Human Resource Officers,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Deh Bala,AF0610,ACHRO,Association of Chief Human Resource Officers,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Rodat,AF0607,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Narang,AF1504,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Narang,AF1504,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Nari,AF1515,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Lalpur,AF0618,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Deh Bala,AF0610,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Kot,AF0613,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Laghman,AF07,Qarghayi,AF0702,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Laghman,AF07,Qarghayi,AF0702,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Qarghayi,AF0702,OHW,Organization of Human Welfare,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Jalalabad,AF0601,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nuristan,AF16,Waygal,AF1602,AWEC,Afghan Women's Education Center,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Laghman,AF07,Alishang,AF0703,AWEC,Afghan Women's Education Center,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,AWEC,Afghan Women's Education Center,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Parun,AF1601,AWEC,Afghan Women's Education Center,National NGO,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Khogyani,AF0608,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nuristan,AF16,Kamdesh,AF1606,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Kama,AF0605,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Kama,AF0605,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Dur Baba,AF0622,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Dur Baba,AF0622,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nuristan,AF16,Waygal,AF1602,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nuristan,AF16,Wama,AF1603,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nuristan,AF16,Mandol,AF1607,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nuristan,AF16,Mandol,AF1607,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nuristan,AF16,Parun,AF1601,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Goshta,AF0614,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Goshta,AF0614,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Lalpur,AF0618,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Lalpur,AF0618,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Chawkay,AF1509,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Chawkay,AF1509,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Asad Abad,AF1501,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Khas Kunar,AF1510,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Marawara,AF1502,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Laghman,AF07,Mehtarlam,AF0701,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Laghman,AF07,Alishang,AF0703,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Laghman,AF07,Alishang,AF0703,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Deh Bala,AF0610,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Nangarhar,AF06,Deh Bala,AF0610,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Kunar,AF15,Sar Kani,AF1505,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nuristan,AF16,Parun,AF1601,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Barg-e-Matal,AF1608,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nuristan,AF16,Kamdesh,AF1606,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Eastern,Kunar,AF15,Nurgal,AF1514,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Dara-e-Pech,AF1507,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Dara-e-Nur,AF0612,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Shinwar,AF0616,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Surkh Rod,AF0603,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Dur Baba,AF0622,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Dur Baba,AF0622,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Eastern,Nuristan,AF16,Duab,AF1605,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Shigal,AF1506,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Dara-e-Pech,AF1507,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Kunar,AF15,Chawkay,AF1509,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Surkh Rod,AF0603,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Surkh Rod,AF0603,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Kunar,AF15,Chawkay,AF1509,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Eastern,Nangarhar,AF06,Lalpur,AF0618,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Laghman,AF07,Alishang,AF0703,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Eastern,Kunar,AF15,Asad Abad,AF1501,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Asad Abad,AF1501,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Khogyani,AF0608,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Chaparhar,AF0604,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Chaparhar,AF0604,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Chaparhar,AF0604,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Dur Baba,AF0622,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Dur Baba,AF0622,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Eastern,Nangarhar,AF06,Dur Baba,AF0622,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Kuz Kunar,AF0606,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Achin,AF0615,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Achin,AF0615,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Shigal,AF1506,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Kunar,AF15,Shigal,AF1506,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Kama,AF0605,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Kama,AF0605,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Wama,AF1603,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nuristan,AF16,Wama,AF1603,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Alingar,AF0704,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Alingar,AF0704,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Alishang,AF0703,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Alishang,AF0703,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Dawlatshah,AF0705,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Qarghayi,AF0702,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Laghman,AF07,Mehtarlam,AF0701,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Nurgaram,AF1604,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Duab,AF1605,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Waygal,AF1602,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Eastern,Nuristan,AF16,Parun,AF1601,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Behsud,AF0602,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Jalalabad,AF0601,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Lalpur,AF0618,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Kunar,AF15,Chawkay,AF1509,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Kunar,AF15,Dara-e-Pech,AF1507,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Behsud,AF0602,CAID,Christian Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Laghman,AF07,Alishang,AF0703,CAID,Christian Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Laghman,AF07,Alishang,AF0703,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Laghman,AF07,Alishang,AF0703,CAID,Christian Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Laghman,AF07,Alishang,AF0703,ADA,Afghan Development Association,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Surkh Rod,AF0603,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Eastern,Nangarhar,AF06,Achin,AF0615,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Eastern,Nangarhar,AF06,Muhmand Dara,AF0617,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nangarhar,AF06,Surkh Rod,AF0603,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nangarhar,AF06,Surkh Rod,AF0603,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Kunar,AF15,Narang,AF1504,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Eastern,Nuristan,AF16,Waygal,AF1602,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Eastern,Nuristan,AF16,Duab,AF1605,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ACDO,Afghan Community Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,AKAH,Aga Khan Agency for Habitat,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,DHAOA,Development of Handicraft and Agriculture Organization of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,HIA,Hungarian InterChurch Aid - Hungary,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,WAW,Women for Afghan Women,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,HDDO,"Health, Disability and Development Organization ",National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,CIC,Children in Crisis,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ORCD,Organization for Research and Community Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ORD,Organization for Relief and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,PACO,People Action For Change organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ORCD,Organization for Research and Community Development,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ORD,Organization for Relief and Development,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP @@ -4108,24 +3672,22 @@ North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,ACDO,Afghan Community Developme North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,AKAH,Aga Khan Agency for Habitat,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,CIC,Children in Crisis,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,PACO,People Action For Change organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP @@ -4138,26 +3700,19 @@ North Eastern,Baghlan,AF09,Doshi,AF0903,ASLO,Afghanistan Social and Legal Orgniz North Eastern,Baghlan,AF09,Doshi,AF0903,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Baghlan,AF09,Doshi,AF0903,AKAH,Aga Khan Agency for Habitat,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Baghlan,AF09,Doshi,AF0903,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Baghlan,AF09,Doshi,AF0903,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Baghlan,AF09,Doshi,AF0903,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,WAW,Women for Afghan Women,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Doshi,AF0903,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Doshi,AF0903,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Baghlan,AF09,Doshi,AF0903,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Doshi,AF0903,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Doshi,AF0903,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Baghlan,AF09,Doshi,AF0903,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Doshi,AF0903,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Doshi,AF0903,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Doshi,AF0903,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Doshi,AF0903,CIC,Children in Crisis,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Doshi,AF0903,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Doshi,AF0903,ORD,Organization for Relief and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Doshi,AF0903,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Doshi,AF0903,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP @@ -4165,23 +3720,14 @@ North Eastern,Baghlan,AF09,Doshi,AF0903,WAW,Women for Afghan Women,International North Eastern,Baghlan,AF09,Doshi,AF0903,ORCD,Organization for Research and Community Development,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Baghlan,AF09,Nahrin,AF0904,ACDO,Afghan Community Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Baghlan,AF09,Nahrin,AF0904,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Baghlan,AF09,Nahrin,AF0904,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Nahrin,AF0904,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Nahrin,AF0904,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Nahrin,AF0904,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Nahrin,AF0904,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Nahrin,AF0904,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Nahrin,AF0904,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Nahrin,AF0904,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Baghlan,AF09,Nahrin,AF0904,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Nahrin,AF0904,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Nahrin,AF0904,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Nahrin,AF0904,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Nahrin,AF0904,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Nahrin,AF0904,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Nahrin,AF0904,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Nahrin,AF0904,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Nahrin,AF0904,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Baghlan,AF09,Nahrin,AF0904,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Nahrin,AF0904,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Nahrin,AF0904,CIC,Children in Crisis,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Nahrin,AF0904,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Nahrin,AF0904,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Nahrin,AF0904,ORD,Organization for Relief and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Nahrin,AF0904,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP @@ -4191,37 +3737,25 @@ North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,ACTED,Agency For Technical Coo North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,ALSO,Afghan Landmine Survivors Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,CIC,Children in Crisis,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,ORD,Organization for Relief and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,PACO,People Action For Change organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -4234,158 +3768,96 @@ North Eastern,Baghlan,AF09,Khinjan,AF0906,ACDO,Afghan Community Development Orga North Eastern,Baghlan,AF09,Khinjan,AF0906,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Baghlan,AF09,Khinjan,AF0906,AKAH,Aga Khan Agency for Habitat,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Baghlan,AF09,Khinjan,AF0906,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Khinjan,AF0906,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Khinjan,AF0906,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Khinjan,AF0906,ALSO,Afghan Landmine Survivors Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Khinjan,AF0906,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Khinjan,AF0906,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Khinjan,AF0906,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Khinjan,AF0906,OCHA,Office for the Coordination of Humanitarian Affairs,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Khinjan,AF0906,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Khinjan,AF0906,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Khinjan,AF0906,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Baghlan,AF09,Khinjan,AF0906,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Baghlan,AF09,Khinjan,AF0906,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Khinjan,AF0906,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Khinjan,AF0906,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Khinjan,AF0906,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Khinjan,AF0906,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Khinjan,AF0906,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Baghlan,AF09,Khinjan,AF0906,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Khinjan,AF0906,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Khinjan,AF0906,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Khinjan,AF0906,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Khinjan,AF0906,ORCD,Organization for Research and Community Development,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Baghlan,AF09,Khinjan,AF0906,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Baghlan,AF09,Andarab,AF0907,AKAH,Aga Khan Agency for Habitat,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Andarab,AF0907,ALSO,Afghan Landmine Survivors Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Andarab,AF0907,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Andarab,AF0907,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Andarab,AF0907,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Andarab,AF0907,OCHA,Office for the Coordination of Humanitarian Affairs,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Andarab,AF0907,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Andarab,AF0907,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Andarab,AF0907,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Andarab,AF0907,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Baghlan,AF09,Andarab,AF0907,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Andarab,AF0907,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Baghlan,AF09,Andarab,AF0907,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Andarab,AF0907,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Andarab,AF0907,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Andarab,AF0907,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Andarab,AF0907,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Andarab,AF0907,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Andarab,AF0907,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Deh Salah,AF0908,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Deh Salah,AF0908,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Deh Salah,AF0908,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Deh Salah,AF0908,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Deh Salah,AF0908,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Deh Salah,AF0908,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Deh Salah,AF0908,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Andarab,AF0907,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Andarab,AF0907,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Andarab,AF0907,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Deh Salah,AF0908,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Baghlan,AF09,Deh Salah,AF0908,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Baghlan,AF09,Deh Salah,AF0908,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Deh Salah,AF0908,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Deh Salah,AF0908,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Baghlan,AF09,Deh Salah,AF0908,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Deh Salah,AF0908,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Deh Salah,AF0908,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Deh Salah,AF0908,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Deh Salah,AF0908,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Baghlan,AF09,Khwaja Hejran,AF0909,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Khwaja Hejran,AF0909,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Khwaja Hejran,AF0909,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Khwaja Hejran,AF0909,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Khwaja Hejran,AF0909,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Khwaja Hejran,AF0909,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Khwaja Hejran,AF0909,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Khwaja Hejran,AF0909,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Khwaja Hejran,AF0909,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Khwaja Hejran,AF0909,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Khwaja Hejran,AF0909,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Baghlan,AF09,Burka,AF0910,ACDO,Afghan Community Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Baghlan,AF09,Burka,AF0910,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Baghlan,AF09,Burka,AF0910,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Baghlan,AF09,Burka,AF0910,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Baghlan,AF09,Burka,AF0910,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Burka,AF0910,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Burka,AF0910,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Burka,AF0910,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Burka,AF0910,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Burka,AF0910,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Burka,AF0910,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Burka,AF0910,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Burka,AF0910,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Baghlan,AF09,Burka,AF0910,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Burka,AF0910,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Burka,AF0910,CIC,Children in Crisis,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Burka,AF0910,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Burka,AF0910,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Burka,AF0910,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Burka,AF0910,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Burka,AF0910,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Burka,AF0910,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Burka,AF0910,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Baghlan,AF09,Burka,AF0910,ADEO,Afghanistan Development and Education Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Baghlan,AF09,Burka,AF0910,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,ASLO,Afghanistan Social and Legal Orgnization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,AKAH,Aga Khan Agency for Habitat,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,AKAH,Aga Khan Agency for Habitat,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,OCHA,Office for the Coordination of Humanitarian Affairs,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,OCHA,Office for the Coordination of Humanitarian Affairs,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,MDC,Mine Detection Center,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,OCCD,Organization for Community Coordination of Development,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,OCHA,Office for the Coordination of Humanitarian Affairs,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,ADEO,Afghanistan Development and Education Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP @@ -4393,85 +3865,55 @@ North Eastern,Badakhshan,AF17,Fayzabad,AF1701,ACTED,Agency For Technical Coopera North Eastern,Badakhshan,AF17,Fayzabad,AF1701,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,AKAH,Aga Khan Agency for Habitat,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,ORD,Organization for Relief and Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,AKAH,Aga Khan Agency for Habitat,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,DCA,Dutch Committee for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,ME,Mission East,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,NSDO,New Way Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,RF,Rupani Foundation ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,CWW,Concern Worldwide,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,IOM,International Organization for Migration,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,ME,Mission East,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,CIC,Children in Crisis,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,CWW,Concern Worldwide,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,ORD,Organization for Relief and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,PACO,People Action For Change organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Fayzabad,AF1701,AWEC,Afghan Women's Education Center,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Argo,AF1702,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Argo,AF1702,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Argo,AF1702,NAC,Norwegian Afghanistan Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Argo,AF1702,NAC,Norwegian Afghanistan Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Argo,AF1702,WADAN,Welfare Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Argo,AF1702,WADAN,Welfare Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Argo,AF1702,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Argo,AF1702,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Argo,AF1702,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Argo,AF1702,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Argo,AF1702,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Argo,AF1702,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Argo,AF1702,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Argo,AF1702,ME,Mission East,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Argo,AF1702,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Argo,AF1702,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Argo,AF1702,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Argo,AF1702,AAH,Action Against Hunger | ACF-USA,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Argo,AF1702,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Argo,AF1702,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Argo,AF1702,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Argo,AF1702,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Argo,AF1702,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Argo,AF1702,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Argo,AF1702,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Argo,AF1702,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Argo,AF1702,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Argo,AF1702,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Argo,AF1702,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Argo,AF1702,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Argo,AF1702,CWW,Concern Worldwide,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Argo,AF1702,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Argo,AF1702,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Argo,AF1702,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Argo,AF1702,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Argo,AF1702,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Argo,AF1702,CWW,Concern Worldwide,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP @@ -4479,306 +3921,185 @@ North Eastern,Badakhshan,AF17,Argo,AF1702,ME,Mission East,International NGO,WASH North Eastern,Badakhshan,AF17,Argo,AF1702,NAC,Norwegian Afghanistan Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Argo,AF1702,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,ACF,Action contre la Faim,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,AKAH,Aga Khan Agency for Habitat,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,CWW,Concern Worldwide,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,NAC,Norwegian Afghanistan Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,NAC,Norwegian Afghanistan Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,VDO,Village Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,VDO,Village Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,AKAH,Aga Khan Agency for Habitat,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,IOM,International Organization for Migration,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,NAC,Norwegian Afghanistan Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,CIC,Children in Crisis,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,NAC,Norwegian Afghanistan Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Badakhshan,AF17,Khash,AF1705,WADAN,Welfare Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Khash,AF1705,WADAN,Welfare Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Khash,AF1705,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Khash,AF1705,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Khash,AF1705,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Khash,AF1705,ACF,Action contre la Faim,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Khash,AF1705,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Khash,AF1705,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Khash,AF1705,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Khash,AF1705,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Khash,AF1705,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Khash,AF1705,NSDO,New Way Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Khash,AF1705,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Khash,AF1705,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Khash,AF1705,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Khash,AF1705,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Khash,AF1705,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Khash,AF1705,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Khash,AF1705,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Khash,AF1705,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Khash,AF1705,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Khash,AF1705,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Khash,AF1705,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Khash,AF1705,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Khash,AF1705,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Khash,AF1705,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Khash,AF1705,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Khash,AF1705,AFGHANAID,Afghan Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Badakhshan,AF17,Baharak,AF1706,WADAN,Welfare Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Baharak,AF1706,WADAN,Welfare Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Baharak,AF1706,AKAH,Aga Khan Agency for Habitat,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Badakhshan,AF17,Baharak,AF1706,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Baharak,AF1706,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,ME,Mission East,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Baharak,AF1706,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Baharak,AF1706,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Baharak,AF1706,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Baharak,AF1706,IOM,International Organization for Migration,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Baharak,AF1706,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Baharak,AF1706,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Baharak,AF1706,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Baharak,AF1706,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Baharak,AF1706,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Baharak,AF1706,ALSO,Afghan Landmine Survivors Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Baharak,AF1706,CIC,Children in Crisis,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Baharak,AF1706,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Baharak,AF1706,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Baharak,AF1706,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Baharak,AF1706,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Baharak,AF1706,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Baharak,AF1706,AWEC,Afghan Women's Education Center,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Badakhshan,AF17,Darayem,AF1707,NAC,Norwegian Afghanistan Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Badakhshan,AF17,Darayem,AF1707,NAC,Norwegian Afghanistan Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Darayem,AF1707,IATO,Improvement of Agriculture Training Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Darayem,AF1707,IATO,Improvement of Agriculture Training Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Darayem,AF1707,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Darayem,AF1707,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Badakhshan,AF17,Darayem,AF1707,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Darayem,AF1707,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Darayem,AF1707,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Darayem,AF1707,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Darayem,AF1707,DCA,Dutch Committee for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Darayem,AF1707,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Darayem,AF1707,ME,Mission East,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Darayem,AF1707,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Darayem,AF1707,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Darayem,AF1707,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Darayem,AF1707,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Darayem,AF1707,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Darayem,AF1707,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Darayem,AF1707,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Darayem,AF1707,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Darayem,AF1707,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Darayem,AF1707,CWW,Concern Worldwide,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Darayem,AF1707,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Darayem,AF1707,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Darayem,AF1707,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Darayem,AF1707,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Darayem,AF1707,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Darayem,AF1707,ME,Mission East,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Badakhshan,AF17,Kohistan,AF1708,NAC,Norwegian Afghanistan Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Badakhshan,AF17,Kohistan,AF1708,NAC,Norwegian Afghanistan Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Kohistan,AF1708,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Kohistan,AF1708,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Kohistan,AF1708,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Kohistan,AF1708,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Kohistan,AF1708,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Kohistan,AF1708,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Kohistan,AF1708,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Kohistan,AF1708,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Kohistan,AF1708,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Kohistan,AF1708,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Kohistan,AF1708,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Kohistan,AF1708,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Kohistan,AF1708,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Kohistan,AF1708,CWW,Concern Worldwide,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Kohistan,AF1708,NAC,Norwegian Afghanistan Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Badakhshan,AF17,Yawan,AF1709,NAC,Norwegian Afghanistan Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Badakhshan,AF17,Yawan,AF1709,NAC,Norwegian Afghanistan Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Yawan,AF1709,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Yawan,AF1709,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Yawan,AF1709,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Yawan,AF1709,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Yawan,AF1709,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Yawan,AF1709,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Yawan,AF1709,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Yawan,AF1709,WADAN,Welfare Association for Development of Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Yawan,AF1709,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Yawan,AF1709,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Yawan,AF1709,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Yawan,AF1709,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Yawan,AF1709,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Yawan,AF1709,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Yawan,AF1709,NAC,Norwegian Afghanistan Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Yawan,AF1709,CWW,Concern Worldwide,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Yawan,AF1709,CWW,Concern Worldwide,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Yawan,AF1709,NAC,Norwegian Afghanistan Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Badakhshan,AF17,Jorm,AF1710,NAC,Norwegian Afghanistan Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Badakhshan,AF17,Jorm,AF1710,NAC,Norwegian Afghanistan Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Jorm,AF1710,IATO,Improvement of Agriculture Training Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Jorm,AF1710,IATO,Improvement of Agriculture Training Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Jorm,AF1710,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Jorm,AF1710,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Jorm,AF1710,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Badakhshan,AF17,Jorm,AF1710,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Jorm,AF1710,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Jorm,AF1710,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Jorm,AF1710,AKAH,Aga Khan Agency for Habitat,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Jorm,AF1710,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Jorm,AF1710,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Jorm,AF1710,DCA,Dutch Committee for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Jorm,AF1710,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Jorm,AF1710,ME,Mission East,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Jorm,AF1710,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Jorm,AF1710,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Jorm,AF1710,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Jorm,AF1710,ACTED,Agency For Technical Cooperation & Development,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Jorm,AF1710,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Jorm,AF1710,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Jorm,AF1710,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Jorm,AF1710,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Jorm,AF1710,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Jorm,AF1710,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Jorm,AF1710,CWW,Concern Worldwide,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Jorm,AF1710,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Jorm,AF1710,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Jorm,AF1710,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Jorm,AF1710,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Jorm,AF1710,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Jorm,AF1710,AWEC,Afghan Women's Education Center,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Badakhshan,AF17,Teshkan,AF1711,NAC,Norwegian Afghanistan Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Badakhshan,AF17,Teshkan,AF1711,NAC,Norwegian Afghanistan Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Teshkan,AF1711,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Teshkan,AF1711,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Teshkan,AF1711,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Teshkan,AF1711,NSDO,New Way Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Teshkan,AF1711,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Teshkan,AF1711,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Teshkan,AF1711,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Teshkan,AF1711,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Teshkan,AF1711,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Teshkan,AF1711,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Badakhshan,AF17,Teshkan,AF1711,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Teshkan,AF1711,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Teshkan,AF1711,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Teshkan,AF1711,CWW,Concern Worldwide,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Teshkan,AF1711,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Teshkan,AF1711,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Teshkan,AF1711,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Teshkan,AF1711,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Teshkan,AF1711,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Badakhshan,AF17,Shuhada,AF1712,NAC,Norwegian Afghanistan Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Badakhshan,AF17,Shuhada,AF1712,NAC,Norwegian Afghanistan Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Teshkan,AF1711,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Shuhada,AF1712,NSRDO,New Society Reconstruction Development Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Shuhada,AF1712,NSRDO,New Society Reconstruction Development Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Shuhada,AF1712,AAH,Action Against Hunger | ACF-USA,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Shuhada,AF1712,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Shuhada,AF1712,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Shuhada,AF1712,ACF,Action contre la Faim,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Shuhada,AF1712,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Shuhada,AF1712,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Shuhada,AF1712,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Shuhada,AF1712,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Shuhada,AF1712,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Shuhada,AF1712,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Shuhada,AF1712,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Shuhada,AF1712,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Shuhada,AF1712,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Shuhada,AF1712,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Shuhada,AF1712,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Shuhada,AF1712,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Shuhada,AF1712,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Shuhada,AF1712,ME,Mission East,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,NAC,Norwegian Afghanistan Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,NAC,Norwegian Afghanistan Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,NSRDO,New Society Reconstruction Development Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,NSRDO,New Society Reconstruction Development Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,AAH,Action Against Hunger | ACF-USA,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,OCCD,Organization for Community Coordination of Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,CWW,Concern Worldwide,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Badakhshan,AF17,Raghestan,AF1714,NAC,Norwegian Afghanistan Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Badakhshan,AF17,Raghestan,AF1714,NAC,Norwegian Afghanistan Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Raghestan,AF1714,VDO,Village Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Raghestan,AF1714,VDO,Village Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Raghestan,AF1714,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Badakhshan,AF17,Raghestan,AF1714,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Raghestan,AF1714,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Raghestan,AF1714,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Raghestan,AF1714,WADAN,Welfare Association for Development of Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Raghestan,AF1714,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Raghestan,AF1714,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Raghestan,AF1714,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Raghestan,AF1714,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Raghestan,AF1714,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Raghestan,AF1714,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Raghestan,AF1714,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Raghestan,AF1714,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Raghestan,AF1714,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Raghestan,AF1714,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Raghestan,AF1714,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Raghestan,AF1714,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Raghestan,AF1714,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Raghestan,AF1714,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Raghestan,AF1714,CWW,Concern Worldwide,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Raghestan,AF1714,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Raghestan,AF1714,CWW,Concern Worldwide,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Raghestan,AF1714,NAC,Norwegian Afghanistan Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Badakhshan,AF17,Keshem,AF1715,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Badakhshan,AF17,Keshem,AF1715,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Keshem,AF1715,AAH,Action Against Hunger | ACF-USA,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Keshem,AF1715,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Keshem,AF1715,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Keshem,AF1715,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Keshem,AF1715,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Keshem,AF1715,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Keshem,AF1715,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Keshem,AF1715,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Keshem,AF1715,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Keshem,AF1715,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Keshem,AF1715,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Keshem,AF1715,ME,Mission East,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Keshem,AF1715,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Keshem,AF1715,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Keshem,AF1715,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Keshem,AF1715,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Keshem,AF1715,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Keshem,AF1715,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Keshem,AF1715,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Keshem,AF1715,CWW,Concern Worldwide,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Keshem,AF1715,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Keshem,AF1715,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Keshem,AF1715,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Keshem,AF1715,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Keshem,AF1715,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Keshem,AF1715,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Keshem,AF1715,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Keshem,AF1715,CWW,Concern Worldwide,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Keshem,AF1715,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Keshem,AF1715,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Keshem,AF1715,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Keshem,AF1715,PACO,People Action For Change organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Keshem,AF1715,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Keshem,AF1715,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Keshem,AF1715,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP @@ -4787,136 +4108,80 @@ North Eastern,Badakhshan,AF17,Keshem,AF1715,ACTED,Agency For Technical Cooperati North Eastern,Badakhshan,AF17,Keshem,AF1715,AFGHANAID,Afghan Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Keshem,AF1715,NAC,Norwegian Afghanistan Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Keshem,AF1715,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Badakhshan,AF17,Warduj,AF1716,NAC,Norwegian Afghanistan Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Badakhshan,AF17,Warduj,AF1716,NAC,Norwegian Afghanistan Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Warduj,AF1716,IATO,Improvement of Agriculture Training Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Warduj,AF1716,IATO,Improvement of Agriculture Training Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Warduj,AF1716,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Warduj,AF1716,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Warduj,AF1716,AKAH,Aga Khan Agency for Habitat,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Badakhshan,AF17,Warduj,AF1716,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Warduj,AF1716,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Warduj,AF1716,ACF,Action contre la Faim,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Warduj,AF1716,AKAH,Aga Khan Agency for Habitat,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Warduj,AF1716,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Warduj,AF1716,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Warduj,AF1716,ME,Mission East,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Warduj,AF1716,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Warduj,AF1716,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Warduj,AF1716,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Warduj,AF1716,AAH,Action Against Hunger | ACF-USA,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Warduj,AF1716,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Warduj,AF1716,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Warduj,AF1716,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Warduj,AF1716,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Warduj,AF1716,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Warduj,AF1716,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Warduj,AF1716,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Warduj,AF1716,IOM,International Organization for Migration,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Warduj,AF1716,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Warduj,AF1716,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Warduj,AF1716,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Warduj,AF1716,CWW,Concern Worldwide,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Warduj,AF1716,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Warduj,AF1716,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Warduj,AF1716,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Warduj,AF1716,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Warduj,AF1716,ME,Mission East,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Warduj,AF1716,NAC,Norwegian Afghanistan Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Badakhshan,AF17,Tagab,AF1717,WADAN,Welfare Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Badakhshan,AF17,Tagab,AF1717,WADAN,Welfare Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Tagab,AF1717,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Badakhshan,AF17,Tagab,AF1717,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Tagab,AF1717,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Tagab,AF1717,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Tagab,AF1717,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Tagab,AF1717,NSDO,New Way Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Tagab,AF1717,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Tagab,AF1717,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Tagab,AF1717,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Tagab,AF1717,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Tagab,AF1717,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Tagab,AF1717,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Tagab,AF1717,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Tagab,AF1717,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Tagab,AF1717,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Tagab,AF1717,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Tagab,AF1717,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Tagab,AF1717,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Tagab,AF1717,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Tagab,AF1717,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Tagab,AF1717,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Yamgan,AF1718,NAC,Norwegian Afghanistan Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Badakhshan,AF17,Yamgan,AF1718,NAC,Norwegian Afghanistan Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Badakhshan,AF17,Yamgan,AF1718,WADAN,Welfare Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Badakhshan,AF17,Yamgan,AF1718,WADAN,Welfare Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Yamgan,AF1718,NSRDO,New Society Reconstruction Development Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Yamgan,AF1718,NSRDO,New Society Reconstruction Development Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Yamgan,AF1718,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Yamgan,AF1718,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Yamgan,AF1718,WADAN,Welfare Association for Development of Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Yamgan,AF1718,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Yamgan,AF1718,AKAH,Aga Khan Agency for Habitat,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Yamgan,AF1718,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Yamgan,AF1718,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Yamgan,AF1718,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Yamgan,AF1718,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Yamgan,AF1718,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Yamgan,AF1718,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Yamgan,AF1718,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Yamgan,AF1718,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Yamgan,AF1718,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Yamgan,AF1718,NAC,Norwegian Afghanistan Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Yamgan,AF1718,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Yamgan,AF1718,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Shighnan,AF1719,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Shighnan,AF1719,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Shighnan,AF1719,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Shighnan,AF1719,AKAH,Aga Khan Agency for Habitat,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Shighnan,AF1719,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Shighnan,AF1719,ME,Mission East,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Shighnan,AF1719,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Shighnan,AF1719,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Shighnan,AF1719,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Shighnan,AF1719,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Shighnan,AF1719,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Shighnan,AF1719,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Shighnan,AF1719,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Shighnan,AF1719,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Shighnan,AF1719,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Shighnan,AF1719,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Shighnan,AF1719,ME,Mission East,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Shighnan,AF1719,NAC,Norwegian Afghanistan Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Khwahan,AF1720,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Khwahan,AF1720,ACDO,Afghan Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Khwahan,AF1720,AKAH,Aga Khan Agency for Habitat,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Khwahan,AF1720,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Khwahan,AF1720,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Khwahan,AF1720,AAH,Action Against Hunger | ACF-USA,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Khwahan,AF1720,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Khwahan,AF1720,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Khwahan,AF1720,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Badakhshan,AF17,Khwahan,AF1720,WADAN,Welfare Association for Development of Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Badakhshan,AF17,Khwahan,AF1720,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Khwahan,AF1720,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Khwahan,AF1720,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Khwahan,AF1720,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Khwahan,AF1720,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Khwahan,AF1720,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Khwahan,AF1720,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Khwahan,AF1720,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Khwahan,AF1720,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Khwahan,AF1720,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Khwahan,AF1720,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Kofab,AF1721,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Kofab,AF1721,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Kofab,AF1721,ACDO,Afghan Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Kofab,AF1721,AKAH,Aga Khan Agency for Habitat,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Kofab,AF1721,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Kofab,AF1721,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Kofab,AF1721,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Kofab,AF1721,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Kofab,AF1721,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Kofab,AF1721,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Badakhshan,AF17,Kofab,AF1721,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Kofab,AF1721,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Kofab,AF1721,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Kofab,AF1721,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Kofab,AF1721,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Kofab,AF1721,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,AKAH,Aga Khan Agency for Habitat,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,AKF,Aga Khan Foundation,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,ACDO,Afghan Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,AKAH,Aga Khan Agency for Habitat,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,AAH,Action Against Hunger | ACF-USA,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Eshkashem,AF1723,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Eshkashem,AF1723,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP @@ -4924,113 +4189,57 @@ North Eastern,Badakhshan,AF17,Eshkashem,AF1723,AAH,Action Against Hunger | ACF-U North Eastern,Badakhshan,AF17,Eshkashem,AF1723,AKAH,Aga Khan Agency for Habitat,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Eshkashem,AF1723,AKF,Aga Khan Foundation,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Eshkashem,AF1723,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Badakhshan,AF17,Eshkashem,AF1723,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Eshkashem,AF1723,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Eshkashem,AF1723,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Eshkashem,AF1723,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Eshkashem,AF1723,ACDO,Afghan Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Eshkashem,AF1723,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Eshkashem,AF1723,ME,Mission East,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Eshkashem,AF1723,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Eshkashem,AF1723,RF,Rupani Foundation ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Eshkashem,AF1723,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Eshkashem,AF1723,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Eshkashem,AF1723,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Eshkashem,AF1723,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Eshkashem,AF1723,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Eshkashem,AF1723,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Eshkashem,AF1723,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Eshkashem,AF1723,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Eshkashem,AF1723,ALSO,Afghan Landmine Survivors Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Eshkashem,AF1723,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Eshkashem,AF1723,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Eshkashem,AF1723,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Eshkashem,AF1723,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Badakhshan,AF17,Eshkashem,AF1723,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Eshkashem,AF1723,ME,Mission East,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Eshkashem,AF1723,NAC,Norwegian Afghanistan Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Badakhshan,AF17,Shaki,AF1724,AKAH,Aga Khan Agency for Habitat,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Shaki,AF1724,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Shaki,AF1724,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Shaki,AF1724,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Shaki,AF1724,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Shaki,AF1724,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Shaki,AF1724,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Shaki,AF1724,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Shaki,AF1724,WADAN,Welfare Association for Development of Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Badakhshan,AF17,Shaki,AF1724,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Zebak,AF1725,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,Zebak,AF1725,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Badakhshan,AF17,Zebak,AF1725,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Zebak,AF1725,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Zebak,AF1725,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Zebak,AF1725,ACF,Action contre la Faim,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Zebak,AF1725,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Zebak,AF1725,ME,Mission East,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Zebak,AF1725,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Zebak,AF1725,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Zebak,AF1725,AAH,Action Against Hunger | ACF-USA,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Zebak,AF1725,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Zebak,AF1725,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Zebak,AF1725,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Zebak,AF1725,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Zebak,AF1725,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Zebak,AF1725,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Zebak,AF1725,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Zebak,AF1725,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Zebak,AF1725,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Zebak,AF1725,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Zebak,AF1725,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Zebak,AF1725,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,AKAH,Aga Khan Agency for Habitat,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,AKAH,Aga Khan Agency for Habitat,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,CWW,Concern Worldwide,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,AKAH,Aga Khan Agency for Habitat,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,AKF,Aga Khan Foundation,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,ACDO,Afghan Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,AKAH,Aga Khan Agency for Habitat,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,AAH,Action Against Hunger | ACF-USA,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,FSD,Swiss Foundation for Mine Action,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,WAKAHn,AF1728,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,WAKAHn,AF1728,SSEOA,Shining Star Educational Organisation of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Badakhshan,AF17,WAKAHn,AF1728,AAH,Action Against Hunger | ACF-USA,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Badakhshan,AF17,WAKAHn,AF1728,AKAH,Aga Khan Agency for Habitat,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,WAKAHn,AF1728,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Badakhshan,AF17,WAKAHn,AF1728,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,WAKAHn,AF1728,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,WAKAHn,AF1728,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,WAKAHn,AF1728,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,WAKAHn,AF1728,ME,Mission East,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Badakhshan,AF17,WAKAHn,AF1728,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,WAKAHn,AF1728,RF,Rupani Foundation ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,WAKAHn,AF1728,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,WAKAHn,AF1728,AAH,Action Against Hunger | ACF-USA,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,WAKAHn,AF1728,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,WAKAHn,AF1728,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Badakhshan,AF17,WAKAHn,AF1728,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,WAKAHn,AF1728,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,WAKAHn,AF1728,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,WAKAHn,AF1728,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,WAKAHn,AF1728,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,WAKAHn,AF1728,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,WAKAHn,AF1728,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,WAKAHn,AF1728,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Badakhshan,AF17,WAKAHn,AF1728,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Badakhshan,AF17,WAKAHn,AF1728,ALSO,Afghan Landmine Survivors Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,WAKAHn,AF1728,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Badakhshan,AF17,WAKAHn,AF1728,ME,Mission East,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP @@ -5038,50 +4247,32 @@ North Eastern,Takhar,AF18,Taloqan,AF1801,ACDO,Afghan Community Development Organ North Eastern,Takhar,AF18,Taloqan,AF1801,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Taloqan,AF1801,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Taloqan,AF1801,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Taloqan,AF1801,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Taloqan,AF1801,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Taloqan,AF1801,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Taloqan,AF1801,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Taloqan,AF1801,ORD,Organization for Relief and Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,AADA,Agency for Assistance and Development of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Takhar,AF18,Taloqan,AF1801,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,ADAO,Afghanistan Development and Assistance Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,NSDO,New Way Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Takhar,AF18,Taloqan,AF1801,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,IOM,International Organization for Migration,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,OCCD,Organization for Community Coordination of Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,HDDO,"Health, Disability and Development Organization ",National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,TIKA,Turkish International Cooperation and Development Agency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Taloqan,AF1801,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Taloqan,AF1801,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Taloqan,AF1801,CWW,Concern Worldwide,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Taloqan,AF1801,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Taloqan,AF1801,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Taloqan,AF1801,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Taloqan,AF1801,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Taloqan,AF1801,ORD,Organization for Relief and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,PACO,People Action For Change organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Taloqan,AF1801,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Taloqan,AF1801,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Taloqan,AF1801,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -5090,123 +4281,75 @@ North Eastern,Takhar,AF18,Taloqan,AF1801,ACTED,Agency For Technical Cooperation North Eastern,Takhar,AF18,Taloqan,AF1801,CWW,Concern Worldwide,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Takhar,AF18,Taloqan,AF1801,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Takhar,AF18,Taloqan,AF1801,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Takhar,AF18,Hazar Sumuch,AF1802,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Hazar Sumuch,AF1802,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Hazar Sumuch,AF1802,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Hazar Sumuch,AF1802,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Hazar Sumuch,AF1802,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Hazar Sumuch,AF1802,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Hazar Sumuch,AF1802,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Hazar Sumuch,AF1802,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Hazar Sumuch,AF1802,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Hazar Sumuch,AF1802,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Baharak,AF1803,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Baharak,AF1803,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Baharak,AF1803,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Baharak,AF1803,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Baharak,AF1803,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Baharak,AF1803,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Baharak,AF1803,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Baharak,AF1803,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Takhar,AF18,Baharak,AF1803,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Baharak,AF1803,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Baharak,AF1803,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Baharak,AF1803,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Baharak,AF1803,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Baharak,AF1803,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Baharak,AF1803,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Baharak,AF1803,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Baharak,AF1803,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Baharak,AF1803,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Baharak,AF1803,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Baharak,AF1803,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Baharak,AF1803,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Takhar,AF18,Baharak,AF1803,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Baharak,AF1803,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Baharak,AF1803,CWW,Concern Worldwide,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Baharak,AF1803,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Baharak,AF1803,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Baharak,AF1803,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Baharak,AF1803,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Baharak,AF1803,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Baharak,AF1803,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Baharak,AF1803,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Baharak,AF1803,CWW,Concern Worldwide,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Takhar,AF18,Baharak,AF1803,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Takhar,AF18,Bangi,AF1804,AKF,Aga Khan Foundation,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Takhar,AF18,Bangi,AF1804,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Bangi,AF1804,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Bangi,AF1804,NSDO,New Way Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Bangi,AF1804,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Bangi,AF1804,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Bangi,AF1804,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Bangi,AF1804,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Bangi,AF1804,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Bangi,AF1804,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Bangi,AF1804,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Bangi,AF1804,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Bangi,AF1804,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Bangi,AF1804,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Takhar,AF18,Bangi,AF1804,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Bangi,AF1804,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Bangi,AF1804,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Bangi,AF1804,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Bangi,AF1804,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Chal,AF1805,ADAO,Afghanistan Development and Assistance Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Chal,AF1805,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Chal,AF1805,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Chal,AF1805,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Chal,AF1805,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Chal,AF1805,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Chal,AF1805,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Chal,AF1805,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Chal,AF1805,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Chal,AF1805,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Chal,AF1805,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Chal,AF1805,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Namak Ab,AF1806,AKF,Aga Khan Foundation,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Namak Ab,AF1806,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Takhar,AF18,Namak Ab,AF1806,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Namak Ab,AF1806,OHW,Organization of Human Welfare,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Takhar,AF18,Namak Ab,AF1806,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Namak Ab,AF1806,ALSO,Afghan Landmine Survivors Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Namak Ab,AF1806,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Namak Ab,AF1806,ME,Mission East,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Namak Ab,AF1806,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Namak Ab,AF1806,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Namak Ab,AF1806,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Namak Ab,AF1806,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Namak Ab,AF1806,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Namak Ab,AF1806,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Namak Ab,AF1806,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Namak Ab,AF1806,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Namak Ab,AF1806,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Namak Ab,AF1806,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Namak Ab,AF1806,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Namak Ab,AF1806,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Namak Ab,AF1806,CWW,Concern Worldwide,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Takhar,AF18,Kalafgan,AF1807,ACDO,Afghan Community Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Kalafgan,AF1807,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Kalafgan,AF1807,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Kalafgan,AF1807,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Kalafgan,AF1807,AKF,Aga Khan Foundation,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Takhar,AF18,Kalafgan,AF1807,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Kalafgan,AF1807,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Kalafgan,AF1807,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Kalafgan,AF1807,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Kalafgan,AF1807,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Kalafgan,AF1807,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Kalafgan,AF1807,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Kalafgan,AF1807,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Kalafgan,AF1807,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Kalafgan,AF1807,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Takhar,AF18,Kalafgan,AF1807,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Kalafgan,AF1807,CWW,Concern Worldwide,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Kalafgan,AF1807,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Kalafgan,AF1807,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Kalafgan,AF1807,CWW,Concern Worldwide,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Takhar,AF18,Farkhar,AF1808,ACDO,Afghan Community Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Farkhar,AF1808,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Farkhar,AF1808,AKF,Aga Khan Foundation,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Takhar,AF18,Farkhar,AF1808,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Farkhar,AF1808,OHW,Organization of Human Welfare,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,ADAO,Afghanistan Development and Assistance Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,ME,Mission East,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Farkhar,AF1808,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Takhar,AF18,Farkhar,AF1808,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,IOM,International Organization for Migration,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Farkhar,AF1808,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Farkhar,AF1808,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Farkhar,AF1808,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Farkhar,AF1808,CWW,Concern Worldwide,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Farkhar,AF1808,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Farkhar,AF1808,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Farkhar,AF1808,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Farkhar,AF1808,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Farkhar,AF1808,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP @@ -5216,26 +4359,20 @@ North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,ACDO,Afghan Community Development O North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,ASLO,Afghanistan Social and Legal Orgnization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP @@ -5244,35 +4381,14 @@ North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,ACTED,Agency For Technical Cooperat North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Takhar,AF18,Rostaq,AF1810,ACDO,Afghan Community Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Rostaq,AF1810,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Rostaq,AF1810,AKF,Aga Khan Foundation,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Rostaq,AF1810,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,ME,Mission East,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Rostaq,AF1810,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Takhar,AF18,Rostaq,AF1810,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Rostaq,AF1810,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Takhar,AF18,Rostaq,AF1810,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Rostaq,AF1810,CWW,Concern Worldwide,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Rostaq,AF1810,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Rostaq,AF1810,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Rostaq,AF1810,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Rostaq,AF1810,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP @@ -5280,183 +4396,101 @@ North Eastern,Takhar,AF18,Eshkmesh,AF1811,ACDO,Afghan Community Development Orga North Eastern,Takhar,AF18,Eshkmesh,AF1811,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Eshkmesh,AF1811,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Eshkmesh,AF1811,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Eshkmesh,AF1811,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,ADAO,Afghanistan Development and Assistance Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,RF,Rupani Foundation ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Eshkmesh,AF1811,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Takhar,AF18,Eshkmesh,AF1811,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Takhar,AF18,Eshkmesh,AF1811,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Eshkmesh,AF1811,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Takhar,AF18,Eshkmesh,AF1811,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Eshkmesh,AF1811,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Eshkmesh,AF1811,CWW,Concern Worldwide,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Eshkmesh,AF1811,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Eshkmesh,AF1811,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Eshkmesh,AF1811,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Eshkmesh,AF1811,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Eshkmesh,AF1811,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,ACDO,Afghan Community Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,ASLO,Afghanistan Social and Legal Orgnization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,IOM,International Organization for Migration,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,CWW,Concern Worldwide,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Takhar,AF18,Warsaj,AF1813,ACDO,Afghan Community Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Warsaj,AF1813,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Warsaj,AF1813,WADAN,Welfare Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Warsaj,AF1813,WADAN,Welfare Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Warsaj,AF1813,AKAH,Aga Khan Agency for Habitat,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Warsaj,AF1813,AKF,Aga Khan Foundation,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Takhar,AF18,Warsaj,AF1813,ME,Mission East,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Warsaj,AF1813,OHW,Organization of Human Welfare,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,ME,Mission East,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,NSDO,New Way Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Warsaj,AF1813,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Warsaj,AF1813,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Warsaj,AF1813,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Warsaj,AF1813,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Warsaj,AF1813,CWW,Concern Worldwide,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,AKF,Aga Khan Foundation,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,ASLO,Afghanistan Social and Legal Orgnization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,ASLO,Afghanistan Social and Legal Orgnization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,CARITAS-G,Caritas Germany,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,WADAN,Welfare Association for Development of Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Darqad,AF1815,WADAN,Welfare Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Darqad,AF1815,WADAN,Welfare Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Darqad,AF1815,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Darqad,AF1815,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Darqad,AF1815,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Darqad,AF1815,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Darqad,AF1815,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Darqad,AF1815,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Darqad,AF1815,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Darqad,AF1815,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Darqad,AF1815,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Darqad,AF1815,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Darqad,AF1815,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Darqad,AF1815,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Darqad,AF1815,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Darqad,AF1815,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Darqad,AF1815,CWW,Concern Worldwide,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Takhar,AF18,Chahab,AF1816,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Chahab,AF1816,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Takhar,AF18,Chahab,AF1816,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Chahab,AF1816,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Takhar,AF18,Chahab,AF1816,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Chahab,AF1816,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Chahab,AF1816,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Chahab,AF1816,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Chahab,AF1816,NSDO,New Way Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Chahab,AF1816,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Chahab,AF1816,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Chahab,AF1816,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Chahab,AF1816,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Chahab,AF1816,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Chahab,AF1816,AKF,Aga Khan Foundation,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Chahab,AF1816,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Chahab,AF1816,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Chahab,AF1816,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Chahab,AF1816,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Chahab,AF1816,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Chahab,AF1816,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Chahab,AF1816,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Chahab,AF1816,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Chahab,AF1816,AKHS,Aga Khan Health Service,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Takhar,AF18,Chahab,AF1816,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Chahab,AF1816,CWW,Concern Worldwide,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Chahab,AF1816,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Chahab,AF1816,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Chahab,AF1816,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Takhar,AF18,Chahab,AF1816,CWW,Concern Worldwide,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Takhar,AF18,Yangi Qala,AF1817,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Yangi Qala,AF1817,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Yangi Qala,AF1817,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Yangi Qala,AF1817,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Takhar,AF18,Yangi Qala,AF1817,ASLO,Afghanistan Social and Legal Orgnization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Yangi Qala,AF1817,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Yangi Qala,AF1817,ALSO,Afghan Landmine Survivors Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Yangi Qala,AF1817,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Yangi Qala,AF1817,ASLO,Afghanistan Social and Legal Orgnization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Yangi Qala,AF1817,CARITAS-G,Caritas Germany,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Yangi Qala,AF1817,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Yangi Qala,AF1817,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Yangi Qala,AF1817,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Yangi Qala,AF1817,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Yangi Qala,AF1817,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Takhar,AF18,Yangi Qala,AF1817,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Takhar,AF18,Yangi Qala,AF1817,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Yangi Qala,AF1817,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Yangi Qala,AF1817,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Yangi Qala,AF1817,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Yangi Qala,AF1817,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Yangi Qala,AF1817,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Takhar,AF18,Yangi Qala,AF1817,CWW,Concern Worldwide,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Kunduz,AF19,Kunduz,AF1901,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,ADEO,Afghanistan Development and Education Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,ALSO,Afghan Landmine Survivors Organisation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,HI,Handicap International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,NSDO,New Way Social and Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,OHW,Organization of Human Welfare,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP @@ -5464,32 +4498,22 @@ North Eastern,Kunduz,AF19,Kunduz,AF1901,ORD,Organization for Relief and Developm North Eastern,Kunduz,AF19,Kunduz,AF1901,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,ALSO,Afghan Landmine Survivors Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,CWW,Concern Worldwide,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,MSF,Medecins Sans Frontieres (Doctors Without Borders),International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,MSI,"Management Systems International, Inc.",International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -5505,14 +4529,15 @@ North Eastern,Kunduz,AF19,Kunduz,AF1901,HT,Halo Trust ,International NGO,PROTECT North Eastern,Kunduz,AF19,Kunduz,AF1901,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,ORD,Organization for Relief and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,PACO,People Action For Change organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,UNMAS,United Nationsl Mine Action Service,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP @@ -5520,64 +4545,57 @@ North Eastern,Kunduz,AF19,Kunduz,AF1901,AWSDC,Afghan Women Skill Development Cen North Eastern,Kunduz,AF19,Kunduz,AF1901,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Kunduz,AF19,Kunduz,AF1901,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Kunduz,AF19,Kunduz,AF1901,NSDO,New Way Social and Development Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,OHW,Organization of Human Welfare,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,ACDO,Afghan Community Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,OPHCD,Organization for Promotion of Health & Community Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,OPHCD,Organization for Promotion of Health & Community Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,HI,Handicap International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,NRC,Norwegian Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,CWW,Concern Worldwide,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,MSF,Medecins Sans Frontieres (Doctors Without Borders),International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,FSD,Swiss Foundation for Mine Action,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Kunduz,AF19,Ali Abad,AF1903,ACDO,Afghan Community Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Kunduz,AF19,Ali Abad,AF1903,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Kunduz,AF19,Ali Abad,AF1903,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Kunduz,AF19,Ali Abad,AF1903,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Ali Abad,AF1903,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Ali Abad,AF1903,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Ali Abad,AF1903,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Ali Abad,AF1903,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Kunduz,AF19,Ali Abad,AF1903,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Kunduz,AF19,Ali Abad,AF1903,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Ali Abad,AF1903,OHW,Organization of Human Welfare,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Ali Abad,AF1903,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Kunduz,AF19,Ali Abad,AF1903,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Ali Abad,AF1903,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Ali Abad,AF1903,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Ali Abad,AF1903,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Ali Abad,AF1903,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Ali Abad,AF1903,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Kunduz,AF19,Ali Abad,AF1903,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Kunduz,AF19,Ali Abad,AF1903,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Kunduz,AF19,Ali Abad,AF1903,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Ali Abad,AF1903,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Ali Abad,AF1903,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Ali Abad,AF1903,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Ali Abad,AF1903,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Kunduz,AF19,Ali Abad,AF1903,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Ali Abad,AF1903,CWW,Concern Worldwide,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Kunduz,AF19,Ali Abad,AF1903,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Ali Abad,AF1903,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Kunduz,AF19,Ali Abad,AF1903,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Ali Abad,AF1903,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Ali Abad,AF1903,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP @@ -5589,14 +4607,12 @@ North Eastern,Kunduz,AF19,Ali Abad,AF1903,UNICEF,United Nations Children's Fund, North Eastern,Kunduz,AF19,Ali Abad,AF1903,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Ali Abad,AF1903,CWW,Concern Worldwide,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Kunduz,AF19,Ali Abad,AF1903,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Kunduz,AF19,Khan Abad,AF1904,ACDO,Afghan Community Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Kunduz,AF19,Khan Abad,AF1904,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP @@ -5605,86 +4621,75 @@ North Eastern,Kunduz,AF19,Khan Abad,AF1904,OHW,Organization of Human Welfare,Nat North Eastern,Kunduz,AF19,Khan Abad,AF1904,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,ALSO,Afghan Landmine Survivors Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,NRC,Norwegian Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Khan Abad,AF1904,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Khan Abad,AF1904,CWW,Concern Worldwide,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Khan Abad,AF1904,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Khan Abad,AF1904,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Khan Abad,AF1904,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,CWW,Concern Worldwide,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Khan Abad,AF1904,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,ORD,Organization for Relief and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Khan Abad,AF1904,PACO,People Action For Change organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,CWW,Concern Worldwide,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Kunduz,AF19,Khan Abad,AF1904,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Kunduz,AF19,Khan Abad,AF1904,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,HI,Handicap International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,JACK,Just for Afghan Capacity and Knowledge,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,ORD,Organization for Relief and Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,AKF,Aga Khan Foundation,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,BFWO,Bright Future and Welfare Organisation,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,CWW,Concern Worldwide,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,ORD,Organization for Relief and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,PACO,People Action For Change organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,AWSDC,Afghan Women Skill Development Centre,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,NSDO,New Way Social and Development Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,SCA,Swedish Committee for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP @@ -5695,32 +4700,31 @@ North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,COAR,Coordination of Afghan Relie North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,HI,Handicap International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,JACK,Just for Afghan Capacity and Knowledge,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,COAR,Coordination of Afghan Relief,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,NRC,Norwegian Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,CWW,Concern Worldwide,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,ORD,Organization for Relief and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP @@ -5734,261 +4738,480 @@ North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,COAR,Coordination of Afghan Relief,N North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,COAR,Coordination of Afghan Relief,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,ORD,Organization for Relief and Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,AKF,Aga Khan Foundation,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,CWW,Concern Worldwide,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,SCA,Swedish Committee for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Takhar,AF18,Taloqan,AF1801,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,ECW,Educational & Training Center for Poor Girls and Women of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Eshkashem,AF1723,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Eshkashem,AF1723,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Badakhshan,AF17,Kohistan,AF1708,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Kohistan,AF1708,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Khwahan,AF1720,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Khwahan,AF1720,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Jorm,AF1710,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Jorm,AF1710,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Khash,AF1705,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Khash,AF1705,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Darqad,AF1815,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Rostaq,AF1810,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Namak Ab,AF1806,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Warsaj,AF1813,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Darayem,AF1707,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Darayem,AF1707,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Raghestan,AF1714,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Raghestan,AF1714,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Andarab,AF0907,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Andarab,AF0907,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Baghlan,AF09,Andarab,AF0907,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,ECW,Educational & Training Center for Poor Girls and Women of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Zebak,AF1725,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Zebak,AF1725,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Zebak,AF1725,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Deh Salah,AF0908,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Deh Salah,AF0908,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Shighnan,AF1719,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Shighnan,AF1719,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Shighnan,AF1719,AKAH,Aga Khan Agency for Habitat,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Badakhshan,AF17,Tagab,AF1717,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Tagab,AF1717,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Tagab,AF1717,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Shaki,AF1724,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Shaki,AF1724,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Warduj,AF1716,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Warduj,AF1716,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Warduj,AF1716,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Yamgan,AF1718,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,WAKAHn,AF1728,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,WAKAHn,AF1728,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,WAKAHn,AF1728,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Teshkan,AF1711,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Teshkan,AF1711,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Teshkan,AF1711,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Shuhada,AF1712,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Khinjan,AF0906,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Khinjan,AF0906,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,AFGHANAID,Afghan Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Yawan,AF1709,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,ECW,Educational & Training Center for Poor Girls and Women of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Ali Abad,AF1903,ACDO,Afghan Community Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Ali Abad,AF1903,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,ACDO,Afghan Community Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,ACDO,Afghan Community Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,ACDO,Afghan Community Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Bangi,AF1804,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Doshi,AF0903,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,AFGHANAID,Afghan Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Takhar,AF18,Chahab,AF1816,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Warsaj,AF1813,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Jorm,AF1710,AFGHANAID,Afghan Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Takhar,AF18,Bangi,AF1804,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Chahab,AF1816,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Shighnan,AF1719,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Darqad,AF1815,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Rostaq,AF1810,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Namak Ab,AF1806,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Warsaj,AF1813,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Kohistan,AF1708,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Kofab,AF1721,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Khwahan,AF1720,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Shaki,AF1724,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Raghestan,AF1714,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Darayem,AF1707,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Argo,AF1702,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Jorm,AF1710,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Eshkashem,AF1723,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Khan Abad,AF1904,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Khwahan,AF1720,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Kohistan,AF1708,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Khash,AF1705,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Shaki,AF1724,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Doshi,AF0903,ECW,Educational & Training Center for Poor Girls and Women of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,ECW,Educational & Training Center for Poor Girls and Women of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Tagab,AF1717,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Raghestan,AF1714,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Jorm,AF1710,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Yamgan,AF1718,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Badakhshan,AF17,Eshkashem,AF1723,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Kohistan,AF1708,WADAN,Welfare Association for Development of Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Badakhshan,AF17,Darayem,AF1707,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Khinjan,AF0906,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Deh Salah,AF0908,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,WAKAHn,AF1728,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,WADAN,Welfare Association for Development of Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Takhar,AF18,Rostaq,AF1810,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Chahar Darah,AF1902,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Badakhshan,AF17,Teshkan,AF1711,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Bangi,AF1804,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,ECW,Educational & Training Center for Poor Girls and Women of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Andarab,AF0907,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Warduj,AF1716,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Zebak,AF1725,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Takhar,AF18,Warsaj,AF1813,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Khan Abad,AF1904,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Khan Abad,AF1904,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Kunduz,AF19,Imam Sahib,AF1905,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Takhar,AF18,Baharak,AF1803,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Baharak,AF1803,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,AWSDC,Afghan Women Skill Development Centre,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Rostaq,AF1810,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Namak Ab,AF1806,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Darqad,AF1815,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Chahab,AF1816,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Nahrin,AF0904,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Farkhar,AF1808,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Baharak,AF1803,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Eshkmesh,AF1811,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Khash,AF1705,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Khan Abad,AF1904,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Nahrin,AF0904,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Tagab,AF1717,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Andarab,AF0907,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Khinjan,AF0906,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Doshi,AF0903,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Yamgan,AF1718,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Warduj,AF1716,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Baharak,AF1706,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Argo,AF1702,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP North Eastern,Takhar,AF18,Taloqan,AF1801,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Keshem,AF1715,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Jorm,AF1710,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Baharak,AF1706,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Keshem,AF1715,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Takhar,AF18,Baharak,AF1803,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Warsaj,AF1813,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,CTCO,Creative Think for Change Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Ali Abad,AF1903,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Tagab,AF1717,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Kohistan,AF1708,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Yawan,AF1709,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Deh Salah,AF0908,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Tagab,AF1717,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Takhar,AF18,Taloqan,AF1801,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -North Eastern,Baghlan,AF09,Doshi,AF0903,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Baharak,AF1706,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Badakhshan,AF17,Darayem,AF1707,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Takhar,AF18,Warsaj,AF1813,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Farkhar,AF1808,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,ACHRO,Association of Chief Human Resource Officers,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Khost Wa Fereng,AF0913,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Khinjan,AF0906,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Khinjan,AF0906,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Khinjan,AF0906,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Fereng Wa Gharu,AF0915,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Shahr-e-Buzorg,AF1713,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Fayzabad,AF1701,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Raghestan,AF1714,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Raghestan,AF1714,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Keshem,AF1715,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Argo,AF1702,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Argo,AF1702,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Warduj,AF1716,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Badakhshan,AF17,Warduj,AF1716,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Doshi,AF0903,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Khinjan,AF0906,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Ali Abad,AF1903,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Kunduz,AF1901,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Khan Abad,AF1904,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,JACK,Just for Afghan Capacity and Knowledge,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Farkhar,AF1808,JACK,Just for Afghan Capacity and Knowledge,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Rostaq,AF1810,JACK,Just for Afghan Capacity and Knowledge,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,JACK,Just for Afghan Capacity and Knowledge,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Eshkashem,AF1723,WHO,World Health Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Shuhada,AF1712,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Khash,AF1705,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Warduj,AF1716,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Imam Sahib,AF1905,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Taloqan,AF1801,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Khash,AF1705,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Khash,AF1705,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Khash,AF1705,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Yamgan,AF1718,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Yamgan,AF1718,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Yamgan,AF1718,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Eshkashem,AF1723,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Badakhshan,AF17,Warduj,AF1716,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Badakhshan,AF17,Yamgan,AF1718,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Takhar,AF18,Chal,AF1805,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Takhar,AF18,Farkhar,AF1808,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,AADA,Agency for Assistance and Development of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,ADAO,Afghanistan Development and Assistance Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,CTCO,Creative Think for Change Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,NSDO,New Way Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,AKAH,Aga Khan Agency for Habitat,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,NSDO,New Way Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Baharak,AF1706,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Baharak,AF1706,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Chahab,AF1816,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Chahab,AF1816,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Imam Sahib,AF1905,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Rostaq,AF1810,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Warsaj,AF1813,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Eshkmesh,AF1811,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Eshkmesh,AF1811,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Andarab,AF0907,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Deh Salah,AF0908,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Khan Abad,AF1904,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Khan Abad,AF1904,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Baharak,AF1803,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Baharak,AF1803,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Farkhar,AF1808,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Farkhar,AF1808,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Guzargah-e-Nur,AF0914,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Keshem,AF1715,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Keshem,AF1715,AKHS,Aga Khan Health Service,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,ME,Mission East,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Teshkan,AF1711,ME,Mission East,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,ME,Mission East,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Rostaq,AF1810,ME,Mission East,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,ME,Mission East,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Takhar,AF18,Rostaq,AF1810,ME,Mission East,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Badakhshan,AF17,Khwahan,AF1720,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Raghestan,AF1714,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Tagab,AF1717,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Teshkan,AF1711,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Kunduz,AF19,Ali Abad,AF1903,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Darqad,AF1815,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Baharak,AF1706,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Jorm,AF1710,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Andarab,AF0907,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Takhar,AF18,Warsaj,AF1813,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,AKDN,Aga Khan Development Network,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Khwahan,AF1720,AKDN,Aga Khan Development Network,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Doshi,AF0903,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,WAKAHn,AF1728,AKDN,Aga Khan Development Network,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Raghestan,AF1714,AKDN,Aga Khan Development Network,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,AKDN,Aga Khan Development Network,International NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Baghlan,AF09,Doshi,AF0903,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Namak Ab,AF1806,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Namak Ab,AF1806,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Eshkmesh,AF1811,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Eshkmesh,AF1811,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Rostaq,AF1810,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Rostaq,AF1810,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Chahab,AF1816,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Farkhar,AF1808,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Farkhar,AF1808,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Kalafgan,AF1807,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Kalafgan,AF1807,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Takhar,AF18,Taloqan,AF1801,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Kunduz,AF19,Qala-e-Zal,AF1907,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Kunduz,AF19,Khan Abad,AF1904,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Kunduz,AF19,Chahar Darah,AF1902,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Kunduz,AF19,Kunduz,AF1901,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Keshem,AF1715,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Zebak,AF1725,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Eshkashem,AF1723,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Badakhshan,AF17,Jorm,AF1710,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Khinjan,AF0906,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Khinjan,AF0906,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Doshi,AF0903,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Doshi,AF0903,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Kunduz,AF19,Ali Abad,AF1903,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Baghlan,AF09,Khinjan,AF0906,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Baghlan,AF09,Khinjan,AF0906,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,WAKAHn,AF1728,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Eshkashem,AF1723,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Shighnan,AF1719,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Kohistan,AF1708,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Teshkan,AF1711,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Shaki,AF1724,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Kofab,AF1721,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Yawan,AF1709,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Khwahan,AF1720,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Shuhada,AF1712,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Darayem,AF1707,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Arghanj Khwah,AF1703,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Tagab,AF1717,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Zebak,AF1725,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Darwaz-e-Payin,AF1722,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Koran Wa Monjan,AF1726,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +North Eastern,Badakhshan,AF17,Baharak,AF1706,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Badakhshan,AF17,Fayzabad,AF1701,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +North Eastern,Badakhshan,AF17,Argo,AF1702,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +North Eastern,Badakhshan,AF17,Argo,AF1702,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Burka,AF0910,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Kunduz,AF19,Khan Abad,AF1904,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Kunduz,AF19,Dasht-e-Archi,AF1906,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +North Eastern,Baghlan,AF09,Khinjan,AF0906,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP North Eastern,Kunduz,AF19,Chahar Darah,AF1902,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Baharak,AF1803,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Baharak,AF1803,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Baharak,AF1803,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,CARITAS-G,Caritas Germany,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Kunduz,AF19,Khan Abad,AF1904,ASLO,Afghanistan Social and Legal Orgnization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,CARITAS-G,Caritas Germany,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Kunduz,AF19,Kunduz,AF1901,ASLO,Afghanistan Social and Legal Orgnization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Khinjan,AF0906,CARITAS-G,Caritas Germany,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Khinjan,AF0906,ASLO,Afghanistan Social and Legal Orgnization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,CARITAS-G,Caritas Germany,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,ASLO,Afghanistan Social and Legal Orgnization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,CARITAS-G,Caritas Germany,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,ASLO,Afghanistan Social and Legal Orgnization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Deh Salah,AF0908,CARITAS-G,Caritas Germany,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Deh Salah,AF0908,ASLO,Afghanistan Social and Legal Orgnization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Badakhshan,AF17,Yaftal-e-Sufla,AF1704,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Bangi,AF1804,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Darqad,AF1815,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,OCHA,Office for the Coordination of Humanitarian Affairs,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,OCHA,Office for the Coordination of Humanitarian Affairs,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Khwaja Ghar,AF1809,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Chahab,AF1816,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Dasht-e-Qala,AF1812,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Khwaja Bahawuddin,AF1814,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Takhar,AF18,Eshkmesh,AF1811,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Ali Abad,AF1903,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Ali Abad,AF1903,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Kunduz,AF19,Ali Abad,AF1903,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Badakhshan,AF17,Darwaz-e-Balla,AF1727,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Tala Wa Barfak,AF0911,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Baghlan-e-Jadid,AF0905,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Pul-e-Hisar,AF0912,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Doshi,AF0903,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Dahana-e-Ghori,AF0902,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Pul-e-Khumri,AF0901,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -North Eastern,Baghlan,AF09,Khinjan,AF0906,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Aybak,AF2001,BRAC,Bangladesh Rural Advancement Committee Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Samangan,AF20,Aybak,AF2001,BRAC,Bangladesh Rural Advancement Committee Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Samangan,AF20,Aybak,AF2001,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Aybak,AF2001,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Aybak,AF2001,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Aybak,AF2001,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Aybak,AF2001,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Aybak,AF2001,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Aybak,AF2001,HIA,Hungarian InterChurch Aid - Hungary,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Aybak,AF2001,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Aybak,AF2001,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Aybak,AF2001,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Aybak,AF2001,AFGA,Afghan Family Guidance Association,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Samangan,AF20,Aybak,AF2001,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Samangan,AF20,Aybak,AF2001,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Samangan,AF20,Aybak,AF2001,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Samangan,AF20,Aybak,AF2001,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Samangan,AF20,Aybak,AF2001,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Samangan,AF20,Aybak,AF2001,IRW,Islamic Relief,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Samangan,AF20,Aybak,AF2001,MMRCA,Medical Management Research Courses Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Samangan,AF20,Aybak,AF2001,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Samangan,AF20,Aybak,AF2001,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Samangan,AF20,Aybak,AF2001,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Samangan,AF20,Aybak,AF2001,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Samangan,AF20,Aybak,AF2001,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Samangan,AF20,Aybak,AF2001,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Aybak,AF2001,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Samangan,AF20,Aybak,AF2001,AKDN,Aga Khan Development Network,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Aybak,AF2001,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Aybak,AF2001,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Northern,Samangan,AF20,Aybak,AF2001,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Aybak,AF2001,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Aybak,AF2001,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Aybak,AF2001,AFGHANAID,Afghan Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Aybak,AF2001,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Aybak,AF2001,ORD,Organization for Relief and Development,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Aybak,AF2001,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Aybak,AF2001,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Samangan,AF20,Aybak,AF2001,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,HIA,Hungarian InterChurch Aid - Hungary,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,AFGA,Afghan Family Guidance Association,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,IRW,Islamic Relief,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP @@ -5997,22 +5220,20 @@ Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,UNICEF,United Nations Children's F Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,AFGHANAID,Afghan Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,ORD,Organization for Relief and Development,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,ACTIONAID,Action Aid Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,ORD,Organization for Relief and Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,OHW,Organization of Human Welfare,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,BRAC,Bangladesh Rural Advancement Committee Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,BRAC,Bangladesh Rural Advancement Committee Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,CARITAS-G,Caritas Germany,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,HIA,Hungarian InterChurch Aid - Hungary,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,MMRCA,Medical Management Research Courses Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP @@ -6020,30 +5241,26 @@ Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,UNICEF,United Nations Children's Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Samangan,AF20,Feroz Nakhchir,AF2004,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Feroz Nakhchir,AF2004,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Feroz Nakhchir,AF2004,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Feroz Nakhchir,AF2004,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Feroz Nakhchir,AF2004,HIA,Hungarian InterChurch Aid - Hungary,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Feroz Nakhchir,AF2004,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Feroz Nakhchir,AF2004,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Samangan,AF20,Feroz Nakhchir,AF2004,MMRCA,Medical Management Research Courses Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Samangan,AF20,Feroz Nakhchir,AF2004,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Samangan,AF20,Feroz Nakhchir,AF2004,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Feroz Nakhchir,AF2004,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Feroz Nakhchir,AF2004,AFGHANAID,Afghan Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Feroz Nakhchir,AF2004,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Feroz Nakhchir,AF2004,ORD,Organization for Relief and Development,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Ruy-e-Duab,AF2005,ACTIONAID,Action Aid Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Samangan,AF20,Ruy-e-Duab,AF2005,ACHRO,Association of Chief Human Resource Officers,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Ruy-e-Duab,AF2005,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Ruy-e-Duab,AF2005,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Ruy-e-Duab,AF2005,CARITAS-G,Caritas Germany,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Feroz Nakhchir,AF2004,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Feroz Nakhchir,AF2004,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Feroz Nakhchir,AF2004,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Ruy-e-Duab,AF2005,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Ruy-e-Duab,AF2005,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Ruy-e-Duab,AF2005,HIA,Hungarian InterChurch Aid - Hungary,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Ruy-e-Duab,AF2005,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Ruy-e-Duab,AF2005,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Ruy-e-Duab,AF2005,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Ruy-e-Duab,AF2005,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Samangan,AF20,Ruy-e-Duab,AF2005,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Samangan,AF20,Ruy-e-Duab,AF2005,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Samangan,AF20,Ruy-e-Duab,AF2005,MMRCA,Medical Management Research Courses Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP @@ -6051,16 +5268,19 @@ Northern,Samangan,AF20,Ruy-e-Duab,AF2005,UNICEF,United Nations Children's Fund,U Northern,Samangan,AF20,Ruy-e-Duab,AF2005,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Samangan,AF20,Ruy-e-Duab,AF2005,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Samangan,AF20,Ruy-e-Duab,AF2005,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Ruy-e-Duab,AF2005,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Ruy-e-Duab,AF2005,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Ruy-e-Duab,AF2005,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,ACHRO,Association of Chief Human Resource Officers,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Ruy-e-Duab,AF2005,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Ruy-e-Duab,AF2005,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Ruy-e-Duab,AF2005,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Ruy-e-Duab,AF2005,OHW,Organization of Human Welfare,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,BRAC,Bangladesh Rural Advancement Committee Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,BRAC,Bangladesh Rural Advancement Committee Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,HIA,Hungarian InterChurch Aid - Hungary,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP @@ -6071,15 +5291,19 @@ Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,UNICEF,United Nations Children' Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,BRAC,Bangladesh Rural Advancement Committee Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,BRAC,Bangladesh Rural Advancement Committee Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,HIA,Hungarian InterChurch Aid - Hungary,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP @@ -6087,7 +5311,11 @@ Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,MMRCA,Medical Management Researc Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,IRW,Islamic Relief,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,IRW,Islamic Relief,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP @@ -6097,20 +5325,15 @@ Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,NRC,Norwegian Refugee Council,Internat Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,UNICEF,United Nations Children's Fund,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,NRC,Norwegian Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,PIN,People in Need,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP @@ -6123,12 +5346,15 @@ Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,ACTED,Agency For Technical Cooperation Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,AKAH,Aga Khan Agency for Habitat,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,AKHS,Aga Khan Health Service,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,AWSDC,Afghan Women Skill Development Centre,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,PACO,People Action For Change organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,SOUND,Social Organization for Unity and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,TEDHO,Taghir Educational Development And Health Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,UNAMA,United Nations Assistance Mission in Afghanistan,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP @@ -6137,9 +5363,7 @@ Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,UNWOMEN,United Nations Entity for Gend Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,OAWCK,Organization for Afghan Women Capacity and Knowledge,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,IRW,Islamic Relief,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP @@ -6147,22 +5371,30 @@ Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,IRW,Islamic Relief,International NGO,EDU Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,SOUND,Social Organization for Unity and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,TEDHO,Taghir Educational Development And Health Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP @@ -6173,29 +5405,38 @@ Northern,Balkh,AF21,Dehdadi,AF2103,IRW,Islamic Relief,International NGO,EiE_OP,O Northern,Balkh,AF21,Dehdadi,AF2103,IRW,Islamic Relief,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Dehdadi,AF2103,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Dehdadi,AF2103,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Balkh,AF21,Dehdadi,AF2103,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Balkh,AF21,Dehdadi,AF2103,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Northern,Balkh,AF21,Dehdadi,AF2103,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Dehdadi,AF2103,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Dehdadi,AF2103,CARE,Care International in Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Dehdadi,AF2103,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Dehdadi,AF2103,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Dehdadi,AF2103,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Dehdadi,AF2103,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Dehdadi,AF2103,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Dehdadi,AF2103,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Dehdadi,AF2103,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Dehdadi,AF2103,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Dehdadi,AF2103,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Dehdadi,AF2103,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Dehdadi,AF2103,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Dehdadi,AF2103,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Dehdadi,AF2103,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Dehdadi,AF2103,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Dehdadi,AF2103,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Dehdadi,AF2103,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Dehdadi,AF2103,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dehdadi,AF2103,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dehdadi,AF2103,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Dehdadi,AF2103,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dehdadi,AF2103,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dehdadi,AF2103,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dehdadi,AF2103,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Dehdadi,AF2103,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dehdadi,AF2103,SOUND,Social Organization for Unity and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dehdadi,AF2103,TEDHO,Taghir Educational Development And Health Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dehdadi,AF2103,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dehdadi,AF2103,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dehdadi,AF2103,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Dehdadi,AF2103,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Dehdadi,AF2103,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Dehdadi,AF2103,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Charkent,AF2104,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Charkent,AF2104,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP @@ -6204,14 +5445,23 @@ Northern,Balkh,AF21,Charkent,AF2104,SFL,SFL International,International NGO,FSAC Northern,Balkh,AF21,Charkent,AF2104,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Charkent,AF2104,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Charkent,AF2104,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Charkent,AF2104,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Charkent,AF2104,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Charkent,AF2104,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Balkh,AF21,Charkent,AF2104,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Charkent,AF2104,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Charkent,AF2104,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Charkent,AF2104,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Charkent,AF2104,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Charkent,AF2104,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Charkent,AF2104,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Charkent,AF2104,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Charkent,AF2104,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Charkent,AF2104,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Charkent,AF2104,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Charkent,AF2104,SOUND,Social Organization for Unity and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Charkent,AF2104,TEDHO,Taghir Educational Development And Health Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Charkent,AF2104,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Charkent,AF2104,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Charkent,AF2104,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Charkent,AF2104,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Charkent,AF2104,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Marmul,AF2105,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP @@ -6223,19 +5473,27 @@ Northern,Balkh,AF21,Marmul,AF2105,BDN,Bakhtar Development Network,National NGO,H Northern,Balkh,AF21,Marmul,AF2105,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Marmul,AF2105,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Marmul,AF2105,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Marmul,AF2105,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Marmul,AF2105,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Marmul,AF2105,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Marmul,AF2105,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Marmul,AF2105,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Marmul,AF2105,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Marmul,AF2105,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Marmul,AF2105,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Marmul,AF2105,SOUND,Social Organization for Unity and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Marmul,AF2105,TEDHO,Taghir Educational Development And Health Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Marmul,AF2105,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Marmul,AF2105,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Marmul,AF2105,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Marmul,AF2105,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Balkh,AF2106,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Balkh,AF2106,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Balkh,AF2106,IRW,Islamic Relief,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Balkh,AF2106,IRW,Islamic Relief,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Balkh,AF21,Balkh,AF2106,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Balkh,AF21,Balkh,AF2106,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Northern,Balkh,AF21,Balkh,AF2106,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Balkh,AF2106,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Balkh,AF2106,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Balkh,AF2106,CIC,Children in Crisis,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Balkh,AF2106,CARE,Care International in Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Balkh,AF2106,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Balkh,AF2106,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Balkh,AF2106,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP @@ -6243,45 +5501,67 @@ Northern,Balkh,AF21,Balkh,AF2106,WFP,World Food Program,United Nations,FSAC_OP,O Northern,Balkh,AF21,Balkh,AF2106,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Balkh,AF2106,AFGA,Afghan Family Guidance Association,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Balkh,AF2106,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Balkh,AF2106,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Balkh,AF2106,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Balkh,AF2106,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Balkh,AF2106,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Balkh,AF2106,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Balkh,AF2106,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Balkh,AF2106,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Balkh,AF2106,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Balkh,AF2106,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Balkh,AF2106,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Balkh,AF2106,HC,Holand Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Balkh,AF2106,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Balkh,AF2106,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Balkh,AF2106,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Balkh,AF2106,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Balkh,AF2106,SOUND,Social Organization for Unity and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Balkh,AF2106,TEDHO,Taghir Educational Development And Health Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Balkh,AF2106,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Balkh,AF2106,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Balkh,AF2106,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Balkh,AF2106,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Balkh,AF2106,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Balkh,AF21,Balkh,AF2106,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Balkh,AF2106,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Balkh,AF21,Balkh,AF2106,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Sholgareh,AF2107,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Sholgareh,AF2107,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Sholgareh,AF2107,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Northern,Balkh,AF21,Sholgareh,AF2107,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Sholgareh,AF2107,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Sholgareh,AF2107,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Sholgareh,AF2107,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Sholgareh,AF2107,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Sholgareh,AF2107,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Sholgareh,AF2107,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Sholgareh,AF2107,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Sholgareh,AF2107,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Sholgareh,AF2107,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Sholgareh,AF2107,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Sholgareh,AF2107,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Sholgareh,AF2107,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Sholgareh,AF2107,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Sholgareh,AF2107,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sholgareh,AF2107,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sholgareh,AF2107,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sholgareh,AF2107,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sholgareh,AF2107,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sholgareh,AF2107,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sholgareh,AF2107,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Sholgareh,AF2107,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sholgareh,AF2107,SOUND,Social Organization for Unity and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sholgareh,AF2107,TEDHO,Taghir Educational Development And Health Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sholgareh,AF2107,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sholgareh,AF2107,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sholgareh,AF2107,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Sholgareh,AF2107,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Sholgareh,AF2107,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Chemtal,AF2108,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Chemtal,AF2108,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Chemtal,AF2108,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Chemtal,AF2108,CARE,Care International in Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Chemtal,AF2108,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Chemtal,AF2108,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Chemtal,AF2108,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Chemtal,AF2108,PIN,People in Need,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Chemtal,AF2108,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Chemtal,AF2108,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Chemtal,AF2108,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP @@ -6290,43 +5570,66 @@ Northern,Balkh,AF21,Chemtal,AF2108,BDN,Bakhtar Development Network,National NGO, Northern,Balkh,AF21,Chemtal,AF2108,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Chemtal,AF2108,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Chemtal,AF2108,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Chemtal,AF2108,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Chemtal,AF2108,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Balkh,AF21,Chemtal,AF2108,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Chemtal,AF2108,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Chemtal,AF2108,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Chemtal,AF2108,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Chemtal,AF2108,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Chemtal,AF2108,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Chemtal,AF2108,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Chemtal,AF2108,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Chemtal,AF2108,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Chemtal,AF2108,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Chemtal,AF2108,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Chemtal,AF2108,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Chemtal,AF2108,SOUND,Social Organization for Unity and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Chemtal,AF2108,TEDHO,Taghir Educational Development And Health Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Chemtal,AF2108,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Chemtal,AF2108,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Chemtal,AF2108,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Chemtal,AF2108,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Chemtal,AF2108,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Chemtal,AF2108,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Chemtal,AF2108,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Balkh,AF21,Chemtal,AF2108,OAWCK,Organization for Afghan Women Capacity and Knowledge,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Chemtal,AF2108,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Balkh,AF21,Chemtal,AF2108,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Balkh,AF21,Chemtal,AF2108,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Dawlat Abad,AF2109,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Dawlat Abad,AF2109,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Dawlat Abad,AF2109,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Dawlat Abad,AF2109,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Dawlat Abad,AF2109,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Dawlat Abad,AF2109,PIN,People in Need,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Dawlat Abad,AF2109,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Dawlat Abad,AF2109,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Dawlat Abad,AF2109,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Dawlat Abad,AF2109,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Dawlat Abad,AF2109,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Dawlat Abad,AF2109,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Dawlat Abad,AF2109,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Dawlat Abad,AF2109,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Dawlat Abad,AF2109,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Balkh,AF21,Dawlat Abad,AF2109,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Dawlat Abad,AF2109,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Dawlat Abad,AF2109,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Dawlat Abad,AF2109,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Dawlat Abad,AF2109,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Dawlat Abad,AF2109,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Dawlat Abad,AF2109,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dawlat Abad,AF2109,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dawlat Abad,AF2109,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dawlat Abad,AF2109,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dawlat Abad,AF2109,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dawlat Abad,AF2109,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dawlat Abad,AF2109,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dawlat Abad,AF2109,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dawlat Abad,AF2109,SOUND,Social Organization for Unity and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dawlat Abad,AF2109,TEDHO,Taghir Educational Development And Health Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dawlat Abad,AF2109,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dawlat Abad,AF2109,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Dawlat Abad,AF2109,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Dawlat Abad,AF2109,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Dawlat Abad,AF2109,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Balkh,AF21,Dawlat Abad,AF2109,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Dawlat Abad,AF2109,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Dawlat Abad,AF2109,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Balkh,AF21,Dawlat Abad,AF2109,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Khulm,AF2110,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Khulm,AF2110,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Khulm,AF2110,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP @@ -6335,23 +5638,25 @@ Northern,Balkh,AF21,Khulm,AF2110,CHA,Coordination of Humanitarian Assistance,Nat Northern,Balkh,AF21,Khulm,AF2110,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Khulm,AF2110,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Khulm,AF2110,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Khulm,AF2110,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Khulm,AF2110,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Khulm,AF2110,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Khulm,AF2110,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Khulm,AF2110,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Khulm,AF2110,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Khulm,AF2110,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Khulm,AF2110,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Khulm,AF2110,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Khulm,AF2110,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Khulm,AF2110,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Khulm,AF2110,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Khulm,AF2110,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Char Bolak,AF2111,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Char Bolak,AF2111,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Char Bolak,AF2111,IRW,Islamic Relief,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Char Bolak,AF2111,IRW,Islamic Relief,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Balkh,AF21,Char Bolak,AF2111,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Char Bolak,AF2111,CARE,Care International in Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Char Bolak,AF2111,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Char Bolak,AF2111,CIC,Children in Crisis,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Char Bolak,AF2111,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Char Bolak,AF2111,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Char Bolak,AF2111,IOM,International Organization for Migration,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP @@ -6364,20 +5669,32 @@ Northern,Balkh,AF21,Char Bolak,AF2111,BDN,Bakhtar Development Network,National N Northern,Balkh,AF21,Char Bolak,AF2111,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Char Bolak,AF2111,IRW,Islamic Relief,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Char Bolak,AF2111,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Char Bolak,AF2111,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Char Bolak,AF2111,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Char Bolak,AF2111,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Char Bolak,AF2111,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Char Bolak,AF2111,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Char Bolak,AF2111,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Char Bolak,AF2111,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Char Bolak,AF2111,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Char Bolak,AF2111,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Char Bolak,AF2111,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Char Bolak,AF2111,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Char Bolak,AF2111,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Char Bolak,AF2111,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Char Bolak,AF2111,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Char Bolak,AF2111,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Char Bolak,AF2111,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Char Bolak,AF2111,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Char Bolak,AF2111,SOUND,Social Organization for Unity and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Char Bolak,AF2111,TEDHO,Taghir Educational Development And Health Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Char Bolak,AF2111,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Char Bolak,AF2111,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Char Bolak,AF2111,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Char Bolak,AF2111,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Char Bolak,AF2111,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Char Bolak,AF2111,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Char Bolak,AF2111,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Balkh,AF21,Char Bolak,AF2111,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Shortepa,AF2112,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Shortepa,AF2112,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Shortepa,AF2112,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Shortepa,AF2112,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Shortepa,AF2112,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP @@ -6386,14 +5703,24 @@ Northern,Balkh,AF21,Shortepa,AF2112,AFGA,Afghan Family Guidance Association,Nati Northern,Balkh,AF21,Shortepa,AF2112,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Shortepa,AF2112,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Shortepa,AF2112,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Shortepa,AF2112,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Shortepa,AF2112,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Shortepa,AF2112,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Shortepa,AF2112,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Shortepa,AF2112,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Shortepa,AF2112,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Shortepa,AF2112,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Shortepa,AF2112,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Shortepa,AF2112,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Shortepa,AF2112,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Shortepa,AF2112,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Shortepa,AF2112,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Shortepa,AF2112,SOUND,Social Organization for Unity and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Shortepa,AF2112,TEDHO,Taghir Educational Development And Health Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Shortepa,AF2112,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Shortepa,AF2112,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Shortepa,AF2112,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Shortepa,AF2112,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Kaldar,AF2113,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Kaldar,AF2113,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Kaldar,AF2113,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Kaldar,AF2113,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Kaldar,AF2113,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP @@ -6403,7 +5730,18 @@ Northern,Balkh,AF21,Kaldar,AF2113,BDN,Bakhtar Development Network,National NGO,H Northern,Balkh,AF21,Kaldar,AF2113,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Kaldar,AF2113,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Kaldar,AF2113,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Kaldar,AF2113,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Kaldar,AF2113,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Kaldar,AF2113,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Kaldar,AF2113,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Kaldar,AF2113,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Kaldar,AF2113,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Kaldar,AF2113,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Kaldar,AF2113,SOUND,Social Organization for Unity and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Kaldar,AF2113,TEDHO,Taghir Educational Development And Health Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Kaldar,AF2113,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Kaldar,AF2113,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Kaldar,AF2113,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Kaldar,AF2113,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Keshendeh,AF2114,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Keshendeh,AF2114,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP @@ -6414,19 +5752,26 @@ Northern,Balkh,AF21,Keshendeh,AF2114,SFL,SFL International,International NGO,FSA Northern,Balkh,AF21,Keshendeh,AF2114,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Keshendeh,AF2114,AFGA,Afghan Family Guidance Association,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Keshendeh,AF2114,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Keshendeh,AF2114,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Keshendeh,AF2114,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Keshendeh,AF2114,SCA,Swedish Committee for Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Keshendeh,AF2114,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Keshendeh,AF2114,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Balkh,AF21,Keshendeh,AF2114,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Keshendeh,AF2114,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Keshendeh,AF2114,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Keshendeh,AF2114,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Keshendeh,AF2114,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Keshendeh,AF2114,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Keshendeh,AF2114,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Keshendeh,AF2114,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Keshendeh,AF2114,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Keshendeh,AF2114,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Keshendeh,AF2114,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Keshendeh,AF2114,SOUND,Social Organization for Unity and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Keshendeh,AF2114,TEDHO,Taghir Educational Development And Health Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Keshendeh,AF2114,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Keshendeh,AF2114,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Keshendeh,AF2114,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Keshendeh,AF2114,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Keshendeh,AF2114,OAWCK,Organization for Afghan Women Capacity and Knowledge,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Zari,AF2115,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Zari,AF2115,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Zari,AF2115,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Zari,AF2115,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Zari,AF2115,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP @@ -6434,488 +5779,341 @@ Northern,Balkh,AF21,Zari,AF2115,WHH,Deutsche Welthungerhilfe e. V. (German Agro Northern,Balkh,AF21,Zari,AF2115,AFGA,Afghan Family Guidance Association,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Zari,AF2115,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Zari,AF2115,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Zari,AF2115,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Zari,AF2115,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Zari,AF2115,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Zari,AF2115,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Zari,AF2115,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Zari,AF2115,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Zari,AF2115,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Zari,AF2115,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Zari,AF2115,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Zari,AF2115,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Zari,AF2115,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Zari,AF2115,SOUND,Social Organization for Unity and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Zari,AF2115,TEDHO,Taghir Educational Development And Health Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Zari,AF2115,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Zari,AF2115,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Zari,AF2115,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Zari,AF2115,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Zari,AF2115,OAWCK,Organization for Afghan Women Capacity and Knowledge,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,BDN,Bakhtar Development Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,SCA,Swedish Committee for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,SOUND,Social Organization for Unity and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,TEDHO,Taghir Educational Development And Health Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,HTAC,Help the Afghan Children,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,HTAC,Help the Afghan Children,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,ORD,Organization for Relief and Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,MAAO,Modern Agriculture and Animal Husbandry Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,SFL,SFL International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,ASLO,Afghanistan Social and Legal Orgnization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,ORDR,Organization of Rural Development and Rehabilitation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,AINHE-O,Actions for Integrated Nutrition Health and Home Economics Organisation,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,MMRCA,Medical Management Research Courses Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,RHDO,Relief Humanitarian Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,AKHS,Aga Khan Health Service,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Sayad,AF2202,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sayad,AF2202,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sayad,AF2202,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sayad,AF2202,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sayad,AF2202,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sayad,AF2202,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sayad,AF2202,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,HTAC,Help the Afghan Children,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,HTAC,Help the Afghan Children,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Sar-e-Pul,AF22,Sayad,AF2202,MAAO,Modern Agriculture and Animal Husbandry Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Sayad,AF2202,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,ORDR,Organization of Rural Development and Rehabilitation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,MAAO,Modern Agriculture and Animal Husbandry Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Sar-e-Pul,AF22,Sayad,AF2202,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Sar-e-Pul,AF22,Sayad,AF2202,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Sar-e-Pul,AF22,Sayad,AF2202,MMRCA,Medical Management Research Courses Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Sar-e-Pul,AF22,Sayad,AF2202,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Sar-e-Pul,AF22,Sayad,AF2202,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Sar-e-Pul,AF22,Sayad,AF2202,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Sar-e-Pul,AF22,Sayad,AF2202,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sayad,AF2202,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Sayad,AF2202,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,ADEO,Afghanistan Development and Education Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,MAAO,Modern Agriculture and Animal Husbandry Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,ASLO,Afghanistan Social and Legal Orgnization,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,MMRCA,Medical Management Research Courses Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,CICA,Canadian International Community Association ,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,CICA,Canadian International Community Association ,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,CICA,Canadian International Community Association ,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,HTAC,Help the Afghan Children,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,HTAC,Help the Afghan Children,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,MAAO,Modern Agriculture and Animal Husbandry Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,ORDR,Organization of Rural Development and Rehabilitation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,MMRCA,Medical Management Research Courses Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,ADEO,Afghanistan Development and Education Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,HTAC,Help the Afghan Children,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,HTAC,Help the Afghan Children,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Sar-e-Pul,AF22,Sancharak,AF2205,MAAO,Modern Agriculture and Animal Husbandry Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,ASLO,Afghanistan Social and Legal Orgnization,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,ORDR,Organization of Rural Development and Rehabilitation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Sar-e-Pul,AF22,Sancharak,AF2205,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Sar-e-Pul,AF22,Sancharak,AF2205,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,CICA,Canadian International Community Association ,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Sar-e-Pul,AF22,Sancharak,AF2205,MMRCA,Medical Management Research Courses Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Sar-e-Pul,AF22,Sancharak,AF2205,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Sar-e-Pul,AF22,Sancharak,AF2205,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Sar-e-Pul,AF22,Sancharak,AF2205,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Sar-e-Pul,AF22,Sancharak,AF2205,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Sar-e-Pul,AF22,Sancharak,AF2205,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,CICA,Canadian International Community Association ,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,CICA,Canadian International Community Association ,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,CICA,Canadian International Community Association ,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,MAAO,Modern Agriculture and Animal Husbandry Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,MMRCA,Medical Management Research Courses Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,CICA,Canadian International Community Association ,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Balkhab,AF2207,ADEO,Afghanistan Development and Education Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Sar-e-Pul,AF22,Balkhab,AF2207,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Balkhab,AF2207,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Sar-e-Pul,AF22,Balkhab,AF2207,MAAO,Modern Agriculture and Animal Husbandry Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Balkhab,AF2207,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Balkhab,AF2207,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Balkhab,AF2207,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Balkhab,AF2207,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Sar-e-Pul,AF22,Balkhab,AF2207,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Balkhab,AF2207,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Sar-e-Pul,AF22,Balkhab,AF2207,MMRCA,Medical Management Research Courses Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Sar-e-Pul,AF22,Balkhab,AF2207,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Sar-e-Pul,AF22,Balkhab,AF2207,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Balkhab,AF2207,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Balkhab,AF2207,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Sar-e-Pul,AF22,Balkhab,AF2207,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Balkhab,AF2207,CICA,Canadian International Community Association ,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Balkhab,AF2207,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,ABCO,Afghan Bureau Collaboration Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,ABCO,Afghan Bureau Collaboration Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Jawzjan,AF28,Shiberghan,AF2801,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Jawzjan,AF28,Shiberghan,AF2801,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,JACSO,Jawanan Andishmand Cultural and Service Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,JACSO,Jawanan Andishmand Cultural and Service Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Jawzjan,AF28,Shiberghan,AF2801,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Jawzjan,AF28,Shiberghan,AF2801,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Northern,Jawzjan,AF28,Shiberghan,AF2801,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,PACO,People Action For Change organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,CDYO,Change and Development Youths Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Jawzjan,AF28,Shiberghan,AF2801,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Jawzjan,AF28,Shiberghan,AF2801,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,ACTED,Agency For Technical Cooperation & Development,International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,JACSO,Jawanan Andishmand Cultural and Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Jawzjan,AF28,Shiberghan,AF2801,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Jawzjan,AF28,Shiberghan,AF2801,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,AWRO,Afghan Women’s Rights Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,SAF,Solidarity for Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,YHDO,Youth Health and Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Jawzjan,AF28,Shiberghan,AF2801,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Jawzjan,AF28,Shiberghan,AF2801,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Shiberghan,AF2801,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Shiberghan,AF2801,AKHS,Aga Khan Health Service,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Shiberghan,AF2801,PACO,People Action For Change organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Shiberghan,AF2801,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Shiberghan,AF2801,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Shiberghan,AF2801,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Shiberghan,AF2801,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,ORD,Organization for Relief and Development,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,ABCO,Afghan Bureau Collaboration Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,ABCO,Afghan Bureau Collaboration Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,JACSO,Jawanan Andishmand Cultural and Service Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,JACSO,Jawanan Andishmand Cultural and Service Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,ACTED,Agency For Technical Cooperation & Development,International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,JACSO,Jawanan Andishmand Cultural and Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,SAF,Solidarity for Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,PACO,People Action For Change organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Khanaqa,AF2803,ABCO,Afghan Bureau Collaboration Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Khanaqa,AF2803,ABCO,Afghan Bureau Collaboration Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Jawzjan,AF28,Khanaqa,AF2803,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Jawzjan,AF28,Khanaqa,AF2803,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Khanaqa,AF2803,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Khanaqa,AF2803,JACSO,Jawanan Andishmand Cultural and Service Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Jawzjan,AF28,Khanaqa,AF2803,JACSO,Jawanan Andishmand Cultural and Service Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Jawzjan,AF28,Khanaqa,AF2803,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Khanaqa,AF2803,CDYO,Change and Development Youths Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Khanaqa,AF2803,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Jawzjan,AF28,Khanaqa,AF2803,ACTED,Agency For Technical Cooperation & Development,International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Khanaqa,AF2803,JACSO,Jawanan Andishmand Cultural and Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Jawzjan,AF28,Khanaqa,AF2803,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Khanaqa,AF2803,SAF,Solidarity for Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Khanaqa,AF2803,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Jawzjan,AF28,Khanaqa,AF2803,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Khanaqa,AF2803,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Khanaqa,AF2803,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Khanaqa,AF2803,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Mingajik,AF2804,ABCO,Afghan Bureau Collaboration Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Mingajik,AF2804,ABCO,Afghan Bureau Collaboration Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Jawzjan,AF28,Mingajik,AF2804,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Jawzjan,AF28,Mingajik,AF2804,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Mingajik,AF2804,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Mingajik,AF2804,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Mingajik,AF2804,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Mingajik,AF2804,PRB,Partners in Revitalization and Building,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Mingajik,AF2804,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Mingajik,AF2804,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Jawzjan,AF28,Mingajik,AF2804,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Jawzjan,AF28,Mingajik,AF2804,ACTED,Agency For Technical Cooperation & Development,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Mingajik,AF2804,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Jawzjan,AF28,Mingajik,AF2804,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Jawzjan,AF28,Mingajik,AF2804,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Mingajik,AF2804,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Mingajik,AF2804,SAF,Solidarity for Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Jawzjan,AF28,Mingajik,AF2804,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Mingajik,AF2804,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Jawzjan,AF28,Mingajik,AF2804,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Mingajik,AF2804,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Mingajik,AF2804,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Mingajik,AF2804,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Mingajik,AF2804,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Jawzjan,AF28,Mingajik,AF2804,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Mingajik,AF2804,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Qush Tepa,AF2805,ABCO,Afghan Bureau Collaboration Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Qush Tepa,AF2805,ABCO,Afghan Bureau Collaboration Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Qush Tepa,AF2805,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Qush Tepa,AF2805,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Qush Tepa,AF2805,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Qush Tepa,AF2805,AWRO,Afghan Women’s Rights Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Qush Tepa,AF2805,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Qush Tepa,AF2805,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Qush Tepa,AF2805,ACTED,Agency For Technical Cooperation & Development,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Qush Tepa,AF2805,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Mingajik,AF2804,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,JACSO,Jawanan Andishmand Cultural and Service Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,JACSO,Jawanan Andishmand Cultural and Service Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,ABCO,Afghan Bureau Collaboration Office,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,JACSO,Jawanan Andishmand Cultural and Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Jawzjan,AF28,Qush Tepa,AF2805,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Jawzjan,AF28,Qush Tepa,AF2805,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Qush Tepa,AF2805,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Qush Tepa,AF2805,SAF,Solidarity for Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Jawzjan,AF28,Qush Tepa,AF2805,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Qush Tepa,AF2805,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Qush Tepa,AF2805,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Jawzjan,AF28,Qush Tepa,AF2805,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Qush Tepa,AF2805,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Qush Tepa,AF2805,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Qush Tepa,AF2805,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Khamyab,AF2806,ABCO,Afghan Bureau Collaboration Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Khamyab,AF2806,ABCO,Afghan Bureau Collaboration Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Khamyab,AF2806,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Khamyab,AF2806,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Khamyab,AF2806,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Khamyab,AF2806,PACO,People Action For Change organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Khamyab,AF2806,ACTED,Agency For Technical Cooperation & Development,International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Jawzjan,AF28,Khamyab,AF2806,ABCO,Afghan Bureau Collaboration Office,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Khamyab,AF2806,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Jawzjan,AF28,Khamyab,AF2806,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Khamyab,AF2806,SAF,Solidarity for Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Khamyab,AF2806,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Jawzjan,AF28,Khamyab,AF2806,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Khamyab,AF2806,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,ABCO,Afghan Bureau Collaboration Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,ABCO,Afghan Bureau Collaboration Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Jawzjan,AF28,Aqcha,AF2807,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Jawzjan,AF28,Aqcha,AF2807,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,JACSO,Jawanan Andishmand Cultural and Service Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,JACSO,Jawanan Andishmand Cultural and Service Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Jawzjan,AF28,Aqcha,AF2807,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Jawzjan,AF28,Aqcha,AF2807,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,UA,Union Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Jawzjan,AF28,Aqcha,AF2807,ACTED,Agency For Technical Cooperation & Development,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,JACSO,Jawanan Andishmand Cultural and Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Jawzjan,AF28,Aqcha,AF2807,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Jawzjan,AF28,Aqcha,AF2807,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,SAF,Solidarity for Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,UA,Union Aid,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Jawzjan,AF28,Aqcha,AF2807,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,UA,Union Aid,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Jawzjan,AF28,Aqcha,AF2807,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Aqcha,AF2807,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Aqcha,AF2807,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Aqcha,AF2807,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Aqcha,AF2807,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Jawzjan,AF28,Aqcha,AF2807,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Aqcha,AF2807,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Aqcha,AF2807,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,ABCO,Afghan Bureau Collaboration Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,ABCO,Afghan Bureau Collaboration Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Jawzjan,AF28,Fayzabad,AF2808,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Jawzjan,AF28,Fayzabad,AF2808,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Jawzjan,AF28,Fayzabad,AF2808,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,ACTED,Agency For Technical Cooperation & Development,International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Fayzabad,AF2808,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Jawzjan,AF28,Fayzabad,AF2808,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Jawzjan,AF28,Fayzabad,AF2808,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,SAF,Solidarity for Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Jawzjan,AF28,Fayzabad,AF2808,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Jawzjan,AF28,Fayzabad,AF2808,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Fayzabad,AF2808,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,ORD,Organization for Relief and Development,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Mardyan,AF2809,ABCO,Afghan Bureau Collaboration Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Mardyan,AF2809,ABCO,Afghan Bureau Collaboration Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Jawzjan,AF28,Fayzabad,AF2808,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Jawzjan,AF28,Fayzabad,AF2808,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Jawzjan,AF28,Mardyan,AF2809,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Jawzjan,AF28,Mardyan,AF2809,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Mardyan,AF2809,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Jawzjan,AF28,Mardyan,AF2809,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Mardyan,AF2809,PACO,People Action For Change organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Mardyan,AF2809,PRB,Partners in Revitalization and Building,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Mardyan,AF2809,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Jawzjan,AF28,Mardyan,AF2809,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Jawzjan,AF28,Mardyan,AF2809,ACTED,Agency For Technical Cooperation & Development,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Mardyan,AF2809,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Mardyan,AF2809,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Jawzjan,AF28,Mardyan,AF2809,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Mardyan,AF2809,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Mardyan,AF2809,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Mardyan,AF2809,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Mardyan,AF2809,RHDO,Relief Humanitarian Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Mardyan,AF2809,SAF,Solidarity for Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Jawzjan,AF28,Mardyan,AF2809,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Mardyan,AF2809,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Mardyan,AF2809,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Jawzjan,AF28,Mardyan,AF2809,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Mardyan,AF2809,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Mardyan,AF2809,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Mardyan,AF2809,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Qarqin,AF2810,ABCO,Afghan Bureau Collaboration Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,ABCO,Afghan Bureau Collaboration Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,ACTED,Agency For Technical Cooperation & Development,International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Mardyan,AF2809,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Jawzjan,AF28,Mardyan,AF2809,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Jawzjan,AF28,Qarqin,AF2810,ABCO,Afghan Bureau Collaboration Office,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Qarqin,AF2810,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Jawzjan,AF28,Qarqin,AF2810,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Jawzjan,AF28,Qarqin,AF2810,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,SAF,Solidarity for Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Jawzjan,AF28,Qarqin,AF2810,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Jawzjan,AF28,Qarqin,AF2810,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Qarqin,AF2810,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Jawzjan,AF28,Qarqin,AF2810,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Qarqin,AF2810,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Darzab,AF2811,ABCO,Afghan Bureau Collaboration Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Darzab,AF2811,ABCO,Afghan Bureau Collaboration Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Darzab,AF2811,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Darzab,AF2811,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Jawzjan,AF28,Darzab,AF2811,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Jawzjan,AF28,Darzab,AF2811,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Jawzjan,AF28,Darzab,AF2811,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Jawzjan,AF28,Darzab,AF2811,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Jawzjan,AF28,Darzab,AF2811,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Darzab,AF2811,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Darzab,AF2811,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Darzab,AF2811,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Darzab,AF2811,ACTED,Agency For Technical Cooperation & Development,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Darzab,AF2811,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Darzab,AF2811,ABCO,Afghan Bureau Collaboration Office,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Darzab,AF2811,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Jawzjan,AF28,Darzab,AF2811,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Jawzjan,AF28,Darzab,AF2811,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Darzab,AF2811,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Darzab,AF2811,SAF,Solidarity for Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Jawzjan,AF28,Darzab,AF2811,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Darzab,AF2811,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Darzab,AF2811,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Jawzjan,AF28,Darzab,AF2811,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Jawzjan,AF28,Darzab,AF2811,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Darzab,AF2811,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Darzab,AF2811,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Darzab,AF2811,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Darzab,AF2811,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Darzab,AF2811,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Maymana,AF2901,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Maymana,AF2901,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Jawzjan,AF28,Darzab,AF2811,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Jawzjan,AF28,Darzab,AF2811,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Maymana,AF2901,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Maymana,AF2901,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Maymana,AF2901,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Maymana,AF2901,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Maymana,AF2901,PACO,People Action For Change organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Maymana,AF2901,PACO,People Action For Change organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Maymana,AF2901,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Maymana,AF2901,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Maymana,AF2901,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Maymana,AF2901,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Maymana,AF2901,WAW,Women for Afghan Women,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Maymana,AF2901,WAW,Women for Afghan Women,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Maymana,AF2901,ARADA,Agency for Rehabilitation Assistance & Development of Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Faryab,AF29,Maymana,AF2901,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Faryab,AF29,Maymana,AF2901,AKHS,Aga Khan Health Service,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Northern,Faryab,AF29,Maymana,AF2901,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Northern,Faryab,AF29,Maymana,AF2901,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Faryab,AF29,Maymana,AF2901,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Faryab,AF29,Maymana,AF2901,WAW,Women for Afghan Women,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Faryab,AF29,Maymana,AF2901,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Maymana,AF2901,WVI,World Vision International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Faryab,AF29,Maymana,AF2901,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Maymana,AF2901,ARADA,Agency for Rehabilitation Assistance & Development of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Maymana,AF2901,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Maymana,AF2901,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Maymana,AF2901,NRC,Norwegian Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Maymana,AF2901,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Maymana,AF2901,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Maymana,AF2901,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Maymana,AF2901,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Maymana,AF2901,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Maymana,AF2901,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Maymana,AF2901,ACTED,Agency For Technical Cooperation & Development,International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Maymana,AF2901,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Maymana,AF2901,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Maymana,AF2901,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Maymana,AF2901,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Maymana,AF2901,MSI,"Management Systems International, Inc.",International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Maymana,AF2901,NAC,Norwegian Afghanistan Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Maymana,AF2901,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Maymana,AF2901,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Maymana,AF2901,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Maymana,AF2901,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Faryab,AF29,Maymana,AF2901,MSI,"Management Systems International, Inc.",International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Faryab,AF29,Maymana,AF2901,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Maymana,AF2901,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Faryab,AF29,Maymana,AF2901,ACTED,Agency For Technical Cooperation & Development,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Faryab,AF29,Maymana,AF2901,ARADA,Agency for Rehabilitation Assistance & Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Faryab,AF29,Maymana,AF2901,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Maymana,AF2901,SDO,Sanayee Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Faryab,AF29,Maymana,AF2901,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Faryab,AF29,Maymana,AF2901,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Maymana,AF2901,AKHS,Aga Khan Health Service,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Maymana,AF2901,CTG,CTG Global,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Maymana,AF2901,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP @@ -6927,27 +6125,25 @@ Northern,Faryab,AF29,Maymana,AF2901,SCI,Save the Children Federation Internation Northern,Faryab,AF29,Maymana,AF2901,UNAMA,United Nations Assistance Mission in Afghanistan,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Maymana,AF2901,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Maymana,AF2901,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Maymana,AF2901,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Maymana,AF2901,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Maymana,AF2901,JACK,Just for Afghan Capacity and Knowledge,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Faryab,AF29,Maymana,AF2901,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Maymana,AF2901,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Maymana,AF2901,WAW,Women for Afghan Women,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Maymana,AF2901,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Pashtun Kot,AF2902,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Pashtun Kot,AF2902,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Maymana,AF2901,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Pashtun Kot,AF2902,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Pashtun Kot,AF2902,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Pashtun Kot,AF2902,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Pashtun Kot,AF2902,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Pashtun Kot,AF2902,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Faryab,AF29,Pashtun Kot,AF2902,WVI,World Vision International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Pashtun Kot,AF2902,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Pashtun Kot,AF2902,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Pashtun Kot,AF2902,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Pashtun Kot,AF2902,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Pashtun Kot,AF2902,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Pashtun Kot,AF2902,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Pashtun Kot,AF2902,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Pashtun Kot,AF2902,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Pashtun Kot,AF2902,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Pashtun Kot,AF2902,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Pashtun Kot,AF2902,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP @@ -6957,25 +6153,24 @@ Northern,Faryab,AF29,Pashtun Kot,AF2902,SDO,Sanayee Development Organization,Nat Northern,Faryab,AF29,Pashtun Kot,AF2902,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Pashtun Kot,AF2902,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Pashtun Kot,AF2902,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Pashtun Kot,AF2902,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Pashtun Kot,AF2902,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Pashtun Kot,AF2902,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Pashtun Kot,AF2902,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Pashtun Kot,AF2902,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,DAARTT,Danish Assistance to Afghan Rehabilitation and Technical Training,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,WVI,World Vision International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,HIA,Hungarian InterChurch Aid - Hungary,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,NRC,Norwegian Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP @@ -6984,136 +6179,129 @@ Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,SCI,Save the Children Federation In Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,SDO,Sanayee Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,HYSIO,The Homeland Youths Social Inventive Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Almar,AF2904,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Almar,AF2904,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Almar,AF2904,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Almar,AF2904,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Almar,AF2904,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Almar,AF2904,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Almar,AF2904,HIA,Hungarian InterChurch Aid - Hungary,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Almar,AF2904,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Almar,AF2904,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Almar,AF2904,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Almar,AF2904,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Almar,AF2904,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Almar,AF2904,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Almar,AF2904,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Almar,AF2904,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Almar,AF2904,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Almar,AF2904,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Faryab,AF29,Almar,AF2904,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Almar,AF2904,SDO,Sanayee Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Almar,AF2904,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Almar,AF2904,HYSIO,The Homeland Youths Social Inventive Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Almar,AF2904,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Almar,AF2904,JACK,Just for Afghan Capacity and Knowledge,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Almar,AF2904,MCPA,Mine Clearence Program for Afghanistan ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Almar,AF2904,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Almar,AF2904,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Almar,AF2904,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Almar,AF2904,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Almar,AF2904,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Almar,AF2904,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Bilcheragh,AF2905,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Bilcheragh,AF2905,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Bilcheragh,AF2905,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Faryab,AF29,Bilcheragh,AF2905,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Bilcheragh,AF2905,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Bilcheragh,AF2905,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Bilcheragh,AF2905,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Bilcheragh,AF2905,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Bilcheragh,AF2905,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Bilcheragh,AF2905,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Bilcheragh,AF2905,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Bilcheragh,AF2905,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Bilcheragh,AF2905,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Bilcheragh,AF2905,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Bilcheragh,AF2905,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Bilcheragh,AF2905,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Bilcheragh,AF2905,SDO,Sanayee Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Bilcheragh,AF2905,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Bilcheragh,AF2905,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Bilcheragh,AF2905,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Bilcheragh,AF2905,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Shirin Tagab,AF2906,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Shirin Tagab,AF2906,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Shirin Tagab,AF2906,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Shirin Tagab,AF2906,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Shirin Tagab,AF2906,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Shirin Tagab,AF2906,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Shirin Tagab,AF2906,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Shirin Tagab,AF2906,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Shirin Tagab,AF2906,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Shirin Tagab,AF2906,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Shirin Tagab,AF2906,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Shirin Tagab,AF2906,HIA,Hungarian InterChurch Aid - Hungary,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Shirin Tagab,AF2906,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Shirin Tagab,AF2906,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Shirin Tagab,AF2906,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Shirin Tagab,AF2906,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Shirin Tagab,AF2906,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Shirin Tagab,AF2906,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Faryab,AF29,Shirin Tagab,AF2906,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Shirin Tagab,AF2906,SDO,Sanayee Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Shirin Tagab,AF2906,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Shirin Tagab,AF2906,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Shirin Tagab,AF2906,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Shirin Tagab,AF2906,HYSIO,The Homeland Youths Social Inventive Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Shirin Tagab,AF2906,JACK,Just for Afghan Capacity and Knowledge,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Shirin Tagab,AF2906,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Shirin Tagab,AF2906,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Shirin Tagab,AF2906,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Shirin Tagab,AF2906,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Qaysar,AF2907,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Qaysar,AF2907,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Qaysar,AF2907,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Qaysar,AF2907,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Qaysar,AF2907,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Qaysar,AF2907,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Qaysar,AF2907,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Qaysar,AF2907,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Qaysar,AF2907,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Qaysar,AF2907,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Qaysar,AF2907,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Faryab,AF29,Qaysar,AF2907,WVI,World Vision International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Faryab,AF29,Qaysar,AF2907,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Qaysar,AF2907,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Qaysar,AF2907,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Qaysar,AF2907,NRC,Norwegian Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Qaysar,AF2907,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Qaysar,AF2907,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Qaysar,AF2907,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Qaysar,AF2907,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Qaysar,AF2907,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Qaysar,AF2907,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Qaysar,AF2907,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Qaysar,AF2907,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Qaysar,AF2907,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Qaysar,AF2907,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Faryab,AF29,Qaysar,AF2907,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Qaysar,AF2907,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Qaysar,AF2907,SDO,Sanayee Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Qaysar,AF2907,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Qaysar,AF2907,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Qaysar,AF2907,JACK,Just for Afghan Capacity and Knowledge,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Qaysar,AF2907,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Qaysar,AF2907,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Qaysar,AF2907,JACK,Just for Afghan Capacity and Knowledge,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Qaysar,AF2907,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Garzewan,AF2908,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Garzewan,AF2908,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Garzewan,AF2908,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Garzewan,AF2908,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Garzewan,AF2908,DAARTT,Danish Assistance to Afghan Rehabilitation and Technical Training,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Faryab,AF29,Garzewan,AF2908,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Faryab,AF29,Garzewan,AF2908,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Garzewan,AF2908,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Garzewan,AF2908,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Garzewan,AF2908,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Garzewan,AF2908,DAARTT,Danish Assistance to Afghan Rehabilitation and Technical Training,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Garzewan,AF2908,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Garzewan,AF2908,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Garzewan,AF2908,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Garzewan,AF2908,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Garzewan,AF2908,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Garzewan,AF2908,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Garzewan,AF2908,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Garzewan,AF2908,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Garzewan,AF2908,SDO,Sanayee Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Garzewan,AF2908,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Garzewan,AF2908,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Garzewan,AF2908,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Garzewan,AF2908,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Dawlat Abad,AF2909,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Dawlat Abad,AF2909,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Dawlat Abad,AF2909,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Dawlat Abad,AF2909,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Dawlat Abad,AF2909,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Dawlat Abad,AF2909,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Dawlat Abad,AF2909,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Dawlat Abad,AF2909,HIA,Hungarian InterChurch Aid - Hungary,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Dawlat Abad,AF2909,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Dawlat Abad,AF2909,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Dawlat Abad,AF2909,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Dawlat Abad,AF2909,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Dawlat Abad,AF2909,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Dawlat Abad,AF2909,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Dawlat Abad,AF2909,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Dawlat Abad,AF2909,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP @@ -7126,46 +6314,45 @@ Northern,Faryab,AF29,Dawlat Abad,AF2909,ACTED,Agency For Technical Cooperation & Northern,Faryab,AF29,Dawlat Abad,AF2909,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Dawlat Abad,AF2909,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Dawlat Abad,AF2909,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Kohistan,AF2910,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Kohistan,AF2910,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Kohistan,AF2910,DAARTT,Danish Assistance to Afghan Rehabilitation and Technical Training,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Faryab,AF29,Kohistan,AF2910,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Kohistan,AF2910,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Kohistan,AF2910,DAARTT,Danish Assistance to Afghan Rehabilitation and Technical Training,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Kohistan,AF2910,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Kohistan,AF2910,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Kohistan,AF2910,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Kohistan,AF2910,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Kohistan,AF2910,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Kohistan,AF2910,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Kohistan,AF2910,SDO,Sanayee Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Kohistan,AF2910,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Qaram Qul,AF2911,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Qaram Qul,AF2911,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Qaram Qul,AF2911,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Qaram Qul,AF2911,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Qaram Qul,AF2911,HIA,Hungarian InterChurch Aid - Hungary,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Qaram Qul,AF2911,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Qaram Qul,AF2911,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Qaram Qul,AF2911,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Qaram Qul,AF2911,SDO,Sanayee Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Qaram Qul,AF2911,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Qurghan,AF2912,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Qurghan,AF2912,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Qurghan,AF2912,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Qurghan,AF2912,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Qurghan,AF2912,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Faryab,AF29,Qaram Qul,AF2911,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Qurghan,AF2912,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Qurghan,AF2912,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Qurghan,AF2912,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Qurghan,AF2912,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Qurghan,AF2912,HIA,Hungarian InterChurch Aid - Hungary,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Qurghan,AF2912,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Qurghan,AF2912,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Qurghan,AF2912,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Qurghan,AF2912,SDO,Sanayee Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Qurghan,AF2912,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Qurghan,AF2912,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Qurghan,AF2912,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Andkhoy,AF2913,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Andkhoy,AF2913,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Andkhoy,AF2913,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Andkhoy,AF2913,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Andkhoy,AF2913,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Andkhoy,AF2913,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Andkhoy,AF2913,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Andkhoy,AF2913,JACK,Just for Afghan Capacity and Knowledge,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Andkhoy,AF2913,JACK,Just for Afghan Capacity and Knowledge,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Andkhoy,AF2913,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Andkhoy,AF2913,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Andkhoy,AF2913,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Andkhoy,AF2913,HIA,Hungarian InterChurch Aid - Hungary,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Andkhoy,AF2913,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Andkhoy,AF2913,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Andkhoy,AF2913,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Andkhoy,AF2913,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Andkhoy,AF2913,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Andkhoy,AF2913,SDO,Sanayee Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP @@ -7176,389 +6363,444 @@ Northern,Faryab,AF29,Andkhoy,AF2913,YHDO,Youth Health and Development Organizati Northern,Faryab,AF29,Andkhoy,AF2913,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Andkhoy,AF2913,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Andkhoy,AF2913,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,ACTED,Agency For Technical Cooperation & Development,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,ACTED,Agency For Technical Cooperation & Development,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,HIA,Hungarian InterChurch Aid - Hungary,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,SAF,Solidarity for Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,SDO,Sanayee Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Khanaqa,AF2803,SWRO,Social Welfare and Rehabilltation Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,SWRO,Social Welfare and Rehabilltation Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Samangan,AF20,Ruy-e-Duab,AF2005,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Sar-e-Pul,AF22,Balkhab,AF2207,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,SWRO,Social Welfare and Rehabilltation Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Aybak,AF2001,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Samangan,AF20,Aybak,AF2001,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Faryab,AF29,Kohistan,AF2910,DAARTT,Danish Assistance to Afghan Rehabilitation and Technical Training,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Faryab,AF29,Kohistan,AF2910,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Qarqin,AF2810,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Jawzjan,AF28,Qarqin,AF2810,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Qarqin,AF2810,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Keshendeh,AF2114,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Balkh,AF21,Balkh,AF2106,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Northern,Balkh,AF21,Balkh,AF2106,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Garzewan,AF2908,DAARTT,Danish Assistance to Afghan Rehabilitation and Technical Training,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Faryab,AF29,Qaysar,AF2907,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Qaysar,AF2907,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Char Bolak,AF2111,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Garzewan,AF2908,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Garzewan,AF2908,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Faryab,AF29,Shirin Tagab,AF2906,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Shirin Tagab,AF2906,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Shirin Tagab,AF2906,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Faryab,AF29,Almar,AF2904,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Almar,AF2904,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Dawlat Abad,AF2109,PIN,People in Need,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Kaldar,AF2113,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Balkh,AF21,Shortepa,AF2112,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Almar,AF2904,SOUND,Social Organization for Unity and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Almar,AF2904,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,SWRO,Social Welfare and Rehabilltation Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,SWRO,Social Welfare and Rehabilltation Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Mardyan,AF2809,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Jawzjan,AF28,Mardyan,AF2809,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Dawlat Abad,AF2909,SOUND,Social Organization for Unity and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Dawlat Abad,AF2909,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Kaldar,AF2113,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Khulm,AF2110,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Shortepa,AF2112,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Darzab,AF2811,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,SOUND,Social Organization for Unity and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Faryab,AF29,Maymana,AF2901,SOUND,Social Organization for Unity and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Pashtun Kot,AF2902,SOUND,Social Organization for Unity and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Faryab,AF29,Pashtun Kot,AF2902,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Faryab,AF29,Qaram Qul,AF2911,SOUND,Social Organization for Unity and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Qaysar,AF2907,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Khanaqa,AF2803,SWRO,Social Welfare and Rehabilltation Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Balkhab,AF2207,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Shirin Tagab,AF2906,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Faryab,AF29,Garzewan,AF2908,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Faryab,AF29,Bilcheragh,AF2905,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Sholgareh,AF2107,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Sar-e-Pul,AF22,Balkhab,AF2207,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Dawlat Abad,AF2109,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Sar-e-Pul,AF22,Balkhab,AF2207,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Balkh,AF2106,AWRO,Afghan Women’s Rights Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Qaram Qul,AF2911,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Chemtal,AF2108,AWRO,Afghan Women’s Rights Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Maymana,AF2901,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Qurghan,AF2912,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Shirin Tagab,AF2906,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Bilcheragh,AF2905,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Sholgareh,AF2107,AWRO,Afghan Women’s Rights Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Andkhoy,AF2913,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Almar,AF2904,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Dawlat Abad,AF2909,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Kohistan,AF2910,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,AWRO,Afghan Women’s Rights Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Aybak,AF2001,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Balkh,AF21,Char Bolak,AF2111,CIC,Children in Crisis,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Kohistan,AF2910,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Sar-e-Pul,AF22,Balkhab,AF2207,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Balkh,AF21,Chemtal,AF2108,CIC,Children in Crisis,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sayad,AF2202,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Aybak,AF2001,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Bilcheragh,AF2905,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Faryab,AF29,Kohistan,AF2910,OPHA,Organization For People's Health In Action,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Dawlat Abad,AF2909,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Faryab,AF29,Garzewan,AF2908,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Qarqin,AF2810,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Balkhab,AF2207,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,SWRO,Social Welfare and Rehabilltation Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,CIC,Children in Crisis,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Qarqin,AF2810,WHH,Deutsche Welthungerhilfe e. V. (German Agro Action),International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Sar-e-Pul,AF22,Sayad,AF2202,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Dawlat Abad,AF2909,OPHA,Organization For People's Health In Action,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,HIHAO,Hand In Hand Afghanistan Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Aybak,AF2001,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Fayzabad,AF2808,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Bilcheragh,AF2905,OPHA,Organization For People's Health In Action,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,OPHA,Organization For People's Health In Action,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Dawlat Abad,AF2909,OPHA,Organization For People's Health In Action,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Garzewan,AF2908,OPHA,Organization For People's Health In Action,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Bilcheragh,AF2905,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Andkhoy,AF2913,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Dawlat Abad,AF2909,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Faryab,AF29,Garzewan,AF2908,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Faryab,AF29,Kohistan,AF2910,OPHA,Organization For People's Health In Action,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Bilcheragh,AF2905,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Faryab,AF29,Kohistan,AF2910,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Balkh,AF21,Balkh,AF2106,AWRO,Afghan Women’s Rights Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Chemtal,AF2108,AWRO,Afghan Women’s Rights Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Sholgareh,AF2107,AWRO,Afghan Women’s Rights Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,AWRO,Afghan Women’s Rights Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Qurghan,AF2912,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Balkh,AF21,Char Bolak,AF2111,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Faryab,AF29,Qaram Qul,AF2911,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Kohistan,AF2910,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Dawlat Abad,AF2909,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Pashtun Kot,AF2902,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Balkh,AF21,Marmul,AF2105,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Balkh,AF21,Keshendeh,AF2114,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Balkhab,AF2207,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Aybak,AF2001,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Maymana,AF2901,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Faryab,AF29,Shirin Tagab,AF2906,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Faryab,AF29,Andkhoy,AF2913,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Faryab,AF29,Qaysar,AF2907,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Maymana,AF2901,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Balkh,AF2106,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Marmul,AF2105,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Char Bolak,AF2111,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Dehdadi,AF2103,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Almar,AF2904,WVI,World Vision International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,CICA,Canadian International Community Association ,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Almar,AF2904,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Faryab,AF29,Maymana,AF2901,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Garzewan,AF2908,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Faryab,AF29,Maymana,AF2901,SOUND,Social Organization for Unity and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Shirin Tagab,AF2906,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Faryab,AF29,Kohistan,AF2910,SOUND,Social Organization for Unity and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Shirin Tagab,AF2906,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Marmul,AF2105,SWRO,Social Welfare and Rehabilltation Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Maymana,AF2901,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Kohistan,AF2910,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Andkhoy,AF2913,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,SWRO,Social Welfare and Rehabilltation Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Balkh,AF2106,AWEC,Afghan Women's Education Center,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Balkh,AF2106,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Balkh,AF2106,AWSDC,Afghan Women Skill Development Centre,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Balkh,AF2106,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Balkh,AF2106,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Balkh,AF2106,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Balkh,AF2106,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,CARITAS-G,Caritas Germany,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Ruy-e-Duab,AF2005,CARITAS-G,Caritas Germany,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Samangan,AF20,Ruy-e-Duab,AF2005,APBHO,Afghan Peace Builders Humanitarian Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Shirin Tagab,AF2906,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Shirin Tagab,AF2906,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Dehdadi,AF2103,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,OPHA,Organization For People's Health In Action,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Char Bolak,AF2111,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Shortepa,AF2112,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Chemtal,AF2108,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Balkh,AF21,Sholgareh,AF2107,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Sholgareh,AF2107,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Kohistan,AF2910,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Kohistan,AF2910,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Khamyab,AF2806,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Khamyab,AF2806,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Pashtun Kot,AF2902,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Mingajik,AF2804,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Balkh,AF2106,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,HTAC,Help the Afghan Children,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,HTAC,Help the Afghan Children,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Pashtun Kot,AF2902,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,HTAC,Help the Afghan Children,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,HTAC,Help the Afghan Children,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,HTAC,Help the Afghan Children,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Almar,AF2904,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,AGFA,Afghan Girls Financial Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Samangan,AF20,Aybak,AF2001,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Samangan,AF20,Aybak,AF2001,AGFA,Afghan Girls Financial Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,AGFA,Afghan Girls Financial Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Pashtun Kot,AF2902,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Qaysar,AF2907,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Almar,AF2904,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Balkh,AF2106,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Samangan,AF20,Aybak,AF2001,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Qaysar,AF2907,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Qaysar,AF2907,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Aybak,AF2001,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Aybak,AF2001,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Feroz Nakhchir,AF2004,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Feroz Nakhchir,AF2004,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sayad,AF2202,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sayad,AF2202,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Maymana,AF2901,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Maymana,AF2901,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Pashtun Kot,AF2902,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Pashtun Kot,AF2902,AADA,Agency for Assistance and Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Kohistan,AF2910,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Kohistan,AF2910,AADA,Agency for Assistance and Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Qaysar,AF2907,AADA,Agency for Assistance and Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Bilcheragh,AF2905,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Bilcheragh,AF2905,AADA,Agency for Assistance and Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Maymana,AF2901,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Maymana,AF2901,HIA,Hungarian InterChurch Aid - Hungary,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Samangan,AF20,Aybak,AF2001,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Maymana,AF2901,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Kohistan,AF2910,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Kohistan,AF2910,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Andkhoy,AF2913,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Garzewan,AF2908,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Garzewan,AF2908,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Balkhab,AF2207,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Pashtun Kot,AF2902,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Pashtun Kot,AF2902,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Shortepa,AF2112,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Char Bolak,AF2111,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Balkh,AF2106,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Balkh,AF2106,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Marmul,AF2105,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Charkent,AF2104,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Zari,AF2115,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Keshendeh,AF2114,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Dehdadi,AF2103,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Sholgareh,AF2107,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Khulm,AF2110,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Almar,AF2904,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Almar,AF2904,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Pashtun Kot,AF2902,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Qaram Qul,AF2911,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Shirin Tagab,AF2906,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Shirin Tagab,AF2906,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Garzewan,AF2908,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Bilcheragh,AF2905,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Qaysar,AF2907,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Maymana,AF2901,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Maymana,AF2901,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Andkhoy,AF2913,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Qurghan,AF2912,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Dawlat Abad,AF2909,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Dawlat Abad,AF2909,HYSI,Homeland Youths Social Institution,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Kohistan,AF2910,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Khanaqa,AF2803,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Qush Tepa,AF2805,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Qarqin,AF2810,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Mardyan,AF2809,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Mingajik,AF2804,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Darzab,AF2811,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Khamyab,AF2806,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Aybak,AF2001,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Ruy-e-Duab,AF2005,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Feroz Nakhchir,AF2004,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sayad,AF2202,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Balkhab,AF2207,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sancharak,AF2205,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Char Bolak,AF2111,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Balkh,AF21,Shortepa,AF2112,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,SOUND,Social Organization for Unity and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,SOUND,Social Organization for Unity and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,SOUND,Social Organization for Unity and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Almar,AF2904,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Sholgareh,AF2107,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Charkent,AF2104,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Zari,AF2115,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Aybak,AF2001,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Northern,Balkh,AF21,Balkh,AF2106,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Char Bolak,AF2111,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Dawlat Abad,AF2909,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Qaram Qul,AF2911,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Qurghan,AF2912,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Qaram Qul,AF2911,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Faryab,AF29,Pashtun Kot,AF2902,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Qurghan,AF2912,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Qaysar,AF2907,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Qaysar,AF2907,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Faryab,AF29,Bilcheragh,AF2905,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Faryab,AF29,Bilcheragh,AF2905,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Qaram Qul,AF2911,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Qaram Qul,AF2911,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Northern,Faryab,AF29,Andkhoy,AF2913,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Sar-e-Pul,AF22,Sayad,AF2202,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Sar-e-Pul,AF22,Sayad,AF2202,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Sayad,AF2202,SOUND,Social Organization for Unity and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Balkh,AF21,Balkh,AF2106,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Dehdadi,AF2103,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Qurghan,AF2912,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,AGFA,Afghan Girls Financial Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,AGFA,Afghan Girls Financial Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Samangan,AF20,Aybak,AF2001,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Samangan,AF20,Aybak,AF2001,AGFA,Afghan Girls Financial Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Kohistan,AF2910,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Almar,AF2904,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Qaysar,AF2907,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Balkh,AF21,Chemtal,AF2108,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Balkh,AF21,Char Bolak,AF2111,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Balkh,AF21,Balkh,AF2106,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Balkh,AF21,Balkh,AF2106,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Fayzabad,AF2808,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Fayzabad,AF2808,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Mardyan,AF2809,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Mardyan,AF2809,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Samangan,AF20,Aybak,AF2001,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Northern,Faryab,AF29,Maymana,AF2901,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,AADA,Agency for Assistance and Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Kohistan,AF2910,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Kohistan,AF2910,AADA,Agency for Assistance and Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Dawlat Abad,AF2909,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Northern,Faryab,AF29,Dawlat Abad,AF2909,AADA,Agency for Assistance and Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Kaldar,AF2113,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Qaysar,AF2907,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Qaysar,AF2907,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Qarqin,AF2810,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Qarqin,AF2810,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Feroz Nakhchir,AF2004,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Feroz Nakhchir,AF2004,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Aybak,AF2001,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Aybak,AF2001,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Maymana,AF2901,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Maymana,AF2901,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Qaysar,AF2907,AADA,Agency for Assistance and Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Bilcheragh,AF2905,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Bilcheragh,AF2905,AADA,Agency for Assistance and Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Qaysar,AF2907,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Northern,Balkh,AF21,Kaldar,AF2113,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Shortepa,AF2112,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Keshendeh,AF2114,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Char Bolak,AF2111,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Chemtal,AF2108,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Balkh,AF2106,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Northern,Balkh,AF21,Chemtal,AF2108,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Sharak-e-Hayratan,AF2116,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Maymana,AF2901,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Qaysar,AF2907,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Dawlat Abad,AF2909,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Andkhoy,AF2913,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Garzewan,AF2908,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Almar,AF2904,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Shirin Tagab,AF2906,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Qurghan,AF2912,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Qaram Qul,AF2911,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Bilcheragh,AF2905,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Kohistan,AF2910,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Qush Tepa,AF2805,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Shiberghan,AF2801,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Darzab,AF2811,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Darzab,AF2811,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Qarqin,AF2810,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Qarqin,AF2810,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Khamyab,AF2806,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Northern,Jawzjan,AF28,Khamyab,AF2806,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Aqcha,AF2807,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Darzab,AF2811,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Aybak,AF2001,JACK,Just for Afghan Capacity and Knowledge,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,JACK,Just for Afghan Capacity and Knowledge,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Hazrat-e-Sultan,AF2002,JACK,Just for Afghan Capacity and Knowledge,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Samangan,AF20,Aybak,AF2001,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Balkh,AF21,Balkh,AF2106,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Balkh,AF21,Balkh,AF2106,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Jawzjan,AF28,Darzab,AF2811,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Samangan,AF20,Aybak,AF2001,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Balkh,AF21,Char Bolak,AF2111,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Balkh,AF21,Chemtal,AF2108,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Samangan,AF20,Aybak,AF2001,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Maymana,AF2901,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Maymana,AF2901,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,ASIO,Afghanistan Social Improvement Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Aybak,AF2001,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Balkh,AF21,Char Bolak,AF2111,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Fayzabad,AF2808,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Fayzabad,AF2808,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Almar,AF2904,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Almar,AF2904,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Kohistan,AF2910,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Kohistan,AF2910,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Garzewan,AF2908,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Garzewan,AF2908,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Sar-e-Pul,AF22,Balkhab,AF2207,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Kohistan,AF2910,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Andkhoy,AF2913,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Andkhoy,AF2913,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Maymana,AF2901,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Maymana,AF2901,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Shirin Tagab,AF2906,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Shirin Tagab,AF2906,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Darzab,AF2811,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Mingajik,AF2804,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Qarqin,AF2810,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,MMRCA,Medical Management Research Courses Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,MMRCA,Medical Management Research Courses Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Payin,AF2006,MMRCA,Medical Management Research Courses Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,MMRCA,Medical Management Research Courses Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,PRB,Partners in Revitalization and Building,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Qaysar,AF2907,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Jawzjan,AF28,Khanaqa,AF2803,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Jawzjan,AF28,Khanaqa,AF2803,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Khulm,AF2110,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Dawlat Abad,AF2109,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Garzewan,AF2908,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Qaram Qul,AF2911,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Qurghan,AF2912,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Qurghan,AF2912,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Qaysar,AF2907,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Qaysar,AF2907,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Bilcheragh,AF2905,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Almar,AF2904,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Faryab,AF29,Almar,AF2904,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Jawzjan,AF28,Aqcha,AF2807,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Northern,Jawzjan,AF28,Aqcha,AF2807,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Mardyan,AF2809,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Jawzjan,AF28,Mardyan,AF2809,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,SOUND,Social Organization for Unity and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Sholgareh,AF2107,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Dehdadi,AF2103,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Maymana,AF2901,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Shirin Tagab,AF2906,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Shirin Tagab,AF2906,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Khamyab,AF2806,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Khamyab,AF2806,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Qarqin,AF2810,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Qarqin,AF2810,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Kohistan,AF2910,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Almar,AF2904,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Almar,AF2904,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Garzewan,AF2908,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Aqcha,AF2807,HTAC,Help the Afghan Children,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Khan-e-Char Bagh,AF2914,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Khwaja Sabz Posh,AF2903,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,HTAC,Help the Afghan Children,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,HTAC,Help the Afghan Children,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,HTAC,Help the Afghan Children,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Khwaja Dukoh,AF2802,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Samangan,AF20,Feroz Nakhchir,AF2004,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Samangan,AF20,Feroz Nakhchir,AF2004,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Qaysar,AF2907,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Dawlat Abad,AF2909,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Dawlat Abad,AF2909,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Qaysar,AF2907,ACHRO,Association of Chief Human Resource Officers,National NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Mardyan,AF2809,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Mardyan,AF2809,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Mardyan,AF2809,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Kohestanat,AF2203,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sancharak,AF2205,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Mingajik,AF2804,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Samangan,AF20,Dara-e-Suf-e-Bala,AF2007,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Jawzjan,AF28,Aqcha,AF2807,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Faryab,AF29,Kohistan,AF2910,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Northern,Faryab,AF29,Kohistan,AF2910,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Sar-e-Pul,AF22,Sozmaqala,AF2204,SOUND,Social Organization for Unity and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Chemtal,AF2108,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Northern,Faryab,AF29,Shirin Tagab,AF2906,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Northern,Sar-e-Pul,AF22,Balkhab,AF2207,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Bilcheragh,AF2905,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Faryab,AF29,Bilcheragh,AF2905,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Northern,Balkh,AF21,Sholgareh,AF2107,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Chemtal,AF2108,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Zari,AF2115,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Charkent,AF2104,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Sar-e-Pul,AF22,Gosfandi,AF2206,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Shortepa,AF2112,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Shortepa,AF2112,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Jawzjan,AF28,Fayzabad,AF2808,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Balkh,AF21,Char Bolak,AF2111,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Northern,Faryab,AF29,Almar,AF2904,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Almar,AF2904,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Northern,Faryab,AF29,Kohistan,AF2910,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Northern,Balkh,AF21,Dawlat Abad,AF2109,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Dawlat Abad,AF2909,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Faryab,AF29,Almar,AF2904,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Samangan,AF20,Aybak,AF2001,IOM,International Organization for Migration,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Jawzjan,AF28,Shiberghan,AF2801,IOM,International Organization for Migration,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Mazar-e-Sharif,AF2101,IOM,International Organization for Migration,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Northern,Balkh,AF21,Nahr-e-Shahi,AF2102,MERCYCORPS,Mercy Corps,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Balkh,AF21,Balkh,AF2106,MERCYCORPS,Mercy Corps,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Sar-e-Pul,AF22,Balkhab,AF2207,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Jawzjan,AF28,Fayzabad,AF2808,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,HTAC,Help the Afghan Children,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Jawzjan,AF28,Qush Tepa,AF2805,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Jawzjan,AF28,Mardyan,AF2809,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Jawzjan,AF28,Mardyan,AF2809,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Jawzjan,AF28,Darzab,AF2811,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Jawzjan,AF28,Darzab,AF2811,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Faryab,AF29,Shirin Tagab,AF2906,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Qurghan,AF2912,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Qaysar,AF2907,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Andkhoy,AF2913,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Maymana,AF2901,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Pashtun Kot,AF2902,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Khuram Wa Sarbagh,AF2003,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Feroz Nakhchir,AF2004,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sayad,AF2202,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Faryab,AF29,Maymana,AF2901,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Northern,Balkh,AF21,Balkh,AF2106,WC-C,War Child Canada,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Samangan,AF20,Aybak,AF2001,WC-C,War Child Canada,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Northern,Sar-e-Pul,AF22,Sar-e-Pul,AF2201,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Northern,Balkh,AF21,Balkh,AF2106,AWEC,Afghan Women's Education Center,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,RI,Relief International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,UNICEF,United Nations Children's Fund,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,HEALTHO,"Health Efficient, Accessible, Long-Lasting and Treatment at Homeland Organization",National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -7566,6 +6808,7 @@ South Eastern,Ghazni,AF11,Ghazni,AF1101,CORDAID,Catholic Organization for Relief South Eastern,Ghazni,AF11,Ghazni,AF1101,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -7574,15 +6817,16 @@ South Eastern,Ghazni,AF11,Ghazni,AF1101,UNFPA,United Nations Population Fund,Uni South Eastern,Ghazni,AF11,Ghazni,AF1101,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Ghazni,AF11,Ghazni,AF1101,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,HAALO,Hemat Afghan Agriculture Livestock Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP @@ -7590,27 +6834,26 @@ South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,WHO,World Health Organi South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,TESTO,Technical Education and Skills Training Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Ghazni,AF11,Waghaz,AF1104,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Waghaz,AF1104,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Waghaz,AF1104,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Waghaz,AF1104,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Waghaz,AF1104,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Waghaz,AF1104,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Waghaz,AF1104,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Waghaz,AF1104,HEALTHO,"Health Efficient, Accessible, Long-Lasting and Treatment at Homeland Organization",National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Ghazni,AF11,Waghaz,AF1104,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Waghaz,AF1104,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Waghaz,AF1104,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP @@ -7618,53 +6861,59 @@ South Eastern,Ghazni,AF11,Waghaz,AF1104,PU-AMI,Première Urgence-Aide Medicale I South Eastern,Ghazni,AF11,Waghaz,AF1104,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Waghaz,AF1104,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Waghaz,AF1104,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Waghaz,AF1104,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Waghaz,AF1104,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Ghazni,AF11,Waghaz,AF1104,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Ghazni,AF11,Deh Yak,AF1105,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Deh Yak,AF1105,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Deh Yak,AF1105,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Deh Yak,AF1105,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Deh Yak,AF1105,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Deh Yak,AF1105,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Ghazni,AF11,Deh Yak,AF1105,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Ghazni,AF11,Deh Yak,AF1105,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,Deh Yak,AF1105,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,Deh Yak,AF1105,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Deh Yak,AF1105,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Deh Yak,AF1105,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Deh Yak,AF1105,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Deh Yak,AF1105,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Deh Yak,AF1105,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Deh Yak,AF1105,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Deh Yak,AF1105,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Deh Yak,AF1105,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Ghazni,AF11,Jaghatu,AF1106,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Jaghatu,AF1106,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Jaghatu,AF1106,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Jaghatu,AF1106,PIN,People in Need,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Jaghatu,AF1106,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Jaghatu,AF1106,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Jaghatu,AF1106,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Jaghatu,AF1106,TESTO,Technical Education and Skills Training Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Jaghatu,AF1106,HAALO,Hemat Afghan Agriculture Livestock Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Ghazni,AF11,Jaghatu,AF1106,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Jaghatu,AF1106,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Jaghatu,AF1106,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Jaghatu,AF1106,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Jaghatu,AF1106,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Jaghatu,AF1106,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Jaghatu,AF1106,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Andar,AF1107,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Andar,AF1107,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Ghazni,AF11,Andar,AF1107,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Ghazni,AF11,Andar,AF1107,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Andar,AF1107,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Andar,AF1107,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Andar,AF1107,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Andar,AF1107,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Andar,AF1107,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Andar,AF1107,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Andar,AF1107,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,Andar,AF1107,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,Andar,AF1107,HAALO,Hemat Afghan Agriculture Livestock Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Ghazni,AF11,Andar,AF1107,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Andar,AF1107,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Andar,AF1107,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Andar,AF1107,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Andar,AF1107,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Andar,AF1107,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Andar,AF1107,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Andar,AF1107,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Andar,AF1107,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Andar,AF1107,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,HAALO,Hemat Afghan Agriculture Livestock Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -7672,44 +6921,39 @@ South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,UNFPA,United Nations Population Fund,U South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Rashidan,AF1109,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Rashidan,AF1109,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Rashidan,AF1109,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Rashidan,AF1109,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Rashidan,AF1109,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Rashidan,AF1109,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Rashidan,AF1109,TESTO,Technical Education and Skills Training Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Rashidan,AF1109,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,Rashidan,AF1109,HEALTHO,"Health Efficient, Accessible, Long-Lasting and Treatment at Homeland Organization",National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Ghazni,AF11,Rashidan,AF1109,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Rashidan,AF1109,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Rashidan,AF1109,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Rashidan,AF1109,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Nawur,AF1110,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Nawur,AF1110,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Nawur,AF1110,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Nawur,AF1110,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Nawur,AF1110,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Nawur,AF1110,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Nawur,AF1110,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Rashidan,AF1109,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Nawur,AF1110,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,Nawur,AF1110,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,Nawur,AF1110,HEALTHO,"Health Efficient, Accessible, Long-Lasting and Treatment at Homeland Organization",National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Ghazni,AF11,Nawur,AF1110,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Nawur,AF1110,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Nawur,AF1110,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Nawur,AF1110,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Nawur,AF1110,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Nawur,AF1110,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Nawur,AF1110,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Nawur,AF1110,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Nawur,AF1110,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Ghazni,AF11,Qara Bagh,AF1111,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Qara Bagh,AF1111,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Qara Bagh,AF1111,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Qara Bagh,AF1111,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Qara Bagh,AF1111,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Qara Bagh,AF1111,STARS,Skills Training And Rehabilitation Society,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Qara Bagh,AF1111,TESTO,Technical Education and Skills Training Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Qara Bagh,AF1111,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Qara Bagh,AF1111,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Qara Bagh,AF1111,HEALTHO,"Health Efficient, Accessible, Long-Lasting and Treatment at Homeland Organization",National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Ghazni,AF11,Qara Bagh,AF1111,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Qara Bagh,AF1111,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Qara Bagh,AF1111,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Qara Bagh,AF1111,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Qara Bagh,AF1111,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Qara Bagh,AF1111,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Qara Bagh,AF1111,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Qara Bagh,AF1111,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP @@ -7719,37 +6963,39 @@ South Eastern,Ghazni,AF11,Qara Bagh,AF1111,WHO,World Health Organization,United South Eastern,Ghazni,AF11,Qara Bagh,AF1111,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Qara Bagh,AF1111,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Qara Bagh,AF1111,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Qara Bagh,AF1111,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Qara Bagh,AF1111,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Ghazni,AF11,Giro,AF1112,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Ghazni,AF11,Giro,AF1112,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Giro,AF1112,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Giro,AF1112,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Giro,AF1112,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Giro,AF1112,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Giro,AF1112,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Giro,AF1112,HAALO,Hemat Afghan Agriculture Livestock Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Giro,AF1112,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Giro,AF1112,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Giro,AF1112,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Giro,AF1112,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Giro,AF1112,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Giro,AF1112,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Giro,AF1112,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Giro,AF1112,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Ghazni,AF11,Giro,AF1112,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Ghazni,AF11,Ab Band,AF1113,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Ab Band,AF1113,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Ab Band,AF1113,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Ab Band,AF1113,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Ab Band,AF1113,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Ab Band,AF1113,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Ab Band,AF1113,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Ghazni,AF11,Ab Band,AF1113,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Ghazni,AF11,Ab Band,AF1113,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,Ab Band,AF1113,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,Ab Band,AF1113,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,Ab Band,AF1113,HEALTHO,"Health Efficient, Accessible, Long-Lasting and Treatment at Homeland Organization",National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Ghazni,AF11,Ab Band,AF1113,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Ab Band,AF1113,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ab Band,AF1113,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ab Band,AF1113,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Ab Band,AF1113,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Jaghuri,AF1114,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Jaghuri,AF1114,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Jaghuri,AF1114,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,Ab Band,AF1113,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Ab Band,AF1113,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Jaghuri,AF1114,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Jaghuri,AF1114,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Jaghuri,AF1114,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Jaghuri,AF1114,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Jaghuri,AF1114,TESTO,Technical Education and Skills Training Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Jaghuri,AF1114,HAALO,Hemat Afghan Agriculture Livestock Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Ghazni,AF11,Jaghuri,AF1114,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Jaghuri,AF1114,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Jaghuri,AF1114,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -7760,87 +7006,100 @@ South Eastern,Ghazni,AF11,Jaghuri,AF1114,UNFPA,United Nations Population Fund,Un South Eastern,Ghazni,AF11,Jaghuri,AF1114,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Jaghuri,AF1114,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Jaghuri,AF1114,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Jaghuri,AF1114,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Muqur,AF1115,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Muqur,AF1115,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Muqur,AF1115,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Muqur,AF1115,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Muqur,AF1115,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Muqur,AF1115,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Muqur,AF1115,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Muqur,AF1115,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,Muqur,AF1115,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,Muqur,AF1115,HEALTHO,"Health Efficient, Accessible, Long-Lasting and Treatment at Homeland Organization",National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Ghazni,AF11,Muqur,AF1115,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Muqur,AF1115,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Muqur,AF1115,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Muqur,AF1115,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Muqur,AF1115,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Muqur,AF1115,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Muqur,AF1115,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Muqur,AF1115,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Muqur,AF1115,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Muqur,AF1115,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Muqur,AF1115,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Muqur,AF1115,CHA,Coordination of Humanitarian Assistance,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Ghazni,AF11,Muqur,AF1115,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Ghazni,AF11,Muqur,AF1115,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Ghazni,AF11,Malistan,AF1116,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Malistan,AF1116,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Ghazni,AF11,Malistan,AF1116,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Ghazni,AF11,Malistan,AF1116,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Ghazni,AF11,Malistan,AF1116,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Ghazni,AF11,Malistan,AF1116,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Malistan,AF1116,PIN,People in Need,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Malistan,AF1116,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Malistan,AF1116,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Malistan,AF1116,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Malistan,AF1116,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Malistan,AF1116,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Malistan,AF1116,HAALO,Hemat Afghan Agriculture Livestock Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Ghazni,AF11,Malistan,AF1116,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Malistan,AF1116,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Malistan,AF1116,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Malistan,AF1116,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Malistan,AF1116,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Malistan,AF1116,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Malistan,AF1116,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Malistan,AF1116,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Malistan,AF1116,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Malistan,AF1116,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Gelan,AF1117,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Gelan,AF1117,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Ghazni,AF11,Gelan,AF1117,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Ghazni,AF11,Gelan,AF1117,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Gelan,AF1117,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Gelan,AF1117,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Gelan,AF1117,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Gelan,AF1117,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Gelan,AF1117,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Gelan,AF1117,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Gelan,AF1117,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,Gelan,AF1117,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,Gelan,AF1117,HAALO,Hemat Afghan Agriculture Livestock Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Ghazni,AF11,Gelan,AF1117,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Gelan,AF1117,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Gelan,AF1117,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Gelan,AF1117,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Gelan,AF1117,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Gelan,AF1117,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Gelan,AF1117,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Gelan,AF1117,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Gelan,AF1117,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Gelan,AF1117,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Gelan,AF1117,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Ghazni,AF11,Ajristan,AF1118,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Ajristan,AF1118,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Ajristan,AF1118,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Ghazni,AF11,Ajristan,AF1118,AADA,Agency for Assistance and Development of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Ghazni,AF11,Ajristan,AF1118,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Ajristan,AF1118,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Ajristan,AF1118,AGHCO,Afghan General Help Coordination Office,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Ajristan,AF1118,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Ajristan,AF1118,COAR,Coordination of Afghan Relief,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Ghazni,AF11,Ajristan,AF1118,HAALO,Hemat Afghan Agriculture Livestock Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Ajristan,AF1118,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Ajristan,AF1118,HAPA,Humanitarian Action for People of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Ajristan,AF1118,HEALTHO,"Health Efficient, Accessible, Long-Lasting and Treatment at Homeland Organization",National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Ghazni,AF11,Ajristan,AF1118,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Ajristan,AF1118,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Ajristan,AF1118,NECDO,Noor Educational and Capacity Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Ajristan,AF1118,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Ajristan,AF1118,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Ajristan,AF1118,TESTO,Technical Education and Skills Training Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Ajristan,AF1118,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Ghazni,AF11,Ajristan,AF1118,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ajristan,AF1118,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ajristan,AF1118,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ajristan,AF1118,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ajristan,AF1118,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Ajristan,AF1118,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ajristan,AF1118,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ajristan,AF1118,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ajristan,AF1118,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ajristan,AF1118,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Ajristan,AF1118,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Ajristan,AF1118,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Ajristan,AF1118,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Ajristan,AF1118,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Nawa,AF1119,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Nawa,AF1119,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Ghazni,AF11,Nawa,AF1119,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Ghazni,AF11,Nawa,AF1119,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Nawa,AF1119,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Ghazni,AF11,Nawa,AF1119,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Nawa,AF1119,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Nawa,AF1119,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Ghazni,AF11,Nawa,AF1119,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Nawa,AF1119,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Nawa,AF1119,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,Nawa,AF1119,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,Nawa,AF1119,HAALO,Hemat Afghan Agriculture Livestock Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Ghazni,AF11,Nawa,AF1119,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Nawa,AF1119,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Nawa,AF1119,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -7851,13 +7110,22 @@ South Eastern,Ghazni,AF11,Nawa,AF1119,UNICEF,United Nations Children's Fund,Unit South Eastern,Ghazni,AF11,Nawa,AF1119,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Nawa,AF1119,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Nawa,AF1119,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Paktika,AF12,Sharan,AF1201,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Sharan,AF1201,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Sharan,AF1201,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Sharan,AF1201,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Nawa,AF1119,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Nawa,AF1119,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Sharan,AF1201,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Sharan,AF1201,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Sharan,AF1201,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktika,AF12,Sharan,AF1201,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktika,AF12,Sharan,AF1201,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktika,AF12,Sharan,AF1201,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktika,AF12,Sharan,AF1201,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktika,AF12,Sharan,AF1201,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Sharan,AF1201,OHD,Organization for Humanitarian and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Sharan,AF1201,OHPM,Organization of Health and Program Management,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Sharan,AF1201,OPHCD,Organization for Promotion of Health & Community Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktika,AF12,Sharan,AF1201,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktika,AF12,Sharan,AF1201,RHDO,Relief Humanitarian Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Sharan,AF1201,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Sharan,AF1201,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktika,AF12,Sharan,AF1201,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Sharan,AF1201,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Sharan,AF1201,AOAD,Accessibility Organization for Afghan Disabled ,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -7866,21 +7134,25 @@ South Eastern,Paktika,AF12,Sharan,AF1201,OHPM,Organization of Health and Program South Eastern,Paktika,AF12,Sharan,AF1201,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Sharan,AF1201,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Sharan,AF1201,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktika,AF12,Sharan,AF1201,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Sharan,AF1201,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktika,AF12,Sharan,AF1201,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Mata Khan,AF1202,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Mata Khan,AF1202,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Mata Khan,AF1202,UNICEF,United Nations Children's Fund,United Nations,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Mata Khan,AF1202,UNICEF,United Nations Children's Fund,United Nations,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Mata Khan,AF1202,CWSA,Community World Services Asia,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Mata Khan,AF1202,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Mata Khan,AF1202,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Mata Khan,AF1202,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Mata Khan,AF1202,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Mata Khan,AF1202,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Mata Khan,AF1202,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Mata Khan,AF1202,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Mata Khan,AF1202,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktika,AF12,Mata Khan,AF1202,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Mata Khan,AF1202,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Paktika,AF12,Mata Khan,AF1202,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Yosuf Khel,AF1203,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Yosuf Khel,AF1203,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Yosuf Khel,AF1203,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Yosuf Khel,AF1203,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Mata Khan,AF1202,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Mata Khan,AF1202,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Mata Khan,AF1202,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Yosuf Khel,AF1203,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Yosuf Khel,AF1203,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Yosuf Khel,AF1203,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Yosuf Khel,AF1203,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Yosuf Khel,AF1203,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Yosuf Khel,AF1203,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktika,AF12,Yosuf Khel,AF1203,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Yosuf Khel,AF1203,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Yosuf Khel,AF1203,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -7888,53 +7160,63 @@ South Eastern,Paktika,AF12,Yosuf Khel,AF1203,WHO,World Health Organization,Unite South Eastern,Paktika,AF12,Yosuf Khel,AF1203,ACHRO,Association of Chief Human Resource Officers,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktika,AF12,Yosuf Khel,AF1203,HMLO,Human Management & Leadership Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktika,AF12,Yosuf Khel,AF1203,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktika,AF12,Yosuf Khel,AF1203,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Yosuf Khel,AF1203,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktika,AF12,Yosuf Khel,AF1203,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Yosuf Khel,AF1203,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Yahya Khel,AF1204,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Yahya Khel,AF1204,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Yahya Khel,AF1204,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Yahya Khel,AF1204,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Yosuf Khel,AF1203,ORD,Organization for Relief and Development,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Yahya Khel,AF1204,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Yahya Khel,AF1204,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Yahya Khel,AF1204,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Yahya Khel,AF1204,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktika,AF12,Yahya Khel,AF1204,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Yahya Khel,AF1204,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Yahya Khel,AF1204,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Yahya Khel,AF1204,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Paktika,AF12,Sar Rawzah,AF1205,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Sar Rawzah,AF1205,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Sar Rawzah,AF1205,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Sar Rawzah,AF1205,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Sar Rawzah,AF1205,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Sar Rawzah,AF1205,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Sar Rawzah,AF1205,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Yahya Khel,AF1204,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Yahya Khel,AF1204,ORD,Organization for Relief and Development,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Sar Rawzah,AF1205,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Sar Rawzah,AF1205,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Sar Rawzah,AF1205,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Sar Rawzah,AF1205,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Sar Rawzah,AF1205,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktika,AF12,Sar Rawzah,AF1205,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Sar Rawzah,AF1205,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Sar Rawzah,AF1205,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktika,AF12,Sar Rawzah,AF1205,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktika,AF12,Sar Rawzah,AF1205,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktika,AF12,Sar Rawzah,AF1205,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktika,AF12,Sar Rawzah,AF1205,ORD,Organization for Relief and Development,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Omna,AF1206,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Omna,AF1206,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Omna,AF1206,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Omna,AF1206,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Omna,AF1206,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Omna,AF1206,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Omna,AF1206,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Omna,AF1206,RHDO,Relief Humanitarian Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktika,AF12,Omna,AF1206,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Omna,AF1206,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Omna,AF1206,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktika,AF12,Omna,AF1206,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktika,AF12,Omna,AF1206,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Omna,AF1206,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktika,AF12,Omna,AF1206,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktika,AF12,Omna,AF1206,ORD,Organization for Relief and Development,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,UNICEF,United Nations Children's Fund,United Nations,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,UNICEF,United Nations Children's Fund,United Nations,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Gomal,AF1208,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Gomal,AF1208,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Gomal,AF1208,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Gomal,AF1208,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Gomal,AF1208,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Gomal,AF1208,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Gomal,AF1208,RHDO,Relief Humanitarian Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktika,AF12,Gomal,AF1208,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Gomal,AF1208,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Gomal,AF1208,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -7943,105 +7225,85 @@ South Eastern,Paktika,AF12,Gomal,AF1208,WHO,World Health Organization,United Nat South Eastern,Paktika,AF12,Gomal,AF1208,HMLO,Human Management & Leadership Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktika,AF12,Gomal,AF1208,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktika,AF12,Gomal,AF1208,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Paktika,AF12,Gomal,AF1208,CICA,Canadian International Community Association ,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Gomal,AF1208,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Gomal,AF1208,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Jani Khel,AF1209,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Jani Khel,AF1209,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Jani Khel,AF1209,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Jani Khel,AF1209,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Gomal,AF1208,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Gomal,AF1208,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Jani Khel,AF1209,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Jani Khel,AF1209,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktika,AF12,Jani Khel,AF1209,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Jani Khel,AF1209,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktika,AF12,Jani Khel,AF1209,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktika,AF12,Jani Khel,AF1209,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktika,AF12,Jani Khel,AF1209,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Jani Khel,AF1209,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Surobi,AF1210,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Surobi,AF1210,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Surobi,AF1210,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Surobi,AF1210,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Surobi,AF1210,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Surobi,AF1210,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Surobi,AF1210,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Surobi,AF1210,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Surobi,AF1210,RHDO,Relief Humanitarian Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktika,AF12,Surobi,AF1210,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Surobi,AF1210,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Surobi,AF1210,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Surobi,AF1210,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktika,AF12,Surobi,AF1210,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktika,AF12,Surobi,AF1210,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Surobi,AF1210,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktika,AF12,Surobi,AF1210,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktika,AF12,Surobi,AF1210,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktika,AF12,Urgun,AF1211,AWEC,Afghan Women's Education Center,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktika,AF12,Urgun,AF1211,AWEC,Afghan Women's Education Center,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Urgun,AF1211,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Urgun,AF1211,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Urgun,AF1211,UNICEF,United Nations Children's Fund,United Nations,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Urgun,AF1211,UNICEF,United Nations Children's Fund,United Nations,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Urgun,AF1211,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Urgun,AF1211,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Urgun,AF1211,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Urgun,AF1211,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Urgun,AF1211,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Urgun,AF1211,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Urgun,AF1211,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Urgun,AF1211,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktika,AF12,Urgun,AF1211,CAHPO,Community Action for Healing Poverty Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Urgun,AF1211,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktika,AF12,Urgun,AF1211,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Urgun,AF1211,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Urgun,AF1211,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Urgun,AF1211,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Urgun,AF1211,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktika,AF12,Urgun,AF1211,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Paktika,AF12,Urgun,AF1211,CICA,Canadian International Community Association ,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Urgun,AF1211,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Urgun,AF1211,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Urgun,AF1211,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktika,AF12,Urgun,AF1211,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktika,AF12,Urgun,AF1211,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktika,AF12,Urgun,AF1211,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktika,AF12,Urgun,AF1211,ORD,Organization for Relief and Development,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktika,AF12,Ziruk,AF1212,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktika,AF12,Ziruk,AF1212,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Ziruk,AF1212,ACTIONAID,Action Aid Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Ziruk,AF1212,CWSA,Community World Services Asia,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Ziruk,AF1212,IMC,International Medical Corps,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Ziruk,AF1212,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Ziruk,AF1212,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Ziruk,AF1212,OHPM,Organization of Health and Program Management,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Ziruk,AF1212,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Ziruk,AF1212,CWSA,Community World Services Asia,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Ziruk,AF1212,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Ziruk,AF1212,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Ziruk,AF1212,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Ziruk,AF1212,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Ziruk,AF1212,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Ziruk,AF1212,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktika,AF12,Ziruk,AF1212,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Ziruk,AF1212,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Ziruk,AF1212,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Ziruk,AF1212,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Ziruk,AF1212,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktika,AF12,Ziruk,AF1212,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Paktika,AF12,Ziruk,AF1212,CICA,Canadian International Community Association ,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Ziruk,AF1212,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Ziruk,AF1212,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Ziruk,AF1212,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktika,AF12,Ziruk,AF1212,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktika,AF12,Nika,AF1213,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktika,AF12,Nika,AF1213,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Nika,AF1213,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Nika,AF1213,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Nika,AF1213,OHPM,Organization of Health and Program Management,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Nika,AF1213,CWSA,Community World Services Asia,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Nika,AF1213,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Nika,AF1213,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Nika,AF1213,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Nika,AF1213,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Nika,AF1213,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Nika,AF1213,RHDO,Relief Humanitarian Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Nika,AF1213,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Nika,AF1213,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Nika,AF1213,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Nika,AF1213,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Nika,AF1213,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Nika,AF1213,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktika,AF12,Nika,AF1213,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Nika,AF1213,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktika,AF12,Barmal,AF1214,AWEC,Afghan Women's Education Center,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktika,AF12,Barmal,AF1214,AWEC,Afghan Women's Education Center,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktika,AF12,Barmal,AF1214,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktika,AF12,Barmal,AF1214,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Barmal,AF1214,ACTIONAID,Action Aid Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Barmal,AF1214,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Barmal,AF1214,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Barmal,AF1214,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Barmal,AF1214,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Barmal,AF1214,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Barmal,AF1214,OHPM,Organization of Health and Program Management,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Barmal,AF1214,SCA,Swedish Committee for Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Barmal,AF1214,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Barmal,AF1214,UNICEF,United Nations Children's Fund,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Barmal,AF1214,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Barmal,AF1214,CWSA,Community World Services Asia,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Barmal,AF1214,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Barmal,AF1214,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Barmal,AF1214,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Barmal,AF1214,UA,Union Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Barmal,AF1214,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Barmal,AF1214,CAHPO,Community Action for Healing Poverty Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Barmal,AF1214,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Barmal,AF1214,RHDO,Relief Humanitarian Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktika,AF12,Barmal,AF1214,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Barmal,AF1214,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Barmal,AF1214,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -8050,8 +7312,6 @@ South Eastern,Paktika,AF12,Barmal,AF1214,HMLO,Human Management & Leadership Orga South Eastern,Paktika,AF12,Barmal,AF1214,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Barmal,AF1214,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Barmal,AF1214,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktika,AF12,Barmal,AF1214,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktika,AF12,Barmal,AF1214,OPHA,Organization For People's Health In Action,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Barmal,AF1214,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Barmal,AF1214,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Barmal,AF1214,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP @@ -8061,38 +7321,17 @@ South Eastern,Paktika,AF12,Barmal,AF1214,HMLO,Human Management & Leadership Orga South Eastern,Paktika,AF12,Barmal,AF1214,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktika,AF12,Barmal,AF1214,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktika,AF12,Barmal,AF1214,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Paktika,AF12,Barmal,AF1214,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Barmal,AF1214,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Barmal,AF1214,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktika,AF12,Giyan,AF1215,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktika,AF12,Giyan,AF1215,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Giyan,AF1215,ACF,Action contre la Faim,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Giyan,AF1215,ACTIONAID,Action Aid Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Giyan,AF1215,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Giyan,AF1215,AWEC,Afghan Women's Education Center,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Giyan,AF1215,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Giyan,AF1215,CWSA,Community World Services Asia,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Giyan,AF1215,IMC,International Medical Corps,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Giyan,AF1215,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Giyan,AF1215,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Giyan,AF1215,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Giyan,AF1215,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Giyan,AF1215,SCA,Swedish Committee for Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Giyan,AF1215,UA,Union Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Giyan,AF1215,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Giyan,AF1215,UNICEF,United Nations Children's Fund,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Giyan,AF1215,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Giyan,AF1215,CWSA,Community World Services Asia,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Giyan,AF1215,CWW,Concern Worldwide,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Giyan,AF1215,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Giyan,AF1215,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Giyan,AF1215,UA,Union Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Giyan,AF1215,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Giyan,AF1215,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktika,AF12,Giyan,AF1215,RHDO,Relief Humanitarian Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktika,AF12,Giyan,AF1215,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Giyan,AF1215,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Giyan,AF1215,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Giyan,AF1215,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Giyan,AF1215,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktika,AF12,Giyan,AF1215,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktika,AF12,Giyan,AF1215,OPHA,Organization For People's Health In Action,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Giyan,AF1215,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Giyan,AF1215,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Giyan,AF1215,CAF,Care of Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP @@ -8100,30 +7339,35 @@ South Eastern,Paktika,AF12,Giyan,AF1215,CARE,Care International in Afghanistan,I South Eastern,Paktika,AF12,Giyan,AF1215,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktika,AF12,Giyan,AF1215,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktika,AF12,Giyan,AF1215,OPHA,Organization For People's Health In Action,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktika,AF12,Giyan,AF1215,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Giyan,AF1215,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktika,AF12,Giyan,AF1215,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Giyan,AF1215,IRW,Islamic Relief,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Giyan,AF1215,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Dila,AF1216,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Dila,AF1216,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Dila,AF1216,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Dila,AF1216,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Dila,AF1216,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Dila,AF1216,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Dila,AF1216,RHDO,Relief Humanitarian Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktika,AF12,Dila,AF1216,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktika,AF12,Dila,AF1216,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Dila,AF1216,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktika,AF12,Dila,AF1216,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Dila,AF1216,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Dila,AF1216,HMLO,Human Management & Leadership Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktika,AF12,Dila,AF1216,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Paktika,AF12,WazAKAHh,AF1217,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,WazAKAHh,AF1217,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,WazAKAHh,AF1217,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Dila,AF1216,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,WazAKAHh,AF1217,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,WazAKAHh,AF1217,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,WazAKAHh,AF1217,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,WazAKAHh,AF1217,RHDO,Relief Humanitarian Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktika,AF12,WazAKAHh,AF1217,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,WazAKAHh,AF1217,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,WazAKAHh,AF1217,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,WazAKAHh,AF1217,HMLO,Human Management & Leadership Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktika,AF12,WazAKAHh,AF1217,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Paktika,AF12,Wormamay,AF1218,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Wormamay,AF1218,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Wormamay,AF1218,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,WazAKAHh,AF1217,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,WazAKAHh,AF1217,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,WazAKAHh,AF1217,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,WazAKAHh,AF1217,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Wormamay,AF1218,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Wormamay,AF1218,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Wormamay,AF1218,RHDO,Relief Humanitarian Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktika,AF12,Wormamay,AF1218,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Wormamay,AF1218,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Wormamay,AF1218,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -8132,36 +7376,42 @@ South Eastern,Paktika,AF12,Wormamay,AF1218,INTERSOS,Intersos - Humanitarian Orga South Eastern,Paktika,AF12,Wormamay,AF1218,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Wormamay,AF1218,HMLO,Human Management & Leadership Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktika,AF12,Wormamay,AF1218,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Paktika,AF12,Turwo,AF1219,SCA,Swedish Committee for Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Turwo,AF1219,SCA,Swedish Committee for Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktika,AF12,Turwo,AF1219,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Wormamay,AF1218,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Wormamay,AF1218,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Turwo,AF1219,MAPWO,Move Against Poverty Women Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Turwo,AF1219,MAPWO,Move Against Poverty Women Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktika,AF12,Turwo,AF1219,RHDO,Relief Humanitarian Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktika,AF12,Turwo,AF1219,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Turwo,AF1219,IMC,International Medical Corps,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Turwo,AF1219,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktika,AF12,Turwo,AF1219,HMLO,Human Management & Leadership Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktika,AF12,Turwo,AF1219,IMC,International Medical Corps,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktika,AF12,Turwo,AF1219,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktika,AF12,Turwo,AF1219,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Gardez,AF1301,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktya,AF13,Gardez,AF1301,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktya,AF13,Gardez,AF1301,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktya,AF13,Gardez,AF1301,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Gardez,AF1301,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Gardez,AF1301,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktya,AF13,Gardez,AF1301,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Gardez,AF1301,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Paktya,AF13,Gardez,AF1301,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Paktya,AF13,Gardez,AF1301,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Paktya,AF13,Gardez,AF1301,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktya,AF13,Gardez,AF1301,UNICEF,United Nations Children's Fund,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Gardez,AF1301,NAC,Norwegian Afghanistan Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Gardez,AF1301,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Paktya,AF13,Gardez,AF1301,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Paktya,AF13,Gardez,AF1301,AADA,Agency for Assistance and Development of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktya,AF13,Gardez,AF1301,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Gardez,AF1301,AGHCO,Afghan General Help Coordination Office,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktya,AF13,Gardez,AF1301,AWCPO,Afghan Women Coordination and Promotion Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Gardez,AF1301,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Gardez,AF1301,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Gardez,AF1301,CARE,Care International in Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Gardez,AF1301,HEALTHO,"Health Efficient, Accessible, Long-Lasting and Treatment at Homeland Organization",National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktya,AF13,Gardez,AF1301,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Gardez,AF1301,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Gardez,AF1301,OPHCD,Organization for Promotion of Health & Community Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Gardez,AF1301,RHDO,Relief Humanitarian Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Gardez,AF1301,TSDO,Tawhid Social and Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Gardez,AF1301,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktya,AF13,Gardez,AF1301,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Gardez,AF1301,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Gardez,AF1301,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktya,AF13,Gardez,AF1301,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Gardez,AF1301,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Gardez,AF1301,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Gardez,AF1301,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,HEALTH_OP,Operational Presence: Health,OP @@ -8178,13 +7428,25 @@ South Eastern,Paktya,AF13,Gardez,AF1301,WHO,World Health Organization,United Nat South Eastern,Paktya,AF13,Gardez,AF1301,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Gardez,AF1301,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Gardez,AF1301,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Gardez,AF1301,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Gardez,AF1301,EPDO,Equality for Peace and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Gardez,AF1301,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Gardez,AF1301,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Gardez,AF1301,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Gardez,AF1301,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Gardez,AF1301,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Gardez,AF1301,ORCD,Organization for Research and Community Development,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Gardez,AF1301,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Gardez,AF1301,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Ahmadaba,AF1302,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Ahmadaba,AF1302,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktya,AF13,Ahmadaba,AF1302,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktya,AF13,Ahmadaba,AF1302,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktya,AF13,Ahmadaba,AF1302,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Ahmadaba,AF1302,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Ahmadaba,AF1302,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Ahmadaba,AF1302,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Ahmadaba,AF1302,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Ahmadaba,AF1302,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Ahmadaba,AF1302,AGHCO,Afghan General Help Coordination Office,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktya,AF13,Ahmadaba,AF1302,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktya,AF13,Ahmadaba,AF1302,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Ahmadaba,AF1302,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP @@ -8192,64 +7454,84 @@ South Eastern,Paktya,AF13,Ahmadaba,AF1302,PU-AMI,Première Urgence-Aide Medicale South Eastern,Paktya,AF13,Ahmadaba,AF1302,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Ahmadaba,AF1302,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Ahmadaba,AF1302,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Ahmadaba,AF1302,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Ahmadaba,AF1302,EPDO,Equality for Peace and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Ahmadaba,AF1302,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Ahmadaba,AF1302,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Ahmadaba,AF1302,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Ahmadaba,AF1302,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Ahmadaba,AF1302,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Zurmat,AF1303,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Zurmat,AF1303,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktya,AF13,Zurmat,AF1303,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktya,AF13,Zurmat,AF1303,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktya,AF13,Zurmat,AF1303,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktya,AF13,Zurmat,AF1303,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktya,AF13,Zurmat,AF1303,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Zurmat,AF1303,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Zurmat,AF1303,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Zurmat,AF1303,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Paktya,AF13,Zurmat,AF1303,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktya,AF13,Zurmat,AF1303,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktya,AF13,Zurmat,AF1303,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Zurmat,AF1303,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Zurmat,AF1303,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Zurmat,AF1303,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Zurmat,AF1303,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Zurmat,AF1303,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Zurmat,AF1303,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Zurmat,AF1303,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Zurmat,AF1303,EPDO,Equality for Peace and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Zurmat,AF1303,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Zurmat,AF1303,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Zurmat,AF1303,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Zurmat,AF1303,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Zurmat,AF1303,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Zurmat,AF1303,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Shawak,AF1304,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktya,AF13,Shawak,AF1304,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Shawak,AF1304,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Shawak,AF1304,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktya,AF13,Shawak,AF1304,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktya,AF13,Shawak,AF1304,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktya,AF13,Shawak,AF1304,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Shawak,AF1304,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Shawak,AF1304,AGHCO,Afghan General Help Coordination Office,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktya,AF13,Shawak,AF1304,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktya,AF13,Shawak,AF1304,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktya,AF13,Shawak,AF1304,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Shawak,AF1304,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Shawak,AF1304,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Shawak,AF1304,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Shawak,AF1304,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Shawak,AF1304,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Shawak,AF1304,EPDO,Equality for Peace and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Shawak,AF1304,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Shawak,AF1304,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Shawak,AF1304,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Shawak,AF1304,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Zadran,AF1305,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Zadran,AF1305,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktya,AF13,Zadran,AF1305,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktya,AF13,Zadran,AF1305,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktya,AF13,Zadran,AF1305,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Zadran,AF1305,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Zadran,AF1305,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Zadran,AF1305,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Zadran,AF1305,AGHCO,Afghan General Help Coordination Office,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Zadran,AF1305,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktya,AF13,Zadran,AF1305,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Zadran,AF1305,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktya,AF13,Zadran,AF1305,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Zadran,AF1305,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Zadran,AF1305,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Zadran,AF1305,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Zadran,AF1305,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Zadran,AF1305,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Zadran,AF1305,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Paktya,AF13,Zadran,AF1305,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Zadran,AF1305,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Zadran,AF1305,EPDO,Equality for Peace and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Zadran,AF1305,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Zadran,AF1305,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Zadran,AF1305,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Zadran,AF1305,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Sayed Karam,AF1306,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Sayed Karam,AF1306,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Sayed Karam,AF1306,ADA,Afghan Development Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Sayed Karam,AF1306,ADA,Afghan Development Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktya,AF13,Sayed Karam,AF1306,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktya,AF13,Sayed Karam,AF1306,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Paktya,AF13,Sayed Karam,AF1306,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktya,AF13,Sayed Karam,AF1306,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Sayed Karam,AF1306,AGHCO,Afghan General Help Coordination Office,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Sayed Karam,AF1306,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktya,AF13,Sayed Karam,AF1306,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktya,AF13,Sayed Karam,AF1306,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Sayed Karam,AF1306,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Sayed Karam,AF1306,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Sayed Karam,AF1306,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP @@ -8258,38 +7540,42 @@ South Eastern,Paktya,AF13,Sayed Karam,AF1306,WHO,World Health Organization,Unite South Eastern,Paktya,AF13,Sayed Karam,AF1306,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Sayed Karam,AF1306,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Sayed Karam,AF1306,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Sayed Karam,AF1306,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Sayed Karam,AF1306,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Sayed Karam,AF1306,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Sayed Karam,AF1306,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Sayed Karam,AF1306,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Sayed Karam,AF1306,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Jaji,AF1307,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktya,AF13,Jaji,AF1307,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktya,AF13,Jaji,AF1307,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Jaji,AF1307,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Jaji,AF1307,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Jaji,AF1307,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Jaji,AF1307,AGHCO,Afghan General Help Coordination Office,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Jaji,AF1307,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktya,AF13,Jaji,AF1307,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Jaji,AF1307,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Jaji,AF1307,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Jaji,AF1307,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Jaji,AF1307,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Jaji,AF1307,EPDO,Equality for Peace and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Jaji,AF1307,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Jaji,AF1307,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Jaji,AF1307,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Jaji,AF1307,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Jaji,AF1307,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,AGHCO,Afghan General Help Coordination Office,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,EPDO,Equality for Peace and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Jani Khel,AF1309,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktya,AF13,Jani Khel,AF1309,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktya,AF13,Jani Khel,AF1309,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktya,AF13,Jani Khel,AF1309,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Jani Khel,AF1309,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Jani Khel,AF1309,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Jani Khel,AF1309,AGHCO,Afghan General Help Coordination Office,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Jani Khel,AF1309,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktya,AF13,Jani Khel,AF1309,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktya,AF13,Jani Khel,AF1309,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktya,AF13,Jani Khel,AF1309,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Jani Khel,AF1309,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktya,AF13,Jani Khel,AF1309,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Jani Khel,AF1309,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Jani Khel,AF1309,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Jani Khel,AF1309,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP @@ -8297,27 +7583,32 @@ South Eastern,Paktya,AF13,Jani Khel,AF1309,WHO,World Health Organization,United South Eastern,Paktya,AF13,Jani Khel,AF1309,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Jani Khel,AF1309,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Jani Khel,AF1309,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Jani Khel,AF1309,EPDO,Equality for Peace and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Jani Khel,AF1309,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Jani Khel,AF1309,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Jani Khel,AF1309,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Jani Khel,AF1309,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Jani Khel,AF1309,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Chamkani,AF1310,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktya,AF13,Chamkani,AF1310,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktya,AF13,Chamkani,AF1310,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktya,AF13,Chamkani,AF1310,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Chamkani,AF1310,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Chamkani,AF1310,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Chamkani,AF1310,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktya,AF13,Chamkani,AF1310,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Chamkani,AF1310,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Chamkani,AF1310,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Chamkani,AF1310,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Chamkani,AF1310,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Chamkani,AF1310,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Chamkani,AF1310,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Chamkani,AF1310,EPDO,Equality for Peace and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Chamkani,AF1310,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Chamkani,AF1310,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Chamkani,AF1310,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Chamkani,AF1310,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Chamkani,AF1310,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,AGHCO,Afghan General Help Coordination Office,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -8328,21 +7619,35 @@ South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,UNFPA,United Nations Population F South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,EPDO,Equality for Peace and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Khost,AF14,Matun,AF1401,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Matun,AF1401,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Khost,AF14,Matun,AF1401,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Khost,AF14,Matun,AF1401,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Khost,AF14,Matun,AF1401,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Khost,AF14,Matun,AF1401,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Khost,AF14,Matun,AF1401,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Khost,AF14,Matun,AF1401,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Khost,AF14,Matun,AF1401,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Khost,AF14,Matun,AF1401,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Khost,AF14,Matun,AF1401,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Matun,AF1401,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Matun,AF1401,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Matun,AF1401,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Matun,AF1401,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Matun,AF1401,ADVO,Afghan Development Volunteers Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Matun,AF1401,AGHCO,Afghan General Help Coordination Office,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Matun,AF1401,AWCPO,Afghan Women Coordination and Promotion Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Matun,AF1401,CAHPO,Community Action for Healing Poverty Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Matun,AF1401,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Matun,AF1401,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Matun,AF1401,OHPM,Organization of Health and Program Management,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Matun,AF1401,ORCD,Organization for Research and Community Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Matun,AF1401,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Khost,AF14,Matun,AF1401,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Matun,AF1401,CTG,CTG Global,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Matun,AF1401,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Matun,AF1401,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Matun,AF1401,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Matun,AF1401,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Matun,AF1401,MSF,Medecins Sans Frontieres (Doctors Without Borders),International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Matun,AF1401,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP @@ -8350,33 +7655,36 @@ South Eastern,Khost,AF14,Matun,AF1401,OHPM,Organization of Health and Program Ma South Eastern,Khost,AF14,Matun,AF1401,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Matun,AF1401,WADAN,Welfare Association for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Matun,AF1401,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Matun,AF1401,YHDO,Youth Health and Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Matun,AF1401,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Khost,AF14,Matun,AF1401,HMLO,Human Management & Leadership Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Khost,AF14,Matun,AF1401,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Khost,AF14,Matun,AF1401,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Matun,AF1401,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Matun,AF1401,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Khost,AF14,Matun,AF1401,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Khost,AF14,Matun,AF1401,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Khost,AF14,Matun,AF1401,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Khost,AF14,Mandozayi,AF1402,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Khost,AF14,Mandozayi,AF1402,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Khost,AF14,Mandozayi,AF1402,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Khost,AF14,Mandozayi,AF1402,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Khost,AF14,Matun,AF1401,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Khost,AF14,Mandozayi,AF1402,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Khost,AF14,Mandozayi,AF1402,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Mandozayi,AF1402,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Khost,AF14,Mandozayi,AF1402,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Mandozayi,AF1402,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Mandozayi,AF1402,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Mandozayi,AF1402,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Mandozayi,AF1402,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Mandozayi,AF1402,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Mandozayi,AF1402,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Mandozayi,AF1402,ADVO,Afghan Development Volunteers Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Mandozayi,AF1402,AGHCO,Afghan General Help Coordination Office,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Mandozayi,AF1402,AWCPO,Afghan Women Coordination and Promotion Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Mandozayi,AF1402,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Khost,AF14,Mandozayi,AF1402,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Mandozayi,AF1402,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Mandozayi,AF1402,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Mandozayi,AF1402,OHPM,Organization of Health and Program Management,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Mandozayi,AF1402,ORCD,Organization for Research and Community Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Mandozayi,AF1402,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Mandozayi,AF1402,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Mandozayi,AF1402,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Mandozayi,AF1402,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Mandozayi,AF1402,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Mandozayi,AF1402,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Khost,AF14,Mandozayi,AF1402,MAGNA,MAGNA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Mandozayi,AF1402,HMLO,Human Management & Leadership Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Khost,AF14,Mandozayi,AF1402,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Mandozayi,AF1402,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Khost,AF14,Mandozayi,AF1402,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Khost,AF14,Mandozayi,AF1402,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Khost,AF14,Mandozayi,AF1402,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP @@ -8384,14 +7692,15 @@ South Eastern,Khost,AF14,Gurbuz,AF1403,CARE,Care International in Afghanistan,In South Eastern,Khost,AF14,Gurbuz,AF1403,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Gurbuz,AF1403,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Gurbuz,AF1403,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Khost,AF14,Gurbuz,AF1403,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Gurbuz,AF1403,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Gurbuz,AF1403,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Gurbuz,AF1403,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Gurbuz,AF1403,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Khost,AF14,Gurbuz,AF1403,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Khost,AF14,Gurbuz,AF1403,AWCP,Afghanistan Women and Children Cooperation Program,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Gurbuz,AF1403,CAHPO,Community Action for Healing Poverty Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Gurbuz,AF1403,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Khost,AF14,Gurbuz,AF1403,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Gurbuz,AF1403,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Gurbuz,AF1403,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Gurbuz,AF1403,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Gurbuz,AF1403,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Gurbuz,AF1403,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Gurbuz,AF1403,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Gurbuz,AF1403,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP @@ -8399,148 +7708,138 @@ South Eastern,Khost,AF14,Gurbuz,AF1403,CARE,Care International in Afghanistan,In South Eastern,Khost,AF14,Gurbuz,AF1403,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Khost,AF14,Gurbuz,AF1403,HMLO,Human Management & Leadership Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Khost,AF14,Gurbuz,AF1403,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Gurbuz,AF1403,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Gurbuz,AF1403,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Khost,AF14,Gurbuz,AF1403,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Khost,AF14,Gurbuz,AF1403,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Khost,AF14,Tani,AF1404,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Tani,AF1404,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Tani,AF1404,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Tani,AF1404,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Khost,AF14,Tani,AF1404,ACTIONAID,Action Aid Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Tani,AF1404,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Tani,AF1404,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Tani,AF1404,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Tani,AF1404,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Tani,AF1404,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Tani,AF1404,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Tani,AF1404,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Khost,AF14,Tani,AF1404,CAHPO,Community Action for Healing Poverty Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Tani,AF1404,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Tani,AF1404,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Tani,AF1404,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Tani,AF1404,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Tani,AF1404,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Tani,AF1404,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Tani,AF1404,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Tani,AF1404,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Tani,AF1404,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Tani,AF1404,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Khost,AF14,Tani,AF1404,HMLO,Human Management & Leadership Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Khost,AF14,Tani,AF1404,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Tani,AF1404,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Khost,AF14,Tani,AF1404,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Khost,AF14,Musa Khel,AF1405,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Musa Khel,AF1405,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Khost,AF14,Musa Khel,AF1405,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Khost,AF14,Musa Khel,AF1405,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Khost,AF14,Musa Khel,AF1405,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Khost,AF14,Musa Khel,AF1405,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Khost,AF14,Musa Khel,AF1405,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Musa Khel,AF1405,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Musa Khel,AF1405,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Musa Khel,AF1405,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Musa Khel,AF1405,ADVO,Afghan Development Volunteers Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Musa Khel,AF1405,AGHCO,Afghan General Help Coordination Office,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Musa Khel,AF1405,AWCPO,Afghan Women Coordination and Promotion Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Musa Khel,AF1405,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Musa Khel,AF1405,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Musa Khel,AF1405,OHPM,Organization of Health and Program Management,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Musa Khel,AF1405,ORCD,Organization for Research and Community Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Musa Khel,AF1405,WSTA,Watan Social and Technical Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Khost,AF14,Musa Khel,AF1405,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Musa Khel,AF1405,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Musa Khel,AF1405,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Musa Khel,AF1405,MSF,Medecins Sans Frontieres (Doctors Without Borders),International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Musa Khel,AF1405,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Musa Khel,AF1405,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Musa Khel,AF1405,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Musa Khel,AF1405,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Khost,AF14,Musa Khel,AF1405,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Musa Khel,AF1405,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,HMLO,Human Management & Leadership Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Khost,AF14,Sabari,AF1407,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Sabari,AF1407,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Khost,AF14,Sabari,AF1407,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Sabari,AF1407,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Sabari,AF1407,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Sabari,AF1407,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Sabari,AF1407,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Sabari,AF1407,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Sabari,AF1407,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Sabari,AF1407,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Sabari,AF1407,GAALO,Green Afghanistan Agriculture and Livestock Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Khost,AF14,Sabari,AF1407,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Sabari,AF1407,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Sabari,AF1407,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Sabari,AF1407,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Sabari,AF1407,MSF,Medecins Sans Frontieres (Doctors Without Borders),International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Sabari,AF1407,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Sabari,AF1407,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Sabari,AF1407,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Sabari,AF1407,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Sabari,AF1407,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Sabari,AF1407,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Khost,AF14,Sabari,AF1407,HMLO,Human Management & Leadership Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Khost,AF14,Sabari,AF1407,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Khost,AF14,Sabari,AF1407,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Khost,AF14,Sabari,AF1407,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Terezayi,AF1408,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Khost,AF14,Terezayi,AF1408,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Terezayi,AF1408,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Terezayi,AF1408,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Khost,AF14,Terezayi,AF1408,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Terezayi,AF1408,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Terezayi,AF1408,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Terezayi,AF1408,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Khost,AF14,Terezayi,AF1408,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Terezayi,AF1408,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Terezayi,AF1408,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Terezayi,AF1408,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Terezayi,AF1408,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Terezayi,AF1408,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Terezayi,AF1408,MAGNA,MAGNA,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Terezayi,AF1408,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Terezayi,AF1408,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Terezayi,AF1408,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Terezayi,AF1408,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Terezayi,AF1408,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Terezayi,AF1408,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Khost,AF14,Terezayi,AF1408,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Khost,AF14,Bak,AF1409,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Bak,AF1409,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Khost,AF14,Bak,AF1409,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Bak,AF1409,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Bak,AF1409,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Bak,AF1409,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Bak,AF1409,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Bak,AF1409,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Bak,AF1409,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Bak,AF1409,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Bak,AF1409,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Bak,AF1409,HMLO,Human Management & Leadership Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Bak,AF1409,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Khost,AF14,Bak,AF1409,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Bak,AF1409,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Bak,AF1409,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Khost,AF14,Qalandar,AF1410,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Qalandar,AF1410,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Khost,AF14,Qalandar,AF1410,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Qalandar,AF1410,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Qalandar,AF1410,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Qalandar,AF1410,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Khost,AF14,Qalandar,AF1410,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Qalandar,AF1410,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Qalandar,AF1410,MSF,Medecins Sans Frontieres (Doctors Without Borders),International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Qalandar,AF1410,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Qalandar,AF1410,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Qalandar,AF1410,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Qalandar,AF1410,HMLO,Human Management & Leadership Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Khost,AF14,Qalandar,AF1410,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Qalandar,AF1410,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Khost,AF14,Qalandar,AF1410,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Khost,AF14,Spera,AF1411,WYFAO,Women and Youth future assisst Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Spera,AF1411,WYFAO,Women and Youth future assisst Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Khost,AF14,Spera,AF1411,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Spera,AF1411,ACTIONAID,Action Aid Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Spera,AF1411,AKDN,Aga Khan Development Network,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Khost,AF14,Spera,AF1411,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Spera,AF1411,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Spera,AF1411,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Khost,AF14,Spera,AF1411,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Khost,AF14,Spera,AF1411,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Spera,AF1411,ORD,Organization for Relief and Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Spera,AF1411,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Spera,AF1411,UNICEF,United Nations Children's Fund,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Spera,AF1411,WSTA,Watan Social and Technical Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Spera,AF1411,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Spera,AF1411,AREA,Agency for Rehabilitation and Energy Conservation in Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Spera,AF1411,CWSA,Community World Services Asia,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Spera,AF1411,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Spera,AF1411,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Spera,AF1411,AWCP,Afghanistan Women and Children Cooperation Program,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Spera,AF1411,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Spera,AF1411,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Spera,AF1411,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Spera,AF1411,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Spera,AF1411,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Spera,AF1411,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Spera,AF1411,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -8550,468 +7849,404 @@ South Eastern,Khost,AF14,Spera,AF1411,WHO,World Health Organization,United Natio South Eastern,Khost,AF14,Spera,AF1411,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Khost,AF14,Spera,AF1411,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Khost,AF14,Spera,AF1411,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Khost,AF14,Shamal,AF1412,ACTIONAID,Action Aid Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Khost,AF14,Spera,AF1411,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Spera,AF1411,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Shamal,AF1412,CARE,Care International in Afghanistan,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +South Eastern,Khost,AF14,Shamal,AF1412,CARE,Care International in Afghanistan,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Shamal,AF1412,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Shamal,AF1412,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Shamal,AF1412,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Khost,AF14,Shamal,AF1412,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Shamal,AF1412,AREA,Agency for Rehabilitation and Energy Conservation in Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Shamal,AF1412,CWSA,Community World Services Asia,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Shamal,AF1412,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Shamal,AF1412,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Shamal,AF1412,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Khost,AF14,Shamal,AF1412,AWCP,Afghanistan Women and Children Cooperation Program,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Khost,AF14,Shamal,AF1412,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Shamal,AF1412,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Shamal,AF1412,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Shamal,AF1412,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Shamal,AF1412,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Shamal,AF1412,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Shamal,AF1412,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Shamal,AF1412,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Shamal,AF1412,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Shamal,AF1412,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Khost,AF14,Jaji Maydan,AF1413,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP South Eastern,Khost,AF14,Jaji Maydan,AF1413,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -South Eastern,Khost,AF14,Jaji Maydan,AF1413,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Jaji Maydan,AF1413,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Jaji Maydan,AF1413,IDSH,IDS-Hamkar,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Jaji Maydan,AF1413,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Jaji Maydan,AF1413,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Jaji Maydan,AF1413,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Jaji Maydan,AF1413,AWCP,Afghanistan Women and Children Cooperation Program,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Khost,AF14,Jaji Maydan,AF1413,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Jaji Maydan,AF1413,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Jaji Maydan,AF1413,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Jaji Maydan,AF1413,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Jaji Maydan,AF1413,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Jaji Maydan,AF1413,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Khost,AF14,Jaji Maydan,AF1413,HMLO,Human Management & Leadership Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Jaji Maydan,AF1413,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Khost,AF14,Jaji Maydan,AF1413,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Jaji Maydan,AF1413,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Jaji Maydan,AF1413,WSTA,Watan Social and Technical Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Khost,AF14,Jaji Maydan,AF1413,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Khost,AF14,Jaji Maydan,AF1413,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Giyan,AF1215,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktika,AF12,Giyan,AF1215,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Musa Khel,AF1405,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Khost,AF14,Matun,AF1401,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Khost,AF14,Matun,AF1401,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Khost,AF14,Bak,AF1409,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Qalandar,AF1410,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Spera,AF1411,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Shamal,AF1412,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Muqur,AF1115,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Malistan,AF1116,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,PIN,People in Need,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Malistan,AF1116,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Nawur,AF1110,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Andar,AF1107,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Gelan,AF1117,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Muqur,AF1115,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Chamkani,AF1310,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktya,AF13,Jaji,AF1307,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktya,AF13,Ahmadaba,AF1302,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktika,AF12,Giyan,AF1215,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktika,AF12,Sar Rawzah,AF1205,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktika,AF12,Omna,AF1206,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktika,AF12,Nika,AF1213,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Zurmat,AF1303,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Ahmadaba,AF1302,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktika,AF12,Ziruk,AF1212,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktika,AF12,Urgun,AF1211,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Jaji,AF1307,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Gardez,AF1301,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Chamkani,AF1310,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Zadran,AF1305,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Giyan,AF1215,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktya,AF13,Jani Khel,AF1309,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Chamkani,AF1310,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktya,AF13,Ahmadaba,AF1302,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktya,AF13,Jaji,AF1307,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Rashidan,AF1109,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktika,AF12,Barmal,AF1214,CICA,Canadian International Community Association ,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Omna,AF1206,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Gardez,AF1301,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Jani Khel,AF1309,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Zadran,AF1305,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Nawur,AF1110,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Khost,AF14,Matun,AF1401,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Nika,AF1213,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktika,AF12,Ziruk,AF1212,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktika,AF12,Sar Rawzah,AF1205,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktika,AF12,Urgun,AF1211,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Musa Khel,AF1405,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Waghaz,AF1104,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Paktya,AF13,Jaji,AF1307,OMAR,Organization for Mine Clearance and Afghan Rehabilitation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Gelan,AF1117,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Nawa,AF1119,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Qara Bagh,AF1111,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Ajristan,AF1118,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Khost,AF14,Shamal,AF1412,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Qara Bagh,AF1111,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Nawur,AF1110,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Gelan,AF1117,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Barmal,AF1214,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Muqur,AF1115,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Jaghatu,AF1106,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Giyan,AF1215,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Nika,AF1213,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Barmal,AF1214,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Zadran,AF1305,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Khost,AF14,Spera,AF1411,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Khost,AF14,Matun,AF1401,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Paktya,AF13,Gardez,AF1301,CARE,Care International in Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP South Eastern,Paktya,AF13,Gardez,AF1301,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Khost,AF14,Matun,AF1401,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,WazAKAHh,AF1217,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Dila,AF1216,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Wormamay,AF1218,CWSA,Community World Services Asia,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Giyan,AF1215,CWW,Concern Worldwide,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Nika,AF1213,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Barmal,AF1214,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Ziruk,AF1212,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Jaghatu,AF1106,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Deh Yak,AF1105,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Deh Yak,AF1105,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Gurbuz,AF1403,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Gurbuz,AF1403,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Qalandar,AF1410,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Qalandar,AF1410,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Bak,AF1409,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Bak,AF1409,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Musa Khel,AF1405,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Musa Khel,AF1405,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Chamkani,AF1310,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Chamkani,AF1310,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Sayed Karam,AF1306,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Sayed Karam,AF1306,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Jaji,AF1307,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Jaji,AF1307,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Zadran,AF1305,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Zadran,AF1305,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Gurbuz,AF1403,JUH,Johanniter-Unfall-Hilfe e.V.,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Spera,AF1411,JUH,Johanniter-Unfall-Hilfe e.V.,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Gurbuz,AF1403,JUH,Johanniter-Unfall-Hilfe e.V.,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Jaji Maydan,AF1413,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Gurbuz,AF1403,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Gurbuz,AF1403,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Gurbuz,AF1403,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Khost,AF14,Spera,AF1411,JUH,Johanniter-Unfall-Hilfe e.V.,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Khost,AF14,Spera,AF1411,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Khost,AF14,Terezayi,AF1408,MAGNA,MAGNA,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Terezayi,AF1408,MAGNA,MAGNA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Sabari,AF1407,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Sabari,AF1407,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Zurmat,AF1303,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktya,AF13,Zurmat,AF1303,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Khost,AF14,Gurbuz,AF1403,JOIN,Johanniter International,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Matun,AF1401,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Jaji,AF1307,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktika,AF12,Giyan,AF1215,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktika,AF12,Barmal,AF1214,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Nawur,AF1110,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Qara Bagh,AF1111,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Malistan,AF1116,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Ghazni,AF11,Nawur,AF1110,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Matun,AF1401,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Khost,AF14,Matun,AF1401,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Gardez,AF1301,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Gardez,AF1301,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Zurmat,AF1303,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Zurmat,AF1303,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Sayed Karam,AF1306,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Sayed Karam,AF1306,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Chamkani,AF1310,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Chamkani,AF1310,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Jaji,AF1307,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Jaji,AF1307,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Spera,AF1411,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Spera,AF1411,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Gardez,AF1301,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Gardez,AF1301,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Gardez,AF1301,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Sayed Karam,AF1306,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Sayed Karam,AF1306,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Khost,AF14,Spera,AF1411,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Khost,AF14,Spera,AF1411,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Barmal,AF1214,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Barmal,AF1214,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Giyan,AF1215,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Giyan,AF1215,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Jaji,AF1307,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Sayed Karam,AF1306,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Zadran,AF1305,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Giyan,AF1215,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Chamkani,AF1310,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Chamkani,AF1310,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Jani Khel,AF1309,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Jani Khel,AF1309,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Mata Khan,AF1202,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Mata Khan,AF1202,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Urgun,AF1211,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Urgun,AF1211,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Yahya Khel,AF1204,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Yahya Khel,AF1204,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Giyan,AF1215,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Giyan,AF1215,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Giyan,AF1215,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Khost,AF14,Spera,AF1411,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Khost,AF14,Spera,AF1411,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Khost,AF14,Spera,AF1411,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Khost,AF14,Gurbuz,AF1403,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Khost,AF14,Gurbuz,AF1403,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Khost,AF14,Gurbuz,AF1403,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Khost,AF14,Matun,AF1401,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Khost,AF14,Matun,AF1401,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Khost,AF14,Matun,AF1401,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Giyan,AF1215,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Giyan,AF1215,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktika,AF12,Giyan,AF1215,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktika,AF12,Barmal,AF1214,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Barmal,AF1214,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktika,AF12,Barmal,AF1214,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Sharan,AF1201,OHD,Organization for Humanitarian and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Sharan,AF1201,OHPM,Organization of Health and Program Management,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Matun,AF1401,AWCPO,Afghan Women Coordination and Promotion Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Gardez,AF1301,AGHCO,Afghan General Help Coordination Office,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktya,AF13,Gardez,AF1301,CARITAS-G,Caritas Germany,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Ajristan,AF1118,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Ajristan,AF1118,AGHCO,Afghan General Help Coordination Office,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Matun,AF1401,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Tani,AF1404,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktika,AF12,WazAKAHh,AF1217,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktika,AF12,WazAKAHh,AF1217,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktika,AF12,Turwo,AF1219,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Zadran,AF1305,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Zadran,AF1305,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Zadran,AF1305,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Gardez,AF1301,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Gardez,AF1301,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Jani Khel,AF1309,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Jani Khel,AF1309,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Chamkani,AF1310,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Chamkani,AF1310,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Sayed Karam,AF1306,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Sayed Karam,AF1306,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Zurmat,AF1303,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Zurmat,AF1303,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Jaji,AF1307,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Jaji,AF1307,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Ghazni,AF11,Ghazni,AF1101,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Gelan,AF1117,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Gelan,AF1117,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Rashidan,AF1109,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Rashidan,AF1109,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Muqur,AF1115,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Muqur,AF1115,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Waghaz,AF1104,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Waghaz,AF1104,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Andar,AF1107,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Andar,AF1107,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Deh Yak,AF1105,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Deh Yak,AF1105,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Nawur,AF1110,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Nawur,AF1110,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Qara Bagh,AF1111,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Qara Bagh,AF1111,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Khost,AF14,Gurbuz,AF1403,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Musa Khel,AF1405,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Shamal,AF1412,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Tani,AF1404,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Mandozayi,AF1402,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Khost,AF14,Matun,AF1401,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Matun,AF1401,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Terezayi,AF1408,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktika,AF12,Jani Khel,AF1209,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Jani Khel,AF1209,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Surobi,AF1210,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Surobi,AF1210,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Sharan,AF1201,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Sharan,AF1201,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Wormamay,AF1218,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Wormamay,AF1218,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktika,AF12,Yahya Khel,AF1204,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Yahya Khel,AF1204,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,WazAKAHh,AF1217,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,WazAKAHh,AF1217,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Yosuf Khel,AF1203,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Yosuf Khel,AF1203,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Mata Khan,AF1202,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Mata Khan,AF1202,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Nika,AF1213,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Nika,AF1213,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Barmal,AF1214,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Barmal,AF1214,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Giyan,AF1215,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Giyan,AF1215,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Dila,AF1216,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Dila,AF1216,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Ziruk,AF1212,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Ziruk,AF1212,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Turwo,AF1219,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Turwo,AF1219,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Urgun,AF1211,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Urgun,AF1211,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Omna,AF1206,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Omna,AF1206,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Gomal,AF1208,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Gomal,AF1208,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Sar Rawzah,AF1205,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Sar Rawzah,AF1205,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Jaji,AF1307,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Jaji,AF1307,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Ahmadaba,AF1302,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Ahmadaba,AF1302,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Jani Khel,AF1309,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Jani Khel,AF1309,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Zadran,AF1305,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Zadran,AF1305,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Shawak,AF1304,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Shawak,AF1304,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Zurmat,AF1303,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Zurmat,AF1303,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Chamkani,AF1310,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Chamkani,AF1310,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Sayed Karam,AF1306,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Sayed Karam,AF1306,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Gardez,AF1301,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Gardez,AF1301,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Paktya,AF13,Gardez,AF1301,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Jaghatu,AF1106,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Ghazni,AF11,Jaghatu,AF1106,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Ghazni,AF11,Ajristan,AF1118,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Ghazni,AF11,Ajristan,AF1118,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Ghazni,AF11,Ab Band,AF1113,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Ghazni,AF11,Ab Band,AF1113,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Ghazni,AF11,Giro,AF1112,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Ghazni,AF11,Giro,AF1112,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Turwo,AF1219,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Dila,AF1216,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Dila,AF1216,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,WazAKAHh,AF1217,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Gardez,AF1301,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Jani Khel,AF1209,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Khost,AF14,Matun,AF1401,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Gardez,AF1301,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Ajristan,AF1118,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Sharan,AF1201,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Spera,AF1411,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Khost,AF14,Terezayi,AF1408,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktya,AF13,Gardez,AF1301,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Khost,AF14,Matun,AF1401,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Khost,AF14,Bak,AF1409,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Khost,AF14,Mandozayi,AF1402,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Ghazni,AF11,Qara Bagh,AF1111,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Ghazni,AF11,Qara Bagh,AF1111,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Ghazni,AF11,Muqur,AF1115,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Ghazni,AF11,Muqur,AF1115,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Ghazni,AF11,Waghaz,AF1104,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Ghazni,AF11,Waghaz,AF1104,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Ghazni,AF11,Giro,AF1112,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Ghazni,AF11,Giro,AF1112,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Ghazni,AF11,Andar,AF1107,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Muqur,AF1115,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Muqur,AF1115,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Waghaz,AF1104,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Waghaz,AF1104,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Giro,AF1112,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Giro,AF1112,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Paktya,AF13,Jaji,AF1307,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Muqur,AF1115,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Ghazni,AF11,Waghaz,AF1104,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Ghazni,AF11,Giro,AF1112,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Jaji,AF1307,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Qara Bagh,AF1111,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Nawa,AF1119,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Ghazni,AF11,Andar,AF1107,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Paktika,AF12,Jani Khel,AF1209,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Jani Khel,AF1209,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Jani Khel,AF1209,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Sar Rawzah,AF1205,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Sar Rawzah,AF1205,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Sar Rawzah,AF1205,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Waghaz,AF1104,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Waghaz,AF1104,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Waghaz,AF1104,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Sharan,AF1201,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Sharan,AF1201,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Sharan,AF1201,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Dila,AF1216,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Dila,AF1216,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Dila,AF1216,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Giyan,AF1215,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktika,AF12,Barmal,AF1214,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Khost,AF14,Spera,AF1411,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktika,AF12,Giyan,AF1215,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Jaji,AF1307,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Sayed Karam,AF1306,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Zadran,AF1305,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Ghazni,AF11,Ab Band,AF1113,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Ab Band,AF1113,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Muqur,AF1115,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Muqur,AF1115,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Jaghuri,AF1114,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Jaghuri,AF1114,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Khost,AF14,Shamal,AF1412,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Khost,AF14,Musa Khel,AF1405,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Khost,AF14,Tani,AF1404,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Khost,AF14,Mandozayi,AF1402,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Chamkani,AF1310,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Jani Khel,AF1309,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,RHDO,Relief Humanitarian Development Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Gomal,AF1208,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Wormamay,AF1218,CWSA,Community World Services Asia,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Sharan,AF1201,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Giyan,AF1215,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP South Eastern,Paktya,AF13,Jaji,AF1307,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Jaji,AF1307,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktya,AF13,Chamkani,AF1310,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktya,AF13,Chamkani,AF1310,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktya,AF13,Zurmat,AF1303,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktya,AF13,Zurmat,AF1303,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Shawak,AF1304,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Shawak,AF1304,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktya,AF13,Sayed Karam,AF1306,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktya,AF13,Sayed Karam,AF1306,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Ahmadaba,AF1302,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Ahmadaba,AF1302,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Jani Khel,AF1309,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Jani Khel,AF1309,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktya,AF13,Zurmat,AF1303,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktya,AF13,Zurmat,AF1303,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Gardez,AF1301,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP South Eastern,Paktya,AF13,Gardez,AF1301,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktya,AF13,Chamkani,AF1310,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktya,AF13,Chamkani,AF1310,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Paktya,AF13,Jaji,AF1307,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Paktya,AF13,Jaji,AF1307,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Sayed Karam,AF1306,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktya,AF13,Sayed Karam,AF1306,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Giro,AF1112,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Giro,AF1112,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Waghaz,AF1104,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Waghaz,AF1104,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Qara Bagh,AF1111,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Qara Bagh,AF1111,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Muqur,AF1115,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Muqur,AF1115,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktya,AF13,Zurmat,AF1303,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Zurmat,AF1303,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Ahmadaba,AF1302,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Ahmadaba,AF1302,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Jani Khel,AF1309,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Jani Khel,AF1309,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Paktya,AF13,Zurmat,AF1303,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -South Eastern,Paktya,AF13,Zurmat,AF1303,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Gardez,AF1301,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Gardez,AF1301,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Sayed Karam,AF1306,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Paktya,AF13,Sayed Karam,AF1306,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Giro,AF1112,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Giro,AF1112,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Waghaz,AF1104,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Waghaz,AF1104,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Muqur,AF1115,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Muqur,AF1115,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Jaji,AF1307,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Jaji,AF1307,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Paktya,AF13,Jaji,AF1307,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Jaji,AF1307,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Ahmadaba,AF1302,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Zurmat,AF1303,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Paktya,AF13,Jani Khel,AF1309,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktya,AF13,Ahmadaba,AF1302,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Gardez,AF1301,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP South Eastern,Paktya,AF13,Sayed Karam,AF1306,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Ghazni,AF11,Deh Yak,AF1105,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Deh Yak,AF1105,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Deh Yak,AF1105,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Ahmadaba,AF1302,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Ahmadaba,AF1302,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Ahmadaba,AF1302,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Muqur,AF1115,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Muqur,AF1115,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Muqur,AF1115,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Andar,AF1107,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Andar,AF1107,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Andar,AF1107,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Zadran,AF1305,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Zadran,AF1305,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Zadran,AF1305,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Zurmat,AF1303,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Zurmat,AF1303,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Zurmat,AF1303,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Sayed Karam,AF1306,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Sayed Karam,AF1306,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Sayed Karam,AF1306,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Gardez,AF1301,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Gardez,AF1301,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Gardez,AF1301,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Jani Khel,AF1309,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Ghazni,AF11,Giro,AF1112,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Ghazni,AF11,Waghaz,AF1104,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Ghazni,AF11,Muqur,AF1115,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Ghazni,AF11,Rashidan,AF1109,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Nawur,AF1110,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Waghaz,AF1104,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Wal-e-Muhammad-e-Shahid,AF1102,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Jaghatu,AF1106,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Jaghuri,AF1114,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Rashidan,AF1109,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Nawa,AF1119,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Malistan,AF1116,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Ajristan,AF1118,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,HDDO,"Health, Disability and Development Organization ",National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktya,AF13,Gardez,AF1301,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Barmal,AF1214,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktika,AF12,Barmal,AF1214,OHW,Organization of Human Welfare,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktika,AF12,Ziruk,AF1212,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Sabari,AF1407,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Sabari,AF1407,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Bak,AF1409,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Spera,AF1411,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Qalandar,AF1410,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Jaji Maydan,AF1413,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Sabari,AF1407,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Sar Rawzah,AF1205,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Khost,AF14,Matun,AF1401,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Paktika,AF12,Barmal,AF1214,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,WazAKAHh,AF1217,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Urgun,AF1211,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Dila,AF1216,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Surobi,AF1210,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Sar Rawzah,AF1205,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Jani Khel,AF1209,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Gomal,AF1208,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Mata Khan,AF1202,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Sharan,AF1201,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Matun,AF1401,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Nadir Shah Kot,AF1406,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Gardez,AF1301,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Zadran,AF1305,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Shawak,AF1304,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Ahmadaba,AF1302,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Jani Khel,AF1309,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Sayed Karam,AF1306,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Jaji,AF1307,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Zurmat,AF1303,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktya,AF13,Chamkani,AF1310,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Khwaja Umari,AF1103,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Ghazni,AF11,Ghazni,AF1101,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Gurbuz,AF1403,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Khost,AF14,Terezayi,AF1408,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Yosuf Khel,AF1203,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +South Eastern,Paktika,AF12,Urgun,AF1211,IMC,International Medical Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktya,AF13,Ahmadaba,AF1302,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Ahmadaba,AF1302,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Ahmadaba,AF1302,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Zadran,AF1305,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Zadran,AF1305,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Zadran,AF1305,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Zurmat,AF1303,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Zurmat,AF1303,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Zurmat,AF1303,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Gardez,AF1301,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Gardez,AF1301,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Sayed Karam,AF1306,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Sayed Karam,AF1306,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Sayed Karam,AF1306,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +South Eastern,Paktya,AF13,Gardez,AF1301,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP +South Eastern,Ghazni,AF11,Ab Band,AF1113,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Ghazni,AF11,Ab Band,AF1113,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Wormamay,AF1218,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Turwo,AF1219,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +South Eastern,Paktika,AF12,Wormamay,AF1218,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +South Eastern,Paktika,AF12,Giyan,AF1215,IOM,International Organization for Migration,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP South Eastern,Ghazni,AF11,Ghazni,AF1101,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Khost,AF14,Matun,AF1401,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Khost,AF14,Matun,AF1401,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Khost,AF14,Matun,AF1401,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Giro,AF1112,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Giro,AF1112,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,ZanAKAHn,AF1108,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Rashidan,AF1109,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Rashidan,AF1109,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Jaghatu,AF1106,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Andar,AF1107,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Andar,AF1107,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Nawa,AF1119,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Nawa,AF1119,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Qara Bagh,AF1111,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Qara Bagh,AF1111,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Ghazni,AF11,Nawur,AF1110,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Spera,AF1411,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Khost,AF14,Shamal,AF1412,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Omna,AF1206,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Surobi,AF1210,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Surobi,AF1210,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Gomal,AF1208,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Gomal,AF1208,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Barmal,AF1214,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Urgun,AF1211,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Urgun,AF1211,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Zarghun Shahr,AF1207,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -South Eastern,Paktika,AF12,Giyan,AF1215,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Giyan,AF1215,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -South Eastern,Paktika,AF12,Mata Khan,AF1202,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Mata Khan,AF1202,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Mata Khan,AF1202,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Ajristan,AF1118,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Ajristan,AF1118,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Malistan,AF1116,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Malistan,AF1116,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Waghaz,AF1104,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Waghaz,AF1104,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Giro,AF1112,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Giro,AF1112,ADWSO,Afghanistan Development & Welfare Services Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Khost,AF14,Sabari,AF1407,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Khost,AF14,Terezayi,AF1408,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Jaji,AF1307,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Jani Khel,AF1309,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Zurmat,AF1303,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Dand Wa Patan,AF1311,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Shawak,AF1304,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Shawak,AF1304,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Chamkani,AF1310,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Lija Ahmad Khel,AF1308,EPD,Equality for Peace and Democracy,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktya,AF13,Zurmat,AF1303,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -South Eastern,Khost,AF14,Gurbuz,AF1403,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Khost,AF14,Jaji Maydan,AF1413,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Khost,AF14,Sabari,AF1407,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Paktika,AF12,Sharan,AF1201,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -South Eastern,Ghazni,AF11,Deh Yak,AF1105,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Deh Yak,AF1105,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Ghazni,AF1101,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Muqur,AF1115,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Muqur,AF1115,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Waghaz,AF1104,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -South Eastern,Ghazni,AF11,Waghaz,AF1104,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Uruzgan,AF25,Tirinkot,AF2501,CIC,Children in Crisis,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Tirinkot,AF2501,CIC,Children in Crisis,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Tirinkot,AF2501,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Tirinkot,AF2501,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Tirinkot,AF2501,SHAO,Social and Humanitarian Assistance Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Tirinkot,AF2501,SHAO,Social and Humanitarian Assistance Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,UNICEF,United Nations Children's Fund,United Nations,EiE_OP,Operational Presence: Education in Emergencies,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,UNICEF,United Nations Children's Fund,United Nations,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Uruzgan,AF25,Tirinkot,AF2501,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Uruzgan,AF25,Tirinkot,AF2501,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,UNICEF,United Nations Children's Fund,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,CAHPO,Community Action for Healing Poverty Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,HAPA,Humanitarian Action for People of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,MEDAIR,MEDAIR,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Uruzgan,AF25,Tirinkot,AF2501,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Tirinkot,AF2501,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Tirinkot,AF2501,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -9030,32 +8265,23 @@ Southern,Uruzgan,AF25,Tirinkot,AF2501,UNICEF,United Nations Children's Fund,Unit Southern,Uruzgan,AF25,Tirinkot,AF2501,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Tirinkot,AF2501,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Uruzgan,AF25,Tirinkot,AF2501,MEDAIR,MEDAIR,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,OWH,Organization for Welfare and Humanitarian ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,CIC,Children in Crisis,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Uruzgan,AF25,Tirinkot,AF2501,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Uruzgan,AF25,Tirinkot,AF2501,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Uruzgan,AF25,Tirinkot,AF2501,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Uruzgan,AF25,Dehrawud,AF2502,CIC,Children in Crisis,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Dehrawud,AF2502,CIC,Children in Crisis,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Dehrawud,AF2502,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Dehrawud,AF2502,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Dehrawud,AF2502,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Dehrawud,AF2502,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Dehrawud,AF2502,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Dehrawud,AF2502,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Dehrawud,AF2502,SHAO,Social and Humanitarian Assistance Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Dehrawud,AF2502,SHAO,Social and Humanitarian Assistance Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Uruzgan,AF25,Dehrawud,AF2502,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Uruzgan,AF25,Dehrawud,AF2502,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Dehrawud,AF2502,CAHPO,Community Action for Healing Poverty Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Dehrawud,AF2502,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Dehrawud,AF2502,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Dehrawud,AF2502,NAC,Norwegian Afghanistan Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Dehrawud,AF2502,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Uruzgan,AF25,Dehrawud,AF2502,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Dehrawud,AF2502,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Dehrawud,AF2502,OPHCD,Organization for Promotion of Health & Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -9063,25 +8289,22 @@ Southern,Uruzgan,AF25,Dehrawud,AF2502,RHDO,Relief Humanitarian Development Organ Southern,Uruzgan,AF25,Dehrawud,AF2502,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Dehrawud,AF2502,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Dehrawud,AF2502,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Uruzgan,AF25,Dehrawud,AF2502,MEDAIR,MEDAIR,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Uruzgan,AF25,Dehrawud,AF2502,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Uruzgan,AF25,Dehrawud,AF2502,TIH,Tanweer Investment Healthcare,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Uruzgan,AF25,Dehrawud,AF2502,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Dehrawud,AF2502,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Dehrawud,AF2502,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Uruzgan,AF25,Dehrawud,AF2502,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Dehrawud,AF2502,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Uruzgan,AF25,Chora,AF2503,CIC,Children in Crisis,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Southern,Uruzgan,AF25,Chora,AF2503,CIC,Children in Crisis,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Dehrawud,AF2502,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Uruzgan,AF25,Dehrawud,AF2502,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Uruzgan,AF25,Chora,AF2503,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Chora,AF2503,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Chora,AF2503,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Chora,AF2503,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Chora,AF2503,SHAO,Social and Humanitarian Assistance Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Chora,AF2503,SHAO,Social and Humanitarian Assistance Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Uruzgan,AF25,Chora,AF2503,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Uruzgan,AF25,Chora,AF2503,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Uruzgan,AF25,Chora,AF2503,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Chora,AF2503,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Chora,AF2503,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Chora,AF2503,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Chora,AF2503,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Chora,AF2503,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Uruzgan,AF25,Chora,AF2503,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Uruzgan,AF25,Chora,AF2503,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Chora,AF2503,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Chora,AF2503,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -9091,66 +8314,55 @@ Southern,Uruzgan,AF25,Chora,AF2503,WHO,World Health Organization,United Nations, Southern,Uruzgan,AF25,Chora,AF2503,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Uruzgan,AF25,Chora,AF2503,MEDAIR,MEDAIR,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Uruzgan,AF25,Chora,AF2503,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Uruzgan,AF25,Chora,AF2503,CIC,Children in Crisis,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Chora,AF2503,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Chora,AF2503,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Chora,AF2503,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Chora,AF2503,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Uruzgan,AF25,Chora,AF2503,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Uruzgan,AF25,Chora,AF2503,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Uruzgan,AF25,Chora,AF2503,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,CIC,Children in Crisis,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,CIC,Children in Crisis,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,SHAO,Social and Humanitarian Assistance Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,SHAO,Social and Humanitarian Assistance Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,OPHCD,Organization for Promotion of Health & Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,TIH,Tanweer Investment Healthcare,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,CIC,Children in Crisis,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,CIC,Children in Crisis,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,CIC,Children in Crisis,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,SHAO,Social and Humanitarian Assistance Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,SHAO,Social and Humanitarian Assistance Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,DAARTT,Danish Assistance to Afghan Rehabilitation and Technical Training,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,CAHPO,Community Action for Healing Poverty Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,OPHCD,Organization for Promotion of Health & Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,CIC,Children in Crisis,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,HAPA,Humanitarian Action for People of Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Uruzgan,AF25,Chinarto,AF2506,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Chinarto,AF2506,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Chinarto,AF2506,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Chinarto,AF2506,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Chinarto,AF2506,SHAO,Social and Humanitarian Assistance Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Chinarto,AF2506,SHAO,Social and Humanitarian Assistance Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Uruzgan,AF25,Chinarto,AF2506,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Uruzgan,AF25,Chinarto,AF2506,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Uruzgan,AF25,Chinarto,AF2506,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Chinarto,AF2506,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Chinarto,AF2506,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Chinarto,AF2506,DAARTT,Danish Assistance to Afghan Rehabilitation and Technical Training,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Uruzgan,AF25,Chinarto,AF2506,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Chinarto,AF2506,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Chinarto,AF2506,HDDO,"Health, Disability and Development Organization ",National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -9161,50 +8373,36 @@ Southern,Uruzgan,AF25,Chinarto,AF2506,AHDS,Afghan Health & Development Services, Southern,Uruzgan,AF25,Chinarto,AF2506,MEDAIR,MEDAIR,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Uruzgan,AF25,Chinarto,AF2506,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Uruzgan,AF25,Chinarto,AF2506,TIH,Tanweer Investment Healthcare,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Uruzgan,AF25,Chinarto,AF2506,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Chinarto,AF2506,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Chinarto,AF2506,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Chinarto,AF2506,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Uruzgan,AF25,Chinarto,AF2506,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Gizab,AF2507,CIC,Children in Crisis,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Southern,Uruzgan,AF25,Gizab,AF2507,CIC,Children in Crisis,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Chinarto,AF2506,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Uruzgan,AF25,Chinarto,AF2506,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Uruzgan,AF25,Gizab,AF2507,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Gizab,AF2507,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Gizab,AF2507,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Gizab,AF2507,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Gizab,AF2507,SHAO,Social and Humanitarian Assistance Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Uruzgan,AF25,Gizab,AF2507,SHAO,Social and Humanitarian Assistance Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Gizab,AF2507,DAARTT,Danish Assistance to Afghan Rehabilitation and Technical Training,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Uruzgan,AF25,Gizab,AF2507,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Uruzgan,AF25,Gizab,AF2507,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Gizab,AF2507,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Gizab,AF2507,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Uruzgan,AF25,Gizab,AF2507,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Gizab,AF2507,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Gizab,AF2507,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Gizab,AF2507,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Uruzgan,AF25,Gizab,AF2507,CIC,Children in Crisis,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Gizab,AF2507,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Gizab,AF2507,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Uruzgan,AF25,Gizab,AF2507,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Qalat,AF2601,CIC,Children in Crisis,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Southern,Zabul,AF26,Qalat,AF2601,CIC,Children in Crisis,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Zabul,AF26,Qalat,AF2601,HRDA,Human Resource Development Agency,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Southern,Zabul,AF26,Qalat,AF2601,HRDA,Human Resource Development Agency,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Uruzgan,AF25,Gizab,AF2507,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Uruzgan,AF25,Gizab,AF2507,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Zabul,AF26,Qalat,AF2601,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Qalat,AF2601,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Qalat,AF2601,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Qalat,AF2601,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Qalat,AF2601,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Qalat,AF2601,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Zabul,AF26,Qalat,AF2601,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Zabul,AF26,Qalat,AF2601,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Zabul,AF26,Qalat,AF2601,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Qalat,AF2601,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Qalat,AF2601,AADA,Agency for Assistance and Development of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Qalat,AF2601,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Qalat,AF2601,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Qalat,AF2601,AWCPO,Afghan Women Coordination and Promotion Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Qalat,AF2601,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Qalat,AF2601,HAPA,Humanitarian Action for People of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Qalat,AF2601,HRDA,Human Resource Development Agency,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Qalat,AF2601,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Qalat,AF2601,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Qalat,AF2601,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Zabul,AF26,Qalat,AF2601,ACHRO,Association of Chief Human Resource Officers,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Zabul,AF26,Qalat,AF2601,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Qalat,AF2601,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Qalat,AF2601,AOAD,Accessibility Organization for Afghan Disabled ,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -9214,84 +8412,69 @@ Southern,Zabul,AF26,Qalat,AF2601,RHDO,Relief Humanitarian Development Organizati Southern,Zabul,AF26,Qalat,AF2601,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Qalat,AF2601,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Zabul,AF26,Qalat,AF2601,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Zabul,AF26,Qalat,AF2601,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Zabul,AF26,Qalat,AF2601,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Qalat,AF2601,RHDO,Relief Humanitarian Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Zabul,AF26,Qalat,AF2601,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Qalat,AF2601,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Qalat,AF2601,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Qalat,AF2601,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Qalat,AF2601,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Qalat,AF2601,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Qalat,AF2601,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Qalat,AF2601,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Qalat,AF2601,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Qalat,AF2601,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Qalat,AF2601,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Qalat,AF2601,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Zabul,AF26,Qalat,AF2601,HAPA,Humanitarian Action for People of Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Zabul,AF26,Qalat,AF2601,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Zabul,AF26,Qalat,AF2601,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Zabul,AF26,Qalat,AF2601,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,GKRO,Green Kandahar Rehabilitation Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,ACHRO,Association of Chief Human Resource Officers,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,RHDO,Relief Humanitarian Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,CAHPO,Community Action for Healing Poverty Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Zabul,AF26,Shinkay,AF2603,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Shinkay,AF2603,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Shinkay,AF2603,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Shinkay,AF2603,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Shinkay,AF2603,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Shinkay,AF2603,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Zabul,AF26,Shinkay,AF2603,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Zabul,AF26,Shinkay,AF2603,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Shinkay,AF2603,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Shinkay,AF2603,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Shinkay,AF2603,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Shinkay,AF2603,GKRO,Green Kandahar Rehabilitation Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Shinkay,AF2603,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Shinkay,AF2603,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Shinkay,AF2603,ACHRO,Association of Chief Human Resource Officers,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Zabul,AF26,Shinkay,AF2603,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Shinkay,AF2603,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Shinkay,AF2603,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Shinkay,AF2603,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Shinkay,AF2603,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Zabul,AF26,Shinkay,AF2603,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Zabul,AF26,Shinkay,AF2603,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Shinkay,AF2603,RHDO,Relief Humanitarian Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Zabul,AF26,Shinkay,AF2603,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Shinkay,AF2603,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Shinkay,AF2603,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Shinkay,AF2603,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Shinkay,AF2603,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Shinkay,AF2603,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Shinkay,AF2603,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Zabul,AF26,Shinkay,AF2603,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Zabul,AF26,Shinkay,AF2603,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Zabul,AF26,Mizan,AF2604,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Mizan,AF2604,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Mizan,AF2604,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Mizan,AF2604,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Zabul,AF26,Mizan,AF2604,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Mizan,AF2604,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Mizan,AF2604,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Mizan,AF2604,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Mizan,AF2604,GKRO,Green Kandahar Rehabilitation Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Mizan,AF2604,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Mizan,AF2604,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Mizan,AF2604,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Zabul,AF26,Mizan,AF2604,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Zabul,AF26,Mizan,AF2604,ACHRO,Association of Chief Human Resource Officers,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Zabul,AF26,Mizan,AF2604,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Mizan,AF2604,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Mizan,AF2604,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Zabul,AF26,Mizan,AF2604,RHDO,Relief Humanitarian Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Zabul,AF26,Mizan,AF2604,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Mizan,AF2604,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Mizan,AF2604,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Mizan,AF2604,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Mizan,AF2604,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Mizan,AF2604,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Zabul,AF26,Arghandab,AF2605,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Arghandab,AF2605,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Arghandab,AF2605,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP @@ -9299,13 +8482,7 @@ Southern,Zabul,AF26,Arghandab,AF2605,NRC,Norwegian Refugee Council,International Southern,Zabul,AF26,Arghandab,AF2605,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Arghandab,AF2605,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Arghandab,AF2605,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Arghandab,AF2605,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Arghandab,AF2605,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Arghandab,AF2605,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Arghandab,AF2605,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Arghandab,AF2605,GKRO,Green Kandahar Rehabilitation Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Arghandab,AF2605,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Arghandab,AF2605,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Arghandab,AF2605,ACHRO,Association of Chief Human Resource Officers,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Zabul,AF26,Arghandab,AF2605,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Arghandab,AF2605,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Arghandab,AF2605,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -9315,24 +8492,23 @@ Southern,Zabul,AF26,Arghandab,AF2605,UNFPA,United Nations Population Fund,United Southern,Zabul,AF26,Arghandab,AF2605,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Arghandab,AF2605,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Zabul,AF26,Arghandab,AF2605,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Zabul,AF26,Arghandab,AF2605,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Zabul,AF26,Arghandab,AF2605,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Zabul,AF26,Arghandab,AF2605,RHDO,Relief Humanitarian Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Zabul,AF26,Arghandab,AF2605,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Arghandab,AF2605,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Arghandab,AF2605,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Arghandab,AF2605,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Arghandab,AF2605,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Arghandab,AF2605,CAHPO,Community Action for Healing Poverty Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Zabul,AF26,Arghandab,AF2605,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Zabul,AF26,Arghandab,AF2605,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Zabul,AF26,Arghandab,AF2605,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Zabul,AF26,Shah Joi,AF2606,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Shah Joi,AF2606,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Shah Joi,AF2606,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Shah Joi,AF2606,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Shah Joi,AF2606,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Shah Joi,AF2606,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Zabul,AF26,Shah Joi,AF2606,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Zabul,AF26,Shah Joi,AF2606,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Shah Joi,AF2606,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Shah Joi,AF2606,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Shah Joi,AF2606,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Shah Joi,AF2606,NRC,Norwegian Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Shah Joi,AF2606,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Zabul,AF26,Shah Joi,AF2606,ACHRO,Association of Chief Human Resource Officers,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Zabul,AF26,Shah Joi,AF2606,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Shah Joi,AF2606,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Shah Joi,AF2606,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -9342,18 +8518,15 @@ Southern,Zabul,AF26,Shah Joi,AF2606,INTERSOS,Intersos - Humanitarian Organizatio Southern,Zabul,AF26,Shah Joi,AF2606,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Shah Joi,AF2606,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Shah Joi,AF2606,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Zabul,AF26,Shah Joi,AF2606,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Zabul,AF26,Shah Joi,AF2606,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Zabul,AF26,Shah Joi,AF2606,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Zabul,AF26,Shah Joi,AF2606,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Zabul,AF26,Shah Joi,AF2606,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Shah Joi,AF2606,RHDO,Relief Humanitarian Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Zabul,AF26,Shah Joi,AF2606,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Shah Joi,AF2606,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Shah Joi,AF2606,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Shah Joi,AF2606,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Shah Joi,AF2606,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Shah Joi,AF2606,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Zabul,AF26,Shah Joi,AF2606,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Zabul,AF26,Shah Joi,AF2606,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Shah Joi,AF2606,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Zabul,AF26,Shah Joi,AF2606,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Zabul,AF26,Shah Joi,AF2606,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Zabul,AF26,Daychopan,AF2607,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Daychopan,AF2607,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Daychopan,AF2607,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP @@ -9361,13 +8534,8 @@ Southern,Zabul,AF26,Daychopan,AF2607,NRC,Norwegian Refugee Council,International Southern,Zabul,AF26,Daychopan,AF2607,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Daychopan,AF2607,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Daychopan,AF2607,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Daychopan,AF2607,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Daychopan,AF2607,OHW,Organization of Human Welfare,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Daychopan,AF2607,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Daychopan,AF2607,GKRO,Green Kandahar Rehabilitation Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Daychopan,AF2607,HDDO,"Health, Disability and Development Organization ",National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Daychopan,AF2607,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Daychopan,AF2607,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Daychopan,AF2607,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Zabul,AF26,Daychopan,AF2607,ACHRO,Association of Chief Human Resource Officers,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Zabul,AF26,Daychopan,AF2607,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Daychopan,AF2607,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Daychopan,AF2607,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -9376,30 +8544,28 @@ Southern,Zabul,AF26,Daychopan,AF2607,OHPM,Organization of Health and Program Man Southern,Zabul,AF26,Daychopan,AF2607,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Daychopan,AF2607,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Daychopan,AF2607,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Zabul,AF26,Daychopan,AF2607,ACHRO,Association of Chief Human Resource Officers,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Zabul,AF26,Daychopan,AF2607,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Zabul,AF26,Daychopan,AF2607,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Zabul,AF26,Daychopan,AF2607,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Zabul,AF26,Daychopan,AF2607,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Zabul,AF26,Daychopan,AF2607,RHDO,Relief Humanitarian Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Zabul,AF26,Daychopan,AF2607,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Daychopan,AF2607,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Daychopan,AF2607,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Daychopan,AF2607,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Daychopan,AF2607,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Daychopan,AF2607,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Daychopan,AF2607,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Zabul,AF26,Atghar,AF2608,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Atghar,AF2608,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Atghar,AF2608,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Atghar,AF2608,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Atghar,AF2608,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Atghar,AF2608,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Zabul,AF26,Atghar,AF2608,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Zabul,AF26,Atghar,AF2608,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Atghar,AF2608,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Atghar,AF2608,GKRO,Green Kandahar Rehabilitation Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Atghar,AF2608,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Atghar,AF2608,ACHRO,Association of Chief Human Resource Officers,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Zabul,AF26,Atghar,AF2608,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Zabul,AF26,Atghar,AF2608,RHDO,Relief Humanitarian Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Zabul,AF26,Atghar,AF2608,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Atghar,AF2608,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Atghar,AF2608,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Atghar,AF2608,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Atghar,AF2608,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Atghar,AF2608,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Zabul,AF26,Nawbahar,AF2609,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Nawbahar,AF2609,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Nawbahar,AF2609,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP @@ -9408,41 +8574,35 @@ Southern,Zabul,AF26,Nawbahar,AF2609,SADA,Social Association for Development of A Southern,Zabul,AF26,Nawbahar,AF2609,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Nawbahar,AF2609,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Zabul,AF26,Nawbahar,AF2609,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Nawbahar,AF2609,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Nawbahar,AF2609,GKRO,Green Kandahar Rehabilitation Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Nawbahar,AF2609,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Nawbahar,AF2609,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Nawbahar,AF2609,ACHRO,Association of Chief Human Resource Officers,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Zabul,AF26,Nawbahar,AF2609,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Nawbahar,AF2609,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Nawbahar,AF2609,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Nawbahar,AF2609,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Zabul,AF26,Nawbahar,AF2609,RHDO,Relief Humanitarian Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Zabul,AF26,Nawbahar,AF2609,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Nawbahar,AF2609,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Nawbahar,AF2609,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Nawbahar,AF2609,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Nawbahar,AF2609,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Nawbahar,AF2609,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Zabul,AF26,Shamul Zayi,AF2610,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Shamul Zayi,AF2610,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Shamul Zayi,AF2610,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Shamul Zayi,AF2610,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Shamul Zayi,AF2610,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Shamul Zayi,AF2610,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Zabul,AF26,Shamul Zayi,AF2610,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Zabul,AF26,Shamul Zayi,AF2610,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Shamul Zayi,AF2610,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Shamul Zayi,AF2610,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Shamul Zayi,AF2610,GKRO,Green Kandahar Rehabilitation Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Shamul Zayi,AF2610,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Shamul Zayi,AF2610,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Shamul Zayi,AF2610,ACHRO,Association of Chief Human Resource Officers,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Zabul,AF26,Shamul Zayi,AF2610,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Shamul Zayi,AF2610,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Shamul Zayi,AF2610,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Shamul Zayi,AF2610,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Zabul,AF26,Shamul Zayi,AF2610,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Shamul Zayi,AF2610,RHDO,Relief Humanitarian Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Zabul,AF26,Shamul Zayi,AF2610,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Shamul Zayi,AF2610,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Shamul Zayi,AF2610,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Shamul Zayi,AF2610,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Shamul Zayi,AF2610,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Shamul Zayi,AF2610,HAPA,Humanitarian Action for People of Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Zabul,AF26,Shamul Zayi,AF2610,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Zabul,AF26,Shamul Zayi,AF2610,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Zabul,AF26,Shamul Zayi,AF2610,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Zabul,AF26,Kakar,AF2611,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Kakar,AF2611,LKRO,Loy Kandahar Reconstuction Organization ,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Kakar,AF2611,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP @@ -9450,45 +8610,33 @@ Southern,Zabul,AF26,Kakar,AF2611,NRC,Norwegian Refugee Council,International NGO Southern,Zabul,AF26,Kakar,AF2611,SADA,Social Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Kakar,AF2611,SADA,Social Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Zabul,AF26,Kakar,AF2611,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Kakar,AF2611,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Zabul,AF26,Kakar,AF2611,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Kakar,AF2611,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Kakar,AF2611,GKRO,Green Kandahar Rehabilitation Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Kakar,AF2611,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Kakar,AF2611,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Kakar,AF2611,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Zabul,AF26,Kakar,AF2611,ACHRO,Association of Chief Human Resource Officers,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Zabul,AF26,Kakar,AF2611,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Kakar,AF2611,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Kakar,AF2611,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Zabul,AF26,Kakar,AF2611,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Zabul,AF26,Kakar,AF2611,RHDO,Relief Humanitarian Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Zabul,AF26,Kakar,AF2611,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Zabul,AF26,Kakar,AF2611,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Kakar,AF2611,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Kakar,AF2611,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Kandahar,AF2701,BLUMONT,Blumount,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Kandahar,AF2701,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Kandahar,AF2701,DHSA,Development and Humanitarian Services for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Zabul,AF26,Kakar,AF2611,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Kakar,AF2611,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Kandahar,AF2701,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Kandahar,AF2701,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Kandahar,AF2701,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Kandahar,AF2701,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Kandahar,AF2701,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Kandahar,AF2701,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Kandahar,AF27,Kandahar,AF2701,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Kandahar,AF2701,HAPA,Humanitarian Action for People of Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Kandahar,AF27,Kandahar,AF2701,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Kandahar,AF2701,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Kandahar,AF27,Kandahar,AF2701,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Kandahar,AF27,Kandahar,AF2701,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Kandahar,AF27,Kandahar,AF2701,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Kandahar,AF2701,UNICEF,United Nations Children's Fund,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Kandahar,AF2701,UNWOMEN,United Nations Entity for Gender Equality and ,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Kandahar,AF2701,VOW,Voice of Women Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Kandahar,AF2701,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Kandahar,AF2701,ALO,Afghan Literacy Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Kandahar,AF2701,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Kandahar,AF2701,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Kandahar,AF2701,HAPA,Humanitarian Action for People of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Kandahar,AF2701,IRW,Islamic Relief,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Kandahar,AF2701,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Kandahar,AF2701,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Kandahar,AF2701,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Kandahar,AF2701,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Kandahar,AF2701,OCCD,Organization for Community Coordination of Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Kandahar,AF27,Kandahar,AF2701,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Kandahar,AF2701,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Kandahar,AF27,Kandahar,AF2701,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Kandahar,AF2701,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Kandahar,AF2701,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Kandahar,AF2701,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Kandahar,AF2701,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -9510,119 +8658,93 @@ Southern,Kandahar,AF27,Kandahar,AF2701,UNICEF,United Nations Children's Fund,Uni Southern,Kandahar,AF27,Kandahar,AF2701,WADAN,Welfare Association for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Kandahar,AF2701,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Kandahar,AF2701,YHDO,Youth Health and Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Kandahar,AF2701,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Kandahar,AF2701,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Kandahar,AF2701,MEDAIR,MEDAIR,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Kandahar,AF2701,MSF,Medecins Sans Frontieres (Doctors Without Borders),International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Kandahar,AF2701,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Kandahar,AF2701,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Kandahar,AF2701,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Kandahar,AF2701,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Kandahar,AF2701,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Kandahar,AF2701,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,AHDS,Afghan Health & Development Services,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,ASCHIANA,ASCHIANA: Afghansitan's Children - a New Approach,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,AWSDC,Afghan Women Skill Development Centre,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,BLUMONT,Blumount,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,DHSA,Development and Humanitarian Services for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Kandahar,AF2701,IOM,International Organization for Migration,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Kandahar,AF27,Kandahar,AF2701,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Kandahar,AF27,Kandahar,AF2701,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Kandahar,AF2701,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Kandahar,AF2701,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Kandahar,AF2701,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Kandahar,AF2701,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,IRW,Islamic Relief,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,JFA,Justice for All,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,OMAR,Organization for Mine Clearance and Afghan Rehabilitation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,ORD,Organization for Relief and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,UNMAS,United Nationsl Mine Action Service,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,UNWOMEN,United Nations Entity for Gender Equality and ,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,VOW,Voice of Women Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Kandahar,AF2701,OCCD,Organization for Community Coordination of Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Kandahar,AF2701,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Kandahar,AF2701,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Kandahar,AF2701,AHDS,Afghan Health & Development Services,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Kandahar,AF2701,CAHPO,Community Action for Healing Poverty Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Kandahar,AF2701,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Kandahar,AF2701,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Kandahar,AF2701,HAPA,Humanitarian Action for People of Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Kandahar,AF2701,CARE,Care International in Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Kandahar,AF27,Kandahar,AF2701,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Kandahar,AF2701,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Kandahar,AF27,Kandahar,AF2701,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Kandahar,AF27,Kandahar,AF2701,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Kandahar,AF2701,SGOA,Sustainable Goals Organization for Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Kandahar,AF2701,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Kandahar,AF27,Kandahar,AF2701,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Kandahar,AF2701,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Arghandab,AF2702,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Arghandab,AF2702,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Arghandab,AF2702,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Arghandab,AF2702,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Arghandab,AF2702,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Arghandab,AF2702,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Arghandab,AF2702,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Arghandab,AF2702,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Arghandab,AF2702,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Kandahar,AF27,Arghandab,AF2702,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Arghandab,AF2702,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Arghandab,AF2702,OCCD,Organization for Community Coordination of Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Arghandab,AF2702,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Arghandab,AF2702,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Kandahar,AF27,Arghandab,AF2702,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Arghandab,AF2702,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Arghandab,AF2702,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Arghandab,AF2702,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Arghandab,AF2702,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Arghandab,AF2702,OCCD,Organization for Community Coordination of Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Kandahar,AF27,Arghandab,AF2702,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Kandahar,AF27,Arghandab,AF2702,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Arghandab,AF2702,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Arghandab,AF2702,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Arghandab,AF2702,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Arghandab,AF2702,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Arghandab,AF2702,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Arghandab,AF2702,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Arghandab,AF2702,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Arghandab,AF2702,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Arghandab,AF2702,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Arghandab,AF2702,IRW,Islamic Relief,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Arghandab,AF2702,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Arghandab,AF2702,OCCD,Organization for Community Coordination of Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Arghandab,AF2702,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Arghandab,AF2702,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Arghandab,AF2702,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Arghandab,AF2702,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Arghandab,AF2702,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Arghandab,AF2702,HAPA,Humanitarian Action for People of Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Arghandab,AF2702,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Arghandab,AF2702,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Daman,AF2703,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Arghandab,AF2702,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Arghandab,AF2702,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Arghandab,AF2702,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Arghandab,AF2702,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Daman,AF2703,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Daman,AF2703,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Daman,AF2703,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Daman,AF2703,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Daman,AF2703,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Daman,AF2703,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Daman,AF2703,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Kandahar,AF27,Daman,AF2703,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Daman,AF2703,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Daman,AF2703,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Daman,AF2703,OCCD,Organization for Community Coordination of Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Daman,AF2703,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Daman,AF2703,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Daman,AF2703,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Daman,AF2703,OCCD,Organization for Community Coordination of Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Kandahar,AF27,Daman,AF2703,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Kandahar,AF27,Daman,AF2703,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Daman,AF2703,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Daman,AF2703,MEDAIR,MEDAIR,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Daman,AF2703,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Daman,AF2703,MEDAIR,MEDAIR,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Daman,AF2703,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Daman,AF2703,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Daman,AF2703,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Daman,AF2703,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Daman,AF2703,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Daman,AF2703,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Daman,AF2703,OCCD,Organization for Community Coordination of Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Daman,AF2703,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Daman,AF2703,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Daman,AF2703,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Daman,AF2703,HAPA,Humanitarian Action for People of Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Daman,AF2703,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Panjwayi,AF2704,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Daman,AF2703,CARE,Care International in Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Daman,AF2703,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Daman,AF2703,MEDAIR,MEDAIR,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Daman,AF2703,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Panjwayi,AF2704,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Kandahar,AF27,Panjwayi,AF2704,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Panjwayi,AF2704,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Panjwayi,AF2704,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Panjwayi,AF2704,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Panjwayi,AF2704,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,OCCD,Organization for Community Coordination of Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,OCCD,Organization for Community Coordination of Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Kandahar,AF27,Panjwayi,AF2704,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Panjwayi,AF2704,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Panjwayi,AF2704,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Panjwayi,AF2704,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Panjwayi,AF2704,MEDAIR,MEDAIR,International NGO,HEALTH_OP,Operational Presence: Health,OP @@ -9632,20 +8754,32 @@ Southern,Kandahar,AF27,Panjwayi,AF2704,WADAN,Welfare Association for Development Southern,Kandahar,AF27,Panjwayi,AF2704,MEDAIR,MEDAIR,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Kandahar,AF27,Panjwayi,AF2704,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Kandahar,AF27,Panjwayi,AF2704,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Panjwayi,AF2704,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Panjwayi,AF2704,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Panjwayi,AF2704,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Panjwayi,AF2704,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,OCCD,Organization for Community Coordination of Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Panjwayi,AF2704,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Panjwayi,AF2704,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Panjwayi,AF2704,HAPA,Humanitarian Action for People of Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Panjwayi,AF2704,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Panjwayi,AF2704,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Panjwayi,AF2704,MEDAIR,MEDAIR,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Panjwayi,AF2704,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Panjwayi,AF2704,SGOA,Sustainable Goals Organization for Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Panjwayi,AF2704,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Kandahar,AF27,Panjwayi,AF2704,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Panjwayi,AF2704,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Zheray,AF2705,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Zheray,AF2705,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Zheray,AF2705,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Zheray,AF2705,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Zheray,AF2705,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Zheray,AF2705,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Zheray,AF2705,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Zheray,AF2705,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Kandahar,AF27,Zheray,AF2705,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Zheray,AF2705,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Zheray,AF2705,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Zheray,AF2705,OCCD,Organization for Community Coordination of Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Zheray,AF2705,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Zheray,AF2705,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Zheray,AF2705,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Zheray,AF2705,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Zheray,AF2705,OCCD,Organization for Community Coordination of Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Zheray,AF2705,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Kandahar,AF27,Zheray,AF2705,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Zheray,AF2705,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Zheray,AF2705,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP @@ -9655,61 +8789,80 @@ Southern,Kandahar,AF27,Zheray,AF2705,OHPM,Organization of Health and Program Man Southern,Kandahar,AF27,Zheray,AF2705,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Zheray,AF2705,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Zheray,AF2705,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Zheray,AF2705,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Kandahar,AF27,Zheray,AF2705,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Kandahar,AF27,Zheray,AF2705,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Kandahar,AF27,Zheray,AF2705,MEDAIR,MEDAIR,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Zheray,AF2705,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Kandahar,AF27,Zheray,AF2705,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Zheray,AF2705,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Zheray,AF2705,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Zheray,AF2705,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Zheray,AF2705,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Zheray,AF2705,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Zheray,AF2705,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Zheray,AF2705,OCCD,Organization for Community Coordination of Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Zheray,AF2705,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Zheray,AF2705,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Zheray,AF2705,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Zheray,AF2705,HAPA,Humanitarian Action for People of Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Zheray,AF2705,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Zheray,AF2705,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Zheray,AF2705,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Shah Wali Kot,AF2706,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Shah Wali Kot,AF2706,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Zheray,AF2705,MEDAIR,MEDAIR,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Zheray,AF2705,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Zheray,AF2705,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Kandahar,AF27,Shah Wali Kot,AF2706,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Shah Wali Kot,AF2706,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Shah Wali Kot,AF2706,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,OCCD,Organization for Community Coordination of Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Kandahar,AF27,Shah Wali Kot,AF2706,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Shah Wali Kot,AF2706,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Shah Wali Kot,AF2706,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Shah Wali Kot,AF2706,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Shah Wali Kot,AF2706,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Shah Wali Kot,AF2706,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Shah Wali Kot,AF2706,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Shah Wali Kot,AF2706,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,OCCD,Organization for Community Coordination of Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Shah Wali Kot,AF2706,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Shah Wali Kot,AF2706,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Shah Wali Kot,AF2706,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Shah Wali Kot,AF2706,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Khakrez,AF2707,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Khakrez,AF2707,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Khakrez,AF2707,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Khakrez,AF2707,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Khakrez,AF2707,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Khakrez,AF2707,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Khakrez,AF2707,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Khakrez,AF2707,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Khakrez,AF2707,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Khakrez,AF2707,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Khakrez,AF2707,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Khakrez,AF2707,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Khakrez,AF2707,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Khakrez,AF2707,OCCD,Organization for Community Coordination of Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Khakrez,AF2707,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Khakrez,AF2707,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Khakrez,AF2707,OCCD,Organization for Community Coordination of Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Khakrez,AF2707,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Kandahar,AF27,Khakrez,AF2707,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Khakrez,AF2707,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Khakrez,AF2707,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Khakrez,AF2707,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Kandahar,AF27,Khakrez,AF2707,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Khakrez,AF2707,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Khakrez,AF2707,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Khakrez,AF2707,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Khakrez,AF2707,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Khakrez,AF2707,OCCD,Organization for Community Coordination of Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Khakrez,AF2707,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Khakrez,AF2707,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Khakrez,AF2707,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Khakrez,AF2707,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Khakrez,AF2707,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Khakrez,AF2707,NCA,Norwegian Church Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Khakrez,AF2707,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Kandahar,AF27,Khakrez,AF2707,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Khakrez,AF2707,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Arghestan,AF2708,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Arghestan,AF2708,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Arghestan,AF2708,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Arghestan,AF2708,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Arghestan,AF2708,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Arghestan,AF2708,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Arghestan,AF2708,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Arghestan,AF2708,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Kandahar,AF27,Arghestan,AF2708,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Arghestan,AF2708,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Arghestan,AF2708,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Arghestan,AF2708,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Arghestan,AF2708,OCCD,Organization for Community Coordination of Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Arghestan,AF2708,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Arghestan,AF2708,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Arghestan,AF2708,OCCD,Organization for Community Coordination of Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Arghestan,AF2708,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Kandahar,AF27,Arghestan,AF2708,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Arghestan,AF2708,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Arghestan,AF2708,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -9717,65 +8870,88 @@ Southern,Kandahar,AF27,Arghestan,AF2708,OHPM,Organization of Health and Program Southern,Kandahar,AF27,Arghestan,AF2708,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Arghestan,AF2708,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Arghestan,AF2708,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Arghestan,AF2708,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Kandahar,AF27,Arghestan,AF2708,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Kandahar,AF27,Arghestan,AF2708,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Kandahar,AF27,Arghestan,AF2708,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Arghestan,AF2708,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Arghestan,AF2708,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Arghestan,AF2708,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Arghestan,AF2708,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Arghestan,AF2708,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Arghestan,AF2708,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Arghestan,AF2708,OCCD,Organization for Community Coordination of Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Arghestan,AF2708,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Arghestan,AF2708,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Arghestan,AF2708,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Arghestan,AF2708,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Arghestan,AF2708,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Arghestan,AF2708,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Kandahar,AF27,Arghestan,AF2708,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Arghestan,AF2708,NCA,Norwegian Church Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Kandahar,AF27,Arghestan,AF2708,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Arghestan,AF2708,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Ghorak,AF2709,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Ghorak,AF2709,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Ghorak,AF2709,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Ghorak,AF2709,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Ghorak,AF2709,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Ghorak,AF2709,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Kandahar,AF27,Ghorak,AF2709,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Ghorak,AF2709,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Ghorak,AF2709,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Ghorak,AF2709,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Ghorak,AF2709,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Ghorak,AF2709,OCCD,Organization for Community Coordination of Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Ghorak,AF2709,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Ghorak,AF2709,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Ghorak,AF2709,OCCD,Organization for Community Coordination of Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Ghorak,AF2709,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Kandahar,AF27,Ghorak,AF2709,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Ghorak,AF2709,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Ghorak,AF2709,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Ghorak,AF2709,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Ghorak,AF2709,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Ghorak,AF2709,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Kandahar,AF27,Ghorak,AF2709,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Ghorak,AF2709,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Ghorak,AF2709,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Ghorak,AF2709,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Ghorak,AF2709,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Ghorak,AF2709,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Ghorak,AF2709,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Maywand,AF2710,ACHRO,Association of Chief Human Resource Officers,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Ghorak,AF2709,NCA,Norwegian Church Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Ghorak,AF2709,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Ghorak,AF2709,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Maywand,AF2710,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Maywand,AF2710,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Maywand,AF2710,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Maywand,AF2710,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Maywand,AF2710,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Maywand,AF2710,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Kandahar,AF27,Maywand,AF2710,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Maywand,AF2710,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Kandahar,AF27,Maywand,AF2710,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Maywand,AF2710,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Maywand,AF2710,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Maywand,AF2710,OCCD,Organization for Community Coordination of Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Maywand,AF2710,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Maywand,AF2710,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Maywand,AF2710,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Maywand,AF2710,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Maywand,AF2710,OCCD,Organization for Community Coordination of Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Maywand,AF2710,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Kandahar,AF27,Maywand,AF2710,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Maywand,AF2710,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Maywand,AF2710,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Maywand,AF2710,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Maywand,AF2710,SCI,Save the Children Federation International,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Maywand,AF2710,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Maywand,AF2710,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Kandahar,AF27,Maywand,AF2710,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Maywand,AF2710,SCI,Save the Children Federation International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Maywand,AF2710,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Maywand,AF2710,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Maywand,AF2710,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Maywand,AF2710,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Maywand,AF2710,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Maywand,AF2710,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Maywand,AF2710,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Maywand,AF2710,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Maywand,AF2710,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Maywand,AF2710,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Maywand,AF2710,OCCD,Organization for Community Coordination of Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Maywand,AF2710,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Maywand,AF2710,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Maywand,AF2710,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Maywand,AF2710,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Maywand,AF2710,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Maywand,AF2710,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Maywand,AF2710,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Maywand,AF2710,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Kandahar,AF27,Spin Boldak,AF2711,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Kandahar,AF27,Spin Boldak,AF2711,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,OCCD,Organization for Community Coordination of Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,OCCD,Organization for Community Coordination of Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Kandahar,AF27,Spin Boldak,AF2711,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Spin Boldak,AF2711,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Spin Boldak,AF2711,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,HEALTH_OP,Operational Presence: Health,OP @@ -9787,100 +8963,122 @@ Southern,Kandahar,AF27,Spin Boldak,AF2711,UNICEF,United Nations Children's Fund, Southern,Kandahar,AF27,Spin Boldak,AF2711,WADAN,Welfare Association for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Spin Boldak,AF2711,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Spin Boldak,AF2711,YHDO,Youth Health and Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Kandahar,AF27,Spin Boldak,AF2711,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Spin Boldak,AF2711,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Spin Boldak,AF2711,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Spin Boldak,AF2711,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,SHAO,Social and Humanitarian Assistance Organization ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,OCCD,Organization for Community Coordination of Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Spin Boldak,AF2711,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Spin Boldak,AF2711,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,HAPA,Humanitarian Action for People of Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,NCA,Norwegian Church Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,SCI,Save the Children Federation International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Kandahar,AF27,Spin Boldak,AF2711,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Nesh,AF2712,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Nesh,AF2712,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Nesh,AF2712,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Nesh,AF2712,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Nesh,AF2712,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Nesh,AF2712,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Kandahar,AF27,Nesh,AF2712,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Nesh,AF2712,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Nesh,AF2712,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Nesh,AF2712,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Nesh,AF2712,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Nesh,AF2712,OCCD,Organization for Community Coordination of Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Nesh,AF2712,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Nesh,AF2712,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Nesh,AF2712,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Nesh,AF2712,OCCD,Organization for Community Coordination of Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Nesh,AF2712,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Kandahar,AF27,Nesh,AF2712,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Nesh,AF2712,TIH,Tanweer Investment Healthcare,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Nesh,AF2712,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Nesh,AF2712,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Kandahar,AF27,Nesh,AF2712,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Nesh,AF2712,OCCD,Organization for Community Coordination of Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Nesh,AF2712,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Nesh,AF2712,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Nesh,AF2712,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Nesh,AF2712,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Miyanshin,AF2713,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Nesh,AF2712,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Miyanshin,AF2713,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Miyanshin,AF2713,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Miyanshin,AF2713,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Miyanshin,AF2713,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Miyanshin,AF2713,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Miyanshin,AF2713,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Miyanshin,AF2713,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Kandahar,AF27,Miyanshin,AF2713,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Miyanshin,AF2713,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Miyanshin,AF2713,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Miyanshin,AF2713,OCCD,Organization for Community Coordination of Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Miyanshin,AF2713,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Miyanshin,AF2713,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Miyanshin,AF2713,OCCD,Organization for Community Coordination of Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Miyanshin,AF2713,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Kandahar,AF27,Miyanshin,AF2713,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Miyanshin,AF2713,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Miyanshin,AF2713,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Miyanshin,AF2713,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Miyanshin,AF2713,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Miyanshin,AF2713,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Miyanshin,AF2713,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Shorabak,AF2714,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Shorabak,AF2714,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Miyanshin,AF2713,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Miyanshin,AF2713,OCCD,Organization for Community Coordination of Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Miyanshin,AF2713,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Shorabak,AF2714,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Shorabak,AF2714,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Shorabak,AF2714,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Shorabak,AF2714,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Shorabak,AF2714,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Shorabak,AF2714,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Shorabak,AF2714,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Shorabak,AF2714,OCCD,Organization for Community Coordination of Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Kandahar,AF27,Shorabak,AF2714,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Shorabak,AF2714,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Shorabak,AF2714,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Shorabak,AF2714,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Shorabak,AF2714,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Shorabak,AF2714,OCCD,Organization for Community Coordination of Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Shorabak,AF2714,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Kandahar,AF27,Shorabak,AF2714,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Shorabak,AF2714,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Shorabak,AF2714,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Shorabak,AF2714,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Maruf,AF2715,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Shorabak,AF2714,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Shorabak,AF2714,OCCD,Organization for Community Coordination of Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Shorabak,AF2714,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Shorabak,AF2714,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Maruf,AF2715,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Maruf,AF2715,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Maruf,AF2715,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Maruf,AF2715,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Maruf,AF2715,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Maruf,AF2715,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Maruf,AF2715,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Kandahar,AF27,Maruf,AF2715,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Maruf,AF2715,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Maruf,AF2715,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Maruf,AF2715,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Maruf,AF2715,OCCD,Organization for Community Coordination of Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Maruf,AF2715,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Maruf,AF2715,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Maruf,AF2715,OCCD,Organization for Community Coordination of Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Maruf,AF2715,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Kandahar,AF27,Maruf,AF2715,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Maruf,AF2715,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Maruf,AF2715,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Maruf,AF2715,OCCD,Organization for Community Coordination of Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Maruf,AF2715,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Maruf,AF2715,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Maruf,AF2715,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Maruf,AF2715,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Reg,AF2716,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Kandahar,AF27,Reg,AF2716,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Reg,AF2716,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Reg,AF2716,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Reg,AF2716,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Reg,AF2716,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Reg,AF2716,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Reg,AF2716,SCI,Save the Children Federation International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Reg,AF2716,SCI,Save the Children Federation International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Kandahar,AF27,Reg,AF2716,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Reg,AF2716,OCCD,Organization for Community Coordination of Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Reg,AF2716,SCI,Save the Children Federation International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Reg,AF2716,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Reg,AF2716,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Reg,AF2716,OCCD,Organization for Community Coordination of Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Reg,AF2716,SCI,Save the Children Federation International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Kandahar,AF27,Reg,AF2716,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Reg,AF2716,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Reg,AF2716,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Reg,AF2716,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Reg,AF2716,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Reg,AF2716,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Reg,AF2716,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Lashkargah,AF3001,AAH,Action Against Hunger | ACF-USA,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,HAPA,Humanitarian Action for People of Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,HRDA,Human Resource Development Agency,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Kandahar,AF27,Reg,AF2716,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Reg,AF2716,OCCD,Organization for Community Coordination of Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Reg,AF2716,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Lashkargah,AF3001,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,OHW,Organization of Human Welfare,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,UNICEF,United Nations Children's Fund,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,ALO,Afghan Literacy Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,CAHPO,Community Action for Healing Poverty Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,OHD,Organization for Humanitarian and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Lashkargah,AF3001,JACK,Just for Afghan Capacity and Knowledge,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Hilmand,AF30,Lashkargah,AF3001,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,OPHCD,Organization for Promotion of Health & Community Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Hilmand,AF30,Lashkargah,AF3001,AAH,Action Against Hunger | ACF-USA,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Lashkargah,AF3001,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Lashkargah,AF3001,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Lashkargah,AF3001,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Lashkargah,AF3001,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Lashkargah,AF3001,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Lashkargah,AF3001,MSF,Medecins Sans Frontieres (Doctors Without Borders),International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Lashkargah,AF3001,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -9889,333 +9087,222 @@ Southern,Hilmand,AF30,Lashkargah,AF3001,OPHCD,Organization for Promotion of Heal Southern,Hilmand,AF30,Lashkargah,AF3001,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Lashkargah,AF3001,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Lashkargah,AF3001,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,AYSO,Afghan Youth Service Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Lashkargah,AF3001,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Lashkargah,AF3001,MSF,Medecins Sans Frontieres (Doctors Without Borders),International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Lashkargah,AF3001,MSI,"Management Systems International, Inc.",International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Hilmand,AF30,Lashkargah,AF3001,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Lashkargah,AF3001,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,AAH,Action Against Hunger | ACF-USA,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,AWEC,Afghan Women's Education Center,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Lashkargah,AF3001,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,HRRAC,Human Rights Research and Advocacy Consortium,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Lashkargah,AF3001,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,OHW,Organization of Human Welfare,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Lashkargah,AF3001,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Lashkargah,AF3001,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Lashkargah,AF3001,CAHPO,Community Action for Healing Poverty Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Lashkargah,AF3001,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Lashkargah,AF3001,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Lashkargah,AF3001,HAPA,Humanitarian Action for People of Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Lashkargah,AF3001,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Lashkargah,AF3001,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Hilmand,AF30,Lashkargah,AF3001,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Lashkargah,AF3001,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Nad-e-Ali,AF3002,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Hilmand,AF30,Nad-e-Ali,AF3002,AAH,Action Against Hunger | ACF-USA,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nad-e-Ali,AF3002,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nad-e-Ali,AF3002,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nad-e-Ali,AF3002,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nad-e-Ali,AF3002,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nad-e-Ali,AF3002,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nad-e-Ali,AF3002,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nad-e-Ali,AF3002,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nad-e-Ali,AF3002,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nad-e-Ali,AF3002,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nad-e-Ali,AF3002,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Nad-e-Ali,AF3002,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Nad-e-Ali,AF3002,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,AYSO,Afghan Youth Service Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,OCCD,Organization for Community Coordination of Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Nad-e-Ali,AF3002,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Nad-e-Ali,AF3002,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,HRRAC,Human Rights Research and Advocacy Consortium,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Nad-e-Ali,AF3002,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Nad-e-Ali,AF3002,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,AAH,Action Against Hunger | ACF-USA,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Nad-e-Ali,AF3002,CAHPO,Community Action for Healing Poverty Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Nad-e-Ali,AF3002,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Hilmand,AF30,Nad-e-Ali,AF3002,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Nad-e-Ali,AF3002,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Nad-e-Ali,AF3002,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,JACK,Just for Afghan Capacity and Knowledge,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,AAH,Action Against Hunger | ACF-USA,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,AAH,Action Against Hunger | ACF-USA,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,HRRAC,Human Rights Research and Advocacy Consortium,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,HAPA,Humanitarian Action for People of Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,OPHCD,Organization for Promotion of Health & Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,MSI,"Management Systems International, Inc.",International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,OCCD,Organization for Community Coordination of Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,HRRAC,Human Rights Research and Advocacy Consortium,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Washer,AF3005,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Hilmand,AF30,Washer,AF3005,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Washer,AF3005,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Washer,AF3005,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Washer,AF3005,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Washer,AF3005,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Washer,AF3005,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Washer,AF3005,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Washer,AF3005,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Hilmand,AF30,Washer,AF3005,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Washer,AF3005,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Washer,AF3005,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Washer,AF3005,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Washer,AF3005,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Washer,AF3005,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Washer,AF3005,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Washer,AF3005,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Washer,AF3005,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Garmser,AF3006,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Washer,AF3005,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Hilmand,AF30,Washer,AF3005,NCA,Norwegian Church Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Hilmand,AF30,Washer,AF3005,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Hilmand,AF30,Garmser,AF3006,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Hilmand,AF30,Garmser,AF3006,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Hilmand,AF30,Garmser,AF3006,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Garmser,AF3006,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Garmser,AF3006,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Garmser,AF3006,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Garmser,AF3006,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Garmser,AF3006,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Garmser,AF3006,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Garmser,AF3006,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Garmser,AF3006,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Garmser,AF3006,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Garmser,AF3006,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Garmser,AF3006,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Garmser,AF3006,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Garmser,AF3006,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Garmser,AF3006,MSI,"Management Systems International, Inc.",International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Garmser,AF3006,OCCD,Organization for Community Coordination of Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Hilmand,AF30,Garmser,AF3006,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Garmser,AF3006,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Garmser,AF3006,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Garmser,AF3006,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Garmser,AF3006,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Garmser,AF3006,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Garmser,AF3006,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Garmser,AF3006,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Garmser,AF3006,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Nawzad,AF3007,AAH,Action Against Hunger | ACF-USA,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Hilmand,AF30,Garmser,AF3006,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Hilmand,AF30,Garmser,AF3006,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Nawzad,AF3007,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Hilmand,AF30,Nawzad,AF3007,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Hilmand,AF30,Nawzad,AF3007,AAH,Action Against Hunger | ACF-USA,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nawzad,AF3007,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nawzad,AF3007,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nawzad,AF3007,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Nawzad,AF3007,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nawzad,AF3007,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Nawzad,AF3007,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nawzad,AF3007,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nawzad,AF3007,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nawzad,AF3007,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Nawzad,AF3007,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Nawzad,AF3007,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nawzad,AF3007,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nawzad,AF3007,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Nawzad,AF3007,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nawzad,AF3007,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Nawzad,AF3007,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Nawzad,AF3007,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Nawzad,AF3007,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Nawzad,AF3007,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Nawzad,AF3007,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Nawzad,AF3007,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Nawzad,AF3007,CAHPO,Community Action for Healing Poverty Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Nawzad,AF3007,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Nawzad,AF3007,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Nawzad,AF3007,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Nawzad,AF3007,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Nawzad,AF3007,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Sangin,AF3008,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Sangin,AF3008,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Sangin,AF3008,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Hilmand,AF30,Sangin,AF3008,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Sangin,AF3008,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Sangin,AF3008,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Sangin,AF3008,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Sangin,AF3008,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Sangin,AF3008,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Sangin,AF3008,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Sangin,AF3008,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Sangin,AF3008,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Sangin,AF3008,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Hilmand,AF30,Sangin,AF3008,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Sangin,AF3008,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Sangin,AF3008,OCCD,Organization for Community Coordination of Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Sangin,AF3008,HRRAC,Human Rights Research and Advocacy Consortium,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Sangin,AF3008,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Sangin,AF3008,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Sangin,AF3008,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Hilmand,AF30,Sangin,AF3008,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Sangin,AF3008,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Sangin,AF3008,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Sangin,AF3008,CAHPO,Community Action for Healing Poverty Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Hilmand,AF30,Sangin,AF3008,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Sangin,AF3008,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Musa Qala,AF3009,AAH,Action Against Hunger | ACF-USA,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Hilmand,AF30,Musa Qala,AF3009,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Hilmand,AF30,Musa Qala,AF3009,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Sangin,AF3008,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Hilmand,AF30,Sangin,AF3008,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Hilmand,AF30,Musa Qala,AF3009,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Hilmand,AF30,Musa Qala,AF3009,AAH,Action Against Hunger | ACF-USA,International NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Musa Qala,AF3009,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Musa Qala,AF3009,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Musa Qala,AF3009,EMERGENCY,EMERGENCY NGO,International NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Musa Qala,AF3009,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Musa Qala,AF3009,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Musa Qala,AF3009,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Musa Qala,AF3009,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Musa Qala,AF3009,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Musa Qala,AF3009,AYSO,Afghan Youth Service Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Musa Qala,AF3009,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Musa Qala,AF3009,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Musa Qala,AF3009,OCCD,Organization for Community Coordination of Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Hilmand,AF30,Musa Qala,AF3009,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Musa Qala,AF3009,OPHCD,Organization for Promotion of Health & Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Musa Qala,AF3009,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Musa Qala,AF3009,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Musa Qala,AF3009,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Musa Qala,AF3009,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Musa Qala,AF3009,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Musa Qala,AF3009,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Musa Qala,AF3009,CAHPO,Community Action for Healing Poverty Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Musa Qala,AF3009,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Musa Qala,AF3009,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Musa Qala,AF3009,HAPA,Humanitarian Action for People of Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Musa Qala,AF3009,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Musa Qala,AF3009,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Musa Qala,AF3009,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Kajaki,AF3010,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Hilmand,AF30,Kajaki,AF3010,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Kajaki,AF3010,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Kajaki,AF3010,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Hilmand,AF30,Kajaki,AF3010,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Kajaki,AF3010,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Kajaki,AF3010,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Kajaki,AF3010,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Kajaki,AF3010,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Kajaki,AF3010,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Kajaki,AF3010,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Kajaki,AF3010,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Kajaki,AF3010,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Kajaki,AF3010,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Kajaki,AF3010,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Kajaki,AF3010,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Kajaki,AF3010,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Kajaki,AF3010,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Hilmand,AF30,Kajaki,AF3010,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Kajaki,AF3010,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Kajaki,AF3010,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Kajaki,AF3010,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Kajaki,AF3010,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,HAPA,Humanitarian Action for People of Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Baghran,AF3012,AAH,Action Against Hunger | ACF-USA,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Hilmand,AF30,Baghran,AF3012,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Hilmand,AF30,Baghran,AF3012,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Baghran,AF3012,CAHPO,Community Action for Healing Poverty Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Baghran,AF3012,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Baghran,AF3012,HAPA,Humanitarian Action for People of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Baghran,AF3012,IOM,International Organization for Migration,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Baghran,AF3012,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Hilmand,AF30,Baghran,AF3012,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Baghran,AF3012,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Hilmand,AF30,Baghran,AF3012,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Baghran,AF3012,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Baghran,AF3012,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Baghran,AF3012,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Baghran,AF3012,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Baghran,AF3012,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Baghran,AF3012,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Baghran,AF3012,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Baghran,AF3012,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Hilmand,AF30,Baghran,AF3012,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Baghran,AF3012,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Baghran,AF3012,HADAAF,Humanitarian Assistance and Development Association for Afghanistan ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Hilmand,AF30,Baghran,AF3012,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Hilmand,AF30,Baghran,AF3012,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Baghran,AF3012,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Baghran,AF3012,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Deh-e-Shu,AF3013,AAH,Action Against Hunger | ACF-USA,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Deh-e-Shu,AF3013,HAPA,Humanitarian Action for People of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Deh-e-Shu,AF3013,HRDA,Human Resource Development Agency,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Deh-e-Shu,AF3013,IOM,International Organization for Migration,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Deh-e-Shu,AF3013,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Deh-e-Shu,AF3013,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Baghran,AF3012,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Deh-e-Shu,AF3013,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Deh-e-Shu,AF3013,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Hilmand,AF30,Deh-e-Shu,AF3013,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Deh-e-Shu,AF3013,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Deh-e-Shu,AF3013,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Deh-e-Shu,AF3013,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Deh-e-Shu,AF3013,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Deh-e-Shu,AF3013,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Deh-e-Shu,AF3013,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Deh-e-Shu,AF3013,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Deh-e-Shu,AF3013,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Hilmand,AF30,Deh-e-Shu,AF3013,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Hilmand,AF30,Deh-e-Shu,AF3013,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Hilmand,AF30,Deh-e-Shu,AF3013,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Deh-e-Shu,AF3013,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Deh-e-Shu,AF3013,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Zaranj,AF3401,CIC,Children in Crisis,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Southern,Nimroz,AF34,Zaranj,AF3401,CIC,Children in Crisis,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Hilmand,AF30,Deh-e-Shu,AF3013,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Nimroz,AF34,Zaranj,AF3401,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Nimroz,AF34,Zaranj,AF3401,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Nimroz,AF34,Zaranj,AF3401,OFRD,Organization of Fast Relief and Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Southern,Nimroz,AF34,Zaranj,AF3401,OFRD,Organization of Fast Relief and Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Nimroz,AF34,Zaranj,AF3401,HAPA,Humanitarian Action for People of Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Southern,Nimroz,AF34,Zaranj,AF3401,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Nimroz,AF34,Zaranj,AF3401,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Nimroz,AF34,Zaranj,AF3401,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Nimroz,AF34,Zaranj,AF3401,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Nimroz,AF34,Zaranj,AF3401,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Nimroz,AF34,Zaranj,AF3401,GKRO,Green Kandahar Rehabilitation Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Nimroz,AF34,Zaranj,AF3401,HAPA,Humanitarian Action for People of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Nimroz,AF34,Zaranj,AF3401,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Nimroz,AF34,Zaranj,AF3401,OHD,Organization for Humanitarian and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Nimroz,AF34,Zaranj,AF3401,SWRCA,Services Women Relief Center for Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Nimroz,AF34,Zaranj,AF3401,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Nimroz,AF34,Zaranj,AF3401,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,Zaranj,AF3401,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,Zaranj,AF3401,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -10230,108 +9317,66 @@ Southern,Nimroz,AF34,Zaranj,AF3401,RI,Relief International,International NGO,HEA Southern,Nimroz,AF34,Zaranj,AF3401,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,Zaranj,AF3401,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,Zaranj,AF3401,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Nimroz,AF34,Zaranj,AF3401,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Nimroz,AF34,Zaranj,AF3401,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Nimroz,AF34,Zaranj,AF3401,IOM,International Organization for Migration,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Nimroz,AF34,Zaranj,AF3401,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Nimroz,AF34,Zaranj,AF3401,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Nimroz,AF34,Zaranj,AF3401,AHDS,Afghan Health & Development Services,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Zaranj,AF3401,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Zaranj,AF3401,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Zaranj,AF3401,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Zaranj,AF3401,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Zaranj,AF3401,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Zaranj,AF3401,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Zaranj,AF3401,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Zaranj,AF3401,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Zaranj,AF3401,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Zaranj,AF3401,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Zaranj,AF3401,VOW,Voice of Women Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,Zaranj,AF3401,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Nimroz,AF34,Zaranj,AF3401,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Nimroz,AF34,Zaranj,AF3401,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Nimroz,AF34,Zaranj,AF3401,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Zaranj,AF3401,AHDS,Afghan Health & Development Services,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Nimroz,AF34,Zaranj,AF3401,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Nimroz,AF34,Zaranj,AF3401,HAPA,Humanitarian Action for People of Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Nimroz,AF34,Zaranj,AF3401,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Nimroz,AF34,Zaranj,AF3401,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Nimroz,AF34,Zaranj,AF3401,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Nimroz,AF34,Zaranj,AF3401,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Nimroz,AF34,Zaranj,AF3401,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Nimroz,AF34,Kang,AF3402,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Nimroz,AF34,Kang,AF3402,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Nimroz,AF34,Kang,AF3402,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Nimroz,AF34,Kang,AF3402,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Nimroz,AF34,Kang,AF3402,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Nimroz,AF34,Kang,AF3402,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Nimroz,AF34,Kang,AF3402,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,Kang,AF3402,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,Kang,AF3402,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,Kang,AF3402,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,Kang,AF3402,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Nimroz,AF34,Kang,AF3402,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Nimroz,AF34,Kang,AF3402,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Nimroz,AF34,Kang,AF3402,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Kang,AF3402,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Kang,AF3402,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Kang,AF3402,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Kang,AF3402,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Kang,AF3402,ORD,Organization for Relief and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Kang,AF3402,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Kang,AF3402,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,Kang,AF3402,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Nimroz,AF34,Kang,AF3402,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Nimroz,AF34,Kang,AF3402,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Kang,AF3402,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Nimroz,AF34,ChAKAHnsur,AF3403,CIC,Children in Crisis,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Southern,Nimroz,AF34,ChAKAHnsur,AF3403,CIC,Children in Crisis,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Nimroz,AF34,Kang,AF3402,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Nimroz,AF34,Kang,AF3402,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Nimroz,AF34,ChAKAHnsur,AF3403,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Nimroz,AF34,ChAKAHnsur,AF3403,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Nimroz,AF34,ChAKAHnsur,AF3403,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Nimroz,AF34,ChAKAHnsur,AF3403,OHW,Organization of Human Welfare,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Nimroz,AF34,ChAKAHnsur,AF3403,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Nimroz,AF34,ChAKAHnsur,AF3403,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Nimroz,AF34,ChAKAHnsur,AF3403,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Nimroz,AF34,ChAKAHnsur,AF3403,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Nimroz,AF34,ChAKAHnsur,AF3403,CHA,Coordination of Humanitarian Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,ChAKAHnsur,AF3403,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,ChAKAHnsur,AF3403,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,ChAKAHnsur,AF3403,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,ChAKAHnsur,AF3403,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Nimroz,AF34,ChAKAHnsur,AF3403,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Nimroz,AF34,ChAKAHnsur,AF3403,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Nimroz,AF34,ChAKAHnsur,AF3403,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Nimroz,AF34,ChAKAHnsur,AF3403,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,ChAKAHnsur,AF3403,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,ChAKAHnsur,AF3403,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,ChAKAHnsur,AF3403,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,ChAKAHnsur,AF3403,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,ChAKAHnsur,AF3403,ORD,Organization for Relief and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,ChAKAHnsur,AF3403,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,ChAKAHnsur,AF3403,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Nimroz,AF34,ChAKAHnsur,AF3403,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Nimroz,AF34,ChAKAHnsur,AF3403,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,ChAKAHnsur,AF3403,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Nimroz,AF34,ChAKAHnsur,AF3403,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Nimroz,AF34,ChAKAHnsur,AF3403,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Nimroz,AF34,ChAKAHnsur,AF3403,SI,Solidarites International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Nimroz,AF34,ChAKAHnsur,AF3403,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Nimroz,AF34,Char Burjak,AF3404,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Nimroz,AF34,Char Burjak,AF3404,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Nimroz,AF34,Char Burjak,AF3404,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Nimroz,AF34,Char Burjak,AF3404,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Nimroz,AF34,Char Burjak,AF3404,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Nimroz,AF34,Char Burjak,AF3404,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Nimroz,AF34,Char Burjak,AF3404,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Nimroz,AF34,Char Burjak,AF3404,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,Char Burjak,AF3404,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,Char Burjak,AF3404,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,Char Burjak,AF3404,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,Char Burjak,AF3404,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,Char Burjak,AF3404,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Nimroz,AF34,Char Burjak,AF3404,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Nimroz,AF34,Char Burjak,AF3404,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Nimroz,AF34,Char Burjak,AF3404,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Char Burjak,AF3404,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Char Burjak,AF3404,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,Char Burjak,AF3404,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Nimroz,AF34,Char Burjak,AF3404,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Nimroz,AF34,Char Burjak,AF3404,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Char Burjak,AF3404,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Nimroz,AF34,Char Burjak,AF3404,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Nimroz,AF34,Char Burjak,AF3404,SI,Solidarites International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Nimroz,AF34,Khashrod,AF3405,COAR,Coordination of Afghan Relief,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Southern,Nimroz,AF34,Khashrod,AF3405,COAR,Coordination of Afghan Relief,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Southern,Nimroz,AF34,Khashrod,AF3405,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Southern,Nimroz,AF34,Khashrod,AF3405,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Nimroz,AF34,Khashrod,AF3405,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Nimroz,AF34,Khashrod,AF3405,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Nimroz,AF34,Khashrod,AF3405,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,Khashrod,AF3405,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,Khashrod,AF3405,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP @@ -10341,1691 +9386,1519 @@ Southern,Nimroz,AF34,Khashrod,AF3405,MOVE,MOVE Welfare Organization,National NGO Southern,Nimroz,AF34,Khashrod,AF3405,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,Khashrod,AF3405,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Nimroz,AF34,Khashrod,AF3405,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Nimroz,AF34,Khashrod,AF3405,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Nimroz,AF34,Khashrod,AF3405,AHDS,Afghan Health & Development Services,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Nimroz,AF34,Khashrod,AF3405,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Nimroz,AF34,Khashrod,AF3405,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Nimroz,AF34,Khashrod,AF3405,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Khashrod,AF3405,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Khashrod,AF3405,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Khashrod,AF3405,HRDA,Human Resource Development Agency,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Khashrod,AF3405,ORD,Organization for Relief and Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Khashrod,AF3405,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,Khashrod,AF3405,RI,Relief International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Southern,Nimroz,AF34,Khashrod,AF3405,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Nimroz,AF34,Khashrod,AF3405,WAW,Women for Afghan Women,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,HDDO,"Health, Disability and Development Organization ",National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Nimroz,AF34,Kang,AF3402,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Zaranj,AF3401,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,HDDO,"Health, Disability and Development Organization ",National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Char Burjak,AF3404,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Chora,AF2503,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Daychopan,AF2607,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Qalat,AF2601,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Shah Joi,AF2606,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,Khashrod,AF3405,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Nimroz,AF34,Khashrod,AF3405,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Nimroz,AF34,Khashrod,AF3405,SI,Solidarites International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Nimroz,AF34,Khashrod,AF3405,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Kandahar,AF2701,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Kandahar,AF27,Kandahar,AF2701,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Kandahar,AF27,Zheray,AF2705,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Kajaki,AF3010,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Nawzad,AF3007,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Musa Qala,AF3009,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Kajaki,AF3010,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Hilmand,AF30,Sangin,AF3008,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Maywand,AF2710,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Shah Wali Kot,AF2706,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Khakrez,AF2707,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Daman,AF2703,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Zheray,AF2705,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Arghandab,AF2605,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Baghran,AF3012,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Panjwayi,AF2704,CIC,Children in Crisis,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Southern,Kandahar,AF27,Panjwayi,AF2704,CIC,Children in Crisis,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,CIC,Children in Crisis,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,CIC,Children in Crisis,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,WADAN,Welfare Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,WADAN,Welfare Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,WADAN,Welfare Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,WADAN,Welfare Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Hilmand,AF30,Kajaki,AF3010,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Kandahar,AF2701,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Nimroz,AF34,Zaranj,AF3401,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Kandahar,AF27,Nesh,AF2712,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Nimroz,AF34,Char Burjak,AF3404,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Nimroz,AF34,Kang,AF3402,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Nimroz,AF34,Khashrod,AF3405,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Hilmand,AF30,Baghran,AF3012,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Nimroz,AF34,Zaranj,AF3401,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Shorabak,AF2714,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Shorabak,AF2714,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Nimroz,AF34,Kang,AF3402,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Nimroz,AF34,Kang,AF3402,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Nimroz,AF34,Khashrod,AF3405,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Garmser,AF3006,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Garmser,AF3006,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Kajaki,AF3010,CAHPO,Community Action for Healing Poverty Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Kajaki,AF3010,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,CAHPO,Community Action for Healing Poverty Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Chinarto,AF2506,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Daman,AF2703,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Daman,AF2703,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Chora,AF2503,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Chora,AF2503,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Gizab,AF2507,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Gizab,AF2507,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Shah Joi,AF2606,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Shah Joi,AF2606,CAHPO,Community Action for Healing Poverty Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Shah Joi,AF2606,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Deh-e-Shu,AF3013,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Zabul,AF26,Atghar,AF2608,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Atghar,AF2608,CAHPO,Community Action for Healing Poverty Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Mizan,AF2604,CAHPO,Community Action for Healing Poverty Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Daychopan,AF2607,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Zabul,AF26,Qalat,AF2601,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,IOM,International Organization for Migration,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Kandahar,AF27,Daman,AF2703,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Zheray,AF2705,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Nawzad,AF3007,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Musa Qala,AF3009,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Musa Qala,AF3009,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Kajaki,AF3010,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Kajaki,AF3010,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Ghorak,AF2709,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Shah Wali Kot,AF2706,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Zabul,AF26,Qalat,AF2601,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Zabul,AF26,Daychopan,AF2607,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Zabul,AF26,Qalat,AF2601,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Zabul,AF26,Daychopan,AF2607,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Zabul,AF26,Shah Joi,AF2606,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Uruzgan,AF25,Chora,AF2503,DAARTT,Danish Assistance to Afghan Rehabilitation and Technical Training,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Nimroz,AF34,Zaranj,AF3401,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Zabul,AF26,Qalat,AF2601,HDDO,"Health, Disability and Development Organization ",National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,Kang,AF3402,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,Zaranj,AF3401,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,Char Burjak,AF3404,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Kajaki,AF3010,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Arghandab,AF2605,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Daychopan,AF2607,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Zabul,AF26,Qalat,AF2601,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Shah Joi,AF2606,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Arghandab,AF2605,CIC,Children in Crisis,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Chora,AF2503,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,CIC,Children in Crisis,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Zheray,AF2705,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Maywand,AF2710,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Daychopan,AF2607,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Daman,AF2703,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Khakrez,AF2707,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,HDDO,"Health, Disability and Development Organization ",National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,HDDO,"Health, Disability and Development Organization ",National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Nad-e-Ali,AF3002,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Nad-e-Ali,AF3002,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Musa Qala,AF3009,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Shorabak,AF2714,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Shorabak,AF2714,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Kandahar,AF2701,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Kandahar,AF2701,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Reg,AF2716,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Reg,AF2716,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Miyanshin,AF2713,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Miyanshin,AF2713,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Nesh,AF2712,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Khakrez,AF2707,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Khakrez,AF2707,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Ghorak,AF2709,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Ghorak,AF2709,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Arghandab,AF2702,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Daman,AF2703,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Maywand,AF2710,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Zheray,AF2705,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,Zaranj,AF3401,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Qalat,AF2601,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Southern,Zabul,AF26,Qalat,AF2601,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Southern,Zabul,AF26,Qalat,AF2601,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Zabul,AF26,Shah Joi,AF2606,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Uruzgan,AF25,Dehrawud,AF2502,MEDAIR,MEDAIR,International NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Uruzgan,AF25,Chora,AF2503,MEDAIR,MEDAIR,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,MERCYCORPS,Mercy Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Kandahar,AF2701,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Nesh,AF2712,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Khakrez,AF2707,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Southern,Kandahar,AF27,Maywand,AF2710,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Nimroz,AF34,Zaranj,AF3401,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Kang,AF3402,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Ghorak,AF2709,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Deh-e-Shu,AF3013,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Nad-e-Ali,AF3002,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Nad-e-Ali,AF3002,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Kajaki,AF3010,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Kajaki,AF3010,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Musa Qala,AF3009,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Musa Qala,AF3009,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Baghran,AF3012,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Nawzad,AF3007,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Nimroz,AF34,Khashrod,AF3405,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Nimroz,AF34,Zaranj,AF3401,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Arghestan,AF2708,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Zheray,AF2705,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Zabul,AF26,Shah Joi,AF2606,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Zabul,AF26,Qalat,AF2601,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Zabul,AF26,Qalat,AF2601,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Nad-e-Ali,AF3002,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Daman,AF2703,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Daman,AF2703,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Zheray,AF2705,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Lashkargah,AF3001,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Lashkargah,AF3001,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,Kang,AF3402,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,Kang,AF3402,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Chora,AF2503,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Chora,AF2503,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Uruzgan,AF25,Tirinkot,AF2501,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Kandahar,AF2701,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,Zaranj,AF3401,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,Zaranj,AF3401,MOVE,MOVE Welfare Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,Zaranj,AF3401,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Arghandab,AF2702,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Arghandab,AF2702,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Shah Wali Kot,AF2706,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Maywand,AF2710,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Arghandab,AF2702,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Chora,AF2503,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Zaranj,AF3401,MOVE,MOVE Welfare Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Maywand,AF2710,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Maywand,AF2710,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Daman,AF2703,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Southern,Kandahar,AF27,Daman,AF2703,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Maywand,AF2710,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Kandahar,AF2701,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Arghandab,AF2702,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Nimroz,AF34,Zaranj,AF3401,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Lashkargah,AF3001,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Hilmand,AF30,Lashkargah,AF3001,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Hilmand,AF30,Lashkargah,AF3001,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Lashkargah,AF3001,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Kandahar,AF2701,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Kandahar,AF2701,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Kandahar,AF2701,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Daman,AF2703,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Daman,AF2703,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,ChAKAHnsur,AF3403,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,Zaranj,AF3401,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,Zaranj,AF3401,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,Zaranj,AF3401,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Chora,AF2503,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Chora,AF2503,KRO,Kandahar Refugee Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,KRO,Kandahar Refugee Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Dehrawud,AF2502,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Dehrawud,AF2502,KRO,Kandahar Refugee Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Mizan,AF2604,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Mizan,AF2604,KRO,Kandahar Refugee Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Arghandab,AF2605,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Arghandab,AF2605,KRO,Kandahar Refugee Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Shinkay,AF2603,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Shinkay,AF2603,KRO,Kandahar Refugee Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Qalat,AF2601,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Qalat,AF2601,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Qalat,AF2601,KRO,Kandahar Refugee Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Shah Joi,AF2606,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Shah Joi,AF2606,KRO,Kandahar Refugee Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Kandahar,AF2701,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Kandahar,AF2701,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Hilmand,AF30,Kajaki,AF3010,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Zabul,AF26,Shamul Zayi,AF2610,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Zabul,AF26,Shamul Zayi,AF2610,IMC,International Medical Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Uruzgan,AF25,Chora,AF2503,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Chora,AF2503,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Chora,AF2503,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Kandahar,AF2701,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Kandahar,AF2701,ALO,Afghan Literacy Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Qalat,AF2601,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Qalat,AF2601,A4T,Afghans 4 Tomorrow ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Qalat,AF2601,AADA,Agency for Assistance and Development of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Lashkargah,AF3001,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Lashkargah,AF3001,ALO,Afghan Literacy Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Lashkargah,AF3001,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Uruzgan,AF25,Chora,AF2503,HAPA,Humanitarian Action for People of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Kandahar,AF2701,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Kandahar,AF2701,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Kandahar,AF2701,HAPA,Humanitarian Action for People of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Zabul,AF26,Qalat,AF2601,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Qalat,AF2601,ALO,Afghan Literacy Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Nimroz,AF34,Zaranj,AF3401,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Nimroz,AF34,Zaranj,AF3401,FSCWEO,Faradata Social Change and Women Empowerment Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Lashkargah,AF3001,OHA,Organization for Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Chora,AF2503,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Kandahar,AF2701,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Qalat,AF2601,ALO,Afghan Literacy Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Lashkargah,AF3001,KRO,Kandahar Refugee Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Southern,Hilmand,AF30,Garmser,AF3006,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,HAPA,Humanitarian Action for People of Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Deh-e-Shu,AF3013,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,MPO,Movement for Protection Organisation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Arghestan,AF2708,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Arghestan,AF2708,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Uruzgan,AF25,Chora,AF2503,MEDAIR,MEDAIR,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Uruzgan,AF25,Chinarto,AF2506,MEDAIR,MEDAIR,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Uruzgan,AF25,Chora,AF2503,MEDAIR,MEDAIR,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Nimroz,AF34,Khashrod,AF3405,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Arghandab,AF2702,OCCD,Organization for Community Coordination of Development,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Southern,Kandahar,AF27,Arghandab,AF2702,OCCD,Organization for Community Coordination of Development,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Southern,Kandahar,AF27,Kandahar,AF2701,CARITAS-G,Caritas Germany,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Kandahar,AF2701,DHSA,Development and Humanitarian Services for Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,IOM,International Organization for Migration,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Zabul,AF26,Shah Joi,AF2606,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,KRO,Kandahar Refugee Organisation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Baghran,AF3012,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Deh-e-Shu,AF3013,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Daman,AF2703,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Daman,AF2703,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Spin Boldak,AF2711,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Zheray,AF2705,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Nad-e-Ali,AF3002,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Zabul,AF26,Qalat,AF2601,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Zabul,AF26,Qalat,AF2601,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Zabul,AF26,Shah Joi,AF2606,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Uruzgan,AF25,Tirinkot,AF2501,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP -Southern,Nimroz,AF34,Khashrod,AF3405,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Nimroz,AF34,ChAKAHnsur,AF3403,RI,Relief International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Nimroz,AF34,Zaranj,AF3401,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Washer,AF3005,COAR,Coordination of Afghan Relief,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Sangin,AF3008,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Zheray,AF2705,MEDAIR,MEDAIR,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Daman,AF2703,MEDAIR,MEDAIR,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Kandahar,AF27,Panjwayi,AF2704,MEDAIR,MEDAIR,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Maruf,AF2715,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Maruf,AF2715,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Maywand,AF2710,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Maywand,AF2710,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Miyanshin,AF2713,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Miyanshin,AF2713,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Uruzgan,AF25,Dehrawud,AF2502,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Kandahar,AF2701,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Ghorak,AF2709,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Khakrez,AF2707,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Khakrez,AF2707,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Lashkargah,AF3001,HADAF,Humanitarian Assistance for Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Kandahar,AF2701,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Kandahar,AF2701,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Maywand,AF2710,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Zheray,AF2705,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Maywand,AF2710,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Arghestan,AF2708,INTERSOS,Intersos - Humanitarian Organization for Emergency,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Uruzgan,AF25,Dehrawud,AF2502,MEDAIR,MEDAIR,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,MEDAIR,MEDAIR,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Southern,Hilmand,AF30,Baghran,AF3012,OPHCD,Organization for Promotion of Health & Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Musa Qala,AF3009,OPHCD,Organization for Promotion of Health & Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Hilmand,AF30,Garmser,AF3006,OPHCD,Organization for Promotion of Health & Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Baghran,AF3012,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Baghran,AF3012,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Baghran,AF3012,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Khakrez,AF2707,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Panjwayi,AF2704,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Maywand,AF2710,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Nesh,AF2712,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Kandahar,AF27,Ghorak,AF2709,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Garmser,AF3006,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Zabul,AF26,Arghandab,AF2605,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Nimroz,AF34,Khashrod,AF3405,HRDA,Human Resource Development Agency,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Southern,Hilmand,AF30,Kajaki,AF3010,IOM,International Organization for Migration,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Southern,Zabul,AF26,Qalat,AF2601,HDDO,"Health, Disability and Development Organization ",National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,AWSDC,Afghan Women Skill Development Centre,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,JACK,Just for Afghan Capacity and Knowledge,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Nawzad,AF3007,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Nawzad,AF3007,JACK,Just for Afghan Capacity and Knowledge,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Nimroz,AF34,Char Burjak,AF3404,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Gizab,AF2507,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Gizab,AF2507,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Dehrawud,AF2502,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Dehrawud,AF2502,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Khas Uruzgan,AF2505,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Kandahar,AF2701,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Southern,Uruzgan,AF25,Tirinkot,AF2501,ACHRO,Association of Chief Human Resource Officers,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Lashkargah,AF3001,ACHRO,Association of Chief Human Resource Officers,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Zabul,AF26,Qalat,AF2601,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Qalat,AF2601,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Kajaki,AF3010,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Kajaki,AF3010,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Kajaki,AF3010,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Shah Joi,AF2606,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Shah Joi,AF2606,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Shah Joi,AF2606,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Sangin,AF3008,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Sangin,AF3008,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Hilmand,AF30,Sangin,AF3008,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Arghandab,AF2605,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Arghandab,AF2605,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Zabul,AF26,Arghandab,AF2605,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Zaranj,AF3401,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Nimroz,AF34,Zaranj,AF3401,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Kandahar,AF2701,CAF,Care of Afghan Families,National NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Hilmand,AF30,Musa Qala,AF3009,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Southern,Hilmand,AF30,Sangin,AF3008,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Uruzgan,AF25,Dehrawud,AF2502,MEDAIR,MEDAIR,International NGO,HEALTH_OP,Operational Presence: Health,OP -Southern,Kandahar,AF27,Zheray,AF2705,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Zheray,AF2705,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Southern,Kandahar,AF27,Zheray,AF2705,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,ACHRO,Association of Chief Human Resource Officers,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Nimroz,AF34,Zaranj,AF3401,ACHRO,Association of Chief Human Resource Officers,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Kandahar,AF27,Arghandab,AF2702,ACHRO,Association of Chief Human Resource Officers,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Zabul,AF26,Tarnak Wa Jaldak,AF2602,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Baghran,AF3012,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Hilmand,AF30,Deh-e-Shu,AF3013,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Uruzgan,AF25,Shahid-e-Hassas,AF2504,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Washer,AF3005,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Washer,AF3005,JACK,Just for Afghan Capacity and Knowledge,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Sangin,AF3008,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Sangin,AF3008,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Garmser,AF3006,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Garmser,AF3006,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Musa Qala,AF3009,JACK,Just for Afghan Capacity and Knowledge,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,JACK,Just for Afghan Capacity and Knowledge,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Nad-e-Ali,AF3002,JACK,Just for Afghan Capacity and Knowledge,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Arghestan,AF2708,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Arghestan,AF2708,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Lashkargah,AF3001,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Daman,AF2703,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Shah Wali Kot,AF2706,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Chinarto,AF2506,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Chinarto,AF2506,OHW,Organization of Human Welfare,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Shamul Zayi,AF2610,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Shamul Zayi,AF2610,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Kakar,AF2611,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Zabul,AF26,Kakar,AF2611,JACK,Just for Afghan Capacity and Knowledge,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Reg-i-Khan Nishin,AF3011,JACK,Just for Afghan Capacity and Knowledge,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Nawzad,AF3007,CAHPO,Community Action for Healing Poverty Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Kajaki,AF3010,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Kajaki,AF3010,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Lashkargah,AF3001,AREP,Afghanistan Rehabilitation and Educational Programs,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Maruf,AF2715,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Maruf,AF2715,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Daman,AF2703,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Maywand,AF2710,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Kandahar,AF27,Maywand,AF2710,ADA,Afghan Development Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Nimroz,AF34,Khashrod,AF3405,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,ANCC,Afghanistan National Re-construction Co-ordination,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Nimroz,AF34,Zaranj,AF3401,IOM,International Organization for Migration,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Southern,Hilmand,AF30,Nad-e-Ali,AF3002,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Zheray,AF2705,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Daman,AF2703,SCI,Save the Children Federation International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Zabul,AF26,Shah Joi,AF2606,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Zabul,AF26,Shah Joi,AF2606,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Southern,Hilmand,AF30,Sangin,AF3008,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP +Southern,Hilmand,AF30,Musa Qala,AF3009,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Nawzad,AF3007,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Nahr-e-Saraj,AF3004,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Kajaki,AF3010,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Sangin,AF3008,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Washer,AF3005,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Nawa-e-Barakzaiy,AF3003,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Baghran,AF3012,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Deh-e-Shu,AF3013,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Garmser,AF3006,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Hilmand,AF30,Nad-e-Ali,AF3002,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Arghandab,AF2702,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Nimroz,AF34,Kang,AF3402,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Kandahar,AF2701,WC-C,War Child Canada,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Spin Boldak,AF2711,HMLO,Human Management & Leadership Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +Southern,Uruzgan,AF25,Chinarto,AF2506,MEDAIR,MEDAIR,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Southern,Kandahar,AF27,Kandahar,AF2701,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Kandahar,AF2701,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Kandahar,AF2701,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Panjwayi,AF2704,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Reg,AF2716,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Reg,AF2716,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Reg,AF2716,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Tirinkot,AF2501,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Chora,AF2503,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Chora,AF2503,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Uruzgan,AF25,Chora,AF2503,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Daman,AF2703,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Daman,AF2703,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Southern,Kandahar,AF27,Daman,AF2703,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Ghor,AF23,Feroz Koh,AF2301,CRS,Catholic Relief Services,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Western,Ghor,AF23,Feroz Koh,AF2301,CRS,Catholic Relief Services,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Feroz Koh,AF2301,TYTW,Too Young to Wed,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Feroz Koh,AF2301,TYTW,Too Young to Wed,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Feroz Koh,AF2301,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Feroz Koh,AF2301,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Ghor,AF23,Feroz Koh,AF2301,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Feroz Koh,AF2301,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Feroz Koh,AF2301,ACF,Action contre la Faim,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Ghor,AF23,Feroz Koh,AF2301,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Feroz Koh,AF2301,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Feroz Koh,AF2301,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Feroz Koh,AF2301,CRS,Catholic Relief Services,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Ghor,AF23,Feroz Koh,AF2301,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Ghor,AF23,Feroz Koh,AF2301,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Ghor,AF23,Feroz Koh,AF2301,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Feroz Koh,AF2301,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Ghor,AF23,Feroz Koh,AF2301,ACF,Action contre la Faim,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Feroz Koh,AF2301,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Feroz Koh,AF2301,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP Western,Ghor,AF23,Feroz Koh,AF2301,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Feroz Koh,AF2301,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Feroz Koh,AF2301,AADA,Agency for Assistance and Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Feroz Koh,AF2301,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Feroz Koh,AF2301,ACF,Action contre la Faim,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Ghor,AF23,Feroz Koh,AF2301,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Ghor,AF23,Feroz Koh,AF2301,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Ghor,AF23,Feroz Koh,AF2301,ACF,Action contre la Faim,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Feroz Koh,AF2301,ACTIONAID,Action Aid Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Ghor,AF23,Feroz Koh,AF2301,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Feroz Koh,AF2301,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Feroz Koh,AF2301,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Feroz Koh,AF2301,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Feroz Koh,AF2301,RSDO,Razi Social Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Ghor,AF23,Feroz Koh,AF2301,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Ghor,AF23,Feroz Koh,AF2301,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Feroz Koh,AF2301,ACF,Action contre la Faim,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Ghor,AF23,Feroz Koh,AF2301,WVI,World Vision International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Feroz Koh,AF2301,ACTIONAID,Action Aid Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Western,Ghor,AF23,DoLayna,AF2302,CRS,Catholic Relief Services,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Western,Ghor,AF23,DoLayna,AF2302,CRS,Catholic Relief Services,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,DoLayna,AF2302,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,DoLayna,AF2302,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Western,Ghor,AF23,DoLayna,AF2302,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,DoLayna,AF2302,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,DoLayna,AF2302,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,DoLayna,AF2302,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,DoLayna,AF2302,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,DoLayna,AF2302,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Ghor,AF23,DoLayna,AF2302,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Ghor,AF23,DoLayna,AF2302,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,DoLayna,AF2302,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,DoLayna,AF2302,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,DoLayna,AF2302,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,DoLayna,AF2302,WC-UK,War Child UK,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Ghor,AF23,DoLayna,AF2302,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,DoLayna,AF2302,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,DoLayna,AF2302,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,DoLayna,AF2302,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Ghor,AF23,DoLayna,AF2302,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Ghor,AF23,DoLayna,AF2302,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Ghor,AF23,DoLayna,AF2302,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,DoLayna,AF2302,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,DoLayna,AF2302,WVI,World Vision International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Ghor,AF23,Dawlatyar,AF2303,CRS,Catholic Relief Services,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Western,Ghor,AF23,Dawlatyar,AF2303,CRS,Catholic Relief Services,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Dawlatyar,AF2303,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Dawlatyar,AF2303,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Dawlatyar,AF2303,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Ghor,AF23,Dawlatyar,AF2303,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Ghor,AF23,Dawlatyar,AF2303,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Dawlatyar,AF2303,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Dawlatyar,AF2303,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Dawlatyar,AF2303,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Ghor,AF23,Dawlatyar,AF2303,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Dawlatyar,AF2303,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Dawlatyar,AF2303,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,Dawlatyar,AF2303,WC-UK,War Child UK,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Dawlatyar,AF2303,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP Western,Ghor,AF23,Dawlatyar,AF2303,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Dawlatyar,AF2303,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Dawlatyar,AF2303,ACF,Action contre la Faim,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Ghor,AF23,Charsadra,AF2304,CHA,Coordination of Humanitarian Assistance,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Charsadra,AF2304,CHA,Coordination of Humanitarian Assistance,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Charsadra,AF2304,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Charsadra,AF2304,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Charsadra,AF2304,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Ghor,AF23,Charsadra,AF2304,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Ghor,AF23,Charsadra,AF2304,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Charsadra,AF2304,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Charsadra,AF2304,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Dawlatyar,AF2303,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Charsadra,AF2304,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Charsadra,AF2304,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Charsadra,AF2304,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Ghor,AF23,Charsadra,AF2304,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Charsadra,AF2304,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Ghor,AF23,Charsadra,AF2304,ACF,Action contre la Faim,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Charsadra,AF2304,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Charsadra,AF2304,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,Charsadra,AF2304,ACF,Action contre la Faim,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Ghor,AF23,Charsadra,AF2304,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Charsadra,AF2304,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Charsadra,AF2304,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Charsadra,AF2304,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Charsadra,AF2304,ACF,Action contre la Faim,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Ghor,AF23,Pasaband,AF2305,CHA,Coordination of Humanitarian Assistance,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Pasaband,AF2305,CHA,Coordination of Humanitarian Assistance,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Pasaband,AF2305,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Pasaband,AF2305,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Ghor,AF23,Charsadra,AF2304,ACF,Action contre la Faim,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Charsadra,AF2304,RRSWO,Rah-e-Rahnaward Social Welfare Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Ghor,AF23,Pasaband,AF2305,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Ghor,AF23,Pasaband,AF2305,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Pasaband,AF2305,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Pasaband,AF2305,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Pasaband,AF2305,ACF,Action contre la Faim,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Pasaband,AF2305,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Ghor,AF23,Pasaband,AF2305,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Pasaband,AF2305,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Pasaband,AF2305,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Pasaband,AF2305,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Pasaband,AF2305,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Pasaband,AF2305,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Pasaband,AF2305,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Pasaband,AF2305,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Pasaband,AF2305,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Pasaband,AF2305,WC-UK,War Child UK,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Pasaband,AF2305,ACF,Action contre la Faim,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,Pasaband,AF2305,ACF,Action contre la Faim,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Ghor,AF23,Pasaband,AF2305,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Ghor,AF23,Pasaband,AF2305,ACF,Action contre la Faim,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Pasaband,AF2305,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Pasaband,AF2305,RAA,Reconstruction Authority for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Pasaband,AF2305,ACTIONAID,Action Aid Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Western,Ghor,AF23,Shahrak,AF2306,CRS,Catholic Relief Services,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Western,Ghor,AF23,Shahrak,AF2306,CRS,Catholic Relief Services,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Shahrak,AF2306,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Shahrak,AF2306,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Shahrak,AF2306,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Shahrak,AF2306,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Shahrak,AF2306,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Shahrak,AF2306,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Shahrak,AF2306,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Shahrak,AF2306,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Shahrak,AF2306,ACF,Action contre la Faim,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Ghor,AF23,Shahrak,AF2306,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Shahrak,AF2306,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Shahrak,AF2306,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Shahrak,AF2306,WASSA,Women Activities & Social Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Shahrak,AF2306,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Ghor,AF23,Shahrak,AF2306,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,CRS,Catholic Relief Services,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,CRS,Catholic Relief Services,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,ACF,Action contre la Faim,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Ghor,AF23,Taywarah,AF2308,CHA,Coordination of Humanitarian Assistance,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Taywarah,AF2308,CHA,Coordination of Humanitarian Assistance,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Taywarah,AF2308,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Taywarah,AF2308,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,ACTIONAID,Action Aid Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,AFGHANAID,Afghan Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Ghor,AF23,Taywarah,AF2308,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Taywarah,AF2308,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Ghor,AF23,Taywarah,AF2308,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Taywarah,AF2308,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Taywarah,AF2308,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Taywarah,AF2308,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Ghor,AF23,Taywarah,AF2308,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Taywarah,AF2308,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Taywarah,AF2308,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Taywarah,AF2308,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Taywarah,AF2308,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Ghor,AF23,Taywarah,AF2308,CHA,Coordination of Humanitarian Assistance,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Ghor,AF23,Tolak,AF2309,CHA,Coordination of Humanitarian Assistance,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Tolak,AF2309,CHA,Coordination of Humanitarian Assistance,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Ghor,AF23,Taywarah,AF2308,WC-UK,War Child UK,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Taywarah,AF2308,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Ghor,AF23,Taywarah,AF2308,ACF,Action contre la Faim,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Taywarah,AF2308,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Taywarah,AF2308,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Taywarah,AF2308,ACF,Action contre la Faim,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Western,Ghor,AF23,Tolak,AF2309,CRS,Catholic Relief Services,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Western,Ghor,AF23,Tolak,AF2309,CRS,Catholic Relief Services,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Tolak,AF2309,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Tolak,AF2309,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Tolak,AF2309,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Tolak,AF2309,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Tolak,AF2309,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Tolak,AF2309,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,Tolak,AF2309,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Tolak,AF2309,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Tolak,AF2309,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Tolak,AF2309,WASSA,Women Activities & Social Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Ghor,AF23,Tolak,AF2309,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Tolak,AF2309,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Saghar,AF2310,CHA,Coordination of Humanitarian Assistance,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Saghar,AF2310,CHA,Coordination of Humanitarian Assistance,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Ghor,AF23,Tolak,AF2309,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Tolak,AF2309,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Ghor,AF23,Saghar,AF2310,CRS,Catholic Relief Services,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Western,Ghor,AF23,Saghar,AF2310,CRS,Catholic Relief Services,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Saghar,AF2310,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Saghar,AF2310,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Saghar,AF2310,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Saghar,AF2310,ACF,Action contre la Faim,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Saghar,AF2310,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Saghar,AF2310,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Ghor,AF23,Saghar,AF2310,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Saghar,AF2310,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Saghar,AF2310,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Saghar,AF2310,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Saghar,AF2310,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Saghar,AF2310,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Saghar,AF2310,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,WC-UK,War Child UK,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,WC-UK,War Child UK,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Saghar,AF2310,WASSA,Women Activities & Social Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Saghar,AF2310,ACF,Action contre la Faim,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,Saghar,AF2310,ACF,Action contre la Faim,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Ghor,AF23,Saghar,AF2310,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Ghor,AF23,Saghar,AF2310,ACF,Action contre la Faim,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Saghar,AF2310,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Badghis,AF31,Qala-e-Naw,AF3101,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,WVI,World Vision International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,AADA,Agency for Assistance and Development of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Badghis,AF31,Qala-e-Naw,AF3101,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Badghis,AF31,Qala-e-Naw,AF3101,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,MAAO,Modern Agriculture and Animal Husbandry Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,MPO,Movement for Protection Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Badghis,AF31,Qala-e-Naw,AF3101,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,WC-UK,War Child UK,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Badghis,AF31,Qala-e-Naw,AF3101,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,WASSA,Women Activities & Social Services Association,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,SAF,Solidarity for Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Badghis,AF31,Qala-e-Naw,AF3101,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Badghis,AF31,Qala-e-Naw,AF3101,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,IRW,Islamic Relief,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Badghis,AF31,Qala-e-Naw,AF3101,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,RSDO,Razi Social Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Western,Badghis,AF31,Qala-e-Naw,AF3101,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Badghis,AF31,Qala-e-Naw,AF3101,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,WVI,World Vision International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Badghis,AF31,Qala-e-Naw,AF3101,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Ab Kamari,AF3102,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Ab Kamari,AF3102,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Ab Kamari,AF3102,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Ab Kamari,AF3102,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Western,Badghis,AF31,Ab Kamari,AF3102,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Western,Badghis,AF31,Ab Kamari,AF3102,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Ab Kamari,AF3102,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Ab Kamari,AF3102,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Ab Kamari,AF3102,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Ab Kamari,AF3102,WVI,World Vision International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Ab Kamari,AF3102,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Ab Kamari,AF3102,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Ab Kamari,AF3102,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Ab Kamari,AF3102,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Ab Kamari,AF3102,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Ab Kamari,AF3102,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Badghis,AF31,Ab Kamari,AF3102,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Badghis,AF31,Ab Kamari,AF3102,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Ab Kamari,AF3102,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Ab Kamari,AF3102,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Badghis,AF31,Ab Kamari,AF3102,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Ab Kamari,AF3102,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Ab Kamari,AF3102,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Ab Kamari,AF3102,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Ab Kamari,AF3102,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Badghis,AF31,Ab Kamari,AF3102,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Ab Kamari,AF3102,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Ab Kamari,AF3102,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Badghis,AF31,Ab Kamari,AF3102,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Ab Kamari,AF3102,AYSO,Afghan Youth Service Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Ab Kamari,AF3102,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Ab Kamari,AF3102,SAF,Solidarity for Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Badghis,AF31,Ab Kamari,AF3102,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Badghis,AF31,Ab Kamari,AF3102,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Ab Kamari,AF3102,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Ab Kamari,AF3102,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Ab Kamari,AF3102,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Ab Kamari,AF3102,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Badghis,AF31,Ab Kamari,AF3102,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Ab Kamari,AF3102,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Ab Kamari,AF3102,WVI,World Vision International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Ab Kamari,AF3102,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Badghis,AF31,Ab Kamari,AF3102,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Badghis,AF31,Ab Kamari,AF3102,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Ab Kamari,AF3102,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Muqur,AF3103,IRC,International Rescue Committee,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Muqur,AF3103,IRC,International Rescue Committee,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Muqur,AF3103,MHI,Muslim Hands,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Muqur,AF3103,MHI,Muslim Hands,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Western,Badghis,AF31,Muqur,AF3103,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Western,Badghis,AF31,Muqur,AF3103,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Muqur,AF3103,WC-UK,War Child UK,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Muqur,AF3103,WC-UK,War Child UK,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Muqur,AF3103,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Muqur,AF3103,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Muqur,AF3103,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Muqur,AF3103,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Muqur,AF3103,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Badghis,AF31,Muqur,AF3103,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Muqur,AF3103,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Muqur,AF3103,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Muqur,AF3103,WVI,World Vision International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Muqur,AF3103,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Muqur,AF3103,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Muqur,AF3103,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Muqur,AF3103,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Badghis,AF31,Muqur,AF3103,ANURDO,Afghanistan National Urban and Rural Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Badghis,AF31,Muqur,AF3103,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Muqur,AF3103,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Badghis,AF31,Muqur,AF3103,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Badghis,AF31,Muqur,AF3103,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Muqur,AF3103,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Badghis,AF31,Muqur,AF3103,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Muqur,AF3103,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Muqur,AF3103,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Muqur,AF3103,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Muqur,AF3103,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Muqur,AF3103,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Muqur,AF3103,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Muqur,AF3103,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Badghis,AF31,Muqur,AF3103,AYSO,Afghan Youth Service Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Badghis,AF31,Muqur,AF3103,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Muqur,AF3103,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Muqur,AF3103,SAF,Solidarity for Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Muqur,AF3103,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Badghis,AF31,Muqur,AF3103,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Muqur,AF3103,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Muqur,AF3103,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Muqur,AF3103,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Muqur,AF3103,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Badghis,AF31,Muqur,AF3103,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Muqur,AF3103,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Muqur,AF3103,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Badghis,AF31,Muqur,AF3103,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Muqur,AF3103,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Badghis,AF31,Muqur,AF3103,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Western,Badghis,AF31,Muqur,AF3103,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Western,Badghis,AF31,Qadis,AF3104,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP Western,Badghis,AF31,Qadis,AF3104,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Qadis,AF3104,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Qadis,AF3104,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Qadis,AF3104,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Badghis,AF31,Qadis,AF3104,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Badghis,AF31,Qadis,AF3104,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Qadis,AF3104,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Qadis,AF3104,WVI,World Vision International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Qadis,AF3104,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Qadis,AF3104,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Qadis,AF3104,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Qadis,AF3104,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Qadis,AF3104,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Badghis,AF31,Qadis,AF3104,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Qadis,AF3104,WC-UK,War Child UK,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Badghis,AF31,Qadis,AF3104,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Qadis,AF3104,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qadis,AF3104,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qadis,AF3104,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qadis,AF3104,BDN,Bakhtar Development Network,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qadis,AF3104,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qadis,AF3104,JUH,Johanniter-Unfall-Hilfe e.V.,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qadis,AF3104,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qadis,AF3104,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Badghis,AF31,Qadis,AF3104,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qadis,AF3104,IOM,International Organization for Migration,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Badghis,AF31,Qadis,AF3104,JUH,Johanniter-Unfall-Hilfe e.V.,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Badghis,AF31,Qadis,AF3104,MMRCA,Medical Management Research Courses Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Qadis,AF3104,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Qadis,AF3104,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Qadis,AF3104,SAF,Solidarity for Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Badghis,AF31,Qadis,AF3104,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Badghis,AF31,Qadis,AF3104,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qadis,AF3104,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qadis,AF3104,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Badghis,AF31,Qadis,AF3104,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qadis,AF3104,RSDO,Razi Social Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qadis,AF3104,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qadis,AF3104,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qadis,AF3104,WVI,World Vision International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qadis,AF3104,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Qadis,AF3104,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Qadis,AF3104,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Badghis,AF31,Qadis,AF3104,ANURDO,Afghanistan National Urban and Rural Development Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Western,Badghis,AF31,Qadis,AF3104,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Bala Murghab,AF3105,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Bala Murghab,AF3105,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Bala Murghab,AF3105,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Bala Murghab,AF3105,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Badghis,AF31,Bala Murghab,AF3105,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Bala Murghab,AF3105,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Bala Murghab,AF3105,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Badghis,AF31,Bala Murghab,AF3105,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Badghis,AF31,Bala Murghab,AF3105,WVI,World Vision International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Bala Murghab,AF3105,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Bala Murghab,AF3105,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Badghis,AF31,Bala Murghab,AF3105,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Badghis,AF31,Bala Murghab,AF3105,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Bala Murghab,AF3105,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Badghis,AF31,Bala Murghab,AF3105,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Bala Murghab,AF3105,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Bala Murghab,AF3105,WC-UK,War Child UK,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Badghis,AF31,Bala Murghab,AF3105,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Bala Murghab,AF3105,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Bala Murghab,AF3105,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Bala Murghab,AF3105,JUH,Johanniter-Unfall-Hilfe e.V.,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Bala Murghab,AF3105,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Bala Murghab,AF3105,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Badghis,AF31,Bala Murghab,AF3105,WASSA,Women Activities & Social Services Association,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Badghis,AF31,Bala Murghab,AF3105,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Bala Murghab,AF3105,AYSO,Afghan Youth Service Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Badghis,AF31,Bala Murghab,AF3105,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Badghis,AF31,Bala Murghab,AF3105,JUH,Johanniter-Unfall-Hilfe e.V.,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Badghis,AF31,Bala Murghab,AF3105,MMRCA,Medical Management Research Courses Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Bala Murghab,AF3105,MOVE,MOVE Welfare Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Bala Murghab,AF3105,ORCD,Organization for Research and Community Development,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Bala Murghab,AF3105,SAF,Solidarity for Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Badghis,AF31,Bala Murghab,AF3105,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Badghis,AF31,Bala Murghab,AF3105,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Bala Murghab,AF3105,WVI,World Vision International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Bala Murghab,AF3105,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Bala Murghab,AF3105,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Jawand,AF3106,WC-UK,War Child UK,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Jawand,AF3106,WC-UK,War Child UK,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Jawand,AF3106,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Jawand,AF3106,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Jawand,AF3106,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Badghis,AF31,Bala Murghab,AF3105,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Bala Murghab,AF3105,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Badghis,AF31,Bala Murghab,AF3105,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Western,Badghis,AF31,Jawand,AF3106,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Badghis,AF31,Jawand,AF3106,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Jawand,AF3106,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Badghis,AF31,Jawand,AF3106,WVI,World Vision International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Jawand,AF3106,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Jawand,AF3106,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Jawand,AF3106,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Badghis,AF31,Jawand,AF3106,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Jawand,AF3106,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Jawand,AF3106,WC-UK,War Child UK,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Badghis,AF31,Jawand,AF3106,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Jawand,AF3106,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Jawand,AF3106,JUH,Johanniter-Unfall-Hilfe e.V.,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Jawand,AF3106,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Jawand,AF3106,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Jawand,AF3106,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Jawand,AF3106,AYSO,Afghan Youth Service Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Badghis,AF31,Jawand,AF3106,JUH,Johanniter-Unfall-Hilfe e.V.,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Badghis,AF31,Jawand,AF3106,MMRCA,Medical Management Research Courses Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Badghis,AF31,Jawand,AF3106,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Jawand,AF3106,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Jawand,AF3106,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Jawand,AF3106,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Jawand,AF3106,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Ghormach,AF3107,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Ghormach,AF3107,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Ghormach,AF3107,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Ghormach,AF3107,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Ghormach,AF3107,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Jawand,AF3106,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Badghis,AF31,Jawand,AF3106,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Ghormach,AF3107,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Badghis,AF31,Ghormach,AF3107,ANURDO,Afghanistan National Urban and Rural Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Badghis,AF31,Ghormach,AF3107,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Ghormach,AF3107,MPO,Movement for Protection Organisation,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Ghormach,AF3107,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Ghormach,AF3107,AYSO,Afghan Youth Service Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Ghormach,AF3107,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Ghormach,AF3107,AYSO,Afghan Youth Service Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Badghis,AF31,Ghormach,AF3107,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Ghormach,AF3107,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Ghormach,AF3107,WVI,World Vision International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Ghormach,AF3107,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Ghormach,AF3107,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Ghormach,AF3107,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Badghis,AF31,Ghormach,AF3107,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Ghormach,AF3107,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Badghis,AF31,Ghormach,AF3107,SAF,Solidarity for Afghan Families,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Ghormach,AF3107,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Badghis,AF31,Ghormach,AF3107,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Hirat,AF3201,CRS,Catholic Relief Services,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Hirat,AF3201,CRS,Catholic Relief Services,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Hirat,AF3201,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Hirat,AF3201,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Hirat,AF3201,TLO,The Liaison Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Hirat,AF3201,TLO,The Liaison Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Hirat,AF3201,WASSA,Women Activities & Social Services Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Hirat,AF3201,WASSA,Women Activities & Social Services Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Hirat,AF3201,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Hirat,AF3201,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Hirat,AF3201,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Hirat,AF3201,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Hirat,AF3201,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Hirat,AF3201,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Hirat,AF3201,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Hirat,AF3201,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Hirat,AF3201,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Hirat,AF3201,AADA,Agency for Assistance and Development of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Hirat,AF3201,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Hirat,AF3201,CARE,Care International in Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Hirat,AF3201,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Hirat,AF3201,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Hirat,AF3201,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Hirat,AF3201,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Hirat,AF3201,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Hirat,AF3201,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Hirat,AF3201,SNI,Shelter Now International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Hirat,AF3201,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Hirat,AF3201,ADSDO,Afghan Damaged Support Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Hirat,AF3201,AIL,Afghan Institute of Learning,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Hirat,AF3201,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Hirat,AF3201,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Hirat,AF3201,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Hirat,AF3201,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Hirat,AF3201,DRC,Danish Refugee Council,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Hirat,AF3201,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Hirat,AF3201,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Hirat,AF3201,IAM,International Assistance Mission,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Hirat,AF3201,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Hirat,AF3201,IRW,Islamic Relief,International NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Hirat,AF3201,MSF,Medecins Sans Frontieres (Doctors Without Borders),International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Hirat,AF3201,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Hirat,AF3201,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Hirat,AF3201,UNHABITAT,United Nations Human Settlements Programme,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Hirat,AF3201,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Hirat,AF3201,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Hirat,AF3201,SNI,Shelter Now International,International NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Hirat,AF3201,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Hirat,AF3201,IOM,International Organization for Migration,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Hirat,AF3201,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Hirat,AF32,Hirat,AF3201,MSF,Medecins Sans Frontieres (Doctors Without Borders),International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Hirat,AF3201,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Hirat,AF3201,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Hirat,AF3201,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Hirat,AF3201,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Hirat,AF3201,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Hirat,AF32,Hirat,AF3201,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Hirat,AF3201,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Hirat,AF3201,AWSDC,Afghan Women Skill Development Centre,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Hirat,AF3201,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Hirat,AF3201,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Hirat,AF3201,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Hirat,AF3201,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Hirat,AF3201,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Hirat,AF3201,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Hirat,AF3201,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Hirat,AF3201,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Hirat,AF3201,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Hirat,AF3201,MSF,Medecins Sans Frontieres (Doctors Without Borders),International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Hirat,AF3201,MSI,"Management Systems International, Inc.",International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Hirat,AF3201,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Hirat,AF3201,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Hirat,AF3201,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Hirat,AF3201,UNHABITAT,United Nations Human Settlements Programme,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Hirat,AF3201,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Hirat,AF3201,VOW,Voice of Women Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Hirat,AF3201,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Hirat,AF3201,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Hirat,AF3201,WVI,World Vision International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Hirat,AF3201,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Hirat,AF3201,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Hirat,AF3201,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Hirat,AF3201,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Hirat,AF3201,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Hirat,AF3201,MERCYCORPS,Mercy Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Injil,AF3202,CRS,Catholic Relief Services,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Injil,AF3202,CRS,Catholic Relief Services,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Injil,AF3202,IRW,Islamic Relief,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Injil,AF3202,IRW,Islamic Relief,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Injil,AF3202,TLO,The Liaison Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Injil,AF3202,TLO,The Liaison Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Injil,AF3202,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Injil,AF3202,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Injil,AF3202,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Injil,AF3202,ACTED,Agency For Technical Cooperation & Development,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Injil,AF3202,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Injil,AF3202,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Injil,AF3202,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Injil,AF3202,CRS,Catholic Relief Services,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Injil,AF3202,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Injil,AF3202,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Injil,AF3202,NCA,Norwegian Church Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Injil,AF3202,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Injil,AF3202,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Injil,AF3202,WVI,World Vision International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Injil,AF3202,OHW,Organization of Human Welfare,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Injil,AF3202,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Injil,AF3202,CARE,Care International in Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Injil,AF3202,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Injil,AF3202,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Injil,AF3202,MERCYCORPS,Mercy Corps,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Injil,AF3202,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Injil,AF3202,WASSA,Women Activities & Social Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Injil,AF3202,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Injil,AF3202,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Injil,AF3202,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Injil,AF3202,DRC,Danish Refugee Council,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Injil,AF3202,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Injil,AF3202,IAM,International Assistance Mission,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Injil,AF3202,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Injil,AF3202,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Injil,AF3202,IRW,Islamic Relief,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Injil,AF3202,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Injil,AF3202,MSF,Medecins Sans Frontieres (Doctors Without Borders),International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Injil,AF3202,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Injil,AF3202,WASSA,Women Activities & Social Services Association,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Injil,AF3202,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Injil,AF3202,AFGA,Afghan Family Guidance Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Hirat,AF32,Injil,AF3202,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Injil,AF3202,IAM,International Assistance Mission,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Injil,AF3202,IOM,International Organization for Migration,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Injil,AF3202,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Hirat,AF32,Injil,AF3202,MSF,Medecins Sans Frontieres (Doctors Without Borders),International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Injil,AF3202,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Injil,AF3202,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Injil,AF3202,MSH,Management Science for Health,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Injil,AF3202,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Hirat,AF32,Injil,AF3202,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Hirat,AF32,Injil,AF3202,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Injil,AF3202,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Injil,AF3202,AWSDC,Afghan Women Skill Development Centre,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Injil,AF3202,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Injil,AF3202,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Injil,AF3202,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Injil,AF3202,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Injil,AF3202,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Injil,AF3202,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Injil,AF3202,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Injil,AF3202,MSF,Medecins Sans Frontieres (Doctors Without Borders),International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Injil,AF3202,MSI,"Management Systems International, Inc.",International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Injil,AF3202,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Injil,AF3202,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Injil,AF3202,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Injil,AF3202,RSDO,Razi Social Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Injil,AF3202,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Injil,AF3202,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Injil,AF3202,WVI,World Vision International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Injil,AF3202,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Injil,AF3202,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Injil,AF3202,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Western,Hirat,AF32,Injil,AF3202,DRC,Danish Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Injil,AF3202,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Western,Hirat,AF32,Injil,AF3202,MERCYCORPS,Mercy Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Guzara,AF3203,CRS,Catholic Relief Services,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Guzara,AF3203,CRS,Catholic Relief Services,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Guzara,AF3203,IRW,Islamic Relief,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Guzara,AF3203,IRW,Islamic Relief,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Guzara,AF3203,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Guzara,AF3203,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Guzara,AF3203,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Guzara,AF3203,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Guzara,AF3203,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Injil,AF3202,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Guzara,AF3203,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Guzara,AF3203,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP Western,Hirat,AF32,Guzara,AF3203,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Guzara,AF3203,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Guzara,AF3203,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Guzara,AF3203,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Guzara,AF3203,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Guzara,AF3203,WVI,World Vision International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Guzara,AF3203,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Guzara,AF3203,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Guzara,AF3203,CARE,Care International in Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Guzara,AF3203,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Guzara,AF3203,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Guzara,AF3203,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Guzara,AF3203,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Guzara,AF3203,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Guzara,AF3203,MERCYCORPS,Mercy Corps,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Guzara,AF3203,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Guzara,AF3203,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Guzara,AF3203,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Guzara,AF3203,CRS,Catholic Relief Services,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Guzara,AF3203,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Guzara,AF3203,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Guzara,AF3203,IRW,Islamic Relief,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Guzara,AF3203,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Guzara,AF3203,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Guzara,AF3203,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Guzara,AF3203,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Guzara,AF3203,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Guzara,AF3203,AFGA,Afghan Family Guidance Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Hirat,AF32,Guzara,AF3203,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Guzara,AF3203,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Guzara,AF3203,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Guzara,AF3203,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Guzara,AF3203,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Guzara,AF3203,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Guzara,AF3203,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Guzara,AF3203,MSH,Management Science for Health,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Guzara,AF3203,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Hirat,AF32,Guzara,AF3203,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Guzara,AF3203,AWSDC,Afghan Women Skill Development Centre,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Guzara,AF3203,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Guzara,AF3203,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Guzara,AF3203,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Guzara,AF3203,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Guzara,AF3203,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Guzara,AF3203,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Guzara,AF3203,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Guzara,AF3203,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Guzara,AF3203,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Guzara,AF3203,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Guzara,AF3203,OSED,Organization for Social Economic Development,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Guzara,AF3203,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Guzara,AF3203,WVI,World Vision International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Guzara,AF3203,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Guzara,AF3203,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Guzara,AF3203,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Guzara,AF3203,IRW,Islamic Relief,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Guzara,AF3203,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Guzara,AF3203,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Karukh,AF3204,CRS,Catholic Relief Services,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Karukh,AF3204,CRS,Catholic Relief Services,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Karukh,AF3204,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Karukh,AF3204,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Karukh,AF3204,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Guzara,AF3203,MERCYCORPS,Mercy Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Karukh,AF3204,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Karukh,AF3204,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Karukh,AF3204,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Karukh,AF3204,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Karukh,AF3204,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Karukh,AF3204,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Karukh,AF3204,CARE,Care International in Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Karukh,AF3204,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Karukh,AF3204,JACK,Just for Afghan Capacity and Knowledge,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Karukh,AF3204,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Karukh,AF3204,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Karukh,AF3204,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Karukh,AF3204,WASSA,Women Activities & Social Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Karukh,AF3204,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Karukh,AF3204,CRS,Catholic Relief Services,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Karukh,AF3204,DRC,Danish Refugee Council,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Karukh,AF3204,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Karukh,AF3204,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Karukh,AF3204,IRW,Islamic Relief,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Karukh,AF3204,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Karukh,AF3204,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Karukh,AF3204,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Karukh,AF3204,WASSA,Women Activities & Social Services Association,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Karukh,AF3204,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Karukh,AF3204,AFGA,Afghan Family Guidance Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Karukh,AF3204,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Karukh,AF3204,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Karukh,AF3204,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Karukh,AF3204,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Karukh,AF3204,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Karukh,AF3204,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Karukh,AF3204,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Karukh,AF3204,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Karukh,AF3204,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Karukh,AF3204,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Karukh,AF3204,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Karukh,AF3204,WVI,World Vision International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Karukh,AF3204,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Karukh,AF3204,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Karukh,AF3204,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Karukh,AF3204,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Karukh,AF3204,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Karukh,AF3204,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Karukh,AF3204,TDH,Terre Des Hommes,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Karukh,AF3204,WASSA,Women Activities & Social Services Association,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Karukh,AF3204,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Zindajan,AF3205,IAM,International Assistance Mission,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Zindajan,AF3205,IAM,International Assistance Mission,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Zindajan,AF3205,TLO,The Liaison Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Zindajan,AF3205,TLO,The Liaison Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Zindajan,AF3205,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Zindajan,AF3205,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Zindajan,AF3205,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Karukh,AF3204,MERCYCORPS,Mercy Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Zindajan,AF3205,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Zindajan,AF3205,CRS,Catholic Relief Services,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Zindajan,AF3205,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Zindajan,AF3205,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Zindajan,AF3205,NCRO,New Constancy and Relief Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Zindajan,AF3205,WVI,World Vision International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Zindajan,AF3205,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Zindajan,AF3205,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Zindajan,AF3205,ORCD,Organization for Research and Community Development,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Zindajan,AF3205,SNI,Shelter Now International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Zindajan,AF3205,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Zindajan,AF3205,CARE,Care International in Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Zindajan,AF3205,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Zindajan,AF3205,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Zindajan,AF3205,IRW,Islamic Relief,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Zindajan,AF3205,MERCYCORPS,Mercy Corps,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Zindajan,AF3205,WC-UK,War Child UK,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Zindajan,AF3205,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Zindajan,AF3205,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Zindajan,AF3205,DRC,Danish Refugee Council,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Zindajan,AF3205,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Zindajan,AF3205,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Zindajan,AF3205,IAM,International Assistance Mission,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Zindajan,AF3205,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Zindajan,AF3205,IRW,Islamic Relief,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Zindajan,AF3205,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Zindajan,AF3205,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Zindajan,AF3205,SNI,Shelter Now International,International NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Zindajan,AF3205,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Zindajan,AF3205,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Zindajan,AF3205,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Zindajan,AF3205,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Zindajan,AF3205,IRW,Islamic Relief,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Zindajan,AF3205,MSH,Management Science for Health,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Zindajan,AF3205,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Zindajan,AF3205,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Zindajan,AF3205,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Zindajan,AF3205,AWSDC,Afghan Women Skill Development Centre,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Zindajan,AF3205,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Zindajan,AF3205,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Zindajan,AF3205,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Zindajan,AF3205,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Zindajan,AF3205,VOW,Voice of Women Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Zindajan,AF3205,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Zindajan,AF3205,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Zindajan,AF3205,IAM,International Assistance Mission,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Zindajan,AF3205,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Zindajan,AF3205,IRW,Islamic Relief,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Zindajan,AF3205,RAADA,Rehabilitation Association and Agriculture Development for Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Zindajan,AF3205,SNI,Shelter Now International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Zindajan,AF3205,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Zindajan,AF3205,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Zindajan,AF3205,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Zindajan,AF3205,WVI,World Vision International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Zindajan,AF3205,CARE,Care International in Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Zindajan,AF3205,MERCYCORPS,Mercy Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Zindajan,AF3205,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Zindajan,AF3205,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Western,Hirat,AF32,Pashtun Zarghun,AF3206,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,WVI,World Vision International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Pashtun Zarghun,AF3206,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Pashtun Zarghun,AF3206,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,IRW,Islamic Relief,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Pashtun Zarghun,AF3206,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Pashtun Zarghun,AF3206,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Pashtun Zarghun,AF3206,WASSA,Women Activities & Social Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Pashtun Zarghun,AF3206,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Pashtun Zarghun,AF3206,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,IRW,Islamic Relief,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Pashtun Zarghun,AF3206,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Pashtun Zarghun,AF3206,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Pashtun Zarghun,AF3206,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,IOM,International Organization for Migration,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Pashtun Zarghun,AF3206,MSH,Management Science for Health,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Pashtun Zarghun,AF3206,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Hirat,AF32,Pashtun Zarghun,AF3206,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Hirat,AF32,Pashtun Zarghun,AF3206,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,OSAA,Organization for Sustainable Aid in Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Kushk,AF3207,TLO,The Liaison Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Kushk,AF3207,TLO,The Liaison Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Kushk,AF3207,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Kushk,AF3207,CARITAS-G,Caritas Germany,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Kushk,AF3207,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Pashtun Zarghun,AF3206,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Pashtun Zarghun,AF3206,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk,AF3207,FCDO,Friends Community Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Kushk,AF3207,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Kushk,AF3207,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Kushk,AF3207,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Kushk,AF3207,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Kushk,AF3207,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Kushk,AF3207,IRW,Islamic Relief,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kushk,AF3207,CARE,Care International in Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kushk,AF3207,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kushk,AF3207,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kushk,AF3207,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kushk,AF3207,NCRO,New Constancy and Relief Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kushk,AF3207,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kushk,AF3207,WEWORLD,,,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kushk,AF3207,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Kushk,AF3207,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Kushk,AF3207,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Kushk,AF3207,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Kushk,AF3207,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Kushk,AF3207,IRW,Islamic Relief,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Kushk,AF3207,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Kushk,AF3207,WASSA,Women Activities & Social Services Association,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Kushk,AF3207,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Kushk,AF3207,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Kushk,AF3207,RHDO,Relief Humanitarian Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Kushk,AF3207,IRW,Islamic Relief,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Kushk,AF3207,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Hirat,AF32,Kushk,AF3207,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Kushk,AF3207,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kushk,AF3207,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk,AF3207,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk,AF3207,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Kushk,AF3207,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kushk,AF3207,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kushk,AF3207,MERCYCORPS,Mercy Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kushk,AF3207,OSAA,Organization for Sustainable Aid in Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk,AF3207,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk,AF3207,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Kushk,AF3207,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk,AF3207,WEWORLD,,,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Kushk,AF3207,WVI,World Vision International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Kushk,AF3207,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kushk,AF3207,IRW,Islamic Relief,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Kushk,AF3207,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Kushk,AF3207,CARE,Care International in Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Kushk,AF3207,CRS,Catholic Relief Services,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Kushk,AF3207,MERCYCORPS,Mercy Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Kushk,AF3207,NCRO,New Constancy and Relief Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Kushk,AF3207,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Western,Hirat,AF32,Kushk,AF3207,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Gulran,AF3208,WC-UK,War Child UK,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Gulran,AF3208,WC-UK,War Child UK,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Gulran,AF3208,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Gulran,AF3208,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Gulran,AF3208,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Gulran,AF3208,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Gulran,AF3208,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Gulran,AF3208,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Gulran,AF3208,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Gulran,AF3208,WVI,World Vision International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Gulran,AF3208,SNI,Shelter Now International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Gulran,AF3208,WASSA,Women Activities & Social Services Association,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Gulran,AF3208,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Gulran,AF3208,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Gulran,AF3208,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Gulran,AF3208,MERCYCORPS,Mercy Corps,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Gulran,AF3208,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Gulran,AF3208,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Gulran,AF3208,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Gulran,AF3208,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Gulran,AF3208,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Gulran,AF3208,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Gulran,AF3208,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Gulran,AF3208,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Gulran,AF3208,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Gulran,AF3208,AFGA,Afghan Family Guidance Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Gulran,AF3208,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Gulran,AF3208,RHDO,Relief Humanitarian Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Gulran,AF3208,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Gulran,AF3208,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Gulran,AF3208,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Gulran,AF3208,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Gulran,AF3208,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Hirat,AF32,Gulran,AF3208,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Gulran,AF3208,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Gulran,AF3208,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Gulran,AF3208,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Gulran,AF3208,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Gulran,AF3208,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Gulran,AF3208,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Gulran,AF3208,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Gulran,AF3208,MERCYCORPS,Mercy Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Gulran,AF3208,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Gulran,AF3208,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Gulran,AF3208,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Gulran,AF3208,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Gulran,AF3208,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Gulran,AF3208,DRC,Danish Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Gulran,AF3208,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Gulran,AF3208,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Gulran,AF3208,ACTIONAID,Action Aid Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Gulran,AF3208,CRS,Catholic Relief Services,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Western,Hirat,AF32,Gulran,AF3208,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Adraskan,AF3209,CRS,Catholic Relief Services,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Adraskan,AF3209,CRS,Catholic Relief Services,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Adraskan,AF3209,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Adraskan,AF3209,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Adraskan,AF3209,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Adraskan,AF3209,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Adraskan,AF3209,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Adraskan,AF3209,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Adraskan,AF3209,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Adraskan,AF3209,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Adraskan,AF3209,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Adraskan,AF3209,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Adraskan,AF3209,CRS,Catholic Relief Services,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Adraskan,AF3209,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Adraskan,AF3209,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Adraskan,AF3209,RHDO,Relief Humanitarian Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Adraskan,AF3209,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Adraskan,AF3209,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Adraskan,AF3209,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Adraskan,AF3209,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Adraskan,AF3209,RHDO,Relief Humanitarian Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Adraskan,AF3209,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Adraskan,AF3209,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Adraskan,AF3209,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Adraskan,AF3209,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Adraskan,AF3209,MSH,Management Science for Health,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Adraskan,AF3209,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Adraskan,AF3209,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Adraskan,AF3209,AWSDC,Afghan Women Skill Development Centre,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Adraskan,AF3209,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Adraskan,AF3209,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Adraskan,AF3209,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Adraskan,AF3209,ACTIONAID,Action Aid Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Western,Hirat,AF32,Adraskan,AF3209,CRS,Catholic Relief Services,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Western,Hirat,AF32,Adraskan,AF3209,DRC,Danish Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Adraskan,AF3209,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,CARITAS-G,Caritas Germany,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Adraskan,AF3209,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,FCDO,Friends Community Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,MERCYCORPS,Mercy Corps,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,WC-UK,War Child UK,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,RHDO,Relief Humanitarian Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,AWSDC,Afghan Women Skill Development Centre,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,HI,Handicap International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,MERCYCORPS,Mercy Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,WVI,World Vision International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,YHDO,Youth Health and Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,TDH,Terre Des Hommes,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Ghoryan,AF3211,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Ghoryan,AF3211,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Ghoryan,AF3211,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Ghoryan,AF3211,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Ghoryan,AF3211,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Ghoryan,AF3211,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Ghoryan,AF3211,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Ghoryan,AF3211,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Ghoryan,AF3211,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Ghoryan,AF3211,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Ghoryan,AF3211,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Ghoryan,AF3211,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Ghoryan,AF3211,CARE,Care International in Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Ghoryan,AF3211,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Ghoryan,AF3211,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Ghoryan,AF3211,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Ghoryan,AF3211,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Ghoryan,AF3211,WASSA,Women Activities & Social Services Association,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Ghoryan,AF3211,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Ghoryan,AF3211,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Ghoryan,AF3211,RHDO,Relief Humanitarian Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Ghoryan,AF3211,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Ghoryan,AF3211,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Ghoryan,AF3211,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Ghoryan,AF3211,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Ghoryan,AF3211,RSDO,Razi Social Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Ghoryan,AF3211,MSH,Management Science for Health,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Ghoryan,AF3211,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Ghoryan,AF3211,MERCYCORPS,Mercy Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Ghoryan,AF3211,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Ghoryan,AF3211,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Ghoryan,AF3211,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Ghoryan,AF3211,TDH,Terre Des Hommes,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Ghoryan,AF3211,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Obe,AF3212,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Obe,AF3212,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Ghoryan,AF3211,CARE,Care International in Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Obe,AF3212,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Obe,AF3212,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Obe,AF3212,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Obe,AF3212,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Obe,AF3212,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Obe,AF3212,IRW,Islamic Relief,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Obe,AF3212,WVI,World Vision International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Obe,AF3212,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Obe,AF3212,IRW,Islamic Relief,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Obe,AF3212,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Obe,AF3212,MERCYCORPS,Mercy Corps,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Obe,AF3212,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Obe,AF3212,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Obe,AF3212,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Obe,AF3212,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Obe,AF3212,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Obe,AF3212,IRW,Islamic Relief,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Obe,AF3212,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Obe,AF3212,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Obe,AF3212,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Obe,AF3212,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Obe,AF3212,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Hirat,AF32,Obe,AF3212,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Obe,AF3212,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Obe,AF3212,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Obe,AF3212,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Obe,AF3212,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Obe,AF3212,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Hirat,AF32,Obe,AF3212,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Obe,AF3212,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Obe,AF3212,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Obe,AF3212,IRW,Islamic Relief,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Obe,AF3212,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Obe,AF3212,MERCYCORPS,Mercy Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Obe,AF3212,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Obe,AF3212,MERCYCORPS,Mercy Corps,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Kohsan,AF3213,WVI,World Vision International,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Kohsan,AF3213,WVI,World Vision International,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Kohsan,AF3213,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Obe,AF3212,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP Western,Hirat,AF32,Kohsan,AF3213,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Kohsan,AF3213,WVI,World Vision International,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Kohsan,AF3213,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Kohsan,AF3213,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Kohsan,AF3213,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Kohsan,AF3213,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Kohsan,AF3213,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Kohsan,AF3213,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Kohsan,AF3213,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Kohsan,AF3213,UA,Union Aid,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Kohsan,AF3213,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kohsan,AF3213,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kohsan,AF3213,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Kohsan,AF3213,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Kohsan,AF3213,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Kohsan,AF3213,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Kohsan,AF3213,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Kohsan,AF3213,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Kohsan,AF3213,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Kohsan,AF3213,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Kohsan,AF3213,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kohsan,AF3213,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kohsan,AF3213,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kohsan,AF3213,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kohsan,AF3213,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kohsan,AF3213,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Kohsan,AF3213,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kohsan,AF3213,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kohsan,AF3213,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Kohsan,AF3213,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kohsan,AF3213,OSAA,Organization for Sustainable Aid in Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kohsan,AF3213,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kohsan,AF3213,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kohsan,AF3213,WVI,World Vision International,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kohsan,AF3213,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Kohsan,AF3213,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Kohsan,AF3213,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Kohsan,AF3213,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Kohsan,AF3213,TDH,Terre Des Hommes,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Kohsan,AF3213,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Shindand,AF3214,CRS,Catholic Relief Services,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Shindand,AF3214,CRS,Catholic Relief Services,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Shindand,AF3214,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Shindand,AF3214,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Shindand,AF3214,WC-UK,War Child UK,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Shindand,AF3214,WC-UK,War Child UK,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Hirat,AF32,Shindand,AF3214,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Shindand,AF3214,FCDO,Friends Community Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Shindand,AF3214,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Shindand,AF3214,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Shindand,AF3214,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Shindand,AF3214,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Shindand,AF3214,FCDO,Friends Community Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Shindand,AF3214,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Shindand,AF3214,IRW,Islamic Relief,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Shindand,AF3214,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Shindand,AF3214,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Shindand,AF3214,ACTD,Afghanistan Center for Training and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Shindand,AF3214,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Shindand,AF3214,WC-UK,War Child UK,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Shindand,AF3214,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Shindand,AF3214,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Shindand,AF3214,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Shindand,AF3214,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Shindand,AF3214,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Shindand,AF3214,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Shindand,AF3214,IOM,International Organization for Migration,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Shindand,AF3214,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Shindand,AF3214,RHDO,Relief Humanitarian Development Organization,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Shindand,AF3214,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Shindand,AF3214,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Shindand,AF3214,MSH,Management Science for Health,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Shindand,AF3214,WASSA,Women Activities & Social Services Association,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Shindand,AF3214,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Shindand,AF3214,IRC,International Rescue Committee,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Shindand,AF3214,MSH,Management Science for Health,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Shindand,AF3214,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Shindand,AF3214,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Shindand,AF3214,DDG,Danish Demining Group,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Shindand,AF3214,HT,Halo Trust ,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Shindand,AF3214,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Shindand,AF3214,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Shindand,AF3214,MDC,Mine Detection Center,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Shindand,AF3214,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Shindand,AF3214,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Farsi,AF3215,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Farsi,AF3215,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Shindand,AF3214,ACTIONAID,Action Aid Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Shindand,AF3214,CARE,Care International in Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Farsi,AF3215,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Farsi,AF3215,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Farsi,AF3215,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Farsi,AF3215,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Farsi,AF3215,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Farsi,AF3215,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Farsi,AF3215,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Farsi,AF3215,AADA,Agency for Assistance and Development of Afghanistan,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Farsi,AF3215,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Farsi,AF3215,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Chisht-e-Sharif,AF3216,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Chisht-e-Sharif,AF3216,IRC,International Rescue Committee,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Farsi,AF3215,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Farsi,AF3215,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Farsi,AF3215,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Farsi,AF3215,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Farsi,AF3215,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Farsi,AF3215,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Farsi,AF3215,ACTIONAID,Action Aid Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Chisht-e-Sharif,AF3216,NRC,Norwegian Refugee Council,International NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Chisht-e-Sharif,AF3216,NRC,Norwegian Refugee Council,International NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Chisht-e-Sharif,AF3216,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Chisht-e-Sharif,AF3216,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Chisht-e-Sharif,AF3216,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Chisht-e-Sharif,AF3216,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Chisht-e-Sharif,AF3216,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Chisht-e-Sharif,AF3216,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Chisht-e-Sharif,AF3216,CARE,Care International in Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Chisht-e-Sharif,AF3216,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Chisht-e-Sharif,AF3216,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Chisht-e-Sharif,AF3216,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Chisht-e-Sharif,AF3216,PU-AMI,Première Urgence-Aide Medicale Internationale,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Chisht-e-Sharif,AF3216,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Chisht-e-Sharif,AF3216,IRW,Islamic Relief,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Farah,AF3301,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Farah,AF3301,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Farah,AF3301,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Farah,AF3301,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Farah,AF3301,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Chisht-e-Sharif,AF3216,CARE,Care International in Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Chisht-e-Sharif,AF3216,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Chisht-e-Sharif,AF3216,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Chisht-e-Sharif,AF3216,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Chisht-e-Sharif,AF3216,OHPM,Organization of Health and Program Management,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Chisht-e-Sharif,AF3216,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Chisht-e-Sharif,AF3216,MERCYCORPS,Mercy Corps,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Chisht-e-Sharif,AF3216,ACTIONAID,Action Aid Afghanistan,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Chisht-e-Sharif,AF3216,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Farah,AF33,Farah,AF3301,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Farah,AF33,Farah,AF3301,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Farah,AF33,Farah,AF3301,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Farah,AF33,Farah,AF3301,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Farah,AF3301,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Farah,AF3301,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Farah,AF3301,FSCWEO,Faradata Social Change and Women Empowerment Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Farah,AF3301,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Farah,AF33,Farah,AF3301,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Farah,AF3301,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Farah,AF3301,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Farah,AF3301,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Farah,AF3301,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Farah,AF3301,CHA,Coordination of Humanitarian Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Farah,AF3301,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Farah,AF3301,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Farah,AF3301,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Farah,AF3301,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Farah,AF3301,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Farah,AF3301,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Farah,AF3301,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Farah,AF33,Farah,AF3301,WASSA,Women Activities & Social Services Association,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Farah,AF33,Farah,AF3301,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Farah,AF33,Farah,AF3301,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Farah,AF33,Farah,AF3301,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Farah,AF3301,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Farah,AF3301,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Farah,AF3301,RSDO,Razi Social Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Farah,AF3301,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Farah,AF3301,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Farah,AF3301,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Farah,AF33,Farah,AF3301,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Farah,AF33,Farah,AF3301,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Farah,AF33,Farah,AF3301,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Farah,AF33,Farah,AF3301,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Farah,AF33,Pushtrod,AF3302,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Pushtrod,AF3302,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Pushtrod,AF3302,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Pushtrod,AF3302,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Pushtrod,AF3302,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Pushtrod,AF3302,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Pushtrod,AF3302,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Pushtrod,AF3302,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Pushtrod,AF3302,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Pushtrod,AF3302,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Pushtrod,AF3302,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Pushtrod,AF3302,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Farah,AF33,Pushtrod,AF3302,DRC,Danish Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Farah,AF33,Pushtrod,AF3302,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Farah,AF33,Khak-e-Safed,AF3303,WADAN,Welfare Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,WADAN,Welfare Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Qala-e-Kah,AF3304,TLO,The Liaison Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Qala-e-Kah,AF3304,TLO,The Liaison Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Qala-e-Kah,AF3304,WADAN,Welfare Association for Development of Afghanistan,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Qala-e-Kah,AF3304,WADAN,Welfare Association for Development of Afghanistan,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Qala-e-Kah,AF3304,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Qala-e-Kah,AF3304,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Qala-e-Kah,AF3304,FSCWEO,Faradata Social Change and Women Empowerment Organization ,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Qala-e-Kah,AF3304,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Qala-e-Kah,AF3304,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Qala-e-Kah,AF3304,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Qala-e-Kah,AF3304,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Qala-e-Kah,AF3304,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Qala-e-Kah,AF3304,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Qala-e-Kah,AF3304,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Qala-e-Kah,AF3304,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Qala-e-Kah,AF3304,RSDO,Razi Social Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Qala-e-Kah,AF3304,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Farah,AF33,Shibkoh,AF3305,TLO,The Liaison Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Shibkoh,AF3305,TLO,The Liaison Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Shibkoh,AF3305,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Shibkoh,AF3305,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Shibkoh,AF3305,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Shibkoh,AF3305,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Shibkoh,AF3305,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Farah,AF3301,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Farah,AF3301,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Pushtrod,AF3302,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Farah,AF33,Pushtrod,AF3302,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Pushtrod,AF3302,WASSA,Women Activities & Social Services Association,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Farah,AF33,Pushtrod,AF3302,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Farah,AF33,Pushtrod,AF3302,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Pushtrod,AF3302,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Khak-e-Safed,AF3303,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Khak-e-Safed,AF3303,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Khak-e-Safed,AF3303,WASSA,Women Activities & Social Services Association,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Farah,AF33,Khak-e-Safed,AF3303,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Farah,AF33,Khak-e-Safed,AF3303,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Qala-e-Kah,AF3304,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Qala-e-Kah,AF3304,WASSA,Women Activities & Social Services Association,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Farah,AF33,Qala-e-Kah,AF3304,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Farah,AF33,Qala-e-Kah,AF3304,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Farah,AF33,Shibkoh,AF3305,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Shibkoh,AF3305,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Shibkoh,AF3305,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Shibkoh,AF3305,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Farah,AF33,Shibkoh,AF3305,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Farah,AF33,Bala Buluk,AF3306,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Bala Buluk,AF3306,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Bala Buluk,AF3306,TLO,The Liaison Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Bala Buluk,AF3306,TLO,The Liaison Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Bala Buluk,AF3306,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Bala Buluk,AF3306,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Bala Buluk,AF3306,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Shibkoh,AF3305,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Farah,AF33,Bala Buluk,AF3306,DRC,Danish Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Farah,AF33,Bala Buluk,AF3306,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Farah,AF33,Bala Buluk,AF3306,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Farah,AF33,Bala Buluk,AF3306,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Bala Buluk,AF3306,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Bala Buluk,AF3306,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Bala Buluk,AF3306,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Bala Buluk,AF3306,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Bala Buluk,AF3306,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Bala Buluk,AF3306,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Bala Buluk,AF3306,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Bala Buluk,AF3306,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Western,Farah,AF33,Bala Buluk,AF3306,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Farah,AF33,Bala Buluk,AF3306,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Farah,AF33,Bala Buluk,AF3306,DRC,Danish Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Bala Buluk,AF3306,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Bala Buluk,AF3306,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Farah,AF33,Anar Dara,AF3307,TLO,The Liaison Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Anar Dara,AF3307,TLO,The Liaison Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Anar Dara,AF3307,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Anar Dara,AF3307,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Anar Dara,AF3307,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Anar Dara,AF3307,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Anar Dara,AF3307,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Anar Dara,AF3307,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Farah,AF33,Anar Dara,AF3307,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Anar Dara,AF3307,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Bakwa,AF3308,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Bakwa,AF3308,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Bakwa,AF3308,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Anar Dara,AF3307,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Anar Dara,AF3307,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Anar Dara,AF3307,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Anar Dara,AF3307,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Bakwa,AF3308,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Farah,AF33,Bakwa,AF3308,DRC,Danish Refugee Council,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Farah,AF33,Bakwa,AF3308,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Bakwa,AF3308,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Farah,AF33,Bakwa,AF3308,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Bakwa,AF3308,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Bakwa,AF3308,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Bakwa,AF3308,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP Western,Farah,AF33,Bakwa,AF3308,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Farah,AF33,Bakwa,AF3308,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Bakwa,AF3308,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Bakwa,AF3308,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Bakwa,AF3308,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Lash-e-Juwayn,AF3309,TLO,The Liaison Office,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Lash-e-Juwayn,AF3309,TLO,The Liaison Office,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Lash-e-Juwayn,AF3309,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Lash-e-Juwayn,AF3309,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Lash-e-Juwayn,AF3309,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Lash-e-Juwayn,AF3309,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Lash-e-Juwayn,AF3309,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Farah,AF33,Lash-e-Juwayn,AF3309,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Lash-e-Juwayn,AF3309,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Lash-e-Juwayn,AF3309,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Lash-e-Juwayn,AF3309,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Lash-e-Juwayn,AF3309,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Farah,AF33,Gulistan,AF3310,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Gulistan,AF3310,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Farah,AF33,Gulistan,AF3310,FSCWEO,Faradata Social Change and Women Empowerment Organization ,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Gulistan,AF3310,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Gulistan,AF3310,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Gulistan,AF3310,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Gulistan,AF3310,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Gulistan,AF3310,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Gulistan,AF3310,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Farah,AF33,Lash-e-Juwayn,AF3309,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Farah,AF33,Gulistan,AF3310,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Farah,AF33,Gulistan,AF3310,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Farah,AF33,Gulistan,AF3310,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Farah,AF33,Gulistan,AF3310,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Gulistan,AF3310,SI,Solidarites International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Farah,AF33,Gulistan,AF3310,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Farah,AF33,Gulistan,AF3310,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Pur Chaman,AF3311,FSCWEO,Faradata Social Change and Women Empowerment Organization ,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Pur Chaman,AF3311,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Pur Chaman,AF3311,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Pur Chaman,AF3311,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Pur Chaman,AF3311,AHEAD,Assitant for Health Education and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Pur Chaman,AF3311,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Pur Chaman,AF3311,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Pur Chaman,AF3311,MOVE,MOVE Welfare Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Pur Chaman,AF3311,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Pur Chaman,AF3311,WADAN,Welfare Association for Development of Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Pur Chaman,AF3311,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Qadis,AF3104,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Shindand,AF3214,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Karukh,AF3204,AOAD,Accessibility Organization for Afghan Disabled ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Muqur,AF3103,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Injil,AF3202,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Ab Kamari,AF3102,NRC,Norwegian Refugee Council,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Ab Kamari,AF3102,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Ghormach,AF3107,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Ghormach,AF3107,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Bala Murghab,AF3105,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Dawlatyar,AF2303,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Ghor,AF23,Dawlatyar,AF2303,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Ghor,AF23,Dawlatyar,AF2303,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Farah,AF33,Gulistan,AF3310,SI,Solidarites International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Farah,AF33,Pur Chaman,AF3311,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Farah,AF33,Pur Chaman,AF3311,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Farah,AF33,Pur Chaman,AF3311,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Pur Chaman,AF3311,JACK,Just for Afghan Capacity and Knowledge,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Farah,AF33,Pur Chaman,AF3311,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Ghor,AF23,Feroz Koh,AF2301,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Feroz Koh,AF2301,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Feroz Koh,AF2301,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Ghor,AF23,Feroz Koh,AF2301,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Ghor,AF23,Shahrak,AF2306,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Ghor,AF23,Shahrak,AF2306,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Ghor,AF23,Feroz Koh,AF2301,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,DoLayna,AF2302,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Ghor,AF23,DoLayna,AF2302,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Pasaband,AF2305,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Ghor,AF23,Pasaband,AF2305,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Ghor,AF23,Pasaband,AF2305,WFP,World Food Program,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Pasaband,AF2305,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Ab Kamari,AF3102,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Ghor,AF23,Taywarah,AF2308,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Taywarah,AF2308,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Zindajan,AF3205,AOAD,Accessibility Organization for Afghan Disabled ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Farah,AF3301,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Taywarah,AF2308,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,Taywarah,AF2308,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Farah,AF33,Qala-e-Kah,AF3304,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Farah,AF33,Qala-e-Kah,AF3304,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Bala Murghab,AF3105,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Bala Murghab,AF3105,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Badghis,AF31,Bala Murghab,AF3105,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Gulran,AF3208,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Farah,AF3301,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Farah,AF33,Farah,AF3301,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Western,Farah,AF33,Farah,AF3301,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Saghar,AF2310,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Farah,AF33,Pushtrod,AF3302,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Bala Buluk,AF3306,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Bakwa,AF3308,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Muqur,AF3103,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Zindajan,AF3205,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Zindajan,AF3205,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Shindand,AF3214,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Kohsan,AF3213,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Gulran,AF3208,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Injil,AF3202,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Shindand,AF3214,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Adraskan,AF3209,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qadis,AF3104,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Jawand,AF3106,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Ab Kamari,AF3102,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Farah,AF33,Shibkoh,AF3305,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Farah,AF33,Anar Dara,AF3307,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Hirat,AF3201,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Injil,AF3202,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Gulran,AF3208,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Guzara,AF3203,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Obe,AF3212,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Qadis,AF3104,ANURDO,Afghanistan National Urban and Rural Development Organization,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Ghor,AF23,Feroz Koh,AF2301,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Ghor,AF23,Tolak,AF2309,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Ghor,AF23,Pasaband,AF2305,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Shindand,AF3214,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Gulran,AF3208,WHO,World Health Organization,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Ghor,AF23,Dawlatyar,AF2303,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Feroz Koh,AF2301,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Bala Murghab,AF3105,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP -Western,Badghis,AF31,Bala Murghab,AF3105,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP -Western,Ghor,AF23,Feroz Koh,AF2301,IOM,International Organization for Migration,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,DoLayna,AF2302,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Jawand,AF3106,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Bala Buluk,AF3306,IOM,International Organization for Migration,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Badghis,AF31,Bala Murghab,AF3105,WHO,World Health Organization,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Charsadra,AF2304,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Ghormach,AF3107,UNOPS,United Nations Office for Project Services,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,DoLayna,AF2302,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Dawlatyar,AF2303,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Feroz Koh,AF2301,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Dawlatyar,AF2303,AFGHANAID,Afghan Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Ghor,AF23,Feroz Koh,AF2301,AFGHANAID,Afghan Aid,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Shindand,AF3214,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Farah,AF33,Khak-e-Safed,AF3303,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Pushtrod,AF3302,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Bakwa,AF3308,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Bala Buluk,AF3306,DAFA,Demining Agency For Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Farsi,AF3215,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Ghor,AF23,Shahrak,AF2306,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Pasaband,AF2305,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Dawlatyar,AF2303,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP Western,Ghor,AF23,DoLayna,AF2302,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Farah,AF33,Bakwa,AF3308,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Bala Murghab,AF3105,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Shindand,AF3214,IRW,Islamic Relief,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Dawlatyar,AF2303,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Hirat,AF3201,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Shindand,AF3214,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Charsadra,AF2304,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Chisht-e-Sharif,AF3216,MERCYCORPS,Mercy Corps,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Jawand,AF3106,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Qadis,AF3104,UNICEF,United Nations Children's Fund,United Nations,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Ghor,AF23,Tolak,AF2309,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Pasaband,AF2305,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Shahrak,AF2306,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Chisht-e-Sharif,AF3216,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Gulran,AF3208,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Adraskan,AF3209,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Dawlatyar,AF2303,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Farah,AF33,Bakwa,AF3308,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Ghor,AF23,Dawlatyar,AF2303,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Lash-e-Juwayn,AF3309,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Pur Chaman,AF3311,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kohsan,AF3213,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Karukh,AF3204,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Guzara,AF3203,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Injil,AF3202,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Zindajan,AF3205,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kushk,AF3207,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Obe,AF3212,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Farah,AF3301,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Ghor,AF23,Saghar,AF2310,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Zindajan,AF3205,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Gulran,AF3208,DCA,Dutch Committee for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Hirat,AF3201,MERCYCORPS,Mercy Corps,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Karukh,AF3204,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Injil,AF3202,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,Shahrak,AF2306,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Tolak,AF2309,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kushk,AF3207,DCA,Dutch Committee for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Injil,AF3202,DCA,Dutch Committee for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Karukh,AF3204,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Badghis,AF31,Ghormach,AF3107,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Western,Badghis,AF31,Ghormach,AF3107,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Kohsan,AF3213,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Zindajan,AF3205,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Injil,AF3202,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kushk,AF3207,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Zindajan,AF3205,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Badghis,AF31,Bala Murghab,AF3105,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Western,Badghis,AF31,Bala Murghab,AF3105,APWDO,Afghan Paramount Welfare and Development Organization,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Injil,AF3202,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Gulran,AF3208,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Injil,AF3202,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Lash-e-Juwayn,AF3309,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kohsan,AF3213,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Pur Chaman,AF3311,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Guzara,AF3203,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Guzara,AF3203,WADAN,Welfare Association for Development of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Zindajan,AF3205,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Shindand,AF3214,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Injil,AF3202,WADAN,Welfare Association for Development of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kohsan,AF3213,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Gulran,AF3208,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Ghor,AF23,Feroz Koh,AF2301,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Pashtun Zarghun,AF3206,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Farah,AF33,Qala-e-Kah,AF3304,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Injil,AF3202,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Kushk,AF3207,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk,AF3207,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Obe,AF3212,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Zindajan,AF3205,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Badghis,AF31,Qadis,AF3104,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Ghoryan,AF3211,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Badghis,AF31,Muqur,AF3103,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Hirat,AF3201,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Kushk,AF3207,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Feroz Koh,AF2301,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,Charsadra,AF2304,WC-UK,War Child UK,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Injil,AF3202,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Kohsan,AF3213,AWEC,Afghan Women's Education Center,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Kohsan,AF3213,AWEC,Afghan Women's Education Center,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Injil,AF3202,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Zindajan,AF3205,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Kohsan,AF3213,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Pasaband,AF2305,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Feroz Koh,AF2301,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Tolak,AF2309,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Farsi,AF3215,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Kohsan,AF3213,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Shahrak,AF2306,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Taywarah,AF2308,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Badghis,AF31,Bala Murghab,AF3105,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Badghis,AF31,Jawand,AF3106,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Badghis,AF31,Ab Kamari,AF3102,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Zindajan,AF3205,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Farah,AF3301,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Farah,AF33,Gulistan,AF3310,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Kushk,AF3207,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Dawlatyar,AF2303,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Karukh,AF3204,AOAD,Accessibility Organization for Afghan Disabled ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Charsadra,AF2304,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Zindajan,AF3205,AOAD,Accessibility Organization for Afghan Disabled ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Gulran,AF3208,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Hirat,AF3201,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Guzara,AF3203,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Guzara,AF3203,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,DoLayna,AF2302,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Gulran,AF3208,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Feroz Koh,AF2301,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Hirat,AF3201,AWEC,Afghan Women's Education Center,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Hirat,AF3201,AWEC,Afghan Women's Education Center,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Gulran,AF3208,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Hirat,AF3201,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Ghoryan,AF3211,AWEC,Afghan Women's Education Center,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Ghoryan,AF3211,AWEC,Afghan Women's Education Center,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Badghis,AF31,Muqur,AF3103,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Badghis,AF31,Qadis,AF3104,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Badghis,AF31,Qadis,AF3104,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Injil,AF3202,CAID,Christian Aid,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Injil,AF3202,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Injil,AF3202,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Kushk,AF3207,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Kushk,AF3207,CARITAS-G,Caritas Germany,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk,AF3207,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk,AF3207,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Kushk,AF3207,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Hirat,AF3201,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Hirat,AF3201,CARE,Care International in Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Hirat,AF3201,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Hirat,AF3201,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Zindajan,AF3205,CARE,Care International in Afghanistan,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Zindajan,AF3205,CWSA,Community World Services Asia,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Zindajan,AF3205,IOM,International Organization for Migration,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,DoLayna,AF2302,CARITAS-G,Caritas Germany,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,CARITAS-G,Caritas Germany,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Feroz Koh,AF2301,CARITAS-G,Caritas Germany,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Feroz Koh,AF2301,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Pur Chaman,AF3311,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Charsadra,AF2304,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Dawlatyar,AF2303,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Adraskan,AF3209,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Shindand,AF3214,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Pashtun Zarghun,AF3206,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Chisht-e-Sharif,AF3216,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Karukh,AF3204,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Obe,AF3212,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Pasaband,AF2305,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Badghis,AF31,Jawand,AF3106,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Farah,AF33,Gulistan,AF3310,RSDO,Razi Social Development Organization,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Farah,AF33,Bala Buluk,AF3306,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Ghoryan,AF3211,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Bala Murghab,AF3105,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Guzara,AF3203,HI,Handicap International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Guzara,AF3203,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Pashtun Zarghun,AF3206,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Gulran,AF3208,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Hirat,AF3201,JRS,Jesuit Refugee Services,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Injil,AF3202,JRS,Jesuit Refugee Services,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Injil,AF3202,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Injil,AF3202,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Guzara,AF3203,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Zindajan,AF3205,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Ghor,AF23,Shahrak,AF2306,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Tolak,AF2309,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Dawlatyar,AF2303,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Pasaband,AF2305,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Zindajan,AF3205,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Zindajan,AF3205,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Obe,AF3212,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Obe,AF3212,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Injil,AF3202,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Injil,AF3202,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Shindand,AF3214,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Shindand,AF3214,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Pashtun Zarghun,AF3206,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Pashtun Zarghun,AF3206,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Guzara,AF3203,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Guzara,AF3203,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Karukh,AF3204,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Karukh,AF3204,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Hirat,AF3201,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Hirat,AF3201,AADA,Agency for Assistance and Development of Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Shindand,AF3214,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Adraskan,AF3209,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Adraskan,AF3209,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Kushk,AF3207,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Kushk,AF3207,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Ghoryan,AF3211,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Ghoryan,AF3211,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Badghis,AF31,Jawand,AF3106,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Badghis,AF31,Jawand,AF3106,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Badghis,AF31,Bala Murghab,AF3105,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Badghis,AF31,Bala Murghab,AF3105,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Badghis,AF31,Qadis,AF3104,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Ab Kamari,AF3102,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Ab Kamari,AF3102,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Shindand,AF3214,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Shindand,AF3214,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Zindajan,AF3205,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Zindajan,AF3205,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Hirat,AF3201,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Guzara,AF3203,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Feroz Koh,AF2301,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Feroz Koh,AF2301,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Qadis,AF3104,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Farah,AF33,Farah,AF3301,UNFPA,United Nations Population Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Farah,AF33,Farah,AF3301,ORCD,Organization for Research and Community Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Farah,AF33,Farah,AF3301,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Farah,AF3301,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Muqur,AF3103,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Muqur,AF3103,HEWAD,Hewad Reconstruction on Health and Humanitarian Assistance Committee,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Ghor,AF23,DoLayna,AF2302,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,DoLayna,AF2302,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Ghor,AF23,Taywarah,AF2308,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Taywarah,AF2308,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Saghar,AF2310,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Saghar,AF2310,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Ghor,AF23,Tolak,AF2309,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Tolak,AF2309,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Saghar,AF2310,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Feroz Koh,AF2301,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Western,Ghor,AF23,Pasaband,AF2305,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Pasaband,AF2305,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kushk,AF3207,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kushk,AF3207,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Guzara,AF3203,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Muqur,AF3103,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Ab Kamari,AF3102,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Hirat,AF3201,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Hirat,AF3201,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Guzara,AF3203,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Shindand,AF3214,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Shindand,AF3214,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Zindajan,AF3205,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Zindajan,AF3205,HN-TPO,Health Net - Trans cultural Psychosocial Organization,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Hirat,AF3201,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Injil,AF3202,UNFPA,United Nations Population Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Injil,AF3202,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Hirat,AF3201,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Karukh,AF3204,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Karukh,AF3204,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Karukh,AF3204,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Farah,AF3301,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Farah,AF3301,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Farah,AF3301,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,UNHCR,United Nations High Commissioner for Refugees,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Farah,AF3301,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Farah,AF3301,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Feroz Koh,AF2301,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Hirat,AF3201,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kohsan,AF3213,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Bala Murghab,AF3105,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Badghis,AF31,Ghormach,AF3107,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Ghor,AF23,Pasaband,AF2305,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Kushk,AF3207,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Farah,AF33,Farah,AF3301,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Hirat,AF3201,WASSA,Women Activities & Social Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Farah,AF3301,FSCWEO,Faradata Social Change and Women Empowerment Organization ,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Hirat,AF3201,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Hirat,AF3201,AADA,Agency for Assistance and Development of Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Badghis,AF31,Qala-e-Naw,AF3101,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Ghor,AF23,Charsadra,AF2304,WFP,World Food Program,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Charsadra,AF2304,WASSA,Women Activities & Social Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Charsadra,AF2304,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Ghor,AF23,Charsadra,AF2304,MHCO,Maihan Humanitarian Convergence Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Bala Buluk,AF3306,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,DoLayna,AF2302,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Feroz Koh,AF2301,CHA,Coordination of Humanitarian Assistance,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Pasaband,AF2305,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Hirat,AF3201,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Hirat,AF3201,WASSA,Women Activities & Social Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Shindand,AF3214,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Farah,AF33,Qala-e-Kah,AF3304,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Shibkoh,AF3305,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Shibkoh,AF3305,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Feroz Koh,AF2301,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Kohsan,AF3213,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Kohsan,AF3213,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Pushtrod,AF3302,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Ab Kamari,AF3102,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Ab Kamari,AF3102,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Saghar,AF2310,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Saghar,AF2310,AHDS,Afghan Health & Development Services,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Shibkoh,AF3305,WORLD,Welfare Organization for Rehabilitation Livelihood and Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Farah,AF33,Khak-e-Safed,AF3303,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Farah,AF33,Khak-e-Safed,AF3303,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Obe,AF3212,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,Charsadra,AF2304,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,Charsadra,AF2304,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Hirat,AF3201,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,Feroz Koh,AF2301,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Farah,AF33,Bakwa,AF3308,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Western,Farah,AF33,Bakwa,AF3308,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Hirat,AF3201,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,DoLayna,AF2302,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Farsi,AF3215,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Farsi,AF3215,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Charsadra,AF2304,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Charsadra,AF2304,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,DoLayna,AF2302,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,DoLayna,AF2302,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Farah,AF33,Shibkoh,AF3305,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Farah,AF33,Shibkoh,AF3305,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Injil,AF3202,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Farah,AF33,Bala Buluk,AF3306,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Farah,AF33,Bala Buluk,AF3306,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Gulran,AF3208,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP Western,Hirat,AF32,Ghoryan,AF3211,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Feroz Koh,AF2301,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,DoLayna,AF2302,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Charsadra,AF2304,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Badghis,AF31,Bala Murghab,AF3105,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Bala Murghab,AF3105,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Muqur,AF3103,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Muqur,AF3103,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Jawand,AF3106,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Jawand,AF3106,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Bakwa,AF3308,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Farah,AF3301,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Charsadra,AF2304,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Charsadra,AF2304,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Dawlatyar,AF2303,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Dawlatyar,AF2303,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Taywarah,AF2308,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Taywarah,AF2308,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Pasaband,AF2305,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Pasaband,AF2305,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Saghar,AF2310,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Saghar,AF2310,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Shahrak,AF2306,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Shahrak,AF2306,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Feroz Koh,AF2301,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Feroz Koh,AF2301,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Tolak,AF2309,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Tolak,AF2309,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,DoLayna,AF2302,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,DoLayna,AF2302,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kushk,AF3207,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kushk,AF3207,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Farsi,AF3215,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Gulran,AF3208,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Gulran,AF3208,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kohsan,AF3213,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Guzara,AF3203,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Guzara,AF3203,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Karukh,AF3204,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Karukh,AF3204,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Karukh,AF3204,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Shindand,AF3214,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Shindand,AF3214,WC-UK,War Child UK,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Hirat,AF3201,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Obe,AF3212,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Obe,AF3212,IAM,International Assistance Mission,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Injil,AF3202,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Guzara,AF3203,WASSA,Women Activities & Social Services Association,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Pasaband,AF2305,WVI,World Vision International,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Charsadra,AF2304,AAH,Action Against Hunger | ACF-USA,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Charsadra,AF2304,AAH,Action Against Hunger | ACF-USA,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,CARITAS-G,Caritas Germany,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,CARITAS-G,Caritas Germany,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Feroz Koh,AF2301,CARITAS-G,Caritas Germany,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Dawlatyar,AF2303,CARITAS-G,Caritas Germany,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Bala Buluk,AF3306,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Adraskan,AF3209,NRC,Norwegian Refugee Council,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Hirat,AF3201,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Farah,AF33,Farah,AF3301,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Farah,AF33,Khak-e-Safed,AF3303,JACK,Just for Afghan Capacity and Knowledge,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,DoLayna,AF2302,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,Pasaband,AF2305,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,Pasaband,AF2305,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,Taywarah,AF2308,BARAN,Bu Ali Rehabilitation and Aid Network,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Chisht-e-Sharif,AF3216,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Chisht-e-Sharif,AF3216,OHPM,Organization of Health and Program Management,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Hirat,AF3201,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Hirat,AF3201,ACTED,Agency For Technical Cooperation & Development,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Adraskan,AF3209,CARE,Care International in Afghanistan,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Farah,AF33,Bala Buluk,AF3306,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Qadis,AF3104,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Ab Kamari,AF3102,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Bakwa,AF3308,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Farah,AF3301,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Jawand,AF3106,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Qala-e-Kah,AF3304,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Gulistan,AF3310,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Shibkoh,AF3305,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Anar Dara,AF3307,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Pushtrod,AF3302,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Khak-e-Safed,AF3303,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Hirat,AF3201,DACAAR,Danish Committee for Aid to Afghan Refugees,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Badghis,AF31,Ab Kamari,AF3102,IRC,International Rescue Committee,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Hirat,AF3201,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Muqur,AF3103,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Ghormach,AF3107,SUO,Social Uplift Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Hirat,AF3201,WASSA,Women Activities & Social Services Association,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Hirat,AF3201,RSDO,Razi Social Development Organization,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Ghor,AF23,Feroz Koh,AF2301,WASSA,Women Activities & Social Services Association,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Hirat,AF3201,RSDO,Razi Social Development Organization,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,WASSA,Women Activities & Social Services Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,WASSA,Women Activities & Social Services Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Badghis,AF31,Bala Murghab,AF3105,WASSA,Women Activities & Social Services Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Western,Badghis,AF31,Bala Murghab,AF3105,WASSA,Women Activities & Social Services Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Farah,AF33,Qala-e-Kah,AF3304,WASSA,Women Activities & Social Services Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Western,Farah,AF33,Qala-e-Kah,AF3304,WASSA,Women Activities & Social Services Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Farah,AF33,Pushtrod,AF3302,WASSA,Women Activities & Social Services Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Western,Farah,AF33,Pushtrod,AF3302,WASSA,Women Activities & Social Services Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Farah,AF33,Khak-e-Safed,AF3303,WASSA,Women Activities & Social Services Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Western,Farah,AF33,Khak-e-Safed,AF3303,WASSA,Women Activities & Social Services Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Farah,AF33,Farah,AF3301,WASSA,Women Activities & Social Services Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Western,Farah,AF33,Farah,AF3301,WASSA,Women Activities & Social Services Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Kushk,AF3207,WASSA,Women Activities & Social Services Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Kushk,AF3207,WASSA,Women Activities & Social Services Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Karukh,AF3204,WASSA,Women Activities & Social Services Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Karukh,AF3204,WASSA,Women Activities & Social Services Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Ghoryan,AF3211,WASSA,Women Activities & Social Services Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Ghoryan,AF3211,WASSA,Women Activities & Social Services Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Shindand,AF3214,WASSA,Women Activities & Social Services Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Shindand,AF3214,WASSA,Women Activities & Social Services Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Injil,AF3202,WASSA,Women Activities & Social Services Association,National NGO,EiE_OP,Operational Presence: Education in Emergencies,OP +Western,Hirat,AF32,Injil,AF3202,WASSA,Women Activities & Social Services Association,National NGO,EDUCATION_OP,Operational Presence: Education in Emergencies,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,WASSA,Women Activities & Social Services Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Badghis,AF31,Bala Murghab,AF3105,WASSA,Women Activities & Social Services Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Farah,AF33,Qala-e-Kah,AF3304,WASSA,Women Activities & Social Services Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Farah,AF33,Pushtrod,AF3302,WASSA,Women Activities & Social Services Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Farah,AF33,Khak-e-Safed,AF3303,WASSA,Women Activities & Social Services Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Farah,AF33,Farah,AF3301,WASSA,Women Activities & Social Services Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Kushk,AF3207,WASSA,Women Activities & Social Services Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Karukh,AF3204,WASSA,Women Activities & Social Services Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Ghoryan,AF3211,WASSA,Women Activities & Social Services Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Shindand,AF3214,WASSA,Women Activities & Social Services Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Injil,AF3202,WASSA,Women Activities & Social Services Association,National NGO,NUTRITION_OP,Operational Presence: Nutrition,OP +Western,Hirat,AF32,Karukh,AF3204,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Zindajan,AF3205,ADRA,Adventist Development and Relief Agency ,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Injil,AF3202,ADRA,Adventist Development and Relief Agency ,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Badghis,AF31,Qadis,AF3104,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Qadis,AF3104,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Jawand,AF3106,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Farah,AF3301,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Bala Murghab,AF3105,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Jawand,AF3106,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Qadis,AF3104,HELP,Hilfe zur Selbsthilfe e.V.,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Karukh,AF3204,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Kohsan,AF3213,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Pashtun Zarghun,AF3206,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Injil,AF3202,JRS,Jesuit Refugee Services,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Hirat,AF3201,JRS,Jesuit Refugee Services,International NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP Western,Hirat,AF32,Hirat,AF3201,NRC,Norwegian Refugee Council,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Guzara,AF3203,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Guzara,AF3203,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Guzara,AF3203,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qadis,AF3104,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qadis,AF3104,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qadis,AF3104,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Zindajan,AF3205,CARE,Care International in Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Taywarah,AF2308,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Taywarah,AF2308,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Taywarah,AF2308,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Badghis,AF31,Qala-e-Naw,AF3101,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Western,Badghis,AF31,Qala-e-Naw,AF3101,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Badghis,AF31,Qala-e-Naw,AF3101,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Farah,AF3301,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Farah,AF3301,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Farah,AF3301,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kushk,AF3207,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kushk,AF3207,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kushk,AF3207,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Adraskan,AF3209,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Adraskan,AF3209,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Adraskan,AF3209,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Feroz Koh,AF2301,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Feroz Koh,AF2301,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Feroz Koh,AF2301,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Bala Buluk,AF3306,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Pur Chaman,AF3311,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Hirat,AF3201,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Hirat,AF3201,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Tolak,AF2309,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Tolak,AF2309,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Tolak,AF2309,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Farah,AF33,Pushtrod,AF3302,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Gulistan,AF3310,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Anar Dara,AF3307,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Lash-e-Juwayn,AF3309,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,DoLayna,AF2302,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Feroz Koh,AF2301,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Shahrak,AF2306,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Tolak,AF2309,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Jawand,AF3106,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Bala Murghab,AF3105,UNICEF,United Nations Children's Fund,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Farah,AF3301,WASSA,Women Activities & Social Services Association,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Bala Buluk,AF3306,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Farah,AF3301,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Farah,AF33,Pushtrod,AF3302,ARAA,Ansari Rehabilitation Association for Afghanistan,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Hirat,AF32,Injil,AF3202,BRAC,Bangladesh Rural Advancement Committee Afghanistan,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,DoLayna,AF2302,CARITAS-G,Caritas Germany,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Kushk,AF3207,CARITAS-G,Caritas Germany,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,CHA,Coordination of Humanitarian Assistance,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Bala Murghab,AF3105,CHA,Coordination of Humanitarian Assistance,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Qadis,AF3104,CHA,Coordination of Humanitarian Assistance,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Muqur,AF3103,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Shindand,AF3214,IOM,International Organization for Migration,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Hirat,AF32,Hirat,AF3201,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Badghis,AF31,Qadis,AF3104,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP -Western,Farah,AF33,Farah,AF3301,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Hirat,AF32,Injil,AF3202,UNHCR,United Nations High Commissioner for Refugees,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Charsadra,AF2304,WASSA,Women Activities & Social Services Association,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Khak-e-Safed,AF3303,MMRCA,Medical Management Research Courses Afghanistan,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Muqur,AF3103,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Bala Murghab,AF3105,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Ab Kamari,AF3102,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Qadis,AF3104,UNHCR,United Nations High Commissioner for Refugees,United Nations,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP -Western,Badghis,AF31,Ab Kamari,AF3102,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qadis,AF3104,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qadis,AF3104,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Bala Murghab,AF3105,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Bala Murghab,AF3105,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Bala Murghab,AF3105,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Karukh,AF3204,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Karukh,AF3204,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Karukh,AF3204,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Taywarah,AF2308,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Taywarah,AF2308,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Taywarah,AF2308,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Charsadra,AF2304,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Charsadra,AF2304,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Charsadra,AF2304,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Injil,AF3202,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Pushtrod,AF3302,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Pushtrod,AF3302,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Injil,AF3202,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Hirat,AF32,Injil,AF3202,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Hirat,AF3201,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Hirat,AF3201,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Ghoryan,AF3211,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Ghoryan,AF3211,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Ghoryan,AF3211,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Pasaband,AF2305,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Pasaband,AF2305,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Pasaband,AF2305,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Qala-e-Naw,AF3101,WASSA,Women Activities & Social Services Association,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Qadis,AF3104,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Feroz Koh,AF2301,CARITAS-G,Caritas Germany,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Feroz Koh,AF2301,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,CARITAS-G,Caritas Germany,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,CORDAID,Catholic Organization for Relief and Development Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Taywarah,AF2308,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Taywarah,AF2308,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Pasaband,AF2305,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Pasaband,AF2305,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Saghar,AF2310,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Saghar,AF2310,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Charsadra,AF2304,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Charsadra,AF2304,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Gulistan,AF3310,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Gulistan,AF3310,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Gulistan,AF3310,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,ACHRO,Association of Chief Human Resource Officers,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,AKAH,Aga Khan Agency for Habitat,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Kushk,AF3207,NPO/RRAA,Norwegian Project Office / Rural Rehabilitation Association for Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Khak-e-Safed,AF3303,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Farah,AF33,Farah,AF3301,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Karukh,AF3204,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Karukh,AF3204,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Kohsan,AF3213,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Kushk,AF3207,OCHR,Organization for Coordination of Humanitarian Relief ,National NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Guzara,AF3203,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Kohsan,AF3213,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Zindajan,AF3205,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Farah,AF33,Pushtrod,AF3302,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP +Western,Farah,AF33,Pushtrod,AF3302,OCCD,Organization for Community Coordination of Development,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Hirat,AF3201,AIL,Afghan Institute of Learning,National NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Hirat,AF3201,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Ghormach,AF3107,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Ghormach,AF3107,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Ab Kamari,AF3102,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Ab Kamari,AF3102,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Jawand,AF3106,FGA,Future Generations Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Lash-e-Juwayn,AF3309,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Shibkoh,AF3305,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Shibkoh,AF3305,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Anar Dara,AF3307,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Anar Dara,AF3307,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Pur Chaman,AF3311,ORD,Organization for Relief and Development,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Badghis,AF31,Bala Murghab,AF3105,CHA,Coordination of Humanitarian Assistance,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Ghor,AF23,Dawlatyar,AF2303,ACTIONAID,Action Aid Afghanistan,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP Western,Hirat,AF32,Kushk-e-Kuhna,AF3210,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Obe,AF3212,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Kohsan,AF3213,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Ghoryan,AF3211,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Kushk,AF3207,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Karukh,AF3204,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Gulran,AF3208,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Lal Wa Sarjangal,AF2307,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Tolak,AF2309,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Tolak,AF2309,AFGHANAID,Afghan Aid,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Injil,AF3202,ACHRO,Association of Chief Human Resource Officers,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Farah,AF33,Farah,AF3301,ACHRO,Association of Chief Human Resource Officers,National NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Ghor,AF23,Shahrak,AF2306,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Shahrak,AF2306,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Shahrak,AF2306,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Bala Murghab,AF3105,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Badghis,AF31,Bala Murghab,AF3105,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Kushk,AF3207,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Injil,AF3202,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Zindajan,AF3205,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Gulran,AF3208,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Kushk,AF3207,ACTED,Agency For Technical Cooperation & Development,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Zindajan,AF3205,ADRA,Adventist Development and Relief Agency ,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Injil,AF3202,ADRA,Adventist Development and Relief Agency ,International NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Zindajan,AF3205,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Farah,AF3301,RSDO,Razi Social Development Organization,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Hirat,AF3201,IOM,International Organization for Migration,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Farah,AF33,Farah,AF3301,IOM,International Organization for Migration,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP +Western,Hirat,AF32,Zindajan,AF3205,IRC,International Rescue Committee,International NGO,HEALTH_OP,Operational Presence: Health,OP +Western,Hirat,AF32,Ghoryan,AF3211,IRC,International Rescue Committee,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Farah,AF33,Farah,AF3301,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Tolak,AF2309,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Feroz Koh,AF2301,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Pasaband,AF2305,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Shahrak,AF2306,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Farsi,AF3215,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Hirat,AF3201,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Injil,AF3202,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Farah,AF33,Farah,AF3301,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Farah,AF33,Farah,AF3301,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Jawand,AF3106,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Ghormach,AF3107,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Muqur,AF3103,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Bala Murghab,AF3105,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Qadis,AF3104,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Ab Kamari,AF3102,UNICEF,United Nations Children's Fund,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Ab Kamari,AF3102,ACTIONAID,Action Aid Afghanistan,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Ab Kamari,AF3102,ACTED,Agency For Technical Cooperation & Development,International NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Hirat,AF3201,UNICEF,United Nations Children's Fund,United Nations,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Badghis,AF31,Jawand,AF3106,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Badghis,AF31,Qala-e-Naw,AF3101,WVI,World Vision International,International NGO,WASH_OP,"Operatioanl Presence: Water, Sanitation & Hygiene",OP +Western,Hirat,AF32,Injil,AF3202,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Hirat,AF3201,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Karukh,AF3204,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Hirat,AF32,Karukh,AF3204,CHA,Coordination of Humanitarian Assistance,National NGO,ESNFI_OP,Operational Presence: Emergency Shelter & Non-Food Items,OP +Western,Ghor,AF23,Feroz Koh,AF2301,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Feroz Koh,AF2301,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Feroz Koh,AF2301,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Badghis,AF31,Ghormach,AF3107,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP Western,Badghis,AF31,Ghormach,AF3107,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP Western,Badghis,AF31,Ghormach,AF3107,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Ghor,AF23,Charsadra,AF2304,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Ghor,AF23,Taywarah,AF2308,WHO,World Health Organization,United Nations,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Ghormach,AF3107,WVI,World Vision International,International NGO,HEALTH_OP,Operational Presence: Health,OP -Western,Badghis,AF31,Ghormach,AF3107,WVI,World Vision International,International NGO,NUTRITION_OP,Operational Presence: Nutrition,OP -Western,Ghor,AF23,Pasaband,AF2305,CRDSA,Coordination Of Rehabilitation and Development Services For Afghanistan,National NGO,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Farah,AF33,Pushtrod,AF3302,FAO,Food and Agriculture Organization,United Nations,FSAC_OP,Operational Presence: Food Security & Agriculture,OP -Western,Hirat,AF32,Pashtun Zarghun,AF3206,IRC,International Rescue Committee,International NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Chisht-e-Sharif,AF3216,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Chisht-e-Sharif,AF3216,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Chisht-e-Sharif,AF3216,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Hirat,AF3201,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Guzara,AF3203,AABRAR,Afghan Amputee Bicyclist for Rehabilitation and Recreation,National NGO,PROTECTION_OP,Operational Presence: Protection,OP -Western,Hirat,AF32,Guzara,AF3203,CHA,Coordination of Humanitarian Assistance,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Shahrak,AF2306,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Shahrak,AF2306,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Ghor,AF23,Shahrak,AF2306,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Zindajan,AF3205,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Hirat,AF32,Zindajan,AF3205,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Qadis,AF3104,UNHCR,United Nations High Commissioner for Refugees,United Nations,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Qadis,AF3104,ACHRO,Association of Chief Human Resource Officers,National NGO,PROTECTION_OP,Operational Presence: Protection,OP +Western,Badghis,AF31,Qadis,AF3104,AHDAA,Agency for Humanitarian Development Assistance for Afghanistan,National NGO,PROTECTION_OP,Operational Presence: Protection,OP diff --git a/tests/test_main.py b/tests/test_main.py index 80171297..c1e29829 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -138,7 +138,7 @@ def test_pipelines(self, configuration, folder): count = session.scalar(select(func.count(DBAdmin2.id))) check.equal(count, 6160) count = session.scalar(select(func.count(DBOrg.acronym))) - check.equal(count, 544) + check.equal(count, 568) count = session.scalar(select(func.count(DBOrgType.code))) check.equal(count, 18) count = session.scalar(select(func.count(DBSector.code))) @@ -162,7 +162,7 @@ def test_pipelines(self, configuration, folder): func.count(DBOperationalPresence.resource_hdx_id) ) ) - check.equal(count, 15148) + check.equal(count, 14070) count = session.scalar( select(func.count(DBFoodSecurity.resource_hdx_id)) ) @@ -186,7 +186,7 @@ def test_pipelines(self, configuration, folder): count = session.scalar( select(func.count(DBConflictEvent.resource_hdx_id)) ) - check.equal(count, 690) + check.equal(count, 44646) count = session.scalar( select(func.count(DBPovertyRate.resource_hdx_id)) )