FHIR IG analytics| Package | hl7.fhir.eu.health-data-api |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-EEHRxF-DocumentAccessProvider-Example.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/euridice-org/eu-health-data-api/CapabilityStatement-EEHRxF-DocumentAccessProvider-Example.html |
| URL | http://hl7.eu/fhir/health-data-api/CapabilityStatement/EEHRxF-DocumentAccessProvider-Example |
| Version | 1.0.0-ballot |
| Status | draft |
| Date | 2026-03-10 |
| Name | ExampleDocumentAccessProviderEPSLab |
| Title | Example: Document Access Provider Supporting EPS and Laboratory |
| Realm | eu |
| Authority | hl7 |
| Copyright | Copyright HL7 Europe. Licensed under Creative Commons public domain (CC0 1.0). |
| Kind | instance |
No resources found
| CapabilityStatement | ||
| hl7.fhir.eu.health-data-api#current | EEHRxF-DocumentAccessProvider | EEHRxF Document Access Provider CapabilityStatement |
| StructureDefinition | ||
| hl7.fhir.eu.base#current | patient-eu-core | Patient (EU core) |
| hl7.fhir.eu.health-data-api#current | EehrxfMhdDocumentReference | EEHRxF MHD DocumentReference Profile |
| ihe.iti.mhd#current | IHE.MHD.Minimal.DocumentReference | MHD DocumentReference Minimal |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement EEHRxF-DocumentAccessProvider-Example
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 instantiates the CapabilityStatement EEHRxF Document Access Provider CapabilityStatement
serverThis server provides document exchange for European Patient Summaries and Laboratory Reports. It supports MHD ITI-67 (Find Document References), ITI-68 (Retrieve Document), and PDQm ITI-78 (Patient Demographics Query).
SMART-on-FHIRSMART Backend Services authorization required.
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 Minimal | y | y | patient, type, status, date, _id | |||||
| Patient | Supported Profiles Patient (EU core) | y | y | identifier, _id |
EEHRxF MHD DocumentReference Profile
MHD DocumentReference Minimal
DocumentReference resources are served via ITI-67. This server indexes Patient Summaries (LOINC 60591-5) and Laboratory Reports (LOINC 11502-2).
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | patient | reference | |
| SHALL | type | token | |
| SHALL | status | token | |
| SHALL | date | date | |
| SHALL | _id | token |
Patient lookup via PDQm ITI-78.
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | identifier | token | |
| SHALL | _id | token |
{
"resourceType": "CapabilityStatement",
"id": "EEHRxF-DocumentAccessProvider-Example",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.eu/fhir/health-data-api/CapabilityStatement/EEHRxF-DocumentAccessProvider-Example",
"version": "1.0.0-ballot",
"name": "ExampleDocumentAccessProviderEPSLab",
"title": "Example: Document Access Provider Supporting EPS and Laboratory",
"status": "draft",
"experimental": true,
"date": "2026-03-10",
"publisher": "HL7 Europe",
"contact": [
{
"name": "HL7 Europe",
"telecom": [
{
"system": "url",
"value": "http://hl7.eu"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "150",
"display": "Europe"
}
]
}
],
"copyright": "Copyright HL7 Europe. Licensed under Creative Commons public domain (CC0 1.0).",
"kind": "instance",
"instantiates": [
"http://hl7.eu/fhir/health-data-api/CapabilityStatement/EEHRxF-DocumentAccessProvider"
],
"implementation": {
"description": "Example hospital document access provider",
"url": "https://example.org/fhir"
},
"fhirVersion": "4.0.1",
"format": [
"json",
"xml"
],
"implementationGuide": [
"http://hl7.eu/fhir/eps",
"http://hl7.eu/fhir/laboratory"
],
"rest": [
{
"mode": "server",
"documentation": "This server provides document exchange for European Patient Summaries and\nLaboratory Reports. It supports MHD ITI-67 (Find Document References),\nITI-68 (Retrieve Document), and PDQm ITI-78 (Patient Demographics Query).",
"security": {
"service": [
{
"coding": [
{
"system": "http://hl7.org/fhir/restful-security-service",
"code": "SMART-on-FHIR"
}
]
}
],
"description": "SMART Backend Services authorization required."
},
"resource": [
{
"type": "DocumentReference",
"supportedProfile": [
"http://hl7.eu/fhir/health-data-api/StructureDefinition/EehrxfMhdDocumentReference",
"https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Minimal.DocumentReference"
],
"documentation": "DocumentReference resources are served via ITI-67. This server indexes Patient\nSummaries (LOINC 60591-5) and Laboratory Reports (LOINC 11502-2).",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
],
"searchParam": [
{
"name": "patient",
"type": "reference"
},
{
"name": "type",
"type": "token"
},
{
"name": "status",
"type": "token"
},
{
"name": "date",
"type": "date"
},
{
"name": "_id",
"type": "token"
}
]
},
{
"type": "Patient",
"supportedProfile": [
"http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core"
],
"documentation": "Patient lookup via PDQm ITI-78.",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
],
"searchParam": [
{
"name": "identifier",
"type": "token"
},
{
"name": "_id",
"type": "token"
}
]
}
]
}
]
}