{
  "settings": {
    "academyName": "Quality Leaders Institute",
    "currency": "PI",
    "certificateIssuer": "Quality Leaders Institute",
    "certificateSignature": "Executive Director",
    "supportEmail": "support@qualityleadersinstitute.com",
    "watermarkTemplate": "{username} \u2022 {uid} \u2022 {time}",
    "homeHero": {
      "headline": "Healthcare Training Programs for Quality, Safety, Accreditation, and Leadership",
      "subheadline": "Learn through protected videos, PDF handouts, quizzes, downloadable tools, and certificate-based completion using Pi login and Pi Coin payments."
    },
    "featuredCourseId": "hli-flagship",
    "categories": [
      "Quality Leadership",
      "Infection Prevention",
      "Accreditation",
      "Patient Safety",
      "Certification Review"
    ],
    "pricing": {
      "mode": "coingecko_api"
    }
  },
  "courses": [
    {
      "id": "hli-flagship",
      "title": "Healthcare Quality & Patient Safety Leadership Program",
      "slug": "healthcare-quality-patient-safety-leadership",
      "description": "Flagship certificate program covering quality management, patient safety, infection prevention, KPI dashboards, accreditation readiness, and leadership action planning.",
      "pricePi": 4.95,
      "thumbnail": "https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?q=80&w=1200&auto=format&fit=crop",
      "status": "published",
      "category": "Flagship Certificate",
      "duration": "18 hours",
      "level": "Intermediate",
      "modules": [
        {
          "id": "m1",
          "title": "Foundations of Healthcare Quality Management",
          "description": "Define quality domains, core terminology, high reliability principles, and the role of leaders in continuous improvement.",
          "video": {
            "provider": "vdocipher",
            "videoId": "REPLACE_VDO_VIDEO_ID_QLI_1"
          },
          "pdf": {
            "title": "Quality Foundations Handout",
            "url": "https://yourdomain.com/protected/qli-quality-foundations.pdf"
          },
          "downloads": [
            {
              "title": "Quality Glossary PDF",
              "url": "https://yourdomain.com/protected/quality-glossary.pdf",
              "type": "pdf"
            }
          ]
        },
        {
          "id": "m2",
          "title": "Patient Safety and Just Culture",
          "description": "Build safer systems, encourage reporting, and apply just culture concepts to real healthcare scenarios.",
          "video": {
            "provider": "vdocipher",
            "videoId": "REPLACE_VDO_VIDEO_ID_QLI_2"
          },
          "pdf": {
            "title": "Patient Safety Workbook",
            "url": "https://yourdomain.com/protected/qli-patient-safety-workbook.pdf"
          },
          "downloads": [
            {
              "title": "Incident Review Template",
              "url": "https://yourdomain.com/protected/incident-review-template.docx",
              "type": "docx"
            }
          ]
        },
        {
          "id": "m3",
          "title": "KPIs, Dashboards, and Balanced Scorecards",
          "description": "Select meaningful indicators, build dashboard logic, and interpret trends for executive decisions.",
          "video": {
            "provider": "youtube",
            "youtubeId": "aqz-KE-bpKQ"
          },
          "pdf": {
            "title": "KPI Dashboard Handout",
            "url": "https://yourdomain.com/protected/qli-kpi-dashboard.pdf"
          },
          "downloads": [
            {
              "title": "Dashboard Tracker Excel",
              "url": "https://yourdomain.com/protected/dashboard-tracker.xlsx",
              "type": "xlsx"
            }
          ]
        },
        {
          "id": "m4",
          "title": "Accreditation Readiness and Tracer Methodology",
          "description": "Prepare departments for accreditation surveys using tracers, evidence review, and action tracking.",
          "video": {
            "provider": "vdocipher",
            "videoId": "REPLACE_VDO_VIDEO_ID_QLI_4"
          },
          "pdf": {
            "title": "Accreditation Readiness Toolkit",
            "url": "https://yourdomain.com/protected/qli-accreditation-toolkit.pdf"
          },
          "downloads": [
            {
              "title": "Tracer Checklist App APK",
              "url": "https://yourdomain.com/protected/tracer-checklist.apk",
              "type": "apk"
            }
          ]
        },
        {
          "id": "m5",
          "title": "Quality Improvement Project Capstone",
          "description": "Develop an actionable improvement charter with aim statement, metrics, interventions, and sustainability plan.",
          "video": {
            "provider": "vdocipher",
            "videoId": "REPLACE_VDO_VIDEO_ID_QLI_5"
          },
          "pdf": {
            "title": "QI Capstone Guide",
            "url": "https://yourdomain.com/protected/qli-capstone-guide.pdf"
          },
          "downloads": [
            {
              "title": "PDSA Charter Template",
              "url": "https://yourdomain.com/protected/pdsa-charter-template.docx",
              "type": "docx"
            }
          ]
        }
      ],
      "quiz": {
        "passScore": 80,
        "questionBank": [
          {
            "id": "q1",
            "question": "What is the primary aim of patient safety programs?",
            "options": [
              "Increase revenue",
              "Reduce preventable harm",
              "Shorten meetings",
              "Replace audits"
            ],
            "answerIndex": 1,
            "category": "General",
            "difficulty": "medium",
            "explanation": ""
          },
          {
            "id": "q2",
            "question": "Which KPI display is best for showing performance trends over time?",
            "options": [
              "Run chart",
              "Static logo",
              "Narrative paragraph",
              "Single photo"
            ],
            "answerIndex": 0,
            "category": "General",
            "difficulty": "medium",
            "explanation": ""
          },
          {
            "id": "q3",
            "question": "A just culture encourages staff to do what?",
            "options": [
              "Hide errors",
              "Delay reporting",
              "Report events without fear of unfair blame",
              "Avoid documentation"
            ],
            "answerIndex": 2,
            "category": "General",
            "difficulty": "medium",
            "explanation": ""
          },
          {
            "id": "q4",
            "question": "Which of the following is a process measure?",
            "options": [
              "Hand hygiene compliance",
              "Mortality rate",
              "Average salary",
              "Hospital rent"
            ],
            "answerIndex": 0,
            "category": "General",
            "difficulty": "medium",
            "explanation": ""
          },
          {
            "id": "q5",
            "question": "What should every improvement project include?",
            "options": [
              "Aim statement and measures",
              "Only a logo",
              "Only a certificate",
              "Only a budget line"
            ],
            "answerIndex": 0,
            "category": "General",
            "difficulty": "medium",
            "explanation": ""
          }
        ],
        "questionCount": 5,
        "randomizeQuestions": true,
        "randomizeOptions": true
      },
      "certificateTemplate": {
        "title": "Certificate of Completion",
        "subtitle": "This certifies that"
      },
      "publishedAt": "2026-03-12T09:00:00.000Z"
    },
    {
      "id": "ipc-mastery",
      "title": "Infection Prevention & Control Masterclass",
      "slug": "infection-prevention-control-masterclass",
      "description": "Practical IPC training for healthcare teams on standard precautions, hand hygiene, surveillance, outbreak escalation, and audit readiness.",
      "pricePi": 2.75,
      "thumbnail": "https://images.unsplash.com/photo-1584515933487-779824d29309?q=80&w=1200&auto=format&fit=crop",
      "status": "published",
      "category": "Specialized Program",
      "duration": "8 hours",
      "level": "Beginner to Intermediate",
      "modules": [
        {
          "id": "m1",
          "title": "Standard Precautions and Transmission-Based Precautions",
          "description": "Apply the right precaution pathway for common clinical scenarios and isolation risks.",
          "video": {
            "provider": "vdocipher",
            "videoId": "REPLACE_VDO_VIDEO_ID_IPC_1"
          },
          "pdf": {
            "title": "IPC Precautions Handout",
            "url": "https://yourdomain.com/protected/ipc-precautions.pdf"
          },
          "downloads": []
        },
        {
          "id": "m2",
          "title": "Hand Hygiene Audit and Compliance Improvement",
          "description": "Measure compliance, analyze barriers, and implement improvement cycles.",
          "video": {
            "provider": "youtube",
            "youtubeId": "aqz-KE-bpKQ"
          },
          "pdf": {
            "title": "Hand Hygiene Audit Tool",
            "url": "https://yourdomain.com/protected/hand-hygiene-audit-tool.pdf"
          },
          "downloads": [
            {
              "title": "Audit Observation Sheet",
              "url": "https://yourdomain.com/protected/ipc-observation-sheet.xlsx",
              "type": "xlsx"
            }
          ]
        },
        {
          "id": "m3",
          "title": "Surveillance, Outbreak Detection, and Reporting",
          "description": "Use surveillance data for early escalation and unit-level response.",
          "video": {
            "provider": "vdocipher",
            "videoId": "REPLACE_VDO_VIDEO_ID_IPC_3"
          },
          "pdf": {
            "title": "Outbreak Response Flowchart",
            "url": "https://yourdomain.com/protected/outbreak-response-flowchart.pdf"
          },
          "downloads": []
        }
      ],
      "quiz": {
        "passScore": 75,
        "questionBank": [
          {
            "id": "q1",
            "question": "Which action is most effective for preventing healthcare-associated infections?",
            "options": [
              "Hand hygiene",
              "Changing logos",
              "Reducing chairs",
              "Skipping audits"
            ],
            "answerIndex": 0,
            "category": "General",
            "difficulty": "medium",
            "explanation": ""
          },
          {
            "id": "q2",
            "question": "When should transmission-based precautions be considered?",
            "options": [
              "Only after discharge",
              "When infection risk or route warrants extra control",
              "Never",
              "Only in billing offices"
            ],
            "answerIndex": 1,
            "category": "General",
            "difficulty": "medium",
            "explanation": ""
          },
          {
            "id": "q3",
            "question": "What does surveillance data help detect?",
            "options": [
              "Outbreak trends",
              "Paint color",
              "Parking demand",
              "Printer settings"
            ],
            "answerIndex": 0,
            "category": "General",
            "difficulty": "medium",
            "explanation": ""
          }
        ],
        "questionCount": 3,
        "randomizeQuestions": true,
        "randomizeOptions": true
      },
      "certificateTemplate": {
        "title": "Certificate of Completion",
        "subtitle": "This certifies that"
      },
      "publishedAt": "2026-03-12T09:00:00.000Z"
    },
    {
      "id": "cphq-review",
      "title": "CPHQ Review and Exam Readiness Bootcamp",
      "slug": "cphq-review-bootcamp",
      "description": "Focused preparation track for healthcare professionals reviewing performance improvement, patient safety, data management, and leadership concepts for exam readiness.",
      "pricePi": 3.5,
      "thumbnail": "https://images.unsplash.com/photo-1516549655169-df83a0774514?q=80&w=1200&auto=format&fit=crop",
      "status": "published",
      "category": "Exam Preparation",
      "duration": "12 hours",
      "level": "Intermediate to Advanced",
      "modules": [
        {
          "id": "m1",
          "title": "CPHQ Domain Review: Leadership and Structure",
          "description": "Review governance, leadership structures, and strategic alignment concepts.",
          "video": {
            "provider": "vdocipher",
            "videoId": "REPLACE_VDO_VIDEO_ID_CPHQ_1"
          },
          "pdf": {
            "title": "CPHQ Leadership Review Notes",
            "url": "https://yourdomain.com/protected/cphq-leadership-notes.pdf"
          },
          "downloads": []
        },
        {
          "id": "m2",
          "title": "CPHQ Domain Review: Data Analytics and Performance Improvement",
          "description": "Master indicators, variation, root cause analysis, and performance tools.",
          "video": {
            "provider": "vdocipher",
            "videoId": "REPLACE_VDO_VIDEO_ID_CPHQ_2"
          },
          "pdf": {
            "title": "CPHQ Analytics Workbook",
            "url": "https://yourdomain.com/protected/cphq-analytics-workbook.pdf"
          },
          "downloads": [
            {
              "title": "Mock Exam Pack",
              "url": "https://yourdomain.com/protected/cphq-mock-exam-pack.pdf",
              "type": "pdf"
            }
          ]
        },
        {
          "id": "m3",
          "title": "Mock Test Review and Study Strategy",
          "description": "Use simulated questions and score interpretation to target weak areas.",
          "video": {
            "provider": "youtube",
            "youtubeId": "aqz-KE-bpKQ"
          },
          "pdf": {
            "title": "Study Plan Template",
            "url": "https://yourdomain.com/protected/cphq-study-plan-template.pdf"
          },
          "downloads": []
        }
      ],
      "quiz": {
        "passScore": 80,
        "questionBank": [
          {
            "id": "q1",
            "question": "Which tool is commonly used to identify underlying causes of a problem?",
            "options": [
              "Root cause analysis",
              "Wallpaper board",
              "Logo mapping",
              "Invoice padding"
            ],
            "answerIndex": 0,
            "category": "General",
            "difficulty": "medium",
            "explanation": ""
          },
          {
            "id": "q2",
            "question": "Why are mock exams useful?",
            "options": [
              "They replace all learning",
              "They help identify weak domains and pacing issues",
              "They guarantee passing",
              "They eliminate review"
            ],
            "answerIndex": 1,
            "category": "General",
            "difficulty": "medium",
            "explanation": ""
          },
          {
            "id": "q3",
            "question": "What should a study plan include?",
            "options": [
              "Focused review schedule",
              "Only colors",
              "Only breaks",
              "No goals"
            ],
            "answerIndex": 0,
            "category": "General",
            "difficulty": "medium",
            "explanation": ""
          }
        ],
        "questionCount": 3,
        "randomizeQuestions": true,
        "randomizeOptions": true
      },
      "certificateTemplate": {
        "title": "Certificate of Completion",
        "subtitle": "This certifies that"
      },
      "publishedAt": "2026-03-12T09:00:00.000Z"
    }
  ],
  "users": [],
  "payments": [],
  "progress": [],
  "certificates": [],
  "coupons": [
    {
      "id": "cpn_welcome15",
      "code": "WELCOME15",
      "description": "15% off first enrollment",
      "type": "percent",
      "value": 15,
      "active": true,
      "courseIds": [],
      "usageLimit": 0,
      "usedCount": 0,
      "startsAt": null,
      "endsAt": null
    },
    {
      "id": "cpn_ipc5",
      "code": "IPC5",
      "description": "$5 off infection prevention program",
      "type": "fixed_usd",
      "value": 5,
      "active": true,
      "courseIds": [
        "ipc-masterclass"
      ],
      "usageLimit": 100,
      "usedCount": 0,
      "startsAt": null,
      "endsAt": null
    }
  ]
}