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. For a full list of available versions, see the Directory of published versions
| Official URL: http://hl7.eu/fhir/health-data-api/CapabilityStatement/EEHRxF-DocumentAccessProvider-SubmissionOption | Version: 1.0.0-ballot | ||||
| Computable Name: EEHRxFDocumentAccessProviderSubmissionOption | |||||
Copyright/Legal: Copyright HL7 Europe. Licensed under Creative Commons public domain (CC0 1.0). |
|||||
CapabilityStatement for the Document Submission Option on the EEHRxF Document Access Provider.
This option enables the Access Provider to receive documents from external Document Publishers via ITI-105 Simplified Publish.
Systems implementing this option:
This option is REQUIRED when acting as a delegated access provider for external Document Publishers (e.g., integration engines, national infrastructure).
Adds to base Document Access Provider:
| Transaction | Description | Optionality |
|---|---|---|
| ITI-105 Simplified Publish | Accept document publication from Document Publishers | R |
Systems SHALL support SMART Backend Services authorization for document submission.
Raw OpenAPI-Swagger Definition file | Download
Language: en
json, xmlNote to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
This CapabilityStatement imports the CapabilityStatement EEHRxF Document Access Provider CapabilityStatement
serverThe Document Submission Option adds ITI-105 Simplified Publish capability. Document Publishers POST a DocumentReference with embedded document content. The server extracts and persists both the DocumentReference metadata and the embedded document, making them available via ITI-67 and ITI-68.
SMART-on-FHIRAdditional scope required for document submission:
- system/DocumentReference.create (create DocumentReference via ITI-105)
The Document Publisher must be authorized to submit documents on behalf of the patient's care team.
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revinclude| Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
|---|---|---|---|---|---|---|---|---|---|
| DocumentReference | Supported Profiles EEHRxF MHD DocumentReference Profile MHD DocumentReference for Simplified Publish MHD DocumentReference Minimal | Y | $validate |
createAccept DocumentReference with embedded document (ITI-105 Simplified Publish).
The DocumentReference SHALL include:
The server SHALL:
DocumentReference resources with embedded document content are accepted via ITI-105 Simplified Publish. The server:
- Validates the DocumentReference against EEHRxF profiles
- Extracts the embedded document from content.attachment.data
- Persists both the DocumentReference and the document
- Returns the created DocumentReference with server-assigned IDs
| Conformance | Operation | Documentation |
|---|---|---|
| MAY | $validate | Pre-validation of DocumentReference before submission |