Skip to content
Last updated

JondaX is a health data transformation engine. You send clinical files — lab reports, device photos, HL7 messages — and JondaX extracts, normalises, transforms and returns structured data your system can use.

When you log in to the JondaX client portal, you'll see your dashboard — an overview of your account activity, recent uploads, and usage.

JondaX portal dashboard

How it works

How JondaX works

StepWhat happens
1. You send a fileUpload via the API or the Upload Widget on the Integration page
2. JondaX processes itDe-identification, extraction, normalisation, terminology mapping, unit conversion, and coding — all automatic
3. You receive outputStructured data delivered to your callback URL, retrieved on-demand via the Result Retrieval API, or downloaded from the portal

Two modules

For lab reports, blood work, pathology documents, and structured health files.

How it works: You upload a file and receive an UploadId immediately. JondaX processes the file in the background and delivers the structured output to your callback URL, allows direct querying via the Result Retrieval API (GET /api/v1/results/:uploadId), or lets you download it from the portal.

What you get back: Clean, coded data in your chosen format — JSON, HL7 v2, FHIR JSON, FHIR XML, CSV, or Parquet.

Supported input: PDF, HL7, XML, JSON, CSV, Parquet, PNG, JPEG, HEIC, AVIF, WEBP

Endpoint:

POST https://app.jondax.eu/api/master?module=pathology

Processing time: Results are typically delivered within minutes, depending on file complexity.

What JondaX does to your data

Every file goes through up to six processing functions, applied automatically based on what the data needs:

FunctionWhat it does
De-identifyRemoves personal and health identifiers (HIPAA Safe Harbor)
NormaliseStandardises file format, encoding, and layout. OCR for scans and images.
TranslateTranslates clinical content to your configured output language (English, Spanish, German, or Chinese)
Map terminologyMaps source terms to your chosen clinical vocabulary using a 3M+ reference knowledge graph
Convert unitsConverts units of measurement to your configured output standard
Assign codesAssigns standardised medical codes (LOINC today, SNOMED CT on the roadmap)

Ways to upload

MethodBest for
API (curl, Postman, your code)Automated integrations, high volume, server-to-server
Upload Widget (in the portal)Quick testing, occasional uploads, non-technical users
Embedded Widget (in your app)Giving your users an upload interface without building one

See the Quickstart to try your first upload.

Compliance

JondaX is built for healthcare data — not retrofitted.

  • HIPAA — regulation-ready, de-identified by default
  • GDPR — compliant data handling
  • PDPA (Singapore) — compliant
  • ISO 27001 — certified

Data residency available in Singapore, EU, or US. DPA and BAA executed automatically on signup.