Version: 1.0-beta3
Licence: CC BY-ND 4.0
Maintained by: Aurabox Pty Ltd
Authors: Christopher Skene
JMIX (JSON Medical Imaging Exchange) is an open, structured specification for the secure, portable, and auditable exchange of medical imaging and related metadata. It addresses the limitations of traditional DICOM-based workflows in distributed, cloud-native, and privacy-sensitive environments.
JMIX is:
- A vendor-neutral packaging format for imaging payloads (e.g., DICOM, NIfTI, PDFs)
- JSON-native and human-readable
- Secure-by-design with support for encryption, digital signatures, and audit trails
- Designed to work over APIs, queues, cloud object storage, and legacy transports (e.g., HL7)
Healthcare workflows increasingly require:
- Cross-organisation and cross-border imaging exchange
- Consent-aware and privacy-compliant transport
- Streaming, indexing, and introspection without parsing full DICOM files
- Support for modern tooling, including FHIR, S3, Kafka, and Web APIs
JMIX makes this possible by defining a portable envelope with well-structured metadata and clear implementation semantics.
This documentation site contains:
| File / Folder | Description |
|---|---|
spec/ |
Markdown source files for each section |
Schemas |
|
Examples |
|
security.md |
Outlines the security model and how to secure an envelope |
licence.md |
Licence terms for the specification |
To start using JMIX:
- Explore the Envelope Structure
- Review the Manifest Format
- Browse Examples
If you're implementing support for JMIX in your application, start with the manifest.json schema and sample envelopes.
The JMIX JSON Schemas live in schemas/ and target JSON Schema Draft 2020-12. Validation is wired up using AJV.
Validate all examples:
npm install
npm run validateOr with Make:
make install
make validateValidate a single example:
npm run validate:manifest
npm run validate:metadata
npm run validate:files
npm run validate:auditNotes:
- Formats like
uuidanddate-timeare supported via ajv-formats. - Schemas validate the JSON structure; they do not enforce the filesystem layout (e.g., existence of
payload/directories). A composed top-level envelope schema may be added in future to describe directory-level constraints.
This specification is managed by Aurabox and contributions are currently by request only. If you have a suggestion or question, please open an issue or email us at [email protected].
The JMIX specification is licensed under the Creative Commons Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0) licence.
You may use, share, and redistribute the specification freely. You may not modify or publish derivative versions without written permission.
© 2025 Aurabox Pty Ltd. All rights reserved.