✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

ICD-11 code reference site built with SleekRank

Feed SleekRank a WHO ICD-11 export and it renders /icd-11/{slug}/ for every code. Title, definition, parent chain, children, postcoordination axes, ICD-10 crosswalk, and inclusion notes all map from columns to rendered blocks.

€50 off for the first 100 lifetime licenses!

SleekRank for ICD-11 code pages

From a 17,000-row ICD-11 dataset to a navigable WHO code reference

ICD-11 is the WHO's modern revision and the data behind it is structured by design. Each entity has a code, a parent, postcoordination axes, inclusion and exclusion notes, and an ICD-10 crosswalk. A single mega-list cannot win the long tail of code-specific queries because the URL is asked to be about 17,000 entities at once. SleekRank gives each code its own URL at /icd-11/{slug}/ with its own H1, meta, and FAQ schema.

The dataset matches the WHO model. Each row carries code, title, definition, parent, children, postcoordinationAxes, icd10Crosswalk, inclusions, and exclusions. Mappings wire those columns into the base template, so updating an inclusion note after a WHO release is editing the relevant rows in the dataset, not editing a long file with section headers for every chapter.

Because each row carries a parent code and a children list, the related-pages cluster builds a navigable hierarchy. A reader on a specific code sees other children of the same parent, then other codes in the same chapter, before falling back to general matches. The icd10Crosswalk column lets you cross-link into a sibling ICD-10 page group so coders pivot between revisions without leaving the site.

Workflow

From WHO ICD-11 dataset to live code pages

1

Design the ICD-11 code template

Lay out a single WordPress page with the layout every code uses: H1 with the code and title, definition block, postcoordination axes, inclusion and exclusion notes, parent breadcrumb, children list, ICD-10 crosswalk, FAQ. This is the base template every URL inherits.
2

Configure the page group

Add a page-group JSON with urlPattern /icd-11/{slug}/, basePageId pointing at the template, and a CSV or JSON data source. Map code to H1, definition to sr-definition, parent to the breadcrumb, children to the child-codes block, postcoordinationAxes to sr-axes.
3

Wire crosswalk and hierarchy

In the resolver hook, turn the icd10Crosswalk column into a link to /icd-10/{slug}/, the parent column into a breadcrumb link, and each child entry into a link to the child code. The related-entries helper keys clusters on the WHO chapter for cross-page navigation.
4

Flush rewrites and verify

Run wp rewrite flush, clear the SleekRank items table, and visit a few sample code slugs. From that point on, edits to the dataset or to the template propagate to every code URL on the next cache window without any rebuild step.

Data in, pages out

Sample rows from an ICD-11 dataset

Each row produces one code URL. Parent, children, and postcoordination columns drive the navigable hierarchy and structured data per page.
Data source: WHO ICD-11 official release
slug code title parent icd10Crosswalk
ba00 BA00 Hypertensive heart disease without congestive heart failure BA0 Hypertensive diseases I11.9
5a11 5A11 Type 2 diabetes mellitus 5A1 Diabetes mellitus E11
8a80 8A80 Migraine 8A8 Headache disorders G43
ca40 CA40 Asthma CA4 Lower respiratory tract diseases J45
6a70 6A70 Single episode depressive disorder 6A7 Depressive disorders F32
URL pattern: /icd-11/{slug}/
Generated pages
  • /icd-11/ba00/
  • /icd-11/5a11/
  • /icd-11/8a80/
  • /icd-11/ca40/
  • /icd-11/6a70/

Comparison

Single ICD-11 lookup vs SleekRank per-code site

Single ICD-11 lookup page

  • One table URL has to rank for 17,000 distinct WHO code queries.
  • Parent-child structure cannot be reflected in URLs or breadcrumbs.
  • Postcoordination axes get buried in body copy instead of structured fields.
  • ICD-10 crosswalks cannot be made into per-page real links.
  • Annual WHO releases force editing one fragile, enormous file.
  • Per-code FAQ schema and inclusion notes cannot scale on a mega-list.

SleekRank

  • Per-code URLs at /icd-11/{slug}/ with their own meta and schema.
  • Parent and children columns build a navigable hierarchy tree.
  • Postcoordination axes render as a labeled block on every page.
  • ICD-10 crosswalk cross-links into a sibling page group automatically.
  • Inclusion and exclusion notes live as named columns for clean audits.
  • Items cache keeps response times flat across a 17,000-page site.

Features

What SleekRank gives you for ICD-11 code pages

WHO hierarchy in real URLs

Each row carries parent and children code lists. The base template renders breadcrumbs from the parent chain and a child-codes block from the children list, so the WHO hierarchy becomes a navigable URL tree rather than a buried structure inside one mega-document.

ICD-11 to ICD-10 crosswalks

The icd10Crosswalk column on each row turns into a real link to a sibling /icd-10/{slug}/ page group. Coders moving between WHO ICD-11 and country-specific ICD-10 variants stay within the same reference site and dataset.

Postcoordination axes as data

ICD-11 postcoordination axes (severity, course, anatomy) live as a structured column on each row. The base template renders them as a labeled block on every page, so users see the available axes at a glance and can drill into each one through linked entries.

Use cases

Where a per-code ICD-11 reference site fits best

Global health publishers

WHO-aligned publishers run ICD-11 reference sites alongside national ICD-10 variants. The dataset can power both views from related rows, with the icd10Crosswalk column tying them together for coders crossing borders.

Clinical coder training brands

Coder certification brands publish per-code ICD-11 references to help students prepare for WHO-aligned assessments. Per-code URLs and labeled fact blocks match the way coders actually search and study.

Health-tech SaaS marketing

Coding tools and EHR vendors expose ICD-11 references as their public SEO layer. The dataset stays the source of truth so the public reference and the internal coding application stay in sync through WHO release cycles.

The bigger picture

Why per-code URLs win ICD-11 reference search

ICD-11 is structured data through and through. Each entity has a code, a parent, postcoordination axes, inclusion notes, exclusion notes, and a crosswalk back to ICD-10. The WHO model is essentially asking to be rendered as a navigable URL tree, and a single mega-list cannot do that justice.

Per-code URLs let each entity own its own search intent, and structured data on each page makes the relationships explicit to both readers and crawlers. The release cadence also matches a data-first workflow. WHO updates ICD-11 on a known schedule, and the change set each release is structured.

When the source of truth is a row in a dataset rather than a chunk inside an enormous file, the update is a diff editors can audit one row at a time. Crosswalks live as named columns. Postcoordination axes live as structured lists.

Inclusion and exclusion notes live as named columns rather than free-text paragraphs. SleekRank renders that into a fast, navigable reference where every code is its own page, every parent and child is a real link, and every release is a clean update to the dataset rather than a site-wide rebuild. The result is a coder-friendly reference that earns long-tail search traffic and stays auditable across thousands of entries.

Questions

Common questions about SleekRank for ICD-11 code pages

The official source is the WHO ICD-11 release, available through the WHO API and downloadable files. Most teams ingest those into a CSV or a CPT and layer their own clinical notes and crosswalks on top. SleekRank treats the row as the source of truth regardless of how the data was sourced.

 

Each row carries a releaseVersion column. After each WHO release, editors update the dataset (adding new entities, marking deprecated ones, revising titles) and clear the items cache. The next request renders the updated row, and the URL space stays stable across releases.

 

Yes. Each row carries a postcoordinationAxes column with a structured list of available axes (severity, course, anatomy, agent). The base template renders the list as a labeled block on every page so users see at a glance which axes apply to a given code and can drill into each.

 

Yes. The icd10Crosswalk column on each row carries the equivalent ICD-10 code or codes. The base template renders the crosswalk as a real link to a sibling /icd-10/{slug}/ page group. Coders moving between WHO ICD-11 and national ICD-10 variants stay within the same site.

 

Each row carries inclusions and exclusions columns as structured lists. The base template renders both as labeled blocks on the code page so users see explicitly what the code covers and what it excludes, with each item linkable to its own code page where applicable.

 

Yes. Add a language column to the dataset and parameterize the URL pattern as /{lang}/icd-11/{slug}/. Each language renders as its own URL with its own canonical, hreflang, and translated title. Rows sharing an ICD-11 code across languages link through that code in hreflang annotations.

 

Yes. Resolved rows live in the items cache table indexed by slug. Each request is an indexed lookup plus a normal Timber render. Per-request work does not scale with row count, so the dataset can grow as WHO expands ICD-11 while TTFB stays effectively flat under managed WordPress with object caching.

 

Yes. The base template can emit MedicalCondition schema using fields from the row, including alternateName from synonyms, code from the ICD-11 identifier, and isPartOf from the parent column. The FAQ accordion emits FAQPage JSON-LD per page so every code ships with the data search engines need for rich results.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€99

EUR

per year

Get started

further 30% launch-discount applied during checkout for existing customers.

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€179

EUR

per year

Get started

further 30% launch-discount applied during checkout for existing customers.

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Launch Offer

€299

€249

EUR

once

Get started

further 30% launch-discount applied during checkout for existing customers.

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView