EU Health Data API
1.0.0-ballot - ballot
150
This page is part of the EU Health Data API (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
The actor model defined here is an orchestration of existing IHE actors and specifications, combined together into high-level composite actors. Actors and transactions are inherited from dependent IHE profiles, and those actors are stacked, constrained and potentially modified.
This is similar to the approach taken in the MHDS specification, but with a more narrow subset of specifications fit to the European situation.
Document exchange is defined with 3 actors:
These composite actors inherit existing actors from the IUA, PDQm, and MHD specifications:
Document Publisher
Document Access Provider
Document Submission Option (when accepting external publication):
Document Consumer
This leads to the following required transactions between these actors:
sequenceDiagram
participant Publisher as Document Publisher
participant Provider as Document Access Provider
participant Consumer as Document Consumer
Publisher->>Provider: Get Access Token (IUA ITI-71)
Provider-->>Publisher: access_token
Publisher->>Provider: Patient Lookup (PDQm ITI-78)
Provider-->>Publisher: Patient Bundle
Publisher->>Provider: Simplified Publish (MHD ITI-105)
Provider-->>Publisher: Response
Consumer->>Provider: Get Access Token (IUA ITI-71)
Provider-->>Consumer: access_token
Consumer->>Provider: Patient Lookup (PDQm ITI-78)
Provider-->>Consumer: Patient Bundle
Consumer->>Provider: Find Document References (MHD ITI-67)
Provider-->>Consumer: DocumentReference Bundle
Consumer->>Provider: Retrieve Document (MHD ITI-68)
Provider-->>Consumer: Document Content
See the following functional pages for detailed transaction information:
This can be combined with content profiles define by each EHDS Priority Category, for those categories that are primarily represented as a FHIR Document. For example, a system can be a Lab Result Document Publisher, a Patient Summary Document Consumer, or a Imaging Manifest Document Access Provider.
It is also useful in many cases to transact with individual FHIR resources. For this purpose, two resource-based actors are defined:
These composite actors inherit existing actors from the IUA, PDQm, and International Patient Access (IPA) specifications (with QEDm alignment where compatible):
Resource Access Provider
Resource Consumer
This leads to the following required transactions between these actors:
sequenceDiagram
participant Provider as Resource Access Provider
participant Consumer as Resource Consumer
Consumer->>Provider: Get Access Token (IUA ITI-71)
Provider-->>Consumer: access_token
Consumer->>Provider: Patient Lookup (PDQm ITI-78)
Provider-->>Consumer: Patient Bundle
Consumer->>Provider: Resource Query (IPA / QEDm PCC-44)
Provider-->>Consumer: Resource Bundle
Note: This diagram assumes a bundled Authorization Server. When using external authorization infrastructure (hospital, regional, or national level), the authorization flow differs. See Authorization Server Deployment for details.