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
This page describes the sequence fragments used by the Request and retrieval of imaging studies and imaging reports, referring the possible implementation options.
The overall business scenarios are described in the Scenarios page
The Patient Search fragment is documented in the Patient Search page
The Document Search fragments are documented in the Document Search page
<?xml version="1.0" encoding="us-ascii" standalone="no"?>
There are different implementation options, not mutually exclusive, for searching and retrieving Imaging Study information:
Implementation details are given in the linked pages.
It is not listed here the case of a document including study information, since this case falls into the Search and Get Documents case.
In the first case Imaging Study information are shared by using an HL7 FHIR ImagingStudy resource.
Accoridng to the HL7 FHIR standard infact an ImagingStudy is a "Representation of the content produced in a DICOM imaging study. <…> An ImagingStudy SHALL reference one DICOM Study, and MAY reference a subset of that Study. More than one ImagingStudy MAY reference the same DICOM Study or different subsets of the same DICOM Study. ".
Specifications in the Get Study Metadata (HL7 FHIR) page
In the second case a DICOMWeb call it is used to query the NCPeH. A DICOM Conformance Statement describing how to realize this in MyHealth@EU is given in the Study Information Retrieval page.
In IHE terms this refers to the Retrieve [RAD-107] transaction (see Section 4.107 IHE RAD TF Vol 2.
In both cases the NCPeH API acts as a "facade" over the National Infrastructure, how studies are made available for cross border sharing depends on the national infrastructure.
Specifications in the Get Study Metadata (DICOMweb) page
<?xml version="1.0" encoding="us-ascii" standalone="no"?>
The user gets from the document and/or the study infos all the identifiers of the evidences belonging to the study or referred by the document.
Optionally he/she selects the level from which retrieve the instances (study, series, instance). That is all the instacne belonging to this study/seris or this list of instances.
<?xml version="1.0" encoding="us-ascii" standalone="no"?>
Once known the relevant DICOM identifiers DICOM WADO-RS is used to retrieve
A DICOM Confrmance Statement describing how to realize this in MyHealth@EU is given in the Get Images page