# PFAS Drinking Water Screen - UCMR5 Results

**Use case:** 

EPA UCMR5 PFAS drinking water screen for five sites in New Jersey and North Carolina: analytes detected, maximum micrograms per litre, hazard index.

## Input

```json
{
  "assets": [
    {
      "lat": 40.9793,
      "lon": -74.1165,
      "label": "Ridgewood NJ - UCMR5 PFAS detections"
    },
    {
      "lat": 40.9404,
      "lon": -74.1318,
      "label": "Fair Lawn NJ - Passaic County system"
    },
    {
      "lat": 35.92,
      "lon": -78.66,
      "label": "North Wake County NC - Bayleaf service area"
    },
    {
      "lat": 34.2257,
      "lon": -77.9447,
      "label": "Wilmington NC - Cape Fear River system"
    },
    {
      "lat": 39.7392,
      "lon": -104.9903,
      "label": "Denver CO - control site"
    }
  ],
  "pwsids": [],
  "includeViolations": true,
  "includeLead": true,
  "includePfas": true,
  "includeEnforcement": true,
  "violationYears": 10,
  "maxViolationDetails": 15,
  "maxAssets": 25,
  "runBudgetSeconds": 900,
  "refreshPfasCache": false,
  "simulateOutage": "none"
}
```

## Output

```json
{
  "asset_label": {
    "label": "asset_label",
    "format": "string"
  },
  "pwsid": {
    "label": "pwsid",
    "format": "string"
  },
  "pws_name": {
    "label": "pws_name",
    "format": "string"
  },
  "water_quality_screen_level": {
    "label": "water_quality_screen_level",
    "format": "string"
  },
  "screen_flags": {
    "label": "screen_flags",
    "format": "array"
  },
  "violations_health_based": {
    "label": "violations_health_based",
    "format": "number"
  },
  "violations_health_based_unresolved": {
    "label": "violations_health_based_unresolved",
    "format": "number"
  },
  "lead_90th_mg_l": {
    "label": "lead_90th_mg_l",
    "format": "number"
  },
  "lead_action_level_exceeded": {
    "label": "lead_action_level_exceeded",
    "format": "boolean"
  },
  "lead_90th_period_end": {
    "label": "lead_90th_period_end",
    "format": "string"
  },
  "pfas_detected": {
    "label": "pfas_detected",
    "format": "boolean"
  },
  "pfas_max_analyte": {
    "label": "pfas_max_analyte",
    "format": "string"
  },
  "pfas_max_ugl": {
    "label": "pfas_max_ugl",
    "format": "number"
  },
  "pfas_mcl_screen_exceeded": {
    "label": "pfas_mcl_screen_exceeded",
    "format": "boolean"
  },
  "population_served_count": {
    "label": "population_served_count",
    "format": "number"
  },
  "data_complete": {
    "label": "data_complete",
    "format": "boolean"
  },
  "screen_reason": {
    "label": "screen_reason",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [EPA Drinking Water Quality Screener - Violations, Lead & PFAS](https://apify.com/malonestar/epa-drinking-water-quality-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/epa-drinking-water-quality-screener) to learn more, explore other use cases, and run it yourself.