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
| Active as of 2026-01-26 |
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:CapabilityStatement ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "EEHRxF-DocumentPublisherAccessProvider"] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CapabilityStatement EEHRxF-DocumentPublisherAccessProvider</b></p><a name=\"EEHRxF-DocumentPublisherAccessProvider\"> </a><a name=\"hcEEHRxF-DocumentPublisherAccessProvider\"> </a><h2 id=\"title\">EEHRxF Grouped Document Publisher/Access Provider CapabilityStatement</h2><ul><li>Implementation Guide Version: 0.1.0 </li><li>FHIR Version: 4.0.1 </li><li>Supported Formats: <code>json</code>, <code>xml</code></li><li>Published on: 2026-01-26 </li><li>Published by: HL7 Europe </li></ul><blockquote class=\"impl-note\"><p><strong>Note to Implementers: FHIR Capabilities</strong></p><p>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.</p></blockquote><h2 id=\"rest\">FHIR RESTful Capabilities</h2><div class=\"panel panel-default\"><div class=\"panel-heading\"><h3 id=\"mode1\" class=\"panel-title\">Mode: <code>server</code></h3></div><div class=\"panel-body\"><div><p>This grouped actor provides document access to external Document Consumers.\nDocument publication is internal and not exposed. The external API\nsupports document discovery (ITI-67), retrieval (ITI-68), and patient lookup (ITI-78).</p>\n<p>All transactions require SMART Backend Services authorization.</p>\n</div><div class=\"lead\"><em>Security</em></div><div class=\"row\"><div class=\"col-lg-6\">Enable CORS: no</div><div class=\"col-lg-6\">Security services supported: <code>SMART-on-FHIR</code></div></div><blockquote><div><p>SMART Backend Services authorization is REQUIRED for all transactions.\nSystems SHALL:</p>\n<ul>\n<li>Validate JWT client credentials (RFC 7523)</li>\n<li>Verify appropriate scopes for document access</li>\n<li>Use TLS 1.2 or higher for all communications</li>\n</ul>\n<p>Required scopes to accept:</p>\n<ul>\n<li>system/DocumentReference.read, system/DocumentReference.search (read and search DocumentReference - ITI-67)</li>\n<li>system/Binary.read (read Binary - ITI-68)</li>\n<li>system/Bundle.read (read Bundle - ITI-68 for FHIR Documents)</li>\n<li>system/Patient.read, system/Patient.search (read and search Patient - ITI-78)</li>\n</ul>\n</div></blockquote><div class=\"lead\"><em>Summary of System-wide Interactions</em></div><ul><li><strong>MAY </strong>support the <code>search-system</code>interaction described as follows:<div><p>System-wide search support</p>\n</div></li></ul></div></div><h3 id=\"resourcesCap1\">Capabilities by Resource/Profile</h3><h4 id=\"resourcesSummary1\">Summary</h4><p>The summary table lists the resources that are part of this configuration, and for each resource it lists:</p><ul><li>The relevant profiles (if any)</li><li>The interactions supported by each resource (<b><span class=\"bg-info\">R</span></b>ead, <b><span class=\"bg-info\">S</span></b>earch, <b><span class=\"bg-info\">U</span></b>pdate, and <b><span class=\"bg-info\">C</span></b>reate, are always shown, while <b><span class=\"bg-info\">VR</span></b>ead, <b><span class=\"bg-info\">P</span></b>atch, <b><span class=\"bg-info\">D</span></b>elete, <b><span class=\"bg-info\">H</span></b>istory on <b><span class=\"bg-info\">I</span></b>nstance, or <b><span class=\"bg-info\">H</span></b>istory on <b><span class=\"bg-info\">T</span></b>ype are only present if at least one of the resources has support for them.</li><li><span>The required, recommended, and some optional search parameters (if any). </span></li><li>The linked resources enabled for <code>_include</code></li><li>The other resources enabled for <code>_revinclude</code></li><li>The operations on the resource (if any)</li></ul><div class=\"table-responsive\"><table class=\"table table-condensed table-hover\"><thead><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th class=\"text-center\"><b title=\"GET a resource (read interaction)\">R</b></th><th class=\"text-center\"><b title=\"GET all set of resources of the type (search interaction)\">S</b></th><th class=\"text-center\"><b title=\"PUT a new resource version (update interaction)\">U</b></th><th class=\"text-center\"><b title=\"POST a new resource (create interaction)\">C</b></th><th><b title=\"Required and recommended search parameters\">Searches</b></th><th><code><b>_include</b></code></th><th><code><b>_revinclude</b></code></th><th><b>Operations</b></th></tr></thead><tbody><tr><td><a href=\"#DocumentReference1-1\">DocumentReference</a></td><td> </td><td class=\"text-center\"><span title=\"SHALL\"><b>Y</b></span></td><td class=\"text-center\"><span title=\"SHALL\"><b>Y</b></span></td><td class=\"text-center\"/><td class=\"text-center\"/><td>patient, type, _id, category, date, status, identifier, period, format</td><td/><td><code>Provenance:target</code></td><td/></tr><tr><td><a href=\"#Binary1-2\">Binary</a></td><td> </td><td class=\"text-center\"><span title=\"SHALL\"><b>Y</b></span></td><td class=\"text-center\"/><td class=\"text-center\"/><td class=\"text-center\"/><td/><td/><td/><td/></tr><tr><td><a href=\"#Patient1-3\">Patient</a></td><td> </td><td class=\"text-center\"><span title=\"SHALL\"><b>Y</b></span></td><td class=\"text-center\"><span title=\"SHALL\"><b>Y</b></span></td><td class=\"text-center\"/><td class=\"text-center\"/><td>identifier, _id, family, given, birthdate</td><td/><td/><td/></tr></tbody></table></div><hr/><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"DocumentReference1-1\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: SHALL </span>DocumentReference</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-4\"><span class=\"lead\">Core FHIR Resource</span><br/><a href=\"http://hl7.org/fhir/R4/documentreference.html\">DocumentReference</a></div><div class=\"col-lg-4\"><span class=\"lead\">Reference Policy</span><br/><code>resolves</code></div><div class=\"col-lg-4\"><span class=\"lead\">Interaction summary</span><br/><ul><li><strong>SHALL</strong> support <br/><code>read</code><div><p>Read DocumentReference by logical ID</p>\n</div><code>search-type</code><div><p>Search for DocumentReference resources (ITI-67)</p>\n</div></li></ul></div></div><p/><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>DocumentReference resources are served via ITI-67 Find Document References.\nDocument creation is internal; no external create operation is supported.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/documentreference.html#search\">patient</a></td><td><code>reference</code></td><td><div><p>The patient the document is about. The server SHALL support at least id value and MAY support both Type and id values.</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/documentreference.html#search\">type</a></td><td><code>token</code></td><td><div><p>Kind of document (LOINC code) - SHALL support for clinical precision filtering</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"http://hl7.org/fhir/R4/documentreference.html#search\">category</a></td><td><code>token</code></td><td><div><p>Categorization of document (XDS ClassCode) - SHOULD support for coarse filtering</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"http://hl7.org/fhir/R4/documentreference.html#search\">date</a></td><td><code>date</code></td><td><div><p>When this document reference was created. The date modifiers ge, le, gt, lt SHOULD be supported.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"http://hl7.org/fhir/R4/documentreference.html#search\">status</a></td><td><code>token</code></td><td><div><p>current | superseded | entered-in-error</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"http://hl7.org/fhir/R4/documentreference.html#search\">identifier</a></td><td><code>token</code></td><td><div><p>Master Version Specific Identifier</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"http://hl7.org/fhir/R4/documentreference.html#search\">period</a></td><td><code>date</code></td><td><div><p>Time of service that is being documented</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"http://hl7.org/fhir/R4/documentreference.html#search\">format</a></td><td><code>token</code></td><td><div><p>Format/content rules for the document</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Binary1-2\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: SHALL </span>Binary</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-4\"><span class=\"lead\">Core FHIR Resource</span><br/><a href=\"http://hl7.org/fhir/R4/binary.html\">Binary</a></div><div class=\"col-lg-4\"><span class=\"lead\">Reference Policy</span><br/></div><div class=\"col-lg-4\"><span class=\"lead\">Interaction summary</span><br/><ul><li><strong>SHALL</strong> support <br/><code>read</code><div><p>Retrieve document content (ITI-68)</p>\n</div></li></ul></div></div><p/><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>Binary resources contain the actual document content and are served via ITI-68\nRetrieve Document. Document content is created internally; no external create\noperation is supported.</p>\n</div></blockquote></div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Patient1-3\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: SHALL </span>Patient</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-4\"><span class=\"lead\">Core FHIR Resource</span><br/><a href=\"http://hl7.org/fhir/R4/patient.html\">Patient</a></div><div class=\"col-lg-4\"><span class=\"lead\">Reference Policy</span><br/><code>resolves</code></div><div class=\"col-lg-4\"><span class=\"lead\">Interaction summary</span><br/><ul><li><strong>SHALL</strong> support <br/><code>read</code><div><p>Read Patient by logical ID</p>\n</div><code>search-type</code><div><p>Search for patients (PDQm ITI-78)</p>\n</div></li></ul></div></div><p/><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>Patient resources support patient context lookup per PDQm [ITI-78]. The identifier\nsearch parameter is required; additional demographics parameters are optional.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/patient.html#search\">identifier</a></td><td><code>token</code></td><td><div><p>Patient identifier (e.g., national ID, MRN) - required for patient lookup</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Patient logical ID</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"http://hl7.org/fhir/R4/patient.html#search\">family</a></td><td><code>string</code></td><td><div><p>Patient family name</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"http://hl7.org/fhir/R4/patient.html#search\">given</a></td><td><code>string</code></td><td><div><p>Patient given name</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"http://hl7.org/fhir/R4/patient.html#search\">birthdate</a></td><td><code>date</code></td><td><div><p>Patient date of birth</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div></div>"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "http://hl7.eu/fhir/eu-health-data-api/CapabilityStatement/EEHRxF-DocumentPublisherAccessProvider"^^xsd:anyURI ; fhir:l <http://hl7.eu/fhir/eu-health-data-api/CapabilityStatement/EEHRxF-DocumentPublisherAccessProvider> ] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "EEHRxFDocumentPublisherAccessProvider"] ; # fhir:title [ fhir:v "EEHRxF Grouped Document Publisher/Access Provider CapabilityStatement"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2026-01-26"^^xsd:date] ; # fhir:publisher [ fhir:v "HL7 Europe"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 Europe" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.eu" ] ] ) ] ) ; # fhir:description [ fhir:v "CapabilityStatement for the grouped EEHRxF Document Publisher and Document Access Provider\nactors. This represents a deployment where document production and access provision are\nco-located in the same system.\n\n### Deployment Pattern\n\nThis CapabilityStatement applies when:\n- An EHR system both produces documents AND provides access to them\n- Document publication is handled internally\n- External clients only need to query and retrieve documents\n\nIn this grouped deployment, document publication is internal to the system and not exposed\nexternally. The external API provides only document discovery (ITI-67) and retrieval (ITI-68)\ncapabilities.\n\n### Actor Grouping\n\nThis grouped actor combines:\n- **Document Publisher** (internal) - Produces and stores documents internally\n- **Document Access Provider** (external-facing) - Serves documents to Document Consumers\n\nThe underlying IHE actors are:\n- [IUA Authorization Server](https://profiles.ihe.net/ITI/IUA/index.html#34112-authorization-server)\n- [IUA Resource Server](https://profiles.ihe.net/ITI/IUA/index.html#34113-resource-server)\n- [PDQm Patient Demographics Supplier](https://profiles.ihe.net/ITI/PDQm/volume-1.html)\n- [MHD Document Responder](https://profiles.ihe.net/ITI/MHD/1331_actors_and_transactions.html)\n\nNote: MHD Document Recipient is not listed because publication is internal.\n\n### External Transactions\n\n| Transaction | Description | Optionality |\n|-------------|-------------|-------------|\n| ITI-67 Find Document References | Respond to document metadata queries from Document Consumers | R |\n| ITI-68 Retrieve Document | Serve document content to Document Consumers | R |\n| ITI-78 Patient Demographics Query | Respond to patient demographics queries | R |\n| Get Access Token | Issue authorization tokens to clients | R |\n\n### Security\nSystems SHALL support SMART Backend Services authorization for all transactions.\n\n### When to Use This CapabilityStatement\n\nUse this CapabilityStatement when implementing:\n- Hospital EHR systems that produce and serve their own documents\n- Regional health information exchanges with integrated document repositories\n- Any system where document creation and access are tightly coupled\n\nFor systems that need to receive documents from external sources, use the\n[Document Access Provider with Document Submission Option](CapabilityStatement-EEHRxF-DocumentAccessProvider-SubmissionOption.html)."] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ; fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ; fhir:code [ fhir:v "150" ] ; fhir:display [ fhir:v "Europe" ] ] ) ] ) ; # fhir:copyright [ fhir:v "Copyright HL7 Europe. Licensed under Creative Commons public domain (CC0 1.0)."] ; # fhir:kind [ fhir:v "requirements"] ; # fhir:fhirVersion [ fhir:v "4.0.1"] ; # fhir:format ( [ fhir:v "json"] [ fhir:v "xml"] ) ; # fhir:rest ( [ fhir:mode [ fhir:v "server" ] ; fhir:documentation [ fhir:v "This grouped actor provides document access to external Document Consumers.\nDocument publication is internal and not exposed. The external API\nsupports document discovery (ITI-67), retrieval (ITI-68), and patient lookup (ITI-78).\n\nAll transactions require SMART Backend Services authorization." ] ; fhir:security [ fhir:cors [ fhir:v false ] ; ( fhir:service [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/restful-security-service"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/restful-security-service> ] ; fhir:code [ fhir:v "SMART-on-FHIR" ] ] ) ] ) ; fhir:description [ fhir:v "SMART Backend Services authorization is REQUIRED for all transactions.\nSystems SHALL:\n- Validate JWT client credentials (RFC 7523)\n- Verify appropriate scopes for document access\n- Use TLS 1.2 or higher for all communications\n\nRequired scopes to accept:\n- system/DocumentReference.read, system/DocumentReference.search (read and search DocumentReference - ITI-67)\n- system/Binary.read (read Binary - ITI-68)\n- system/Bundle.read (read Bundle - ITI-68 for FHIR Documents)\n- system/Patient.read, system/Patient.search (read and search Patient - ITI-78)" ] ] ; ( fhir:resource [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHALL" ] ] ) ; fhir:type [ fhir:v "DocumentReference" ] ; fhir:documentation [ fhir:v "DocumentReference resources are served via ITI-67 Find Document References.\nDocument creation is internal; no external create operation is supported." ] ; ( fhir:interaction [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHALL" ] ] ) ; fhir:code [ fhir:v "read" ] ; fhir:documentation [ fhir:v "Read DocumentReference by logical ID" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHALL" ] ] ) ; fhir:code [ fhir:v "search-type" ] ; fhir:documentation [ fhir:v "Search for DocumentReference resources (ITI-67)" ] ] ) ; fhir:updateCreate [ fhir:v false ] ; fhir:conditionalCreate [ fhir:v false ] ; fhir:conditionalUpdate [ fhir:v false ] ; fhir:conditionalDelete [ fhir:v "not-supported" ] ; ( fhir:referencePolicy [ fhir:v "resolves" ] ) ; ( fhir:searchRevInclude [ fhir:v "Provenance:target" ] ) ; ( fhir:searchParam [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHALL" ] ] ) ; fhir:name [ fhir:v "patient" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/clinical-patient"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/clinical-patient> ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "The patient the document is about. The server SHALL support at least id value and MAY support both Type and id values." ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHALL" ] ] ) ; fhir:name [ fhir:v "type" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/clinical-type"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/clinical-type> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Kind of document (LOINC code) - SHALL support for clinical precision filtering" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHALL" ] ] ) ; fhir:name [ fhir:v "_id" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/Resource-id> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Logical id of this artifact" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHOULD" ] ] ) ; fhir:name [ fhir:v "category" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/DocumentReference-category"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/DocumentReference-category> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Categorization of document (XDS ClassCode) - SHOULD support for coarse filtering" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHOULD" ] ] ) ; fhir:name [ fhir:v "date" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/clinical-date"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/clinical-date> ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "When this document reference was created. The date modifiers ge, le, gt, lt SHOULD be supported." ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHOULD" ] ] ) ; fhir:name [ fhir:v "status" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/DocumentReference-status"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/DocumentReference-status> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "current | superseded | entered-in-error" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHOULD" ] ] ) ; fhir:name [ fhir:v "identifier" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/clinical-identifier"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/clinical-identifier> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Master Version Specific Identifier" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "period" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/DocumentReference-period"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/DocumentReference-period> ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "Time of service that is being documented" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "format" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/DocumentReference-format"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/DocumentReference-format> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Format/content rules for the document" ] ] ) ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHALL" ] ] ) ; fhir:type [ fhir:v "Binary" ] ; fhir:documentation [ fhir:v "Binary resources contain the actual document content and are served via ITI-68\nRetrieve Document. Document content is created internally; no external create\noperation is supported." ] ; ( fhir:interaction [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHALL" ] ] ) ; fhir:code [ fhir:v "read" ] ; fhir:documentation [ fhir:v "Retrieve document content (ITI-68)" ] ] ) ; fhir:updateCreate [ fhir:v false ] ; fhir:conditionalCreate [ fhir:v false ] ; fhir:conditionalUpdate [ fhir:v false ] ; fhir:conditionalDelete [ fhir:v "not-supported" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHALL" ] ] ) ; fhir:type [ fhir:v "Patient" ] ; fhir:documentation [ fhir:v "Patient resources support patient context lookup per PDQm [ITI-78]. The identifier\nsearch parameter is required; additional demographics parameters are optional." ] ; ( fhir:interaction [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHALL" ] ] ) ; fhir:code [ fhir:v "read" ] ; fhir:documentation [ fhir:v "Read Patient by logical ID" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHALL" ] ] ) ; fhir:code [ fhir:v "search-type" ] ; fhir:documentation [ fhir:v "Search for patients (PDQm ITI-78)" ] ] ) ; fhir:updateCreate [ fhir:v false ] ; fhir:conditionalCreate [ fhir:v false ] ; fhir:conditionalUpdate [ fhir:v false ] ; fhir:conditionalDelete [ fhir:v "not-supported" ] ; ( fhir:referencePolicy [ fhir:v "resolves" ] ) ; ( fhir:searchParam [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHALL" ] ] ) ; fhir:name [ fhir:v "identifier" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Patient-identifier"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/Patient-identifier> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Patient identifier (e.g., national ID, MRN) - required for patient lookup" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHALL" ] ] ) ; fhir:name [ fhir:v "_id" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/Resource-id> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Patient logical ID" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHOULD" ] ] ) ; fhir:name [ fhir:v "family" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/individual-family"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/individual-family> ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Patient family name" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHOULD" ] ] ) ; fhir:name [ fhir:v "given" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/individual-given"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/individual-given> ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Patient given name" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHOULD" ] ] ) ; fhir:name [ fhir:v "birthdate" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/individual-birthdate"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/individual-birthdate> ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "Patient date of birth" ] ] ) ] ) ; ( fhir:interaction [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "MAY" ] ] ) ; fhir:code [ fhir:v "search-system" ] ; fhir:documentation [ fhir:v "System-wide search support" ] ] ) ] ) . #
IG © 2025+ HL7 Europe.
Package hl7.fhir.eu.eu-health-data-api#0.1.0 based on FHIR 4.0.1.
Generated
2026-02-06