PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.health-data-api@1.0.0-ballot
    http://hl7.eu/fhir/health-data-api/CapabilityStatement/EEHRxF-DocumentAccessProvider-Example
{
  "description": null,
  "_filename": "example/CapabilityStatement-EEHRxF-DocumentAccessProvider-Example.json",
  "package_name": "hl7.fhir.eu.health-data-api",
  "format": [ "json", "xml" ],
  "date": "2026-03-10",
  "publisher": "HL7 Europe",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "150",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "Europe"
    } ]
  } ],
  "instantiates": [ "http://hl7.eu/fhir/health-data-api/CapabilityStatement/EEHRxF-DocumentAccessProvider" ],
  "name": "ExampleDocumentAccessProviderEPSLab",
  "copyright": "Copyright HL7 Europe. Licensed under Creative Commons public domain (CC0 1.0).",
  "type": null,
  "experimental": "true",
  "resourceType": "CapabilityStatement",
  "title": "Example: Document Access Provider Supporting EPS and Laboratory",
  "package_version": "1.0.0-ballot",
  "status": "draft",
  "id": "b4c9a9d0-267d-4185-a6b2-c5eb6b7c3b2f",
  "kind": "instance",
  "implementationGuide": [ "http://hl7.eu/fhir/eps", "http://hl7.eu/fhir/laboratory" ],
  "url": "http://hl7.eu/fhir/health-data-api/CapabilityStatement/EEHRxF-DocumentAccessProvider-Example",
  "version": "1.0.0-ballot",
  "contact": [ {
    "name": "HL7 Europe",
    "telecom": [ {
      "value": "http://hl7.eu",
      "system": "url"
    } ]
  } ],
  "implementation": {
    "url": "https://example.org/fhir",
    "description": "Example hospital document access provider"
  },
  "rest": [ {
    "mode": "server",
    "resource": [ {
      "type": "DocumentReference",
      "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"
      } ],
      "documentation": "DocumentReference resources are served via ITI-67. This server indexes Patient\nSummaries (LOINC 60591-5) and Laboratory Reports (LOINC 11502-2).",
      "supportedProfile": [ "http://hl7.eu/fhir/health-data-api/StructureDefinition/EehrxfMhdDocumentReference", "https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Minimal.DocumentReference" ]
    }, {
      "type": "Patient",
      "interaction": [ {
        "code": "read"
      }, {
        "code": "search-type"
      } ],
      "searchParam": [ {
        "name": "identifier",
        "type": "token"
      }, {
        "name": "_id",
        "type": "token"
      } ],
      "documentation": "Patient lookup via PDQm ITI-78.",
      "supportedProfile": [ "http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core" ]
    } ],
    "security": {
      "service": [ {
        "coding": [ {
          "code": "SMART-on-FHIR",
          "system": "http://hl7.org/fhir/restful-security-service"
        } ]
      } ],
      "description": "SMART Backend Services authorization required."
    },
    "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)."
  } ]
}