Workbench · UK
Coding Workbench
Pick one or more SNOMED CT concepts and watch them become a billable HRG tariff — one step at a time. Each button below calls a real microservice (terminology, grouper) so you can see the layered architecture working live.
Patient & encounter context
Tune these inputs to see how age, sex, provider MFF, and stay length shift the final HRG tariff.
Pick SNOMED CT concepts
Search by clinical term — add as many concepts as you like before moving on. Each pick joins the captured list below.
Clinical finding or disorder — translates to ICD-10 (e.g. K80.5 — Calculus of gallbladder).
Add as encounter
Create a real spell, or just preview here — you'll choose on the next click.
Click Continue to choose between creating a real spell (POST to /api/v1/encounters) or just previewing the rest of the pipeline in-page.
Translate to ICD-10
Call the terminology service directly. Demonstrates the SNOMED → ICD-10/OPCS-4 ExtendedMap layer in isolation.
Click the button to POST to /api/v1/terminology/translate with { sctid, targetScheme: "ICD-10", jurisdiction: "UK" }.
Group to HRG4+ + indicative tariff
Call the grouper service directly. Casemix Companion runs on a Wine-on-Linux Fly sidecar — this is the same engine NHS billing uses.
Click the button to POST to /api/v1/grouper/uk/hrg with the translated code + patient context.