{
  "cane": "Nash",
  "intervallo": {
    "da": "2026-07-18",
    "a": "2026-07-24"
  },
  "generato_il": "2026-07-24 14:06:31",
  "giorni": [],
  "aderenza": {
    "somministrate": 1,
    "previste": 28,
    "percentuale": 4
  },
  "terapia": {
    "farmaci": [
      {
        "id": 1,
        "name": "Zantadine sciroppo (ranitidina)",
        "dose": "2 ml",
        "timing_note": "15-20 min prima dei pasti principali",
        "active": 1,
        "sort_order": 1
      },
      {
        "id": 2,
        "name": "Gastrotaxil sciroppo",
        "dose": "4 ml",
        "timing_note": "30 min dopo i pasti principali",
        "active": 1,
        "sort_order": 2
      }
    ],
    "orari": [
      {
        "id": 1,
        "medication_id": 1,
        "time": "12:00",
        "active": 1
      },
      {
        "id": 2,
        "medication_id": 1,
        "time": "18:40",
        "active": 1
      },
      {
        "id": 3,
        "medication_id": 2,
        "time": "13:00",
        "active": 1
      },
      {
        "id": 4,
        "medication_id": 2,
        "time": "19:30",
        "active": 1
      }
    ]
  }
}