Quality & Accreditation
How clinics are vetted, the accreditations they hold, and an honest set of limits.
| Area | Public site |
| Route | /quality (exact match) |
| Roles | Public (no sign-in required) |
| Doc key | site-quality |
<!-- GENERATED FILE. Do not edit by hand. Source: components/help/content/. Run npm run gen:docs. -->
Purpose & Business Context
The Quality page is where the platform earns its safety claim. A patient about to travel for surgery needs to know how partners are vetted, which accreditations they hold, who verifies those credentials, and what could still go wrong. This page lays all of that out, including honest limitations, so trust is built on disclosure rather than marketing.
Commercially, in a category crowded with unvetted brokers, transparent vetting and verified accreditation are the differentiators that justify the platform. Being candid about limits (geographic focus, indicative pricing, facilitator-not-provider) reduces mismatched expectations and the disputes that follow.
Screen Overview
A static server-rendered page with the shared chrome and a teal page hero, then four sections: accreditations (the standards partners hold), how we vet clinics (a five-step process), third-party trust signals (external ratings), and honest considerations (the limitations of medical travel).
Each section is a grid of cards built from the data layer, so the standards, vetting steps, external grades and caveats stay accurate and consistent with the rest of the site.
Controls & Components
- Page hero: eyebrow, title, subtitle and three stats (partners vetted, accreditation standards, BBB rating).
- Accreditations grid: one card per standard (for example JCI, ISO 9001, NABH, GHA, Temos, ISO 27001), each with the code, full name, issuing body, a blurb, and the count of facilities holding it.
- Vetting process grid: five numbered steps (licence and credential check, on-site clinical audit, accreditation confirmation, outcomes and safety review, ongoing feedback monitoring).
- Third-party trust signals grid: external ratings (for example BBB, Trustpilot, ISO 27001) each with a short name, grade and blurb.
- Honest considerations grid: candid caveats (geographic focus, verified reviews only, travel and entry restrictions, estimates not guarantees, facilitator not provider).
Field Definitions
- Accreditation: A recognised quality standard a facility holds, shown with its code, issuing body and the number of facilities holding it.
- Issuing body: The organisation that grants and verifies an accreditation, for example Joint Commission International or the Quality Council of India.
- Vetting step: One of the five checks every partner passes before joining, each numbered with a title and a description.
- Third-party trust signal: An independent external rating or certification (for example a BBB grade or an ISO 27001 certification) that corroborates the platform's own claims.
- Consideration: An honest limitation of medical travel that the page surfaces deliberately, for example that prices are estimates and the platform is a facilitator, not the treating provider.
User Actions & Workflows
- Read the hero for the headline assurances (all partners vetted, the count of standards, the BBB grade).
- Scan the accreditations to see which standards partners hold and how many facilities hold each.
- Read the five-step vetting process to understand what a clinic must pass before joining.
- Review the third-party trust signals that corroborate the platform's claims.
- Read the honest considerations to understand the limits and when medical travel may not be right.
Navigation & Relationships
Reached from: the Quality item in the primary nav, the brand logo via Home, the Pricing page's upfront-pricing promise link, and the Destinations page's visa-rules note.
Leads to: no onward routes of its own beyond the shared header and footer; it is a reference and reassurance page.
Underpins: the marketplace and Reviews pages, explaining the accreditation badges and verified-review policy that appear throughout the site.
Business Rules & Constraints
- Accreditations are verified directly with the issuing body and are never self-reported.
- Every partner passes the same five-step vetting, and partners can be paused if standards slip.
- The page deliberately states limitations: prices are indicative estimates, and Global Clinic coordinates care but does not deliver treatment.
- Clinical decisions rest with the patient's treating doctors at the independent accredited clinic.
- Public screen: fully browsable without an account.
Data Dependencies
Reads accreditations (the standards grid), vetting (the five-step process), externalRatings (third-party signals) and network (the hero stats and the considerations list) from lib/data. The page is otherwise static.
accreditations: the accreditation cards and facility countsvetting: the five vetting stepsexternalRatings: the third-party trust signalsnetwork.considerations: the honest-limitations cards
Error Handling & Edge Cases
- Being fully static, the page has no loading or fetch-failure states for a visitor.
- Facility counts pluralise correctly (one 'facility' versus many 'facilities').
- If a data list were empty, its section would simply render no cards rather than erroring.
- Mobile: each grid reflows to a single column while keeping the section order intact.
User Roles & Permissions
- Public (no sign-in required): Anyone can read the full page. Signed-out visitors browse it freely.
- Get started / Sign in: The header CTAs lead into the authentication flow and the patient portal; the Quality page itself requires no account.
Related Features & Functionalities
The Reviews page (the verified-review policy referenced here), the marketplace (the accreditation badges on clinic cards), the Pricing page (the estimates-not-guarantees and escrow caveats), and the Destinations page (the travel and entry restrictions this page elaborates).
Flow & Screenshots
flowchart LR Quality[Quality] --> Hero[Page hero] Quality --> Accred[Accreditations] Quality --> Vetting[Five-step vetting] Quality --> External[Third-party trust signals] Quality --> Considerations[Honest considerations] Pricing[Pricing] -.promise link.-> Quality Destinations[Destinations] -.visa note.-> Quality
Guided Walkthrough Steps
The in-app walkthrough for this screen has 5 steps (auto-advances every 5 seconds; Prev / Pause / Next; click outside to exit):
- Vetted clinics, verified accreditations (
[data-tour="quality.hero"])
Every partner is independently vetted, and accreditations are verified directly with the issuing bodies. The stats summarise the assurance.
- Standards partners hold (
[data-tour="quality.accreditations"])
Each card names a standard such as JCI, ISO 9001 or NABH, its issuing body, and how many facilities hold it.
- Five checks before a clinic joins (
[data-tour="quality.vetting"])
From licence and credential checks to an on-site audit, accreditation confirmation, outcomes review and ongoing monitoring. Partners can be paused if standards slip.
- Verified beyond our own word (
[data-tour="quality.external"])
Independent signals such as a BBB grade and an ISO 27001 certification corroborate the platform's claims.
- What to keep in mind (
[data-tour="quality.considerations"])
We are upfront about limits: prices are estimates, networks are deeper in some countries, and we coordinate care rather than deliver it.