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

Medical Test Results (Laboratory)

This section defines the API requirements for EHR systems that provide laboratory reports conforming to the HL7 EU Laboratory Reports content profile.

Actors

Laboratory Reports can be accessed via document exchange.

Actor Description CapabilityStatement
Document Consumer Retrieves laboratory reports EEHRxF Document Consumer
Document Access Provider Serves laboratory reports EEHRxF Document Responder

Document Exchange

For document-based access, use the Document Exchange transactions.

The Laboratory Report is differentiated via the following DocumentReference fields:

Example Query

GET /DocumentReference?patient=123&type=http://loinc.org|11502-2&status=current

See Example: Retrieve A European Patient Summary for a complete workflow example (the pattern is identical).