EU Health Data API
0.1.0 - ci-build
150
EU Health Data API, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/euridice-org/eu-health-data-api/ and changes regularly. See the Directory of published versions
This section defines the API requirements for EHR systems that provide EEHRxF data that conforms to the HL7 Europe Patient Summary content profile.
The European Patient Summary document can be accessed via document exchange
| Actor | Description | CapabilityStatement |
|---|---|---|
| Document Consumer | Retrieves EPS documents | EEHRxF Document Consumer |
| Document Access Provider | Serves EPS documents | EEHRxF Document Responder |
For document-based access, use the Document Exchange transactions:
The Patient Summary is differentiated via the following DocumentReference fields:
60591-5 (Patient summary Document)Patient-Summaries (EHDS Priority Category)GET /DocumentReference?patient=123&type=http://loinc.org|60591-5&status=current
See Example: Retrieve A European Patient Summary for a complete workflow example
For resource-based access, use the Resource Access transactions to query individual clinical resources referenced in the Patient Summary.
Note: The IPS Specification also defines the $summary operation to request an IPS document from a FHIR server given a known patient.
GET /Patient/[id]/$Summary