AutoICD · the reference

Clinical data has a reference now.

It used to live in a dozen downloads with a dozen schemas and a dozen release cycles. Now it's a URL. Codes, concepts, hierarchies, maps. GET them.

6
Standards, live
5.1M
Concepts indexed
38ms
p90 · /reference
0
PHI retained
GET /v1/reference/icd-10-cm/I50.23
Look up one code. Definition, hierarchy, maps to every other standard.
response · 38ms
{
  "code": "I50.23",
  "system": "ICD-10-CM",
  "label": "Acute on chronic systolic (congestive) heart failure",
  "parent": "I50.2", "children": 0,
  "maps": {
    "snomed": "84114007",
    "icd11": "BD10.4",
    "loinc": "55422-4"
  },
  "billable": true, "hcc_v28": "HCC-225"
}
live · api.autoicdapi.com200 OK
§ 01 · The reference

Every code. Every standard.

Everyone else ships a lookup for one of these. Owning a standard is table stakes. Owning the relationships between them is the whole point.

7 standards live · every source ⇄ every target · maps are the productthe catalog keeps growing
§ 02 · Browse

Every code has a page.

Which means every code also has a URL, and every URL is also an endpoint. Humans read. Programs call. Same answer.

ICD-10-CM · Ch. 9 · I30–I52 · I50 · I50.23
I50.23
Acute on chronic systolic (congestive) heart failure
Hierarchy
I50Heart failure
I50.2Systolic (congestive) HF
I50.23current
Cross-maps
SNOMED84114007
ICD-11BD10.4
LOINC55422-4
UMLS CUIC1258900
Attributes
BillableYes
HCC v28HCC-225 · 0.289
ChapterIX · Circulatory
Effective2018-10-01
Related codes
I50.21Acute systolic HF
I50.22Chronic systolic HF
I50.33Acute on chronic diastolic HF
I50.43Acute on chronic combined HF
# same page, as API
GET api.autoicdapi.com/v1/reference/icd-10-cm/I50.23
GET api.autoicdapi.com/v1/translate?code=I50.23&to=snomed

The reference is the platform.

Everything else we do, coding charts, auditing charts, grounding your LLM, is the reference, used. Get the ground truth right and the rest falls out for free.

§ 03 · Built on the reference

What you can do with it.

Read the reference yourself. Or point us at a chart and we'll read it for you. Same library either way.

Capability · Read

Look up &
cross-map.

Query the reference directly.
GET/v1/reference/:system/:code
  • Full code record/reference
  • Cross-mapping/translate
  • Hierarchy walk/tree
  • Synonym search/search
  • Free · 200/dayno key req'd
Read mode
Capability · Infer

Code charts
automatically.

Clinical text in. Codes out.
POST/v1/code
  • Any of the 6 standardssystem=…
  • Confidence + rationaleper code
  • Source spanexplainable
  • Batch + streaming/batch
  • 94.2% top-1MIMIC-IV
Inference mode
Capability · Evaluate

Audit coded
charts.

Find what the coder missed.
POST/v1/audit
  • HCC capturev28 · v24
  • Specificity.9 → .42
  • Denial risk/payer rules
  • Problem-list driftlongitudinal
  • RADV readinessCMS
Evaluation mode
Pick one · pick all three·Priced independently·One key either way
§ 04 · Proof

Benchmarked in public.

No hand-picked customer wins. MIMIC-IV, CMS HCC v28, NLM UMLS maps, held-out, scripts linked, numbers printed. Run it yourself if you don't believe us.

94.2%
Top-1 · /code
ICD-10-CM on MIMIC-IV discharge
99.4%
Agreement · /translate
SNOMED ⇄ ICD-10 · NLM UMLS map
+0.31
RAF lift · /audit
CMS HCC v28 public validation
38ms
p90 · /reference
Single-code lookup, US-east

Methodology, in the open.

Every benchmark cites its source and held-out set. Scripts linked from each row.

StandardTaskTop-1Top-5Source
ICD-10-CMDischarge → primary dx94.2%98.7%MIMIC-IV v2.2
ICD-11 MMSNarrative → stem code88.6%96.1%WHO MMS set
LOINCLab order text → LOINC91.3%97.4%Regenstrief corpus
HCC v28Recall of capturable HCCs87.1%n/aSynthetic CMS set
SNOMED ⇄ ICD-10Mapping agreement99.4%n/aNLM UMLS 2025AA
§ 05 · Pricing

Pay for what you read.

Metered on the thing being done, not the people doing it. The reference itself is free for humans, forever. We're not charging anyone to look up a billing code.

Read · /reference · /translate

Free → $149 → $499.

metered by queries/day
$0/mo
200 queries/day, one source→target
  • All six standards unlocked (Pro)
  • Cross-map + hierarchy + synonyms
  • Pro ($499): higher limits, bulk
See read tiers →
Infer · /code

Per call, tiered.

metered by chart inferences
$0.004/call
Free: 500 calls/day
  • ICD-10 / 11 / LOINC / ICF
  • Batch + streaming
  • Volume from $199/mo
See infer tiers →
Evaluate · /audit

Per chart.

metered by /audit chart_id
$0.85/chart
All checks included · down to $0.38
  • HCC · RADV · specificity
  • Denial · problem-list drift
  • Enterprise: BAA + SSO
See eval pricing →
À la carte, always·Platform bundle w/ BAA for enterprise·No seat fees
§ 06 · Who builds on the reference

Pick your entry point.

Most teams start at one door and walk to the others. That's fine.

– 01

EHR & scribe teams

Drop /code into your pipeline. Every code comes back grounded in the reference, so you can link straight to the definitions and maps.

Infer →
– 02

RCM & coding companies

/audit finished charts before drop. HCC, specificity, denial flags, problem-list drift. Priced per chart.

Evaluate →
– 03

Payers & analytics

Cross-map legacy ICD-10 data to SNOMED, UMLS, or ICD-11. Walk hierarchies. Resolve synonyms. Build your internal ontology on ours.

Read →
– 04

Researchers & digital health

Start free. 200 /reference queries/day. No sales call, no data license, no BAA until you need it.

Pricing →
§ 07 · Plainly answered

The short version.

Q · 01

What is "the reference," exactly?

The codes in every major clinical standard, plus how they relate to each other — hierarchies, synonyms, cross-maps, attributes — in a single normalized schema. Browsable by a human. Callable by a program. Same data.

Q · 02

How is this different from just licensing SNOMED or UMLS?

Those are files you download and maintain. This is an API you call. Someone else already did the joining, the deduping, and the release-cycle babysitting. You skip all of that and go build your product.

Q · 03

Do you retain PHI?

No. Default is zero-retention: request bodies are processed in memory and dropped after response. Enterprise customers can opt in to logging under a signed BAA if they need it for QA.

Q · 04

Can I use just /reference and skip /code and /audit?

Of course. That's the whole point of metering them separately. Plenty of teams never touch inference or audit — they just want the data, clean, behind a URL.

Q · 05

I used autoicdapi.com for free ICD-10 lookup. Still free?

Yes. The directory moved under /reference/icd-10/… with 301s from every old URL. Free human lookup stays free. We only gate programmatic access above the free tier.

Q · 06

Are you HIPAA compliant? SOC 2?

HIPAA yes — BAA self-serve on the dashboard. SOC 2 Type II is in progress with a target of Q3. Trust page lists current controls and sub-processors.

Stop gluing standards together.

The work's already done. Point a GET at it.