TranslateMD
FHIR R4 Native · Deterministic · EU-Hosted

Terminology API

Map medical codes across 47 national healthcare systems with a single API call. FHIR R4 native, deterministic, verified.

2,100+
Verified Mappings
<50ms
p99 Latency
47
Countries
FHIR R4
Native Support

What It Does

The TranslateMD Terminology API provides programmatic access to our verified medical code mapping knowledge base. Map procedure codes, drug identifiers, and diagnosis codes across national healthcare systems.

FHIR R4 ConceptMap/$translate

Standard FHIR terminology service interface. Drop-in compatible with any FHIR-enabled EHR system.

REST Code Mapping

Simple REST endpoint for mapping individual codes between any two supported healthcare systems.

Batch Processing

Translate up to 1,000 codes in a single request for ETL pipelines, migrations, and bulk claims processing.

Coverage API

Query which coding systems and corridors are available for any country pair before making translation calls.


Try It

// Map a German ICD-10 code to US equivalent
curl https://api.translatemd.io/v1/map/DE/US/K02.1 \
  -H "Authorization: Bearer YOUR_API_KEY"

# Response
{
  "source": { "system": "ICD-10-GM", "code": "K02.1", "display": "Dentinkaries" },
  "target": { "system": "ICD-10-CM", "code": "K02.10", "display": "Dental caries on pit and fissure surface" },
  "confidence": 0.95,
  "method": "deterministic"
}

API Pricing

Free
$0
1,000 calls/month
Developer
$49/mo
50,000 calls/month
Platform
$299/mo
500,000 calls/month
Enterprise
Custom
Unlimited calls + SLA

Terminology API

Free tier available — no credit card required