Difference between revisions of "Mobile access to Health Documents for Imaging - Detailed Proposal"

From IHE Wiki
Jump to navigation Jump to search
(Created page with "==Proposed Profile: ''Mobile access to Health Documents for Imaging''== * Proposal Editor: ''Brad Genereaux'' * Profile Editor: ''Brad Genereaux'' * Other Contributors: ''David...")
 
Line 1: Line 1:
 
==Proposed Profile: ''Mobile access to Health Documents for Imaging''==
 
==Proposed Profile: ''Mobile access to Health Documents for Imaging''==
  
* Proposal Editor: ''Brad Genereaux''
+
* Proposal Editor: Brad Genereaux
* Profile Editor: ''Brad Genereaux''
+
* Profile Editor: Brad Genereaux
* Other Contributors: ''David Clunie, Kinson Ho''
+
* Other Contributors: David Clunie, Kinson Ho
* Domain: ''Radiology''
+
* Domain: Radiology
  
 
===Summary===
 
===Summary===
Line 23: Line 23:
 
:*Standards:
 
:*Standards:
 
:** XDS-I, XDS-I.b: http://wiki.ihe.net/index.php?title=Cross-enterprise_Document_Sharing_for_Imaging
 
:** XDS-I, XDS-I.b: http://wiki.ihe.net/index.php?title=Cross-enterprise_Document_Sharing_for_Imaging
 +
:** MHD: http://www.ihe.net/Technical_Framework/upload/IHE_ITI_Suppl_MHD.pdf
 
:** DICOMweb services
 
:** DICOMweb services
 
:*** WADO-RS: ftp://medical.nema.org/medical/dicom/final/sup161_ft.pdf
 
:*** WADO-RS: ftp://medical.nema.org/medical/dicom/final/sup161_ft.pdf
Line 39: Line 40:
 
When retrieving a particular imaging study, XDS-I provides a DICOM KOS object. In the environments that MHD-I would be used, this binary object would not be of much use - and thus, a JSON rendition is suitable. Wherever possible, DICOMweb-style JSON should be selected as the format of the returned content. DICOM WG-27 may introduce a KOS format which could also be used.
 
When retrieving a particular imaging study, XDS-I provides a DICOM KOS object. In the environments that MHD-I would be used, this binary object would not be of much use - and thus, a JSON rendition is suitable. Wherever possible, DICOMweb-style JSON should be selected as the format of the returned content. DICOM WG-27 may introduce a KOS format which could also be used.
  
MHD defines four transactions - Find Document Dossiers, Get Document Dossier, Get Document, and Put Document Dossier. MHD-I will only mirror Find Imaging Studies (which will mirror ITI-18), and Get Imaging Study (which will mirror RAD-69).  
+
MHD defines four transactions - Find Document Dossiers, Get Document Dossier, Get Document, and Put Document Dossier. MHD-I will only mirror Find Imaging Studies (which will mirror ITI-67), and Get Imaging Study (which will mirror ITI-66). A "Get Image" transaction (which could mirror ITI-68) is less relevant as we don't necessarily know what the client wants to do with the DICOM instances (for example, WADO-RS to retrieve a particular rendition for preview or thumbnail, or IID to launch a mobile image viewer).
  
 
===Existing actors===
 
===Existing actors===
Line 45: Line 46:
  
 
===New actors===
 
===New actors===
:*Imaging Document Responder
+
:*Imaging Document Responder: This actor can be considered a proxy for Document Repository
  
 
===Existing transactions===
 
===Existing transactions===
Line 51: Line 52:
  
 
===New transactions (standards used)===
 
===New transactions (standards used)===
:*Find Imaging Document Dossiers
+
:*Find Imaging Document Dossiers: This transaction takes some query metadata (patient ID, creation time) and responds with a list of imaging document dossier URLs
:*Get Imaging Document Dossier
+
:*Get Imaging Document Dossier: This transaction takes a particular imaging document dossier, and returns a rendition of details regarding that particular study (a JSON format of the stored DICOM KOS)
  
 
===Impact on existing integration profiles===
 
===Impact on existing integration profiles===
:*This would supplement XDS-I with a RESTful web friendly methodology
+
:* XDS-I: This would supplement XDS-I with a RESTful web compatible methodology
:*This would complement MHD with an imaging-centric retrieval methodology
+
:* MHD: This would complement MHD with an imaging-centric retrieval methodology
  
 
===New integration profiles needed===
 
===New integration profiles needed===
None
+
:* None
  
 
===Breakdown of tasks that need to be accomplished===
 
===Breakdown of tasks that need to be accomplished===

Revision as of 14:08, 19 September 2013

Proposed Profile: Mobile access to Health Documents for Imaging

  • Proposal Editor: Brad Genereaux
  • Profile Editor: Brad Genereaux
  • Other Contributors: David Clunie, Kinson Ho
  • Domain: Radiology

Summary

XDS-I provides a method to share imaging documents across enterprises by a query and retrieve mechanism, but the technology is burdensome for lightweight web and mobile clients. The combination of XDS-I and MHD profiles with DICOMweb RESTful services provides the framework to resolve the barriers for mobile access. This proposal calls for the creation of a profile to mimic the Mobile access to Health Documents (MHD) profile for Cross Document Sharing (XDS) for XDS-I, by defining a simple HTTP interface. By approaching this in an inter-operable way, access to XDS-I repositories can truly become universal, cross-vendor and cross-client.

The Problem

Participating as a client in XDS-I is straight-forward in a controlled, robust, server or desktop configuration. There are libraries that exist that can make MTOM/XOP requests for manifests with DICOM KOS parsers for SOP instance retrieval. However, in environments that are HTML5 web-based or where processing resources or bandwidth are constrained, the XDS mechanisms simply do not work effectively. There needs to be a lightweight mechanism to simply request, retrieve, and parse the manifest without putting undue pressure on the client. The client, in this case, is browser-based and capable of making HTTP requests and parsing web-friendly formats, like XML and JSON.

By not solving this problem, vendors are forced to either not serve up this data at all to this particular segment of audience, or to provide a proprietary server-client solution, one that likely would not be interoperable with other solutions.

Key Use Case

A physician, away from the hospital, is asked to provide a preliminary review of a patient's file of who is in crisis. He launches the electronic health record (EHR) web application on his mobile device, authenticates, and then opens the particular patient's record. He reviews documents regarding the patient stored in his facility’s XDS repository using MHD, and now would like to know if imaging data for the patient is available.

Using MHD-I, the EHR web page, acting as the MHD-I client, makes a query for studies available for the patient to the MHD-I provider. A list of studies are returned with WADO-RS locations to retrieve the relevant instances, which the EHR website can retrieve and render for the physician (either directly, or through building an IHE-IID style URL call from the information returned). The list of studies provides enough information for the physician to determine if retrieval is warranted. This list comes from the XDS-I repository.

Standards & Systems

Technical Approach

The approach will follow the same framework as the IHE ITI MHD profile, by using similar constructs (introducing a "responder" actor, who is essentially a proxy to a full XDS-I repository). The consumer will request, over HTTP, a list of studies for a particular patient identifier from the responder, using a RESTful syntax. The responder will provide a response, using JSON, over HTTP, a list of available artifacts for the patient.

When retrieving a particular imaging study, XDS-I provides a DICOM KOS object. In the environments that MHD-I would be used, this binary object would not be of much use - and thus, a JSON rendition is suitable. Wherever possible, DICOMweb-style JSON should be selected as the format of the returned content. DICOM WG-27 may introduce a KOS format which could also be used.

MHD defines four transactions - Find Document Dossiers, Get Document Dossier, Get Document, and Put Document Dossier. MHD-I will only mirror Find Imaging Studies (which will mirror ITI-67), and Get Imaging Study (which will mirror ITI-66). A "Get Image" transaction (which could mirror ITI-68) is less relevant as we don't necessarily know what the client wants to do with the DICOM instances (for example, WADO-RS to retrieve a particular rendition for preview or thumbnail, or IID to launch a mobile image viewer).

Existing actors

  • Imaging Document Consumer

New actors

  • Imaging Document Responder: This actor can be considered a proxy for Document Repository

Existing transactions

  • None

New transactions (standards used)

  • Find Imaging Document Dossiers: This transaction takes some query metadata (patient ID, creation time) and responds with a list of imaging document dossier URLs
  • Get Imaging Document Dossier: This transaction takes a particular imaging document dossier, and returns a rendition of details regarding that particular study (a JSON format of the stored DICOM KOS)

Impact on existing integration profiles

  • XDS-I: This would supplement XDS-I with a RESTful web compatible methodology
  • MHD: This would complement MHD with an imaging-centric retrieval methodology

New integration profiles needed

  • None

Breakdown of tasks that need to be accomplished

  • Review MHD profile to ensure coverage of imaging paradigms
  • Account for possible changes with FHIR enhancements

Support & Resources

Risks

  • As with all these proposals, we should confirm the need/business case does exist for these profiles.
  • Lack of Participation from vendors is a risk.
  • There is a possibility that the proposed DICOM JSON may change.
  • MHD is being reviewed and may be updated due to enhanced FHIR integration

Open Issues

  • Should mobile image creation be included in this scope?

Tech Cmte Evaluation

Effort Evaluation (as a % of Tech Cmte Bandwidth):

  • TBD

Responses to Issues:

See italics in Risk and Open Issue sections

Candidate Editor:

TBA