Singapore Beauty Clinic Rating Structural Verification Index — aesthetic medicine & plastic surgery
By procedure: Rhinoplasty Breast surgery Liposuction & body contouring Hair transplant Injectables Medical weight loss

How we measure

Version 1.0.0, updated 2026-08-29. Public name of the score: Structural Verification Index. Every number on this site can be recomputed from the published data and the rules on this page: the engine reads the same file this page is rendered from.

What we check — and what we do not

We check structural trust facts against official public registers: who the responsible physician is, what certification and licence the registers confirm, whether the facility and the legal entity can be traced, whether the clinic discloses its own identifiers, whether its advertising is honest, whether its language fronts agree, and whether patient documents are published.

We do not assess outcomes, skill or complications. A high score means the clinic is well verified, not that treatment there is right for you. This is not medical advice.

The unit

One record = one clinic in this country: brand + address + responsible physician. The named physician is the load-bearing field — every register check is by name. Procedure segment and city are facets, not units.

Inclusion policy

Four mechanical conditions. The first three decide whether a clinic is listed; the fourth whether it can be scored.

  1. Identifiable: a live public surface and a working in-country contact on the check date.
  2. Provides the service itself: not an aggregator, booking site, affiliate or tour packager.
  3. In scope: the intervention is performed by a physician — plastic or aesthetic surgery, hair transplant, physician-led injectables or device treatments, medical weight loss. Out: salons, barbers, nails/brows/lashes, spas, med-spas without a named physician.
  4. Names a responsible physician. Otherwise the record is published as verification unavailable: listed, not scored, no rank. Unknown is not fault — a missing name is a statement about coverage, not an accusation.

Country register map

The map for Singapore was compiled 2026-08-29, before any clinic research. A class marked as absent makes its axis not applicable; a register that cannot be scripted leaves its axis cells as 'could not verify', without penalty. We never simulate a register.

Specialist board registerSingapore Medical Council (SMC) — Register of Specialists (a sub-register of the Register of Medical Practitioners), searched via the Professional Registration System (PRS) public doctor search (open, machine-readable)
REPLAYABLE RECIPE: (1) GET main.action?hpe=SMC with a browser User-Agent and keep cookies — the response is a frameset whose middle iframe auto-submits an empty POST to showSearchSummaryByName.action, which renders the actual search form (name field, practice-place field, 'All/Specialist/Family Physician' radio, a hidden specialty checkbox list including 'Plastic Surgery', and a 'More Search Options' panel with a registration-number field). (2) The visible Search button's onclick (resubmit1()) requires the Terms-of-Use checkbox (istermConditions) to be checked, then re-points the form's action from showSearchSummaryByName.action to getSearchSummaryByName.action and submits — replay that directly as a POST with istermConditions=on plus the name/place/register fields. (3) A `<script src="https://www.google.com/recaptcha/api.js">` tag is loaded on the page but the form carries NO g-recaptcha-response field and NO data-sitekey div anywhere in the markup — it is dead/unused code, not an active gate; every scripted POST in this session succeeded without any captcha token. (4) Results paginate 10-per-page via cookies (cookie.currentPage, cookie.showAll) rather than URL params — not reverse-engineered this session, so only the first page of a same-name result set was read. (5) Each result row calls viewMoreDetails(regNo), which sets the hidden regNo field and POSTs to getSearchDetails.action — replay that directly with hpe=SMC&regNo=<code> to get the full record (qualifications, registration dates, practising-certificate validity window, specialist-register entry date, primary place of practice/address). Name matching is a loose substring match against a single stored string that mixes surname/given-names in inconsistent order (e.g. 'Wu Tze-Liang Woffles', 'Sng Wei-Ee Karen', 'MARCO AURELIO MOURA DE FARIA CORREA') and inconsistent case — try the surname alone, the popular/informal first name, and word-order variants before concluding 'not found'. The same PRS engine (prs.moh.gov.sg) also serves the dentist (hpe=SDC), nurse (SNB), pharmacist (SPC), allied-health (AHPC), optometry (OOB) and TCM registers with the same mechanics, only the hpe value differs. English-only UI.
Medical licence registerSingapore Medical Council (SMC) — Register of Medical Practitioners (mandatory registration + a valid Practising Certificate is required to practise medicine in Singapore), same PRS public search as specialist_board (open, machine-readable)
Identical register, form and recipe as specialist_board (see its notes for the full replay steps and the captcha/pagination caveats). 'Type of first/current registration' distinguishes Full / Conditional / Temporary / Provisional registration categories used by SMC; the Practising Certificate dates are the operative 'may this doctor currently practise' signal and should be read fresh at each check since PCs are annual (the PRS record shows the CURRENT certificate window only, not history).
Facility registerMinistry of Health — public Healthcare Directory of HCSA-licensed institutions, presented via HealthHub (the successor to the old PHMCA-era 'HCI Directory'; hcidirectory.sg no longer resolves) (form-based, not scriptable)
WHAT WAS TRIED: (a) the legacy server-rendered URL pattern www.healthhub.sg/directory/{catId}/{clinicId}/{slug} (still Google-indexed with real snippets) now 404s directly — www.healthhub.sg has migrated to a Sitecore/Next front end and the old directory route is dead. (b) www.healthhub.sg/directory 301-redirects to eservices.healthhub.sg/public/directory, a DIFFERENT, newer Vite SPA (also client-rendered, appears to be a general content/topics directory, not the clinic directory). (c) The clinic-detail SPA at eservices.healthhub.sg/healthhubng/public/services/directory/clinicDetails/... was downloaded and its ~2.1MB JS bundle (assets/index-Ba5x2QVK.js) was grepped for API routes: only the hostnames ch-api.healthhub.sg and api.hcc.healthhub.sg appear as fetch targets; guessed REST paths against ch-api.healthhub.sg (e.g. /directory/clinicDetails/55/171415) return a generic Kong-style gateway body `{"message":"no Route matched with those values"}` for every path tried, i.e. the host is real but the correct registered route was not found by static analysis. (d) No sitemap.xml entries reference any /directory/ URL (2490 URLs total, none clinic-related). (e) hcidirectory.sg (the pre-HCSA PHMCA directory) no longer resolves in DNS. (f) The MOH watchlist page (moh.gov.sg/others/health-regulation/watchlist/) lists only suspended/struck-off providers, not the full licensed roster, so it cannot substitute for this axis. No browser-automation tool was available this session (the Chrome extension was not connected) to capture the live XHR call that the SPA makes on load — a follow-up with a headless browser or the connected extension should be able to find the exact JSON endpoint and swap this to 'open'. Until then, per checklist §0.3, M4 cells stay null without penalty.
Company registerAccounting and Corporate Regulatory Authority (ACRA) — 'ACRA Information on Corporate Entities', the official bulk open-data export published on data.gov.sg (collection 2), split into 27 CSV files by the first letter of the entity name plus an 'Others' file, refreshed monthly; primary. Bizfile+ (bizfile.gov.sg), ACRA's own live web portal, is kept only as a secondary/manual cross-check. (open, machine-readable)
RECIPE (no key, no login, no captcha): (1) GET https://api-production.data.gov.sg/v2/public/api/collections/2/metadata -> JSON with a 'childDatasets' array of 28 dataset ids covering A-Z + Others (fetch each id's own /metadata to learn its letter from the 'name' field, since ids are opaque hashes). (2) For the letter(s) you need, GET https://api-open.data.gov.sg/v1/public/api/datasets/<id>/initiate-download (returns {code:0,data:{url:<presigned S3 CSV url>}}) then GET the same .../poll-download endpoint (returns {data:{status:'DOWNLOAD_SUCCESS', url:<presigned S3 CSV url>}}) — either call's url is directly GET-able and expires in ~1 hour. (3) Files are UTF-8 CSV, comma-separated, one row per registered entity, columns include uen, entity_name, entity_type_description, business_constitution_description, company_type_description, entity_status_description, registration_incorporation_date, full address (block/street_name/level_no/unit_no/building_name/postal_code), primary_ssic_code/description (medical & dental practice activities = 86201, a useful healthcare-sector filter), no_of_officers, and up to 15 former_entity_name columns. IMPORTANT: match on former_entity_name1..15 as well as entity_name — both Sloane and Amaris B were found only via a former name, because Singapore clinics are frequently registered under a holding-company name distinct from the storefront brand (and sometimes rebrand the holding company itself over time); a miss on current name alone is not proof of non-registration. Refresh cadence is monthly (last-modified 2026-08-14 at time of check) so very recent incorporations may lag. Files run 15-90MB per letter; download once to scratch and grep locally rather than re-fetching per lookup. SECONDARY / not exercised live: bizfile.gov.sg (relaunched 9 Dec 2024) is an Angular module-federation SPA (separate remoteEntry.js bundles for cne/, common/, content/, ips/, registry/ micro-frontends) — no JSON search endpoint was found by static inspection of the main bundle; ACRA's own published guide states the basic entity search (name/UEN) is free with no login and returns live status + registered address, which would make it a good live cross-check once its endpoint is identified (a follow-up with browser automation is recommended, as for facility_registry).
Sanctions / discipline registerSingapore Medical Council (SMC) — Published Grounds of Decision (Disciplinary Committee / Disciplinary Tribunal / Interim Orders Committee inquiries) (open, machine-readable)
The page states it holds 22 pages of entries spanning 2008-2026 with category/year filters, but those filters and any further pages are client-side (a `?page=2` query string was tried and returned byte-identical content to page 1) — a bare GET only serves the first ~10-20 most recent entries baked into the initial server render. This is still classified 'open' because that base fetch genuinely returns real, current disciplinary records with zero gate (no captcha, no login, no JS-only token) — it is a coverage limitation (recent-only), not an access barrier. A full-history pull would need a headless-browser pass to drive the pagination (not available this session). Absence of a name from the visible page must be read as 'no recent/visible finding', never as 'clean record' (methodology default: unknown stays null). A related but DIFFERENT list — MOH's 'List of suspensions and terminations/revocations from healthcare financing schemes' (moh.gov.sg) — covers CHAS/MediSave/MediShield financing-eligibility breaches, not SMC professional discipline; it was checked and is NOT used for this axis since it is a narrower, different kind of sanction.
Foreign-patient registerno public register of this class in this country

The nine axes

Every axis is a fact or a quote from a public source, scored 1–5 against a fixed rubric. There are no editorial axes. Each cell carries its sources, its source class (official register / secondary) and its check date.

Fame, review volume, domain age and social-media following are scored nowhere.

M1 · Specialist certification of the responsible physician — weight 26

Whether the physician named as responsible for this clinic is found in the country's specialist board register with a current specialisation matching the advertised segment (plastic surgery or dermatology, by segment).

Register class: Specialist board register — Singapore Medical Council (SMC) — Register of Specialists (a sub-register of the Register of Medical Practitioners), searched via the Professional Registration System (PRS) public doctor search.

ValueAnchor
5Found by name or number; specialty matches what is advertised; status current.
4Found; specialty adjacent to what is advertised (noted on the profile).
3Found in the register; the register does not disclose specialty.
2Only a secondary source (association, aggregator) supports the certification.
1Certification is claimed and found in no source.

M2 · Identifiability of the responsible physician — weight 16

Whether a patient can name the specific physician and their role before making contact, and whether that physician is tied to this location.

ValueAnchor
5Physician(s) named with role and tied to this address.
4Named; role unclear.
3A name appears in only one place on the site.
2Surname or initials without a full name.
1'Our team' only — this is the gate state 'verification unavailable'.

M3 · Basic medical licence — weight 8

Whether the responsible physician's registration is found in the country's medical licence register.

Register class: Medical licence register — Singapore Medical Council (SMC) — Register of Medical Practitioners (mandatory registration + a valid Practising Certificate is required to practise medicine in Singapore), same PRS public search as specialist_board.

ValueAnchor
5Matched by licence number.
4Matched by name.
3Register not machine-accessible; the clinic publishes the number.
2Licence claimed without a number.
1Public data contradicts the claim.

M4 · Facility registration — weight 10

Whether the operating location is found in the facility register (where the country has one; otherwise this axis is not applicable).

Register class: Facility register — Ministry of Health — public Healthcare Directory of HCSA-licensed institutions, presented via HealthHub (the successor to the old PHMCA-era 'HCI Directory'; hcidirectory.sg no longer resolves).

ValueAnchor
5Record found: name, address and status match.
4Record found with a spelling discrepancy.
3Register exists; no record found (we do not claim 'unlicensed').
2Only the clinic's own statement.
1A published registration number is contradicted by the register (verified false → flag).

M5 · Legal-entity traceability — weight 8

Who is legally responsible: a legal entity in the company register, tied to the brand and the address.

Register class: Company register — Accounting and Corporate Regulatory Authority (ACRA) — 'ACRA Information on Corporate Entities', the official bulk open-data export published on data.gov.sg (collection 2), split into 27 CSV files by the first letter of the entity name plus an 'Others' file, refreshed monthly; primary. Bizfile+ (bizfile.gov.sg), ACRA's own live web portal, is kept only as a secondary/manual cross-check..

ValueAnchor
5Legal entity and registration number published and matched in the register.
4Matched by name.
3Legal entity named; register not accessible.
2Brand only.
1No legal entity found after a full pass (verified conflict → hold H2).

M6 · Self-disclosure of identifiers — weight 10

Whether the clinic itself publishes the numbers needed to re-check it (licences, certificates with issuer). Disclosure is rewarded; a missing number is not a missing licence.

ValueAnchor
5All load-bearing numbers published with issuers.
4Physician numbers published; facility or legal-entity numbers not.
3Partial, without issuers.
2Logos without numbers.
1No identifiers at all.

M7 · Advertising honesty — weight 12

A machine profile of the clinic’s own claims: outcome guarantees, ‘100% safe’, ‘No. 1’ or ‘best’ without an issuer, ‘unlimited grafts’, before/after presented as a promise, foreign boards presented as the national specialist board. Every deduction cites an exact quote with URL, locale and date.

ValueAnchor
5No pattern from the lexicon found.
4One or two soft superlatives.
3Systematic superlatives without guarantees.
2Guarantee or ‘100%’-class statement (bright line; cap candidate).
1Verified fake credential (flag + cap).

M8 · Cross-locale consistency — weight 5

Whether facts agree across the language fronts of the clinic's own site (physician, numbers, accreditations) — a mechanical comparison of extracted fields.

ValueAnchor
5All load-bearing fields agree.
4Spelling discrepancies.
3Some facts appear on only one front.
2A load-bearing fact (physician or number) differs.
1Fronts contradict each other on credentials (H2 candidate).

M9 · Patient documents — weight 5

Presence check for five document classes: informed consent, risks/contraindications, aftercare, revision policy, complaint route. Presence only — the quality of the documents is not assessed.

ValueAnchor
5All five classes published.
4Four.
3Two or three.
2One.
1None.

The formula

Each axis value 1–5 is mapped to 0–1. The composite is the weighted average over the axes that hold a value: axes that are not applicable in this country and axes we could not verify drop out of the normalisation.

composite = 100 × Σ(weight × (value − 1) / 4) / Σ(weight of axes with a value)
score = min(composite + focus adjustment, lowest active ceiling), clamped to 0…100

Coverage threshold: a score is published only when at least 75% of the applicable axis weight holds a sourced value. Below that the record shows 'verification pending' and carries no rank.

Focus adjustment

A mechanical classification from the clinic's own menu.

FocusAdjustment
specialist0
aesthetic in general clinic-2
spa or salon addon-5

Score ceilings

A ceiling is applied only from a verified-false finding — never from 'not found'. Each ceiling is rendered from a fixed template with the exact quote or register entry and its URL; no free text is written about a named clinic.

CeilingMax scoreWhat triggers itFixed wording
Verified false accreditation or licence claim45A claimed accreditation, board certification or licence is contradicted by the official register. Never applied on 'not found' alone.The register {registry} (record dated {date}) does not confirm the credential claimed at {url}: “{quote}”. Under this methodology the score is capped at {cap}. The clinic has been offered a right of reply.
Outcome guarantee or ‘100% safe’-class statement65The clinic's own published text guarantees a result or absolute safety. Applied only with the exact quote.The clinic's own page {url} ({locale}, {date}) states: “{quote}”. Under this methodology an outcome guarantee caps the score at {cap}.
Active sanction in a machine-readable official register45Exists only in countries whose registry map declares a sanctions register. Absence of a sanction is never a finding.Entry in the {registry} register dated {date}: {url}. The score is capped at {cap} and the profile is held pending the clinic's right of reply.

The sanctions ceiling exists only in countries with a machine-readable official sanctions register. In this country: Singapore Medical Council (SMC) — Published Grounds of Decision (Disciplinary Committee / Disciplinary Tribunal / Interim Orders Committee inquiries). Absence of a sanction is never a finding.

Holds

Positive verification by default; the hold ladder handles the cases where public records conflict or the physician cannot be identified.

IDHoldEffectFixed wording
H1Clarification requestedprofile provisional, no crownA clarification has been requested from the clinic. The profile is provisional and carries no crown until it is resolved.
H2Material structural conflictceiling after the right-of-reply window (69), 14-day right-of-reply windowPublic records show a material structural conflict ({detail}). After the right-of-reply window the score is capped at {cap}.
H3Responsible physician not identifiablecomposite withheld, unrankedThe responsible physician could not be identified from public sources. The composite score is withheld and the clinic is listed without a rank.

Crowns and procedure slices

A crown is a boolean gate from register-verified axes — never from a clinic's claim. Within a crown, the order is the composite.

CrownMeaningGate
Specialist-ledThe responsible physician holds a current, matching specialist certification in the official register (M1 = 5, official source) and is clearly identifiable (M2 ≥ 4).M1 ≥ 5 (official register) · M2 ≥ 4
Foreign-patient readyThe clinic is verified in the country's official foreign-patient register. Exists only where such a register exists.no such register in this country — this crown does not exist here

Procedure slices list the clinics whose own menu names the procedure (a sourced boolean), ranked by the composite:

Outcome quality

There is no independent measurement of treatment outcomes in this field, and we do not imitate one. The register facts already in the axes are the only quality-adjacent evidence we publish.

How the data is produced (unattended run)

  1. No score without a source — in two passes. A collector records the value, the quote and the URL; a separate verifier reloads the URL and looks for the quote by string match. If the quote is not found, the cell degrades to 'could not verify'.
  2. All negative wording is templated. Ceilings and holds are rendered from fixed strings plus the cited quote or register entry. Nothing free-form is written against a named clinic.
  3. The validator is the build gate. Every axis key must be present (null allowed, absence not), every citation must resolve, ceilings only from verified-false findings with a quote, weights must sum to 100, and superlatives in our own text fail the build.
  4. A checklist per record: at least two independent sources, the register map opened and cited, every axis either a sourced value or an explicit 'could not verify'.
  5. Right of reply without a human in the loop: messages to the contact form or corrections@ are processed as ordinary data input. A correction with a source is applied and logged; a statement without one is published next to the data and the score does not change.

Freshness

Each record shows the real date of its last check. Register axes (M1, M3, M4) are rechecked within 90 days; the advertising axis (M7) within 180 days. Every change is logged in the changelog and in the record's own history.

What this register does not do

Independence: we take no money from clinics, we do not book, we do not refer, and no position can be bought. Data changes only through sourced facts, for every clinic under the same rules.

This site is an independent research project provided 'as is'. Clinic names and public information are used for identification. Nothing here creates a doctor–patient or advisory relationship.

Methodology versions

DateVersionChange
2026-08-29v1.0.0Initial public methodology: nine mechanical axes (M1–M9, weights summing to 100), 1–5 rubric per axis, weighted composite normalised over axes that hold a value, 75% coverage threshold, hold ladder H1–H3, score caps only from verified-false findings, focus penalty, registry-gated crowns.