MyHealth@Eu NCPeH API
0.0.1 - ci-build 150

MyHealth@Eu NCPeH API - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Study Retrieval

This page describes the implementation options of the Study Retrieval task.

Business View

The overall business scenarios associated to this task is described in the Business view page

Application View

The implementation-indipendent sequence diagrams associated to this task is described in the in the Application view page

Implementation pre-requisites

The Myhealth@EU general architecture requires that no assumptions are made on the way the service is implemented at the national level.

This implies that any solution adopted for the NCPeH to NCPeH communications has to work properly indipendently by the fact that a HL7 FHIR server, a DICOM sever, an XDS registry/repository or any other solution locally adopted.

Implementation alternatives

There are multiple alternatives, not mutually exclusive, for searching, retrieving, or fetching Imaging Study Information.

For example, one option is to treat the Imaging Study Information as a document and apply the same search/fetch approach described for the Document Retrieval. See the Document Retrieval page for details.

In this case there are different ways to document the Study Information, using:

  1. a DICOM Key Object Selection Document
  2. Using a HL7 FHIR Bundle conveying an HL7 FHIR ImagingStudy, that describes the DICOM Study.

The advantage of this approach consist in the usage of a common retrieval mechanism that doesn't depend on the type of document retrieved or by its format. This approach is suitable for simple search mechanisms and requires that a DocumentReference instance is generated for each created document.

Some alternatives - described only for documentation purposes in this version of this guide - are listed below:

  1. searching directly per ImagingStudy. This allows for more flexible and lean queries
  2. use the DICOM WADO-RS (Check name and provides more details and references also to the IHE profiles). Even if technically possible it seems more approproate for context where DICOM is the elective standard (e.g. Intra-department communications)

In this first version the Imaging Study Retrieval will be realized by searching per DocumentReference

Alternative solutions or additional capabilities can be added in the future based on the inputs collected during the first pre-operative stages.

Implementation

For the implementaion details please refre to the Document Retrieval page