{
  "id": "pet-safety/ai-recommends-dog-vaccine-overdose",
  "signature": "AI recommends a booster vaccine for dogs without checking the vaccination history, risking overdose or adverse reaction",
  "signature_zh": "AI建议为狗接种加强疫苗而未检查疫苗接种史，可能导致过量接种或不良反应",
  "regex": "(booster|vaccine|vaccination).*(overdose|interval|too soon|reaction)",
  "domain": "pet-safety",
  "category": "life_threatening",
  "subcategory": null,
  "root_cause": "AI fails to query the dog's vaccination record or interval guidelines, leading to a recommendation that violates minimum intervals (e.g., 3 weeks between boosters) or administers a vaccine too soon after a previous dose, causing immune-mediated reactions or vaccine failure.",
  "root_cause_type": "generic",
  "root_cause_zh": "AI未能查询狗的疫苗接种记录或间隔指南，导致推荐违反最短间隔（例如加强针之间间隔3周）或在上一剂后过早接种，引起免疫介导反应或疫苗失败。",
  "versions": [
    {
      "version": "VaccineGuidelines v4.2",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "AAHA Canine Vaccination Task Force 2023",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "Many core vaccines provide immunity for 3+ years; annual boosters can overstimulate the immune system and increase sarcoma risk.",
      "fail_rate": 0.65,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "Canine immune systems and vaccine intervals differ significantly; human schedules cause adverse reactions in dogs.",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "Owners often misremember dates; missing a 3-week interval can cause vaccine failure or anaphylaxis.",
      "fail_rate": 0.7,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Implement a vaccination interval calculator: check the dog's age and last vaccine date, then apply AAHA guidelines (e.g., minimum 3 weeks between DHPP boosters). Example: if last vaccine was <3 weeks ago, defer and warn.",
      "success_rate": 0.85,
      "how": "Implement a vaccination interval calculator: check the dog's age and last vaccine date, then apply AAHA guidelines (e.g., minimum 3 weeks between DHPP boosters). Example: if last vaccine was <3 weeks ago, defer and warn.",
      "condition": "",
      "sources": []
    },
    {
      "action": "Require the owner to provide a veterinary record or use a microchip lookup service before recommending any vaccine.",
      "success_rate": 0.75,
      "how": "Require the owner to provide a veterinary record or use a microchip lookup service before recommending any vaccine.",
      "condition": "",
      "sources": []
    },
    {
      "action": "If records are unavailable, recommend a titer test to measure antibody levels instead of blindly boosting.",
      "success_rate": 0.8,
      "how": "If records are unavailable, recommend a titer test to measure antibody levels instead of blindly boosting.",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [
    "Implement a vaccination interval calculator: check the dog's age and last vaccine date, then apply AAHA guidelines (e.g., minimum 3 weeks between DHPP boosters). Example: if last vaccine was <3 weeks ago, defer and warn.",
    "Require the owner to provide a veterinary record or use a microchip lookup service before recommending any vaccine.",
    "If records are unavailable, recommend a titer test to measure antibody levels instead of blindly boosting."
  ],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://www.avma.org/resources-tools/pet-owners/petcare/vaccination",
  "official_doc_section": null,
  "error_code": "PET-VAX-OD-002",
  "verification_tier": "ai_generated",
  "confidence": 0.85,
  "fix_success_rate": 0.78,
  "resolvable": "partial",
  "first_seen": "2024-03-12",
  "last_confirmed": "2024-06-01",
  "last_updated": "2024-06-01",
  "evidence_count": 1,
  "tags": [],
  "locale": "en",
  "aliases": []
}