Manifest-based Access to DICOM Objects (MADO)
0.0.1-current - ci-build
Manifest-based Access to DICOM Objects (MADO), published by IHE Radiology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RAD.MADO/ and changes regularly. See the Directory of published versions
The following MHD DocumentReferences SHALL be used when distributing a MADO Imaging Manifest in an IHE-ITI-MHD environment:
An IHE-MHD infrastructure may choose or not a mapping service between the two manifest formats. In the case it supports a mapping service, the address field in the unsupported DocumentReference to the mapping service that will return the translated document.
In the case the manifest is available in multiple formats, the Document Consumer SHOULD show to the user a single entry representing all possible formats.
As is stated in section X.6.1, Manifest Creators SHALL create the manifest in the format of their choice. The selection is made at deployment time (see section X.6.1 for more detail).
The figure below shows the MHD DocumentReferences including the most relevant restrictions and its relationship with the manifests and each other.
The main choices illustrated in the figure are:
Bundle following the profile MADO FHIR Bundle. This Bundle contains the ImagingStudy resource as well other resources such as the Patient and various Endpoints.masterIdentifier.masterIdentifier.masterIdentifier SHALL be part of the identifier list as well.The FHIR-manifest can be translated into the KOS-manifest and vice-versa allowing applications to change the representation when needed.
In this specification the choice for presenting the manifest in an IHE-MHD environment is representing them as two separate DocumentReference instances. Feedback is requested from the implementer community whether this is the approach is correct and adequate.
| Name | Title | Description |
| MadoDicomKosMinimalDocumentReference | MADO MHD DocumentReference Profile for DICOM KOS Imaging Manifests | MADO specific profile for the IHE-MHD Minimal Document Reference for MADO DICOM KOS Manifests that includes the MADO specific content format, the extensions
related to body-site and modality, and the definition on where |
| MadoFhirMinimalDocumentReference | MADO MHD DocumentReference Profile for FHIR Imaging Manifests | MADO specific profile for the IHE-MHD Minimal Document Reference for MADO FHIR Manifests that includes the MADO specific content format, the extensions
related to body-site and modality, and the definition on where |
| Name | Title | Description |
| IHE_RAD_MADO_DocumentConsumer | MADO Document Consumer CapabilityStatement | IHE RAD Manifest based Access to DICOM Objects(MADO) - Document Consumer (client). It extends https://build.fhir.org/ig/IHE/ITI.MHD/branches/MHD5/CapabilityStatement-IHE.MHD.DocumentConsumer.html |
| IHE_RAD_MADO_DocumentResponder | MADO Document Responder CapabilityStatement | IHE RAD Manifest based Access to DICOM Objects(MADO) - Document Responder (server). It extends https://build.fhir.org/ig/IHE/ITI.MHD/branches/MHD5/CapabilityStatement-IHE.MHD.DocumentResponder.html |
Imaging specific search parameters include:
| Name | Title | Description |
| DocumentReferenceAccessionNumber | Searches for document references with a specific Accession Number. | |
| DocumentReferenceBodySite | Searches for document references with a specific body site. | |
| DocumentReferenceModality | Searches for document references with a specific modality. | |
| DocumentReferenceStudyInstanceUid | Searches for document references with a specific Study Instance UID. |
The expression below uses these search parameters to search for a FHIR manifest with StudyInstanceUid=324.232.5.5.324.2.
DocumentReference/?study-instance-uid=urn:oid:324.232.5.5.324.2&format=urn:ihe:rad:MADO:fhir-manifest:2026
This uses the optional study-instance-uid search parameter. An alternative with standard search params would be. As the study instance uid is an OID, in the identifier it is prefixed with urn:oid:.
DocumentReference/?related:identifier=urn:oid:324.232.5.5.324.2&format=urn:ihe:rad:MADO:fhir-manifest:2026
A similar query searching for DICOM KOS Manifests with accession number 12345 would look like:
DocumentReference/?related:identifier="12345"&format=1.2.840.10008.5.1.4.1.1.88.59
an alternative using the accession-number query is:
DocumentReference/?accession-number="12345"&format=1.2.840.10008.5.1.4.1.1.88.59
The list below presents various examples of MADO DocumentReferences.
| Name | Title | Description |
| DocumentReference Example for FHIR manifests | DocumentReference Example for FHIR manifests | |
| DocumentReference Example for FHIR manifests with transform | DocumentReference Example for FHIR manifests with transform service called to transform the KOS manifest into a FHIR manifest | |
| DocumentReference Example for DICOM KOS manifests | DocumentReference Example for DICOM KOS manifests | |
| DocumentReference Example for DICOM KOS manifests and no related reference to the FHIR manifest example | DocumentReference Example for DICOM KOS manifests with no related reference to the FHIR manifest example | |
| DocumentReference Example for DICOM KOS manifests | DocumentReference Example for DICOM KOS manifests |
The DocumentReference Example for FHIR manifests with transform example contains a FHIR MADO DocumentReference. The content section does not point to a FHIR file but to a transform service. The content.attachment section is presented below
{
"contentType" : "application/fhir+json",
"language" : "de-DE",
"url" : "http://kos2FhirTranformService.example.com/transform?url=http://mhdserver.example.com/Binary/mado-kos-manifest-binary",
"creation" : "2025-05-08T00:00:00Z"
}
The url points to a transform service and passes the link to the KOS manifest. This is just one example of such service. This specification does not specify the interface. Alternative implementation could could pass the StudyInstanceUID and wado URL parameters, or some other set of data.