{
  "Use_Defaults": 1,
  "Campaign_Name": "Illustration of NodeLevelScaleUp: Outbreak to smear- and smear+ at day 100, then diagnostic and treatment of only smear+ cases at day 200",
  "Events": [
    {
      "Event_Name": "when someone broadcasts a positive test using smear, give them the drug",
      "class": "CampaignEvent",
      "Nodeset_Config": {
        "class": "NodeSetAll"
      },
      "Start_Day": 99,
      "Event_Coordinator_Config": {
        "class": "StandardInterventionDistributionEventCoordinator",
        "Demographic_Coverage": 1,
        "Number_Repetitions": 1,
        "Property_Restrictions": [],
        "Target_Demographic": "Everyone",
        "Timesteps_Between_Repetitions": -1,
        "Intervention_Config": {
          "class": "NodeLevelHealthTriggeredIVScaleUpSwitch",
          "Demographic_Coverage": 1,
          "Demographic_Coverage_Time_Profile": "Linear",
          "Initial_Demographic_Coverage": 0,
          "Primary_Time_Constant": 150,
          "Property_Restrictions_Within_Node": [],
          "Not_Covered_IndividualIntervention_Configs": [
            {
              "class": "DelayedIntervention",
              "Delay_Period_Distribution": "CONSTANT_DISTRIBUTION",
              "Delay_Period_Constant": 10,
              "Coverage": 1,
              "Actual_IndividualIntervention_Configs": [
                {
                  "class": "SmearDiagnostic",
                  "Base_Sensitivity": 1,
                  "Base_Specificity": 1,
                  "Cost_To_Consumer": 10,
                  "Days_To_Diagnosis": 0,
                  "Treatment_Fraction": 1,
                  "Event_Or_Config": "Event",
                  "Positive_Diagnosis_Event": "TestPositiveOnSmear"
                }
              ]
            }
          ],
          "Actual_IndividualIntervention_Config": {
            "class": "ActiveDiagnostic",
            "Base_Sensitivity": 1,
            "Base_Specificity": 1,
            "Cost_To_Consumer": 8,
            "Days_To_Diagnosis": 0,
            "Treatment_Fraction": 1,
            "Event_Or_Config": "Event",
            "Positive_Diagnosis_Event": "TestPositiveOnActive"
          }
        }
      }
    }
  ]
}