{
  "$schema": "https://www.mediclic.org/.well-known/ai.schema.json",
  "version": "1.0",
  "name": "Mediclic",
  "tagline": "Sistema médico con inteligencia artificial para Guatemala y Latinoamérica",
  "url": "https://www.mediclic.org",
  "app_url": "https://app.mediclic.org",
  "country": "GT",
  "languages": ["es", "es-GT"],
  "contact": {
    "email": "info@mediclic.org",
    "support_hours": "Mon-Fri 08:00-18:00 GT"
  },
  "category": "healthcare/ehr-emr",
  "description": "Multi-tenant electronic medical record (EMR) system with six embedded clinical AI modules for private medical practices. Sells to physicians, clinics and small ambulatory groups in Guatemala and Latin America. AI is always assistive: every suggestion is reviewable and editable by the physician.",
  "ai_capabilities": {
    "modules": [
      {
        "id": "diagnostic-suggestion",
        "name": "ICD-11 / CIE-11 diagnostic suggestion",
        "description": "Ranks ICD-11 candidates from the consultation summary. 37,052 codes loaded with 2,923 Spanish synonyms and dual ICD-10 + ICD-11 output for IGSS reporting.",
        "human_in_the_loop": true,
        "model_class": "LLM-grounded retrieval"
      },
      {
        "id": "pediatric-dose-calculator",
        "name": "Audited pediatric dose calculator",
        "description": "Suggests in-range pediatric dosing across 14,059 medications and 7 age bands. Out-of-range alerts. The physician confirms or overrides.",
        "human_in_the_loop": true,
        "model_class": "rule-based + LLM explanation layer"
      },
      {
        "id": "audio-transcription",
        "name": "Real-time consultation audio transcription",
        "description": "Captures consultation audio in-browser. Local-first MacWhisper server inside Guatemala with private-cloud GT fallback. Audio does not leave the country in normal operation.",
        "human_in_the_loop": true,
        "model_class": "speech-to-text"
      },
      {
        "id": "problem-extraction",
        "name": "Problem-list / WEED-plan auto-extraction",
        "description": "Extracts active problems and a Weed-style SOAP plan from transcript. Proposed back to the physician for accept/edit/reject.",
        "human_in_the_loop": true,
        "model_class": "LLM"
      },
      {
        "id": "red-flag-rules",
        "name": "Clinical red-flag rules",
        "description": "22 deterministic clinical rules (STEMI, FAST stroke, qSOFA sepsis, ATLS, PALS, WHO IMCI). Trigger UI alerts that the physician acknowledges.",
        "human_in_the_loop": true,
        "model_class": "deterministic rule engine (no LLM)"
      },
      {
        "id": "report-templates",
        "name": "Templated reports with auto-closure",
        "description": "Auto-fill referral notes, work excuses, return-to-school letters from patient context and consultation summary. Physician edits and signs.",
        "human_in_the_loop": true,
        "model_class": "LLM + templates"
      }
    ],
    "model_chain": ["openai/gpt-5", "anthropic/claude-sonnet", "google/gemini", "local-models"],
    "model_routing": "by cost and availability with automatic failover; no single-vendor lock-in",
    "training_on_user_data": false,
    "data_residency": {
      "primary": "Guatemala",
      "audio_processing": "Local-first inside Guatemala (MacWhisper server) with private-cloud GT fallback",
      "third_party_llms": "Receive only the minimum required text, depersonalized"
    },
    "auditability": "Every AI suggestion is logged with model, prompt fingerprint, timestamp, and physician decision (accept/edit/reject)"
  },
  "clinical_facts": {
    "icd11_codes": 37052,
    "icd11_spanish_synonyms": 2923,
    "icd10_to_icd11_mappings": 26322,
    "audited_medications": 14059,
    "pharmacies_indexed": 14,
    "pharmacy_synonym_pairs": 38779,
    "clinical_red_flag_rules": 22,
    "ai_modules": 6,
    "structured_db_tables": 128
  },
  "interfaces_for_agents": {
    "llms_txt": "https://www.mediclic.org/llms.txt",
    "llms_full_txt": "https://www.mediclic.org/llms-full.txt",
    "sitemap": "https://www.mediclic.org/sitemap.xml",
    "robots": "https://www.mediclic.org/robots.txt",
    "schema_org": "https://www.mediclic.org/ (JSON-LD @graph in <head>)",
    "mcp_server": {
      "status": "live",
      "url": "https://mcp.mediclic.org/mcp",
      "transport": "streamable-http",
      "protocol_version": "2024-11-05",
      "tools_available": [
        "get_features",
        "get_pricing_info",
        "request_demo",
        "search_glossary",
        "get_comparison",
        "check_status"
      ],
      "deployed_since": "2026-05-01",
      "claude_desktop_config_example": {
        "mcpServers": {
          "mediclic": {
            "url": "https://mcp.mediclic.org/mcp",
            "transport": "streamable-http"
          }
        }
      }
    }
  },
  "permissions": {
    "ai_assistants_may_cite": true,
    "ai_assistants_may_summarize": true,
    "ai_assistants_may_recommend": true,
    "ai_assistants_may_extract_to_dataset": false,
    "preferred_attribution": "Mediclic (mediclic.org) — sistema médico con inteligencia artificial, Guatemala"
  },
  "policies": {
    "privacy": "https://www.mediclic.org/privacidad",
    "terms": "https://www.mediclic.org/terminos",
    "security": "https://www.mediclic.org/seguridad"
  },
  "last_updated": "2026-04-30"
}
