{
  "lastUpdated": "2026-06-01T14:13:02.094877-06:00",
  "department": "Sacatepequez",
  "hospitalsCount": 3,
  "pharmacyChainsCount": 2,
  "hospitals": [
    {
      "name": "Hospital Nacional Pedro de Bethancourt",
      "type": "public",
      "municipality": "Antigua Guatemala",
      "lat": 14.562,
      "lon": -90.735,
      "phone": "7832-1319",
      "emergency": true,
      "rating": 3.5,
      "note": "Main public hospital for Antigua area."
    },
    {
      "name": "Hospital Privado Hermano Pedro",
      "type": "private",
      "municipality": "Antigua Guatemala",
      "lat": 14.556,
      "lon": -90.734,
      "phone": "7832-1190",
      "emergency": true,
      "rating": 4.0,
      "note": "Private hospital popular with expats in Antigua."
    },
    {
      "name": "Casa de Salud Santa Lucia",
      "type": "private",
      "municipality": "Antigua Guatemala",
      "lat": 14.558,
      "lon": -90.73,
      "phone": "7832-3122",
      "emergency": false,
      "rating": 4.1,
      "note": "Smaller private clinic. Good for general consultations."
    }
  ],
  "pharmacies": [
    {
      "name": "Farmacias Meykos",
      "type": "chain",
      "branches": 3,
      "note": "Several locations in Antigua."
    },
    {
      "name": "Farmacia Ivori",
      "type": "local",
      "branches": 1,
      "note": "Well-stocked local pharmacy near central park."
    }
  ],
  "tips": [
    "Antigua has good private healthcare but for serious issues, Guatemala City is 45 min away",
    "Many English-speaking doctors in Antigua due to expat community",
    "Dental clinics in Antigua offer high quality at ~40% US prices"
  ],
  "emergencyNumbers": {
    "police": "110 or 120",
    "fire": "122 or 123",
    "ambulance": "128",
    "redCross": "125",
    "CONRED": "1566",
    "tourist_police": "1500"
  }
}