The Global Medical Codex

Atlas MedCode
The definitive cross-border
medical coding reference

47 countries. 18 medical domains. 197,000+ verified code mappings. One Crosswalk API to translate between any coding system — ICD-10 variants, procedures, drug nomenclatures, and more. Deterministic. EU-hosted.

EU Data Residency HIPAA BAA Available Deterministic — No PHI to AI APIs Self-Hosted Available
47
Countries Supported
117
Billing Corridors
98.8%
Mapping Accuracy
197K+
Code Mappings
The Problem

Medical codes don't translate between countries

Insurance companies, hospitals, and pharma operations lose time and revenue every day because coding standards are fragmented across markets — and no tooling exists to bridge them systematically.

Claims Processing Delays

International claims get stuck when procedure codes from ICD-10-GM, ICPC-2, or country-specific nomenclatures can't be automatically matched to the insurer's billing system. Manual review queues grow.

Coding Errors at Scale

Manual crosswalk tables go stale. Spreadsheet-based mappings have no confidence scoring, no multi-pivot resolution, and no audit trail — creating systematic errors that compound across millions of records.

Compliance and Audit Risk

Without deterministic, traceable mappings, coding decisions can't be audited. Regulatory submissions in the EU, US, or APAC require documented crosswalks — not black-box AI outputs.

The Solution

One Crosswalk API call.
Any corridor.
Any coding system.

Atlas MedCode resolves medical codes deterministically across 18 clinical domains using a structured hub-and-spoke mapping architecture. No AI hallucination. Full audit trail. Sub-second response.

Deterministic Resolution

Structured mapping tables, not generative AI. Every mapping has a source, a confidence score, and a traceable audit trail.

Cross-Country Coverage

47 countries across EU, Americas, APAC, and MENA. ICD-10 variants, CPT, HCPCS, ATC, LOINC, CDT, and more — all unified in a single API.

Confidence-Scored Results

Every mapping returns a confidence score with source and target system metadata. Review queues are prioritized automatically by confidence band.

map-code.ts
// Resolve a German diagnosis code to US billing
const result = await atlas.mapCode({
  code: "J45.0",        // ICD-10-GM
  sourceSystem: "ICD-10-GM",
  sourceCountry: "DE",
  targetCountry: "US",
  domain: "diagnosis"
});
Response
{
  "mappedCode": "J45.20",       // ICD-10-CM
  "system": "ICD-10-CM",
  "confidence": 0.97,
  "description": "Mild intermittent asthma,
    uncomplicated",
  "pivotCode": "J45.20",
  "auditRef": "WHO-ICD10-2024"
}
Coverage

18 clinical domains in a single platform

From acute diagnosis to dental procedures to controlled substance scheduling — complete cross-country coverage across every major coding dimension.

Diagnosis
ICD-10-CM · ICD-10-GM · ICD-11
Procedures
CPT · HCPCS · OPS · CCAM
Pharmaceuticals
ATC · NDC · BAN · JAN
Dental
CDT · FDI · SNODENT
Laboratory
LOINC · NJK · JJ1017
Vaccination
CVX · ATC-V · SNOMED
Mental Health
ICD-11-MH · DSM-5 · SNOMED
Allergy
SNOMED-Allergy · ICD-10
Radiology
RadLex · DICOM · CPT-RAD
Pathology
ICD-O-3 · SNOMED · CAP
Emergency Triage
ESI · Manchester · CTAS
Medical Devices
GMDN · UDI · EMDN
Infection Control
WHONET · EUCAST · CLSI
Nursing
NANDA-I · NIC · NOC
Blood Banking
ISBT-128 · ABO-Rh
Functional Status
ICF · FIM · Barthel
Traditional Medicine
ICHI-TM · KCD-8 · ICDWHO
Coding Systems
SNOMED · HL7 · FHIR
Integration

Built for enterprise engineering teams

Integrate in hours, not months. REST API, FHIR-native, TypeScript SDK, and self-hosted Helm chart — Atlas MedCode fits your existing infrastructure.

Crosswalk API + FHIR ConceptMap

Standard REST endpoints and FHIR R4 $translate operation. Drop-in compatible with any FHIR-enabled EHR.

TypeScript SDK

First-class @translatemd/sdk package on npm. Full type coverage, zero runtime dependencies.

Self-Hosted Helm Chart

Air-gapped enterprise deployment with encrypted SQLite, SSO via WorkOS, and your own Kubernetes cluster. No data ever leaves your environment.

FHIR $translate
POST /api/fhir/ConceptMap/$translate

{
  "resourceType": "Parameters",
  "parameter": [
    {
      "name": "system",
      "valueUri": "http://hl7.org/fhir/sid/
        icd-10"
    },
    {
      "name": "code",
      "valueCode": "J45.0"
    },
    {
      "name": "target",
      "valueUri": "http://hl7.org/fhir/sid/
        icd-10-cm"
    }
  ]
}
200 OK — Matched
{
  "match": true,
  "equivalence": "equivalent",
  "concept": { "code": "J45.20" },
  "confidence": 0.97
}

Also available:

  • Simple REST: /api/v1/map/:source/:target/:code
  • Batch translation endpoint (1000 codes/request)
  • Coverage report API per country and domain
  • Webhook notifications on KB updates
Compliance and Security

Built for regulated healthcare environments

Atlas MedCode is designed from the ground up for compliance teams, privacy officers, and enterprise security requirements.

EU Data Residency

All processing and storage in Frankfurt, Germany. Compliant with GDPR Article 28. DPA available on request. No data transfer outside EU.

Deterministic Processing

No PHI is sent to AI APIs. Mappings are resolved via structured knowledge base lookups — fully deterministic, auditable, and reproducible.

HIPAA BAA Available

Business Associate Agreement available for all paid plans. Full audit logging with tamper-evident records for compliance documentation.

SOC 2 Type I In Progress

SOC 2 Type I audit underway. Security controls documentation, penetration testing, and access management policies in place.

SSO and Access Controls

Enterprise SSO via WorkOS (Okta, Azure AD, Google Workspace). Role-based access controls with per-tenant API key management.

Air-Gapped Self-Hosted

Deploy on your own Kubernetes cluster. Encrypted SQLite bundle with HMAC/AES. No external network dependencies at runtime.

Get Started

Schedule a demo

Talk to a solutions engineer about your specific coding corridors, volume requirements, and integration environment. We'll map out the right deployment for your team.

Or reach us directly:

[email protected]

  • Coverage review for your specific country corridors
  • Architecture walkthrough — SaaS or self-hosted
  • Proof-of-concept with your own code samples
  • BAA and DPA review with legal team

We typically respond within one business day.