[
  {
    "edgecase": "rekening_na_huisartsbezoek",
    "user_assumption": "The huisarts visit was free so no invoice should appear.",
    "resolution_path": [
      "Was there external diagnostics?",
      "Was medication dispensed?",
      "Was there referred specialist care?"
    ],
    "stable_explanation": "The consultation itself can be excluded while related diagnostics or medicines still count."
  },
  {
    "edgecase": "seh_avoidance_due_to_cost",
    "user_assumption": "I should avoid emergency care because deductible costs money.",
    "resolution_path": [
      "Evaluate urgency first",
      "Use 112 for direct danger",
      "Discuss costs only after safety"
    ],
    "stable_explanation": "Safety routing overrides financial optimization."
  }
]